@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
}
.oneColFixCtrHdr #header {
	background-image: url(../Images/BKGDheader.jpg);
	height: 245px;
	padding-top: 0;
	padding-right: 20px;
	padding-left: 20px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.oneColFixCtrHdr #header p {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
}

.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	background-image: url(../Images/BKGDfooter.jpg);
	height: 102px;
	background-repeat: no-repeat;
	padding: 15;
}
.oneColFixCtrHdr #footer p {
	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;
	background-repeat: no-repeat;
}
#FooterLogo {
	margin-left: 90px;
	margin-top: 0px;
	padding-top: 10px;
}
#headerLogo {
	padding-top: 33px;
	text-align: center;
}
#headerQuote {
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 25px;
}
.borderTop {
	background-image: url(../Images/6ptBorderTop.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 20px;
	margin-bottom: 0px;
	height: 10px;
	padding-bottom: 0px;
}
.borderCenter {
	background-image: url(../Images/6ptBorderCenter.gif);
	background-repeat: repeat-y;
	background-position: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
.borderBottom {
	background-image: url(../Images/6ptBorderBottom.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 10px;
	margin-bottom: 25px;
}
#BKGmain1 {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 4px;
	padding-right: 0px;
	width: 720px;
	position: relative;
}
.floatLeft {
	float: left;
	clear: both;
	padding-right: 15px;
}
.floatRight {
	float: right;
	padding-left: 5px;
	margin-right: 5px;
}
#sizeChart {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	background-image: url(../Images/sizeChart.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}
.SpecialOrderButton {
	margin-right: 8px;
}
#BuyNowIndexTop {
	position: absolute;
	left: 24px;
	top: 11px;
}
#BuyNowPromoTop {
	position: absolute;
	left: 24px;
	top: 11px;
}
#BuyNowIndexBottom {
	position: absolute;
	left: 57px;
	top: 128px;
}
#BuyNowPromoBottom {
	position: absolute;
	left: 57px;
	top: 128px;
}
.ContactUs {
	padding-bottom: 30px;
	padding-left: 80px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	text-align: center;
}
#BurstIndexTop {
	position: absolute;
	visibility: visible;
	height: 162px;
	width: 235px;
	left: 174px;
	top: -36px;
	z-index: 100;
}
#BurstPromoTop {
	position: absolute;
	visibility: visible;
	height: 162px;
	width: 235px;
	left: 174px;
	top: -36px;
	z-index: 100;
}
.promoCode {
	padding-bottom: 30px;
	padding-left: 10px;
}
.testimonial {
	font-style: italic;
	padding-right: 10px;
	padding-left: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	font-weight: bold;
	color: #000;
}
.testimonialAuthor {
	font-style: italic;
	font-weight: normal;
	padding-left: 475px;
	color: #000;
}
p {
	margin-top: 1px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
