﻿@charset "utf-8";
/* CSS Document */

body{
font-family: Arial, Helvetica, sans-serif;
color: #333;
font-size: 11px;
background-color: #eee;
}

strong{
font-weight: 700;
}

p{
margin: 0 0 10px;
font-size: 11px;
line-height: 14px;
}

.clear{
clear: both;
}

#wrapper{
width: 920px;
margin: 0 auto;
padding: 5px 15px;
border: solid #ddd;
border-width: 0 10px;
background-color: #fff;
}

#branding{
width: 918px;
height: 170px;
border: 1px solid #3399FF;
border-bottom: none;
padding: 10px 0;
clear: both;
background-image: url(images/masthead.jpg);
background-color: #ddd;
}

#branding img{
border: 1px solid #3399FF;
border-left: none;
}

#branding p.header{
padding: 10px 10px 5px;
background-color: #3399FF;
border-right: 1px solid #333;
border-bottom: none;
/*border-bottom: 1px solid #333;*/
border-top: 1px solid #333;
color: #fff;
margin: 31px 0 0;
font-size: 14px;
width: 450px;
line-height: 17px;
/*background-image: url(images/headerLeaves.jpg);
background-repeat: no-repeat;*/
}

#branding strong{
font-size: 16px;
}

/* UTILNAV
-----------------------------------------------------------------------------------------------------------------*/

#utilNav{
float: right;
}

#utilNav li{
float: left;
display: inline;
list-style: none;
}

#utilNav a:link, #utilNav a:visited{
display: block;
padding: 5px 10px;
margin: 0 0 5px 5px;
text-decoration: none;
color: #333;
/*color: #3399FF;*/
}

#utilNav a:hover{
color: #3399FF;
}

/* TOPNAV
-----------------------------------------------------------------------------------------------------------------*/

#topNav{
display: block;
padding: 10px 0 0 5px;
background-color: #444;
height: 30px;
border-bottom: 3px solid #3399FF;
border-top: 5px solid #3399FF;
background-image: url(images/topNavBkgrd.jpg);
background-repeat: repeat-x;
}

#topNav li{
float: left;
list-style: none;
}

#topNav a:link, #topNav a:visited{
display: block;
padding: 11px 0 9px;
width: 95px;
text-align: center;
margin-right: 5px;
text-decoration: none;
color: #ddd;
font-weight: 700;
background-color: #3399FF;
background-image: url(images/linkBkgrdTn.jpg);
/*border-bottom: 2px solid #ddd;*/
}

#topNav a:hover{
background-color: #3399FF;
color: #fff;
}

#cartLink a:link, #cartLink a:visited{
display: block;
padding: 11px 17px 9px 32px;
width: 95px;
text-align: center;
margin-right: 5px;
text-decoration: none;
color: #ddd;
font-weight: 700;
background-color: #3399FF;
background-image: url(images/linkBkgrdCart.jpg);
/*border-bottom: 2px solid #ddd;*/
}

#cartLink a:hover{
background-color: #3399FF;
color: #fff;
}

/* MAINNAV
-----------------------------------------------------------------------------------------------------------------*/

#mainNav{
margin: 0 0 10px;
}

#mainNav li{
border-bottom: 1px solid #ccc;
background-image: url(images/bullets.jpg);
background-repeat: no-repeat;
background-position: left center;
padding-left: 15px;
}

#mainNav a:link, #mainNav a:visited{
display: block;
height: 35px;
line-height: 35px;
text-decoration: none;
color: #333;
}

#mainNav a:hover{
color: #3399FF; 
}




/* MAINCONTENT
-----------------------------------------------------------------------------------------------------------------*/

#mainContent{
clear: both;
margin: 10px 0 0;
padding: 10px 0 0;
border-top: 1px solid #ccc;
}

#clearFix{
height: 1px;
clear: both;
}

#mainFeature{
display: none;
height: 50px;
margin: 0 0 10px;
padding: 10px 0;
border-bottom: 1px solid #999;
}


.subColL{
float: left;
width: 185px;
padding: 10px 0;
}

.subColL img{
border: 1px solid #3399FF;
}

.subColR{
float: right;
width: 185px;
padding: 10px 0;
/*background-color: #ddd;*/
/*border: 1px solid #333;*/
}

h1{
display: block;
font-size: 16px;
color: #3399FF;
font-weight: 700; 
text-transform: uppercase;
margin: 0 0 10px;
}

