body {
	margin: 0px;
	padding:0;
	background-color: #362604;
	color: #362604;
	font: 13px/20px Helvetica, Arial, Verdana, sans-serif,"Trebuchet MS";

}

img {
	border:none;}


#PageOuter {
	width:900px;
	margin:0;
	padding:0;
}


#Logo {
	width:58px;
	margin:45px 20px 0 20px;
	padding:0;
	float:	left;
}


#pageSurround {
	width: 		768px;
	margin: 	0;
	padding: 	0;
	float:		left;
	background-image:url(../styleImages/background-content.gif)
}



#Header {
	text-align:right;
	padding-top:15px;
	height:30px;
	background-color: #362604;
	}
	
#Header a {
	color:	#FFFFFF;
	text-transform:uppercase;
	margin-left:20px;
	text-decoration:none;	
	}	

#Categories {
	background-color:#cc0000;
	height:133px;
	margin: 0;
	border-bottom:6px solid #362604;
	}


#PromoImage {
	border-top:6px solid #362604;
}		
		
/**TOP BOXES 
*************/
.SmallHeader  {
	font-size: 11px;
	color: #FFFFFF;
	text-transform: uppercase; 
	}

#Currency{
	padding: 15px 35px 2px 0;
	}

#Language {
	padding-right:10px;
	margin-bottom:3px;
	}

#Session {/*Required as Language & Currency Boxes are not used within general Cart.tpl pages*/
	margin-top:58px;
	width:auto;
	height:20px;
	padding:0;
	text-align:right;
	float:right;
	} 

#Login {
	text-align:right;
	font-size:11px;
	color: #CC6413;
	margin:0;
	padding:5px 30px 0 0;
	width:auto;
	float:right;
	} 

#Login p {
	margin:0;
	padding:0;
	}

#Login a {
	color: #CC6413;
	text-decoration:none;
	}

#Login a:hover {text-decoration:none; color:3aa8cc;}
	


#forgot a {
	color: #CC6413;
	} 

#forgot a:hover {
	color: #CC6413;
	}



/**LEFT COLUMN SECTION
************************/
#LeftColumn {
	width: 200px; 
	padding:0;
	float: left;
	font-size:11px;
	}

/**LEFT COLUMN HEADINGS
************************/







/**LEFT COLUMN SIDE BOXES
*************************/
.LeftBox {
	margin: 0;
	padding: 0;
	width:200px;
	}

.LeftBox a {
	color: #CC6413;
	text-decoration:none;
	}

.LeftBox a:hover {
	color: #993300;
	text-decoration:none;
	}
	
	
/**LEFT COLUMN cart
*************************/



.LeftBoxCart {
	margin: 0;
	padding: 0;
	width:200px;
	background-color: #d1c6b9;
	height: 150px;
	color:	#362604;
	}

.LeftBoxCart a {
	color:	#362604;
	text-decoration:none;
	}

.LeftBoxCart a:hover {
	color:	#362604;
	text-decoration:none;
	}

.ViewCart {
	font-size:14px;
	color:	#362604;
	font-weight:bold;
	text-align:right;
	margin:30px 10px 0 0;
	}


/**LEFT COLUMN - MAILING LIST 
*******************************/
#Email {
	width:200px;}

.LeftBox.border {
	margin: 	10px 0 5px 3px;
	padding: 	4px 4px 9px 4px;
	border: 	1px solid #CCCCCC;
	width:		177px;
	}

.LeftBox.border span {
	padding:	0;
	margin:		0;
	line-height:normal;
	}

.LeftBox.border form {
	text-align:	left;
	margin:		0;
	padding:	0;
	}

.SubscribeButton {
	line-height:	normal;
	top:			3px;
	left:			5px;
	position:		relative;
	}


/**LEFT COLUMN - INFORMATION BOX
**********************************/
.LeftBox p#nudge {
	margin:0 0 0 10px;
	color: #CC6413;
	}


/**START CROSS-BROWSER DHTML MENU
**********************************/
#mainmenu-nav {
	float:		left;
	font-size:	12px;
	margin:		0;
	padding:	0 0 0 12px;
	width:		188px;
	text-transform:uppercase;
	font-weight:bold;
	}

#mainmenu-nav li {
	margin-left:	0;
	padding:		0;
	}
	
#mainmenu-nav li a {
	display:		block;
	color:			#FFFFFF;
	padding:		0;
	}	

#mainmenu-nav li a:hover {
	color:		#red;
	display:	block;
	}


#mainmenu-nav li {
	list-style:	none;
	}



