/* CSS Document */

body {
	background-color: #474747;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url("/images/bgsm1.jpg");
	background-attachment: fixed;
	font-family: Verdana;
	font-size: 11px;
}

HR {
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 2px;
	border: 0;
}

#bodyContainer {
	height: 100%;
}

.smHeaderContainer {
	width: 877px;
	height: 103px;
	background-image: url("/images/headerLeftCap.gif");
	background-repeat: no-repeat;
	margin: 0 auto 0 auto;
}

.smHeader {
	width: 851px;
	margin: 0 auto 0 auto;
}

.smFooterContainer {
	width: 851px;
	margin: 0 auto 0 auto;
}

.smFooter {
}

.smStoreExtFooter {
	height: 94px; 
	background-image: url(/images/storeFooter.gif); 
	background-repeat: no-repeat; 
	text-align: right; 
	padding: 8px 14px 0 0;
}

.smNavWrapper {
	width: 877px;
	height: 34px;
	margin: 0 auto 0 auto;
}

.smNavContainer {
	background-image: url("/images/navBlankBG.gif");
	background-repeat: no-repeat;
	height: 34px;
	width: 851px;
	margin: 0 auto 0 auto;
}

.smNav {
	list-style: none;
	padding: 0 18px 0 18px;
	margin: 0;
	float: right;
}

.smNav li {
	float: left;
}

.smNav a span, .smNav a:visited span {
	background: url("/images/navBtnBGroll.gif") 0 0 repeat-x;
	border-left: 1px solid #cecece;
	padding: 8px 8px 13px 8px;
	display: block;
	color: #e0e0e0;
	font-variant: small-caps;
	text-decoration: none;
}

.smNav a:hover span, .smNav a:active span {
	background-position: 0 -34px;
	color: #FFFFFF;
}
.smNav a.current span { 
	background-position: 0 -34px;
	color: #FFFFFF;
}

H2 {
	font-size: 16px;
	font-weight: bold;
}

H3 {
	color: #cf3100;
}

.new {
	color: #FF3300;
}

/* News Block */

.NewsBlock {
	width: 224px;
	height: 262px;
	padding: 39px 0 0 7px;
	background-image: url(images/home/NewsBG.jpg);
	background-repeat: no-repeat;
}

.NewsBlock H2 {
	font-size: 14px !important;
	padding: 0 !important;
	margin: 0 !important;
	color: #414141;
}

.NewsBlock p {
	font-size: 11px;
	font-family: arial;
	color: #666666;
	margin: 8px 0; !important;
	padding: 0 6px; !important;
	line-height: 16px;
}

.NewsBlock a { color: #FF3300; }

/* Content Area */

.contentContainer {
	background-color: #f1f1f1;
	padding: 16px 12px;
	font-size: 12px;
	color:#505050;
	font-family: Arial;
}

.contentContainer p {
	padding-left: 12px;
	padding-right: 12px;
}

.prodList a {
	display: block;
	height: 28px;
	padding-top: 12px;
	padding-left: 8px;
	padding-right: 8px;
	color: #3f3f3f;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	background-image: url("/images/prodListGradient.jpg");
	background-repeat: repeat-y;
}

.prodList a:hover {
	color: #cf3100;
}

/* Product Spec Sheet Styles */

.specsheetTop {
	background-image: url("/images/specTop.gif");
	background-repeat: no-repeat;
	padding-top: 40px;
	width: 386px;
	height: 36px;
	font-size: 16px;
	color: #97abca;
	font-weight: bold;
	text-align: center;
}

.specsheetContent {
	background-image: url("/images/specMidbg.gif");
	background-repeat: repeat-y;
	font-size: 11px;
	color: #CCCCCC;
	padding-left: 36px;
	padding-right: 36px;
}

.specsheetContent Table {
	background-color: #333333;
}

.specsheetContent td {
	background-color: #000000;
}

.specsheetBtm {
	background-image: url("/images/specBtm.gif");
	background-repeat: no-repeat;
	width: 386px;
	height: 68px;
}

.pricesheet {
	font-size: 10px;
	margin-left: 6px;
}


/* END Product Spec Sheet Styles */

/* Retailer Styles */

.retailerContainer {
	width: auto;
	margin-left: 12px;
	margin-right: 12px;
	font-family: Arial;
	font-size: 11px;
}

.retailerContainer a {
	font-size: 11px;
	color: #3a67c1;
	font-weight: bold;
	text-decoration: none;
}

.retailerContainer a:hover {
	color: #c35d00;
	font-weight: bold;
	text-decoration: underline;
}

.retailerContainer th {
	font-size: 14px;
	color: #a45529;
	font-weight: bold;
}

.linksContainer {
	width: auto;
	font-family: Arial;
	font-size: 11px;
}

.linksContainer a {
	font-size: 11px;
	color: #3a67c1;
	font-weight: bold;
	text-decoration: none;
}

.linksContainer a:hover {
	color: #c35d00;
	font-weight: bold;
	text-decoration: underline;
}

.linksContainer th {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}

