/*css reset*/
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}
html{height:100%;padding-bottom:1px;}/*Force a scrollbar*/

/*
 *.body{font-size:62.5%} //alows conversion from px to em. 12px = 1.2em;
 */
body{
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:62.5%;
}	

/*
 * default list styles.
 */
.type-style ul, .site-webpage ol, .site-webpage dd{padding-left:20px;}
.type-style ul li{list-style:outside disc;display:list-item;}
.type-style ol li{list-style:inside decimal;display:list-item;}
.type-style p{margin:1em 0;}
b, strong{font-weight:bold;}
u{text-decoration:underline;}
i{font-style:italic;}
/*
 * Default link styles.
 */
a{
	color:#828277;
}
a:hover{
	color:#000;
} 
.clear-both{
	clear:both;
}
.site-webpage{
	padding:10px;
	font-size:1.2em;
}

/*
 * Template Styles
 */
html{
	background:#cccdc5;
}
body{
	background:#dedfd5;
	color:#828277;
}


#siteWrapper{
	background:url(../Design/siteWrapper.png) left top repeat-x scroll;
}
#siteWrapperInner{
	background:url(../Design/siteFooter.png) left bottom repeat-x scroll;
}

#siteColumnsOne{
	position:relative;
	z-index:20;
	width:970px;
	margin:0 auto;
	overflow:hidden;
}
#siteColumnOne{
	float:left;
	width:180px;
	min-height:200px;
}
#siteColumnTwo{
	float:right;
	width:787px;
	padding-top:26px;
	overflow:hidden;
}

/*
 * Logo
 */
#siteLogo{
	padding:22px 0 38px;
}

/*
 * Follow Us links
 */
#siteFollowUs{
	padding:20px 0 100px;
}

#siteHeader{
	position:relative;
	z-index:20;
	min-height:47px;
	background:#bf1e2e;
}
#siteCategories{
	padding-top:6px;
}
#siteCategories li{
	position:relative;
	float:left;
	margin-left:12px;
	display:block;
}
#siteCategories li.incat{
	background-color:#fff;
}
#siteCategories li.incat a{
	color:#BF1E2E;
}
#siteCategories li.hover{
	background-color:#B01B2B;
}
#siteCategories li.hover.incat a{
	color:#fff;
}
#siteCategories li a{
	display:block;
	padding:10px 10px 17px;
	color:#fff;
	font-size:1.2em;
	line-height:14px;
	text-decoration:none;
	text-transform:uppercase;
	vertical-align:middle;
}
#siteCategories li a:hover{
	text-decoration:underline;
}
#siteCategories li ul{
	position:absolute;
	left:0;
	top:32px;
	display:none;
	width:215px;
	padding:10px 0;
	background:#B01B2B;
}
#siteCategories li ul li{
	float:none;
	margin:0;
}
#siteCategories li ul li a{
	padding:3px 10px;
	text-transform:none;
}
#siteCategories li ul li a:hover{
	background-color:#BF1E2E;
	text-decoration:none;
}

#siteColumnsTwo{
	position:relative;
	z-index:10;
	overflow:hidden;
}
#siteColumnThree{
	float:right;
	width:184px;
	min-height:300px;
	background:#fff;
}

/*
 * Search
 */
#siteSearch{
	padding:9px 0 9px 9px;
	background:#bf1e2e;
}
#siteSearchTxt{
	width:122px;
	height:25px;
	padding:0 0 0 10px;
	border:none;
	background:url(../Design/siteSearch.png) left top no-repeat scroll;
	color:#a8a8a2;
	vertical-align:middle;
}
#siteSearchBtn{
	width:33px;
	height:25px;
	border:none;
	background:url(../Design/siteSearch.png) -132px top no-repeat scroll;
	font-size:0;
	line-height:100px;
	vertical-align:middle;
	overflow:hidden;
	cursor:pointer;
}
#siteSearchBtn:hover{
	background-position:-132px -25px;
}