/*

.li-nav {
	display: block;
	border-top:		1px solid #CCCCCC;
	list-style:	none;
	padding:	3px 0;
	}

.li-nav a{
	display:		block;
	padding:		3px 0 3px 10px;
	line-height:	normal;
	color:			#CC6413;
	}
	
.li-nav a:hover{
	background-image: url(../styleImages/icons/nav-hover.gif);
	background-repeat: no-repeat;
	color: #FF0000;
	}
*/

a.hassubmenu{
	background-image: url(../styleImages/more.gif);
	background-repeat: no-repeat;
	background-position: 178px 6px;
	}

/**HIGHTLIGHTING EFFECT ON SUB-CATS
************************************/
.ul-nav .li-nav a.hassubmenu:hover {color: #717171;}



/**CLEARING FLOATING ELMENTS
*****************************/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}



/**VIEWCART NAVIGATION
************************/
ul#CartNav {
	list-style-type:none;
	margin:0;
	padding:0;
	}

ul#CartNav li {
	margin:0;
	padding:0;
	}


ul#CartNav li a {
	background-image: url(../styleImages/more.gif);
	background-repeat: no-repeat;
	background-position:5px 6px;
	padding: 2px 2px 2px 15px;
	text-decoration:none;
	}

ul#CartNav li  a:hover{
	background-image:none;
	padding: 2px 2px 2px 15px;
	color: #6F9994;
	
	text-decoration:none;
	}


/**RANDOM PRODUCTS 
********************/
#RandProduct {
	height:100%;
	padding:10px 0 20px 0;
	}

#RandImage {
	float:left;
	display:inline; /*fixes IE6 float bug*/
	margin:0 10px 0 0;
	padding:0 0 0 0;
	}

#RandText {
	color: #FFFFFF;
	}




/**MAIN CONTENT SECTION
************************/
#Content {
	width:	562px;
	float: left;
	margin:0 0 0 6px;
	padding:0;
	background-color: #d1c6b9;
	}

#Content p {margin-top:0; padding-top:0;}



#ContentBox {
	padding: 0;
	margin-bottom: 5px;
	margin-top: 0px;
	position: relative;
	z-index: 1;
	}

#ContentBoxDocs {
	padding: 0 6px;
	margin-bottom: 5px;
	margin-top: 0px;
	position: relative;
	z-index: 1;
	}

#ContentBoxCart {
	width:	549px;
	float: left;
	margin:0 0 0 6px;
	padding:0 6px;
	background-color: #d1c6b9;
	}	

.CartProductImage {
	height:50px;
	width:50px;
	}

/**GENERAL HEADERS
********************/
.Title {
	color: #6F9994;
	height: 30px;
	padding:0;
	margin:0;
	}


h1 {
	font-size:		22px;
	font-weight: 	bold;
	text-transform: uppercase;
	margin:			10px 0 0 0;
	color:#362604;
	}


h2 {
	font-size: 		13px;
	color: 			#000000;
	text-transform: uppercase;
	padding:		6px 0 6px 5px;
	margin:			0;
	}


h3 {
	margin:6px;
	width:175px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-align:left;
	float:left;
	color:	#362604;
	clear:both;
	}

h3 a {
	text-decoration:none;
	border:none;
	}

h3 a:hover {
	text-decoration:none;
	border:none;
	padding-right:50px;
	}


h4 {
	font-size: 13px;
	color: #6F9994;
	font-weight: bold;
	text-transform: uppercase;
	}


h5 {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color:	#362604;
	margin:0 0 20px 0;
	padding:0;
	}




/**BREADCRUMB TRAIL & PAGINATION
**********************************/
#BreadCrumb {
	margin-bottom:6px;
	border-bottom:6px solid #362604;
	text-transform: uppercase;
	}

#BreadCrumb a {
	color: #362604;
	text-decoration:none;
	font-size:11px;
	}

.pagination {
	text-align: right;
	padding: 0;
	color:#cc0000;
	font-size:12px;
	margin-right:6px;
	}

/**FOOTER
*******************/
#footer {
	padding:			0;
	margin:				auto;
	width:				768px;
	height:				17px;
	}



/**SITE DOCUMENTS
*******************/
#SiteDocs {
	text-align:right;
	margin:10px 0;
	padding:0;
	color: #d1c6b9;
	text-transform:uppercase;
	font-size:11px;
	height:20px;
	width:865px;
	}

#SiteDocs a:link, #SiteDocs a:visited, #SiteDocs a:hover {
	color: #d1c6b9;
	text-decoration: none;
	}

#SiteDocs a:hover {
	color: #d1c6b9;
	}


	
/**HOME PAGE INTRODUCTION TEXT
*******************************/
#Announcement {
	padding: 0px;
	margin-bottom: 2px;
	margin-top: 0px;
	position: relative;
	z-index: 1;
	}


