/* CSS Document */


BODY {
	background:#271966;
	font-family: Arial, Helvetica, sans-serif;
	color:#666;
	font-size:11px;
	margin:0px;
    }
	
h1{
    color:#666;
	font-size:15px;
	font-weight:bold;
	margin-top:0;
}

h2{
	font-size:13px;
}

h3{
	font-size:12px;
}

h4{
	font-size:11px;
	font-weight:bold;
}	

h5{
	font-size:10px;
	text-transform: uppercase;
}	

#shell {

   	width:678px;
	background:#ffffff;
	padding-bottom:13px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	border-right:5px solid #DE2223;
	border-left:5px solid #DE2223;
	}

/* Top Area */
	
#topArea {
   	width:670px;
	height:105px;
	background-image:url(/images/logoBG.gif);
	text-align:center;
	margin:0 4px 0 4px;

}

#logo {


}

/* Main Nav */

#mainNav {
	margin:0 4px 0 4px;
	width:auto;
	background-color:#DE2223;
	border:1px solid #ffffff;
	padding-top:12px;
	padding-bottom:12px;
	text-align:center;
	}
	
#mainNav .navItem {
	padding:0 10px 0 10px;

	display:inline;

	font-weight:bold;
	vertical-align:middle;
	width:auto;
    }
	
#mainNav div.navItem a:link, #mainNav div.navItem a:visited  {
	font-weight:bold;
	color:#FDF7F1;
	text-decoration:none;
	text-transform: uppercase;
	font-size:11px;
    }
	
	
#mainNav div.navItem a:hover {
	font-weight:bold;
	color:#FFFF00;
	text-decoration:none;
    }
	
#mainNav div.navItem a.first, #mainNav div.navItem a.first:visited{

    }	
	
#mainNav div.navItem a.last, #mainNav div.navItem a.last:visited{

    }
	

/*Generic*/
	
#banner {
    clear:both;
	padding:4px;
}



#content {
	width:655px;
	display:block;

}	
	
/* Home Page */

#homePage #banner {

}

#homePage #content {
	background-color:#B9D1DD;
	margin:0 4px 0 4px;
	padding:13px 0 13px 15px;
	background-image: url(/images/homecontentBG.gif);
	background-repeat: repeat-x;
	display:block;
		
}
#homePage #content td .productImage{
	text-align:center;
}

#homePage #content td .description{
	padding-bottom:10px;
	text-align:justify;
	
}

/* Generic Columns*/
#homePage #content .column{
	width:203px;
	background:#fff;
	vertical-align:top;

}

#homePage #content .column .head{
    width:auto;
	height:25px;
	border-bottom:1px solid #FFF;
	padding:6px 0 0 14px;
	font-weight:bold;
	font-size:13px;
	color:#728189;
	background-image:url(/images/columnHeadBG.gif);
	padding-left:36px;	
}

#homePage #content .column .body{
	padding:10px 4px 4px 14px;
	background:#fff;
	vertical-align:top;
	border-bottom:#ccc dashed 2px;
}  

#homePage #content .column .body strong{

	font-weight:normal;
}

#homePage #content .column .body p{
	margin-top:0;
}

#homePage #content .column .body strong{
	font-weight:normal;
}


#homePage #content .column .body .list{
	height:180px;
}  

#homePage #content .column .body div.title{
     font-size:12px;
	 font-weight:bold;
	 text-decoration:none;
}

#homePage #content .column .body div.title a, #homePage #content .column .body div.title a:visited{
	 color:#6188AF;
	 
}  

#homePage #content .column .body div.title a:hover{
	color:#cc0000;
}

#homePage #content .column .body div.description{
    margin-bottom:10px;
}  
	

#homePage #content .column .body a.morelink, #homePage #content .column .body a.morelink:visited{
    color:#666;
}  

/* Column 1*/

#homePage #content #column1{

}

#homePage #content #column1 .head{

}

#homePage #content #column1 .body{
	 
}  

#homePage #content #column1 .body div.title a, #homePage #content #column1 .body div.title a:visited{
	
}    

/* Column 2*/
#homePage #content #column2{
	margin-left:13px;
}

#homePage #content #column2 .head{

}

#homePage #content #column2 .body{
	 
}  

#homePage #content #column2 .body div.title a, #homePage #content #column2 .body div.title a:visited{
	 
}  


/* Column 3*/

#homePage #content #column3{
	margin-left:13px;
}

#homePage #content #column3 .head{

}

#homePage #content #column3 .body{
 
}  

#homePage #content #column3 .body div.title a, #homePage #content #column3 .body div.title a:visited{
	 
}  

/* Content Page */
#contentPage #content{
	padding:0;
	margin:4px;
	width:670px;
}

#contentPage #content #leftColumn {
    float:left;
	width:150px;
	padding:20px 0 20px 20px;
	background:#fff;
	margin:0;
	height:100%;
}