.subColL h2, .subColR h2, .mainCol h2, .fullCol h2{
text-transform: uppercase;
margin: 0 0 10px;
font-size: 14px;
line-height: 14px;
font-weight: 700;
}


.headCaps{
display: block;
font-size: 16px;
color: #3399FF; 
}

/* MAINCOL
-----------------------------------------------------------------------------------------------------------------*/

.mainCol{
float: left;
width: 490px;
margin: 0 0 15px;
margin-left: 20px;
min-height: 650px;
padding: 10px;
border: 1px solid #bbb;
/*background-color: #ddd;*/
}

#home .mainCol{
background-color: #ddd;
background-image: url(images/mainColBkgrdH.jpg);
background-repeat: repeat-x;
}

#category .mainCol{
width: 690px;
}

#product .mainCol{
width: 690px;
}

#footer{
clear: both;
width: 910px;
margin: 15px auto 0;
border-top: 1px solid #ccc;
padding: 5px;
}

#footer a:link, #footer a:visited{
color: #3399FF;
text-decoration: none;	
}

.fullCol{
border: 1px solid #ccc;
clear: both;
padding: 10px;
min-height: 180px;
text-align: justify;
}

.catDesc{
margin: 0 0 30px;
height: 150px;
}

.catDesc img{
	float: left;
}

.catDescText{
float: right;
width: 500px;
height: 120px;
padding: 30px 0 0;
margin-right: 10px;
text-align: justify;
}

/*SUBCOL PRODUCTS
----------------------------------------------------------------------------------------------------------------------*/

.row{
clear: both;
}

ul.product{
padding: 0 0 5px;
margin: 0 0 5px;
border-bottom: 1px solid #ccc;
width: 185px;
float: left;
}

ul.right{
float: right;
}

#home .mainCol ul.product{
width: 230px;
border-bottom: 1px solid #bbb;
}

#category .mainCol ul.product{
margin: 0 22px 20px;
}

#product .mainCol ul.product{
float: right;
width: 300px;
margin: 40px 20px 0 0;
}

.productShot{
float: left;
/*border: 1px solid #333;*/
margin: 20px 30px 30px;
}

#product .mainCol ul.product li{
margin: 0 0 15px;
}

.product li{
margin: 0 0 5px;
}

.prodDesc{
line-height: 13px;
}

.prodImage img{
border: 1px solid #3399FF;
}

.prodTitle{
font-size: 14px;
font-weight: 700;
color: #3399FF;
}

.prodTitle a:link, .prodTitle a:visited{
font-size: 14px;
font-weight: 700;
color: #3399FF;
text-decoration: none;
}

.prodTitle a:hover{
text-decoration: underline;
}

.prodPrice{
font-size: 14px;
line-height: 22px;
font-weight: 700;
color: #3399FF;
}

.prodPrice a:link, .prodPrice a:visited{
display: block;
float: right;
width: 75px;
height: 20px;
line-height: 20px;
text-align: center;
border: 1px solid #333;
background-color: #777;
color: #fff;
font-size: 10px;
text-decoration: none;
}

.prodPrice a:hover{
background-color: #3399ff;
}

/*PRODSPECS
----------------------------------------------------------------------------------------------------------------------*/

#prodSpecs{
clear: both;
padding: 15px 15px 0;
border-top: 1px solid #ccc;
}

#prodSpecs p{
text-align: justify;
margin: 0 0 15px;
}

#prodSpecs ul, .fullCol ul{
font-weight: 700;
margin: 0 0 15px;
margin-left: 30px;
}

#prodSpecs li,  .fullCol li{
list-style: disc;
padding-left: 15px;
margin: 0 0 5px 15px;
padding: 0;
line-height: 14px;
}

.policyList{
float: right;
clear: right;
width: 300px;
margin: 15px 20px 15px 0;
line-height: 14px;
text-align: justify;
font-weight: 700;
}

.policyList li{
list-style: disc;
padding-left: 15px;
margin: 0 0 5px 15px;
padding: 0;
}

/*SEOJUNK
----------------------------------------------------------------------------------------------------------------------*/

#images{
width: 690px;
}

#images li{
float: left;
margin: 0 0 15px;
}

#related1{
	width: 335px;
	float: left;
	clear: left;
	margin: 15px 0;
}

#related2{
	width: 335px;
	float: right;
	margin: 15px 0;
}

#related1 li, #related2 li{
list-style: disc;
padding-left: 15px;
margin: 0 0 5px 15px;
padding: 0;
}