#Announcement p {
	margin:7px 0px 0 0px;
	line-height:16px;
	}
	
	
/**LATEST PRODUCTS - HOMEPAGE
*******************************/
#LatestProducts {
	padding: 0px;
	margin:0;
	float: left;
	z-index: 1;
	height:100%;
	border:1px solid #669900;
	}

#Inner {
	width:	540px;
	margin: 0;
	padding:0;
	}

.LPBox {
	float: left;
	text-align: center;
	width: 155px;
	height: 103px;
	border:1px solid #B6B6B6;
	padding: 4px 4px 40px 4px;
	margin: 0px 6px 0px 0px;
	}

.LPImage {
	padding:0;
	margin:0;
	}

.LPImage img {
	padding:0; 
	margin:0;
	}	

.LPImage img a {
	padding:0; 
	margin:0;
	}	

.LPName {
	text-align:center;
	font-size:14px;
	margin:		0;
	padding:	0;
	color: #717171;
	}

.LPName a:link, .LPName a:visited {
	color: #717171;
	text-decoration:none;
	}

.LPName a:hover {
	color: #242726;
	text-decoration:none;
	}

.LPPrice {
	height:20px;
	width:100%;
	text-align:center;
	font-size:13px;
	margin:0;
	padding: 0 /*2px 0*/;
	text-transform:uppercase;
	color: #669900;
	} 


/**CATEGORY VIEW 
********************/
#CatDescription {}

/**SUB CATEGORY IMAGE DISPLAY
******************************/
#SubCategories {
	float:left;
	display:inline; /*fixes IE6 float bug*/
	text-align:center;
	margin: 0px auto 0px;
	padding: 0;
	width:100%;
	height:auto;
	}

.subCat {	
	margin:0 6px 0px 0;
	float:right;
	font-size:11px;
	color:#362604;
	}

.subCat a {
	color:#362604;
	text-decoration: none;
	}

.subCat a:hover {
	color:#cc0000;
	text-decoration: none;
	}

.subCat img {
	border:1px solid #362604;
	margin:0 0 3px 0;
	height:350px;
	width:270px;
	}

/**ORIGINAL CAT VIEW CODING
*****************************/
/*.catview {
	margin:0 10px;
	padding:0;
	width:100%;
	}

.catimage {
	width:auto;
	height:auto;
	border-bottom:1px dotted #CCC;
	padding:0;
	margin:0;
	}

.catinfo {
	border-bottom:1px dotted #CCC;
	margin-right: 10px;
	}

.catInner {
	margin:10px 0;
	border-left:1px dotted #ccc;
	}

.catview a {
	color:#667777;
	text-decoration:none;
	}

.catview p {line-height:12px;}*/


.catview {
	/*border-left:1px solid #669900;*/
	margin:0;
	padding:0;
	/*border-top:1px solid #669900;*/
	}
.category-view-image {
	}

.catsep {
	border-top:		1px solid #cccccc;
	padding:		4px 0px;
	}

.catsep2 {
	border-top:		1px solid #cccccc;
	padding:		2px 0px;
	}

.catsep h2, .catsep h2 a {
	font-size: 		13px;
	color: 			#CC6413;
	text-transform: uppercase;
	padding:		0;
	margin:			0;
	}

.catsep h2 a:hover {
	color:#666666;
	}

.catimage {
	float:		left;
	padding:	4px;
	margin:		0;
	border:		1px solid #CCCCCC;
	}

.catview a {
	color:#669900;
	text-decoration:none;
	}

.catview p {
	line-height:12px;
	}

.catview .Price {
	color: 			#669900;
	font-size:		16px;
	}


.ProductGridItem {
	margin:0 6px 12px 0;
	float:right;
	font-size:11px;
	color:#362604;
	}
.ProductGridItem a {
	color:#362604;
	text-decoration: none;
	}
.ProductGridItem a:hover {
	color:#cc0000;
	text-decoration: none;
	}
.ProductGridItem p {
	text-align:right;
	margin: 0;
	padding:0;
	line-height:13px;
	}	
.ProductGridItem img {
	border:1px solid #362604;
	margin:0 0 3px 0;
	height:131px;
	width:131px;
	}



/**SINGLE PRODUCT PAGE
************************/
#SingleProd {
	width:			562px;
	margin:	0;
	position: 		relative;
	z-index: 		1;
	}
	
#MainProdImage {
/*	text-align:center;
	margin:20px auto;
	padding:0; **********/
	width:265px;
	height:265px;  
	margin:0 0 0 6px;
	padding:0;
	border: 1px solid #362604;	
	}

#MoreImages {}

/**LIGHTBOX GALLERY
********************/

.PicturesContainer {
	width:350px; 
	float:left;
	border:1px solid red;
	}