#contentPage #content #leftColumn div.navItem{
	padding:2px 0 2px 0;
	border-bottom:1px dashed #cccccc;
}

#contentPage #content #leftColumn div.navItem a, #contentPage #content #leftColumn div.navItem a:visited{
	text-decoration:none;
	color: #FF9900;
}

#contentPage #content #leftColumn div.navItem a:hover, #contentPage #content #leftColumn div.navItem a.selected{
	color: #FF6600;

}


#contentPage #content #rightColumn {
	padding:20px 20px 80px 40px;
	float:left;
	width:400px;
	

}

#contentPage #content #rightColumn img{
	border:1px solid #ccc;
	margin:0 30px 0 30px;
}

/* Footer */


#footer {
	clear:both;
	width:670px;
	margin:4px 4px 0 4px;
	padding-top:4px;
	height:18px;
	background-color:#fff;
	font-size:10px;
	color:#666666;
	text-align:center;
}

#footer a:link {
	text-decoration: none;	
	color:#FFF;
}

#footer a:hover {
	text-decoration: none;
	color:#00547A;
}

#footer a:visited {
	text-decoration: none;
	color:#FFF;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* Products */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#productsPage{

}

#productsPage #banner{

}

#productsPage #content{
	padding:0;
	margin:4px;
	width:670px;
	background-image: url(/images/contentBG.gif);
	background-repeat: repeat-y;
		
}

/* left column */

/* generic */


#content #leftColumn{
    float:left;
	width:200px;
	padding:0 4px 4px 4px;
	background:#fff;
	margin:0;
	height:100%;
}

#content #leftColumn .head{
    width:auto;
	height:18px;
	border-bottom:1px solid #FFF;
	background: #0168B7;
	padding-left:10px;
	padding-top:6px;
	font-weight:bold;
	font-size:12px;
	color:#FFF;
	margin:0 0 2px 0;
}

#content #leftColumn .body{
     padding-left:10px;
     padding-top:10px;
	 padding-bottom:10px;
	 background-color:#DDE8EE;
	 color:#8AA824;
	 margin-bottom:4px;
}

#content #leftColumn .body form{
	margin:0;
}

#content #leftColumn .body  a, #productsPage #content #leftColumn .body  a:visited{
	 color:#271966;
	 text-decoration:none;
}

#content #leftColumn .body  a:hover{
	color: #CC0000;
 	text-decoration:underline;	
}

/* left column prodcatmenu GENERIC */
#content #leftColumn .prodCatMenu a, #content #leftColumn .prodCatMenu a:visited{
	font-size:13px;
}


#content #leftColumn .prodCatMenu a.category, #content #leftColumn .prodCatMenu a.category:visited{
	font-weight:bold;
	display:block;
	margin:4px 0 2px 0;
}

#content #leftColumn .prodCatMenu a.subcategory, #content #leftColumn .prodCatMenu a.subcategory:visited{
	font-size:12px;
	margin:0 0 0 0;
}

#content #leftColumn #prodCatMenu .body{
}


/* left column prodcatmenu1 */

#content #leftColumn #prodCatMenu1 .head{
}

#content #leftColumn #prodCatMenu1 .body{
}


#content #leftColumn #prodCatMenu1 .body  a, #productsPage #content #leftColumn #prodCatMenu1 .body  a:visited{
}

#content #leftColumn #prodCatMenu1 .body  a:hover{
}


/* left column prodcatmenu2 */
#content #leftColumn #prodCatMenu2 .head{
}

#content #leftColumn #prodCatMenu2 .body{
}


#content #leftColumn #prodCatMenu2 .body  a, #productsPage #content #leftColumn #prodCatMenu2 .body  a:visited{
}

#content #leftColumn #prodCatMenu2 .body  a:hover{
}



/* left column mini cart */

#productsPage #content #leftColumn #miniCart .head{

}

#productsPage #content #leftColumn #miniCart .body{

}
#productsPage #content #leftColumn #miniCart .body .total{
	font-weight:bold;
	margin:4px 0 4px 0;
}

#productsPage #content #leftColumn #miniCart .body  a, #productsPage #content #leftColumn #miniCart .body  a:visited{

}

#productsPage #content #leftColumn #miniCart .body  a:hover{

	text-decoration:underline;
}


/* left column search */

#productsPage #content #leftColumn #prodSearch .head{

}

#productsPage #content #leftColumn #prodSearch .body{

	 color:#8AA824;
}


#productsPage #content #leftColumn #prodSearch .body  a, #productsPage #content #leftColumn #prodSearch .body  a:visted{
	 color:#8AA824;
}

#productsPage #content #leftColumn #prodSearch .body  a:hover{
	color: #CC0000;
}




/* right column */

