@charset "UTF-8";

html {
	margin:0;
	padding:0;
	height:100%;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:url(../images/subpagePageBkgd.jpg) repeat-y center #100707;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #160100;
	height: 100%;
}
#mainContainer {
	width:100%;
	min-height:100%;
	_height:100%; /* older IE fix */
	position:relative;	
}
#containerHome {
	width: 968px;
	background:url(../images/homeContentBkgd.jpg) repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size:12px;
}
#container {
	width: 968px;
	background:url(../images/subpageContentBkgd.jpg) repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size:12px;
}
#headerHome {
	background: url(../images/homePageTopBkgd.jpg) no-repeat;
	height: 206px;
}
#header {
	background: url(../images/subpagePageTopBkgd.jpg) no-repeat;
	height: 206px;
}
#mainContentHome {
	margin: 0;
	padding: 0 0 265px 24px; /* bottom is height of footer - remember that padding is the space inside the div box and margin is the space outside the div box */
}
#mainContent {
	margin: 0;
	padding: 0 0 265px 100px; /* bottom is height of footer - remember that padding is the space inside the div box and margin is the space outside the div box */
}
#footerSnail {
	position:absolute;
	bottom:183px;
	width:100%;
	height:65px; /*height of footer */
}
#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height:200px; /*height of footer */
	background: #94271E;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#EBE29D;
}
#footer table {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#EBE29D;
}
#copyright {
	font-size:10px;
	color:#EBE29D;
}
#credits {
	font-size:10px;
	color:#EBE29D;
}

h1 { font-size:24px; font-weight:bold; margin:5px 0 10px 0; }
h2 { font-size:18px; font-weight:bold; }
h3 { font-size:16px; font-weight:bold; }
h4 { font-size:14px; font-weight:bold; }
h5 { font-size:12px; font-weight:bold; }
p { font-size:12px; line-height: 18px; }

.quoteGoldText { color:#FAE7A5; font-size:10px; line-height:16px; padding:14px 10px; }

.testimonialGreenText { color:#FFFFFF; font-size:11px; line-height:18px; padding:14px 24px; }

.giftPageTextBox { border:1px solid #000000; padding:15px; margin:10px 0; }
.giftPageTextBox p { font-size:12px; line-height: 18px; margin-top:0; margin-bottom:10px; }
.giftPageTextBox h2 { font-size:18px; font-weight:bold; margin:0 0 5px 0; }

a:link { color: #0066CC; text-decoration: underline; }
a:visited { color: #0066CC; text-decoration: underline; }
a:hover { color: #0066CC; text-decoration: none; }
a:active { color: #0066CC; text-decoration: none; }

a.navBtm { color: #EBE29D; }
a.navBtm:link { color: #EBE29D; text-decoration: none; }
a.navBtm:visited { color: #EBE29D; text-decoration: none; }
a.navBtm:hover { color: #ffffff; text-decoration: underline; }
a.navBtm:active { color: #ffffff; text-decoration: underline; }

a.navBtmBuy:link { color: #FFCC00; text-decoration: none; }
a.navBtmBuy:visited { color: #FFCC00; text-decoration: none; }
a.navBtmBuy:hover { color: #ffffff; text-decoration: underline; }
a.navBtmBuy:active { color: #ffffff; text-decoration: underline; }
.testimonialWhiteText {
	color:#FFFFFF;
	font-size:11px;
	line-height:18px;
	float: left;
	padding-top: 14px;
	padding-right: 24px;
	padding-bottom: 14px;
	padding-left: 24px;
}