#LightBoxGallery {
	margin:0 auto;
	padding:0;
	}

.LightBox {
	}  

.LightBoxImage {
	border: 1px solid #362604;
	margin:	6px 0 0 6px;
	float:left;
	}


/**PRODUCT DESCRIPTION
***********************/



#ProdDescription {
	text-align:		left;
	padding:		0;
	margin-bottom:	20px;
	color: 			#362604;
	}

#ProdDescription h2 {
	margin:0 0 0 0;
	padding-left:5px;
	padding-bottom: 5px;
	font-weight:normal;
	background:#667777 none repeat scroll 0%;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
	}


/**PRODUCT INFO - PRICE, RATING, TELL A FRIEND
************************************************/
#ProdInfo {
	margin:0;
	float:left;
	width:260px;
	}

.ProdPrice {
	font-size:20px;
	font-weight:bold;
	color:#362604;
	}

#ProdReviews {
	float:left;
	display:inline;/*used to fix IE6 double margin bug with floated elements */
	height:90%;
	width:29%;
	margin:0 auto;
	text-align:center;
	padding:3px 5px 3px 0;
	border-right:1px dotted #cccccc;
	border-left:1px dotted #cccccc;
	}

#ProdReviews a {
	text-decoration:none;
	}

#ProdReviews a:hover {text-decoration: none; color: #C6EADD}

#TellAFriend {
	float:left;
	display:inline;/*used to fix IE6 double margin bug with floated elements */
	width:37%;
	height:100%;
	margin:0;
	padding:0;
	background:white;
	}

#TellAFriend ul {
	display:block;
	margin:0 0 0 10px;
	padding:0;	
	font-size:11px;
	text-align:left;
	text-transform:uppercase;
	}

#TellAFriend a {
	color:#667777;
	text-decoration:none;
	}
	
#TellAFriend a:hover {
	color:#242726;
	text-decoration:none;
	}


/**PRODUCT OPTIONS
********************/
.ProdOptions {
	margin:0;
	text-align:left;
	text-transform:uppercase;
	font-size:15px;
	font-weight:normal;
	width:auto;
	margin:0;
	padding:0;
	border:1px solid red;
	}

#Options {
	margin:-10px 0 0 0;
	padding:0 0 0 0px;
	text-transform:none;
	font-size:13px;
	font-weight:bold;
	}

.OptionsStyle {

	}


/**PRODUCT CODE & STOCK AVAILABILITY
**************************************/
#ProdLevels {
	text-align:left;
	margin:30px 0 0 0;
	padding:0;
	font-weight:bold;
	font-size:12px;
	}

#ProdLevels p {
	margin:0;
	padding:0;
	}


/**ADD TO CART BLUE BACKGROUND
*******************************/
.ProdBuy {
	border:1px solid yellow;
	}

#ProdBuyLogin {
	color: 		#000000;
	background: #667777;
	font-size:	14px;
	width:		520px;
	margin:		10px 10px 10px 0;
	padding: 	5px 10px 5px 0;
	position: 	relative; 
	text-align: right;
	}

#ProdBuy a {
	line-height:22px;
	font-size:12px;
	padding:0 10px;
	margin:2px 0 0 0;
	text-transform:uppercase;
	text-decoration:none;
	}

.AddToCart a {
	color:#cc0000;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:none;
	font-size:16px;
	}


/**COUPONS
************/
.addCoupon:link, .addCoupon:visited, .addCoupon:hover, .addCoupon:active {
	font-weight: bold;
	text-decoration: none;
	}

/**CUSTOMER REVIEWS - SUBMISSIONS
**********************************/
#CustomerReviews {}
#CustomerReviews p {margin-left:10px;}
.SubmitReview {padding-right: 60px;}
.right {text-align:right;}

.right span {
	font-weight:bold;
	float: left;
	}

/**CUSTOMER REVIEWS POSTED
***************************/
.ReviewEntry {margin:0;}

.ReviewRatings{
	color: #ffffff; 
	background: #667777;
	padding: 3px;
	}	

.ReviewContent {
	padding: 3px;
	font-style:italic;
	border-bottom: 1px dotted #CCCCCC;
	}

.ReviewTitle { text-transform:uppercase;}

.ReviewedBy {
	color: #C6EADD;
	
	padding: 3px;
	}

.Date {
	color: #C6EADD;
	float: right;
	}


/**RELATED PRODUCTS
*********************/
.LPInfo {}

* html .LPInfo {width: 100%;}

/**SITE BUTTONS
*********************/
.buttonBg {
	text-align: center;
	background-image: url(../styleImages/backgrounds/ButtonBg.gif);
	background-repeat: repeat-x;
	height: 26px;
	color: #663366;
	}