#siteMiniCart{}
#siteMiniCartItems,
#siteMiniCartTotal{
	padding:10px 6px 10px 35px;
	overflow:hidden;
}
#siteMiniCartItems{
	border-bottom:1px solid #adada6;
	background:#a8a8a2 url(../Design/siteMiniCartItems.png) 8px center no-repeat scroll;
}
#siteMiniCartTotal{
	border-bottom:1px solid #adada6;
	background:#a8a8a2 url(../Design/siteMiniCartTotals.png) 11px center no-repeat scroll;
}
#siteMiniCartItemsName,
#siteMiniCartTotalName{
	float:left;
	display:inline;
	color:#fff;
	font-size:1.4em;
}
#siteMiniCartItemsName a,
#siteMiniCartTotalName a{
	color:#fff;
	text-decoration:none;
}
#siteMiniCartItemsName a:hover,
#siteMiniCartTotalName a:hover{
	text-decoration:underline;
}
#siteMiniCartItemsValue,
#siteMiniCartTotalValue{
	float:right;
	padding:2px 5px;
	background:#bcbcb7;
	font-size:1.1em;
	color:#fff;
}
#siteCurrency{
	background:#a8a8a2;
	padding:10px 6px;
	text-align:center;
}
#siteCurrency table{
	width:100%;
}

/*
 * Generic: Col box
 */
.col-box{
	padding:10px;
	border-bottom:1px solid #dedfd5;
}
.col-box-top{
	height:28px;
	padding-left:25px;
	color:#a8a8a2;
	font-size:1.4em;
	line-height:20px;
	vertical-align:middle;
}
.col-box-bot{
	padding:10px;
	background-color:#a8a8a2;
	color:#fff;
	font-size:1.1em;
}

#siteNeedHelp{
	background:url(../Design/siteNeedHelp.png) 10px 10px no-repeat scroll;
}
#siteLatestNews{
	background:url(../Design/siteLatestNews.png) 10px 10px no-repeat scroll;
}
#siteCustomerReviews{
	background:url(../Design/siteCustomerReviews.png) 10px 10px no-repeat scroll;
}
#siteNewsletter{
	background:url(../Design/siteNewsletter.png) 10px 10px no-repeat scroll;
}

#siteNewsletter input.text{
	width:122px;
	height:25px;
	padding:0 10px;
	border:none;
	background:url(../Design/siteNewsletterTxt.png) left top no-repeat scroll;
	color:#a8a8a2;
}
#siteNewsletter input.submit{
	width:59px;
	height:25px;
	border:none;
	background:url(../Design/siteNewsletterBtn.png) left top no-repeat scroll;
	font-size:0;
	line-height:100px;
	vertical-align:middle;
	overflow:hidden;
	cursor:pointer;
}
#siteNewsletter input.submit:hover{
	background-position:left -25px;
}

#siteBody{
	float:left;
	width:602px;
	min-height:200px;
	margin-bottom:90px;
	background:#fff;
}

#siteFooterOuter{
	position:relative;
	top:-90px;
	z-index:10;
	background:#cccdc5;
}
#siteFooter{
	width:690px;
	padding:82px 280px 0 0;
	margin:0 auto;
	color:#737368;
	overflow:hidden;
}
#siteFooterList{
	padding:0;
	margin:1em 0;
	overflow:hidden;
}
#siteFooterList li{
	display:block;
	float:left;
	padding:0 0 0 15px;
	margin:0;
	background:url(../Design/siteX.png) 5px center no-repeat scroll;
}
#siteFooterList li:first-child{
	background:none;
	padding-left:0;
}
#siteFooterList li a{
	color:#737368;
	text-decoration:none;
}
#siteFooterList li a:hover{
	text-decoration:underline;
}

.product-row{
	overflow:hidden;
	border-top:1px solid #dedfd5;
}
.product-item{
	float:left;
	width:180px;
	padding:9px;
	border-right:1px solid #dedfd5;
}
.product-item.first{
	border-left:2px solid #fff
}
.product-item.last{
	border-right:none;
}
.product-item-inner{
	position:relative;
	width:180px;
	/*height:145px;*/
	overflow:hidden;
}
.product-item-image{
	/*position:absolute;
	left:0;
	top:0;*/
	width:180px;
	height:180px;
	text-align:center;
}
.product-item-name{
	/*position:absolute;
	left:0;
	bottom:0;*/
	width:160px;
	padding:5px 10px;
	background:url(../Design/siteProductItemName.png) left top repeat scroll;
	text-transform:uppercase;
}
.product-item-name a{
	color:#fff;
	font-size:1.1em;
	text-decoration:none;
}
.product-item-name a:hover{
	text-decoration:underline;
}
.cart-page{
	padding:10px 0 40px;
}
