@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6e6e6e;
	font-weight:normal;
	font-stretch: normal;
	line-height: 1.6em;
	background-image:url(../images/pageBG.png);
	background-repeat:repeat;
}

a {
	outline: none;
	color: #b51a1a !important;
	text-decoration: none !important;
}

a:hover {
	text-decoration: underline !important;
}

img {
	outline:none;
}

p 
{
	margin-top:0px;
}



#centering {
	margin: 0 auto;
	width: 960px;
}

#container {
	margin-left: -20px;
	margin-right: -20px;
	width: 1000px;
}

#header {
	background-image: url(../images/headerTop.png);
	background-repeat:no-repeat;
	background-position:top;
	width: 1000px;
	height: 181px;
	margin-top: 30px;
	position:relative;
	font-size: 11px;
	line-height: 15px;
}

#logo {
	width: 240px;
	position: absolute;
	top: 65px;
	left: 200px;
}

#headerAddress {
	background-image: url(../images/headerAddressImg.gif);
	background-repeat:no-repeat;
	background-position:top left;
	width: 170px;
	position: absolute;
	top: 76px;
	left: 558px;
	padding-left: 51px;
}

#headerAddress p {
	padding: 0px;
	margin: -3px 0px 0px 0px;
}

#headerContact {
	background-image: url(../images/headerContactImg.gif);
	background-repeat:no-repeat;
	background-position: top left;
	width: 120px;
	position: absolute;
	top: 76px;
	left: 786px;
	padding-left: 51px;
}

#headerContact p {
	padding: 0px;
	margin: -3px 0px 0px 0px;
}

#search {
	width: 200px;
	position: absolute;
	top: 145px;
	left: 786px;
}

#middle {
	width: 1000px;
	background-image:url(../images/containerRepeat.png);
	background-repeat:repeat-y;
	padding-top: 8px;
}

#flag {
	width:1000px;
	margin: 0 auto;
	background-image:url(../images/americanFlag.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
}

#menuCol {
	width: 150px;
	float: left;
	position: relative;
	margin-left: 35px;
}

#mainNav {
	width: 150px;
}
/*
#mainNav ul {
	list-style: none;
	margin:0px;
	padding: 0px;
}

#mainNav li {
	margin: 0px;
	padding:0px;
}

#mainNav a, #mainNav a:link, #mainNav a:visited {
	width: 140px;
	padding-left:16px;
	display: block;
	font-size:14px;
	line-height: 20px;
	color:#1c1919;
	background-image:url(../images/mainNavBullet.gif);
	background-repeat:no-repeat;
	text-decoration: none;
}

#mainNav a:hover, #mainNav a:active {
	background-position: 0 -28px;
	color: #b51a1a;
}

#mainNav a.current, #mainNav a.current:link, #mainNav a.current:visited, #mainNav a.current:hover, #mainNav a.current:active {
	background-position: 0 -28px;
	color: #b51a1a;
	cursor: default;
}
*/
#contentCol {
	width: 765px;
	position: relative;
	float: right;
	margin-right: 35px;
	margin-bottom: 55px;
}

#homeBanner {
	width: 350px;
	height:259px;
	background-image: url(../images/homeBannerBG.jpg);
	background-repeat:no-repeat;
	margin-bottom: 7px;
	padding-top: 34px;
	padding-left: 20px;
	padding-right: 395px;
}

#homeContent {
	width: 765px;
	background-image: url(../images/homeContentBG.gif);
	background-repeat: repeat-y;
	position: relative;
	padding-bottom: 55px;
}

#homeLeftCol {
	position: relative;
	float: left;
	width: 234px;
	padding-right: 15px;
}

#homeLeftCol ul {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	list-style-position:outside;
	list-style: none;
}

#homeLeftCol ul li {
	list-style:none;
}

#homeLeftCol li {
	background-image: url(../images/contentBullet.gif);
	background-repeat:no-repeat;
	background-position: 0px 7px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
}

#homeRightCol {
	position: relative;
	float: right;
	width: 230px;
	padding-right: 15px;
	height: 133px;
}

#homeMidCol {
	width: 244px;
	position: relative;
	margin-left: 250px;
	padding-right: 15px;
}

#homeMidCol p {
	padding-left: 20px;
	margin-top:0px;
	padding-top:0px;
}

h1 {
	font-size: 17px;
	line-height: 22px;
	color: #ffffff;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	color: #b51a1a;
	margin: 0px;
	padding: 0px 0px 7px 20px;
	font-family: Arial, Helvetica, sans-serif;
}

