@charset "utf-8";
/* CSS Document */

/* basic framework */

body {
	background: url(../i/bg.gif) repeat-y top center #472d48;
	padding: 0px;
	margin: 0px;
	padding-top: 20px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #606060;
}

#hold {
	width: 890px;
	margin: 0px auto;
	background: white;
	border: 1px solid black;
	margin-bottom: 20px;
}

#head {
	height: 130px;
	position: relative;
}

#logo {
	position: absolute;
	left: 41px;
	top: 40px;
	width: 304px;
	height: 86px;	
}

#topNav {
	position: absolute;
	right: 81px;
	top: 57px;
	width: 500px;
	text-align: right;
}

#topNav a {
	padding-left: 10px;
	padding-right: 11px;
	border-right: 1px solid #e0e0e0;
}

#topNav a.last {
	border-right: none;
}

.ro {
	display: inline;
	height: 24px;
}

.ro .rev {
	display: none;
	position: absolute;
	top: 12px;
	right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#topNav a.revBelow {
	border: none;
} 

.ro:hover .rev {
	display: block;
}

#nav {
	padding-top: 20px;
	padding-left: 30px;
}

#nav a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #7B535E;
	text-decoration: none;
	padding-left: 19px;
	padding-right: 20px;
	border-right: 1px solid #68c31e;
}

#nav a.last {
	border-right: none;
}

#nav a:hover {
	color: #C14F27;
	text-decoration: underline;
}

#nav a.selected {
	font-weight: bold;
	color: #C14F27;
}

#foot {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	position: relative;
	height: 64px;
}

#footText {
	padding-left: 50px;
	margin-right: 30px;
	color: #C14F27;
	float: left;
}

#footNav {
	padding-left: 50px;
}

#footNav a {
	color: #372A41;
	text-decoration: none;
}

#footNav a.last {
	border-right: none;
}

#footNav a:hover {
	color: #C14F27;
	text-decoration: underline;
}

.gray {
	color: #b3b5b8;
}

#footBars {
	margin-top: 20px;
}

#footBars div {
	height: 8px;
	margin-right: 4px;
	float: left;
}

#footBars .green {
	background-color: #459b16;
}

#footBars .orange {
	background-color: #C14F27;
}

#footBars .purple {
	background-color: #6f3e4c;
}

#hero {
	background-color: white;
}

#heroPics {
	border-right: 4px solid white;
}

#heroContent {
	margin-left: 227px;
	min-height: 226px;
	padding-left: 81px;
	padding-right: 94px;
	padding-top: 35px;
	padding-bottom: 40px;
	background-color: #C14F27;
	color: white;
}

#heroContent td {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: normal;
}

#heroContent.list {
	height: auto;
	padding-right: 30px;
	padding-bottom: 40px;
}

#heroContent h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #c3ddaf;
	margin: 0px;
	margin-bottom: 18px;
}

#heroContent h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #c3ddaf;
	margin-top: -14px;
	margin-bottom: 18px;
}

#heroContent .couple {
	color: #aee964;
}

#heroContent p {
	line-height: 24px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-align: justify;
	margin-bottom: 20px;
}

#heroContent p.large {
	font-size: 18px;
}

#heroContent a {
	color: #ffc896;
	text-decoration: none;
}

#heroContent a:hover {
	color: black;
	text-decoration: underline;
}

textarea.txt, input.txt {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6f3e4c;
}

.regResult {
}

.regResult a {
	color: #8CC641;
	text-decoration: none;
}

.regResult a:hover {
	color: black;
	text-decoration: underline;
}

.regList td {
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px solid #aa3c16;
}

.regList td td {
	padding: 4px;
	padding-left: 0px;
	padding-right: 4px;
	border: none;
}

.regList .head td {
	background-color: #a33510;
	font-size: 9px;
}

.detailName {
	color: #aee964;
	font-weight: bold;
	margin-bottom: 0px;
}

.detailDescription {
	font-size: 11px;
	font-style: italic;
	margin-bottom: 6px;
}

.detailQty {
	margin-bottom: 10px;
}

.detailPrice {
	font-weight: bold;
	color: black;
	margin-bottom: 10px;
}

.detailPic {
	border: 1px solid black;
}

#footSpacer {
	height: 20px;
}

.checkoutForm td {
	padding: 4px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

td.formL, td.formLT {
	text-align: right;
}

td.formLT {
	padding-top: 7px;
}

.checkoutForm input.txt, .checkoutForm select.txt {
	background-color: #d3ffb0;
	border: 1px solid #68c31e;
	padding: 2px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: black;
}


.required {
	color: #ffc896;
}

.giftCard {
	padding-bottom: 4px;
}

.giftCard textarea {
	width: 100%;
}

.registry #heroContent {
	min-height: 425px;
}

#shipping {
	display: none;
	float: right;
	width: 220px;
	border: 1px solid white;
	padding: 8px;
	line-height: normal;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;
}

#shipping p {
	line-height: normal;
	margin: 0px;
	padding: 0px;
	margin-top: 6px;
	font-size: 9px;
}

#shipping a {
	display: block;
	margin-top: 6px;
}