#productsPage #content #rightColumn{
	padding:4px 0 20px 20px;
    float:left;
	width:442px;
	background:#FFF;
}

#productsPage #content #rightColumn h1{
	margin-bottom:2px;

}


#productsPage #content #rightColumn .displaying{
	font-size:10px;
	margin:4px 0 10px 0;
}

#productsPage #content #rightColumn .product {
	border-top:4px solid #E0E0E0;
	padding:10px;
	float:left;
	background-color:#EFF0EC;
	width:410px;
	margin-bottom:16px;
}

#productsPage #content #rightColumn .product img.productImage{
	float:right;

	border:1px solid #999;
	margin:15px 0 10px 10px;
	
}

#productsPage #content #rightColumn .product .productImage img{
	border:1px solid #999;
}

#productsPage #content #rightColumn .product .productDetails{
	margin-left:10px;
	width:370px;
}


#productsPage #content #rightColumn .product .title{
	font-weight:bold;
	font-size:14px;
	padding-bottom:4px;
	color:#EC892F;
	border-bottom:1px dotted #999;
}


#productsPage #content #rightColumn .product .price{
	font-size:14px;
	font-weight:bold;
	margin:4px 0 2px 0;
	color:#000066;	
}

#productsPage #content #rightColumn .product .price .small{
	font-size:10px;
	font-weight:normal;
	margin-left:6px;
}

#productsPage #content #rightColumn .product .description, #productsPage #content #rightColumn .product .description p, #productsPage #content #rightColumn .product .description li{
	font-size:12px;
	color:#000066;
	line-height:150%;
}


.addToCart{
	margin:10px 0 2px 0;
}

.addToCart form{
	margin:0;
}


.addToCart input.qty{
	font-size:10px;
	margin-right:3px;
}

#productsPage #content #rightColumn .product .subProduct{
	font-size:12px;
	color:#666;
	clear:both;
	margin:0 0 8px 0;
}

#productsPage #content #rightColumn .product .subProductTitle, #productsPage #content #rightColumn .subProductPrice{
	font-size:11px;
	color:#666;
	float:left;
	font-weight:normal;
	border:none;
	margin:0;
}

table.subProducts{
	margin-top:20px;
}


.product table.subProducts .subProductTitle{
	width:194px;
}


table.subProducts td.dollar{
	text-align:right;
}

table.subProducts td{
	vertical-align:top;
	height:20px;
	padding-bottom:10px;
}

table.subProducts td.buy{
	width:40px;
	text-align:right;	
}
#productsPage #content #rightColumn {
	color:#000066;
	
}

#productsPage #content #rightColumn .subProductPrice{
	text-align:right;
	
}


#productsPage #content #rightColumn .product .subProducts div.addToCart{
	margin:0;
	padding:0;
}

#productsPage .backNextLinks {
	margin:20px 0 10px 0;
	clear:both;
}

#productsPage .backNextLinks a, #productsPage .backNextLinks a:visited{
	color:#999;
}


/* Product Detail */

#productDetail .title{
	font-weight:bold;
	font-size:13px;
	padding-bottom:4px;
	color:#EC892F;
	margin-bottom:12px;
}

#productDetail #productImage{
	margin:0 0 13px 0;
	float:left;
	width:355px;
}

#productDetail #extraImages{
	clear:right;
}

#productDetail #extraImages a{
	cursor:hand;
}

#productDetail #extraImages img{
	margin-bottom:4px;
	cursor:hand;
}


#productDetail .price{
	font-size:14px;
	font-weight:bold;
	margin:4px 0 2px 0;
}

#productDetail .backNextLinks {
	clear:both;
	margin-bottom:20px;
}

#productDetail .backNextLinks a, #productsPage .backNextLinks a:visited{
	color:#999;
}

#prodsearch .hilite{
	background-color: #CCFF00;
	
}
#prodsearch .title {
	margin-bottom:4px;
}


#prodsearch .title a, #prodsearch .title a:visited{
	font-weight:bold;
	font-size:13px;
	color:#EC892F;	
}

#prodsearch  a, #prodsearch a:visited{
	color:#EC892F;	
}
table.prodvariations{
	margin:0 0 20px 0;
}
table.prodvariations td{
	color:#000066;
}
table.prodvariations select{
	font-size:10px;
	color:#000066;	
}
table.colours {
	width:220px;
	border:1px solid #ccc;
	margin-top:5px;
}

table.colours td{
	background:#fff;
	padding:4px;
}
table.colours td img{
	border:1px solid #000066;
}



#djk {

   	width:678px;
	margin-top:10px;
	margin-bottom:20px;
	margin-left:auto;
	margin-right:auto;
	color:#73A0B9;
	text-align:center;
	}
#djk a, #djk a:visited{
	font-weight:normal;
	color:#487791;
	text-decoration:none;
}