h3 {
	color:#333333;
	font-size: 14px;
	font-weight:bold;
	padding-top: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

hr {
	color:#ffffff;
	width: 100%;
	text-align: left;
	margin-left: -20px;
	margin-bottom: 8px;
}

#footer {
	width: 800px;
	background-image: url(../images/footerBG.png);
	background-position: bottom;
	margin-bottom: 50px;
	background-repeat: no-repeat;
	padding-left: 200px;
	padding-top: 25px;
	color: #ffffff;
	font-size: 11px;
	line-height: 13px;
	padding-bottom: 35px;
}

#footer p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
}

#footerLeftCol {
	width: 341px;
	position: relative;
	float: left;
	padding-left: 20px;
}

#footerLeftCol ul {
	list-style: none;
	margin:0px 0px 0px -20px;
	padding: 0px;
}

#footerLeftCol ul li {
	list-style: none;
}

#footerLeftCol li {
	margin: 0px;
	padding:0px;
}
/*
#footerLeftCol a, #footerLeftCol a:link, #footerLeftCol a:visited {
	width:100px;
	padding-left:20px;
	display: block;
	font-size:12px;
	line-height: 18px;
	color:#ffffff;
	background-image:url(../images/footerNavBullet.gif);
	background-repeat:no-repeat;
	text-decoration: none;
}

#footerLeftCol a:hover, #footerLeftCol a:active {
	background-position: 0 -24px;
	color: #b51a1a;
}

#footerLeftCol a.current, #footerLeftCol a.current:link, #footerLeftCol a.current:visited, #footerLeftCol a.current:hover, #footerLeftCol a.current:active {
	background-position: 0 -24px;
	color: #b51a1a;
	cursor: default;
}
*/

/*--- The following classes are for standard links with the footerList class applied.  Presently only being used for the "back to top," and policy links in the footer. ---*/
.footerList a, .footerList a:link, .footerList a:visited
{
	width:100px;
	text-transform: lowercase !important; 
	padding-left:22px;
	display: block;
	font-size:12px;
	line-height: 18px;
	color:#ffffff !important;
	background-image:url(../images/footerNavBullet.gif);
	background-repeat:no-repeat;
	text-decoration: none;
}

.footerList a:hover, .footerList a:active
{
	background-position: -196px 0px;
	color: #b51a1a !important;

}

.footerList a.current, .footerList a.current:link, .footerList a.current:visited, .footerList a.current:hover, .footerList a.current:active
{
	background-position: -196px 0px;
	color: #b51a1a !important;
	cursor: default;

}

#footerRightCol {
	width: 341px;
	position: relative;
	float: right;
	margin-right: 35px;
	padding-right: 15px;
}

#manufacturePolicy {
	width: 730px;
	padding-left: 20px;
	margin-top: 15px;
	padding-right: 15px;
}

#warranty {
	width: 730px;
	padding-left: 20px;
	margin-top: 15px;
	padding-right: 15px;
}

#copyright {
	position:relative;
	float:left;
	padding-left: 20px;
}

#steadyrain {
	position: relative;
	float:right;
	margin-right: 65px;
}

.clearfloat {
	clear: both;
}

.calloutHeader {
	color: #ffffff;
	font-size: 16px;
	font-weight:normal;
}

/* Sub Page Styles */

#subBanner {
	width: 765px;
	height:149px;
	background-image: url(../images/subBannerBG.jpg);
	background-repeat:no-repeat;
	margin-bottom: 7px;
}

#subLeftCol {
	position: relative;
	float: left;
	width: 495px;
	padding-right: 15px;
}

#subLeftCol p {
	padding-left: 20px;
	padding-top:0px;
	margin-top: 0px;
}

#subRightCol {
	position: relative;
	float: right;
	width: 230px;
	padding-right: 15px;
}

#subContent {
	width: 765px;
	/*background-image: url(../images/subContentBG.gif);
	background-repeat: repeat-y;
	position: relative;*/
	padding-bottom: 55px;
}

.storeContentPane td div{
	height: 100%;
	background-color: #DCDCDC !important;
}
.storeContentPane div div div div div div table tbody tr td {
	background-color: #DCDCDC !important;
}
.PagerInfoCell {
	background-color: #B51A1A !important;
}

table.eTailerProductPriceVariations {
	width: 100%;
	margin-bottom: 20px;
}

table.eTailerProductPriceVariations th,
table.eTailerProductPriceVariations td{
	text-align: left;
}