@charset "UTF-8";

a:link {
	background-color: transparent;
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
	color: #39F;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC
}

.subNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	color: #999999;
}

.subNav_Frt_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #999999;
	font-weight: lighter;
	line-height: 12px;
}
.BodyCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	color: #00203F;
}
.BoldText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	color: #00203F;
	font-weight: bold;
}
.DealerLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #00203F;
	line-height: 1.25;
}
.TagLine {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	color: #0092D6;
	font-weight: bold;
}
.ProtectionBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #0092D6;
	font-weight: bold;
}
.ProtectionBodyCopy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	color: #00203F;
	font-weight: normal;
}
.ProtectionBold2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	color: #00203F;
	font-weight: bold;
}
.BoldText_LightBlue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: italic;
	color: #009AD2;
	font-weight: bold;
}
.BoldText_LightBlueReg {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	color: #009AD2;
	font-weight: bold;
}


/* the appropriate background class will be applied based on class attached to the body */
#ProductPage {
	background-image: url(../images/BKG.jpg);
}

#wrapper {
	width:888px;
	margin:0 auto;
	background-color: #FFFFFF;
	padding-top: 0px;
	background-image: url(../images/Center_BKG.jpg);
}

#header {
	width: 880px;
	padding: 8px 8px 8px 8px;
	background-color: #FFFFFF;
	background-image: url(../images/Center_BKG.jpg);
}

#store_image {
	width: 888px;
	height: 233px;
	padding: 0px 0px 400px 0px;
}

#store_cart_image {
	width: 888px;
	height: 233px;
	padding: 0px 0px 900px 0px;
}


#primaryContent {
	float:left;
	width:390px;
	padding-top: 1px;
	margin: 0px 0 0 60px;
}

#primaryContent_Store {
	float:left;
	width:759px;
	padding-top: 1px;
	margin: 10px 0 0 0px;
	background-image: url(../images/Center_BKG.jpg);
	padding-left: 130px;
}

#secondaryContent{
	float:right;
	width:370px;
	padding-top: 75px;
	margin: 0px 60px 0px 0;
}

#secondaryContent_waterbottle{
	float:right;
	width:370px;
	padding-top: 25px;
	margin: 0px 60px 0px 0;
}

.product_Desc {
	width: 350px;
	height: 170px;
	padding-top: 0px;
	margin: 0px 0px 0px 20px;
}

.product_Desc_sm {
	width: 350px;
	height: 90px;
	padding-top: 0px;
	margin: 0px 0px 0px 20px;
}

.product_Desc_med {
	width: 350px;
	height: 170px;
	padding-top: 0px;
	margin: 0px 0px 0px 10px;
}

.product_Desc_lg {
	width: 350px;
	height: 225px;
	padding-top: 0px;
	margin: 0px 0px 0px 10px;
}


.product_Desc_Bulk {
	width: 350px;
	height: 175px;
	padding-top: 0px;
	margin: 0px 0px 0px 10px;
}

.product_Price {
	width: 300px;
	height: 40px;
	margin: 5px 0px 0px 25px;
}


.contentBodyContainer {
	float:left;
	width:700px;
	padding-left: 125px;
	line-height: 20px;
	padding-bottom: 15px;
}

#footer {
	width: 880px;
	height: 80px;
	padding-top: 10px;
	padding: 4px 4px 4px 4px;
	float: right;
	background-image: url(../images/Center_BKG.jpg);
}

