/* Css Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
ol,ul{
	list-style:none;
}
blockquote,q{
	quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after{
	content:'';
	content:none;
}
:focus{
	outline:0;
}
ins{
	text-decoration:none;
}
del{
	text-decoration:line-through;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
/* General Styles */
.skiplink{
	display:none;
}
label{
	cursor:pointer;
}
a,a:link{
	color:#464646;
	text-decoration:none;
}
a:focus,a:hover{
	text-decoration:underline;
}
body{
	background:#faeed4 url(../images/bgr_main.png) repeat-x bottom center;
	color:#464646;
	font:11px Georgia, "Times New Roman", Times, serif;
}
.wrapper_top{
	background:url(../images/bgr_wrapper_top.png) repeat-x;
}
.wrapper_inner{
	background:url(../images/bgr_wrapper_inner.jpg) no-repeat center top;
}
.wrapper{
	width:1000px;
	margin:0 auto;
}
/* header */
#header{
	width:100%;
	height:138px;
	overflow:hidden;
}
#logo{
	float:left;
	padding:34px 0 0 25px;
}
#logo a{
	width:455px;
	height:104px;
	text-indent:-9999px;
	position:relative;
	overflow:hidden;
	display:block;
	background:url(../images/logo.png) no-repeat;
	cursor:pointer;
}
#header_card{
	float:right;
	width:325px;
}
#header_card p{
	color:#dcd3c6;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	padding:6px 50px 4px 0;
	text-align:center;
}
#header_card p a{
	color:#dcd3c6;
}
#header_card p span a{
	font-weight:bold;
	text-decoration:underline;
}
#header_card p span a:hover{
	text-decoration:none;
}
#header_card .items{
	background:url(../images/ico_cat.gif) no-repeat left center;
	padding:0 0 0 20px;
}
/* menu */
#menu{
	width:449px;
	height:31px;
	background:url(../images/bgr_menu.png) no-repeat;
	float:right;
	margin:40px 10px 0 0;
}
#menu ul{
	float:left;
	padding:6px 0 0 5px;
}
#menu ul li{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	float:left;
	padding:0 4px 0 4px;
}
#menu ul li a{
	color:#fff;
}
#menu ul li span{
	padding:0 0 0 15px;
}
/*block*/
#block{
	width:100%;
	height:309px;
	overflow:hidden;
	background:url(../images/bgr_block.jpg) no-repeat;
}
#slideshow{
	float:left;
	width:772px;
}
#block_build_kit{
	float:right;
	padding:76px 34px 0 0;
}
/*body_top*/
#body_top{
	width:100%;
	height:39px;
	overflow:hidden;
	background:url(../images/bgr_body_top.jpg) no-repeat;
}
/* body */
#body{
	width:100%;
	overflow:hidden;
	background:url(../images/bgr_body.gif) repeat-y;
}
#content{
	float:left;
	width:675px;
	padding:15px 0 40px 65px;
	line-height:1.6em;
	font-size:12px;
}
#sidebar{
	width:217px;
	padding:0 11px 200px 0;
	background:url(../images/bgr_sidebar.gif) repeat-y;
	float:right;
}
#sidebar_inner{
	width:195px;
	padding:8px 10px 40px 12px;
	background:url(../images/bgr_sidebar_inner.gif) no-repeat;
}
#wide_content{
	width:900px;
	overflow:hidden;
	margin:0 0 0 58px;
	background:url(../images/bgr_wide_content.gif) repeat-x bottom;
	padding:30px 0 10px 0;
	clear:both;
}
#wide_content p{
	font-size:13px;
	line-height:1.5em;
	padding:0 0 15px 15px;
}
/*sidebar_cats*/
#sidebar_cats{
	width:100%;
	background:url(../images/bgr_sidebar_cats.gif) repeat-y;
	margin:0 0 25px 0;
}
#sidebar_cats_top{
	width:100%;
	background:url(../images/bgr_sidebar_cats_top.gif) no-repeat;
}
#sidebar_cats_end{
	width:165px;
	padding:15px 15px 15px 15px;
	background:url(../images/bgr_sidebar_cats_end.gif) no-repeat left bottom;
}
#sidebar_cats h2{
	color:#512f0e;
	font-size:20px;
	font-weight:normal;
}
#sidebar_cats ul{
	padding:5px 0 0 0;
}
#sidebar_cats li{
	background:url(../images/ico_dotted.gif) repeat-x bottom;
	padding:5px 0 5px 5px;
	font-size:14px;
}
#sidebar_cats a{
	color:#000;
	background:url(../images/ico_arrow.gif) no-repeat left 6px;
	padding:0 0 0 13px;
}
/* footer */
#footer{
	width:100%;
	height:154px;
	background:url(../images/bgr_footer.jpg) no-repeat;
}
#footer .visa{
	text-align:center;
	padding:10px 0 0 0;
	width:100%;
	height:61px;
	overflow:hidden;
}
#footer_copy{
	float:left;
	padding:25px 0 0 30px;
}
#footer_copy p{
	font-size:15px;
	color:#fff;
	padding:0 0 6px 0;
}
#footer_copy p.designed{
	font-size:13px;
}
#footer_copy p a{
	color:#fff;
	text-decoration:underline;
}
#footer_copy p a:hover{
	text-decoration:none;
}
#footer_copy .followus{
	color:#000;
}
#footer_copy .followus_ico img{
	position:absolute;
	margin:-10px 0 0 434px;
}
#footer_links{
	float:right;
	padding:0 38px 0 0;
}
#footer_links img{
	float:left;
}
h2{font-family: Georgia, "Times New Roman", Times, serif; font-size: 28px; font-weight:normal;margin-top:5px; margin-bottom:25px;}

.carousel_block{display:block; height:275px;  float:left;}
.car_left {background: url('../images/carusel_l.jpg') center no-repeat; width:68px; height:275px; z-index:0;}
.car_right {background: url('../images/carusel_r.jpg') center no-repeat; width: 82px; height:275px; z-index:0;}
.car_center {background: url('../images/carusel.jpg') center no-repeat; height:275px;}
.arrow_left {background: url('../images/car_l.jpg') center no-repeat; width: 62px; height:62px; position:absolute; top:250px; padding-left:20px; z-index:1; }
.arrow_right {background: url('../images/car_r.jpg') center no-repeat; width: 62px; height:62px; position:absolute; top:250px; padding-left:20px; z-index:1;}
.carousel {margin: 0 auto;height:240px; margin-left:20px;}
.carousel li {margin:35px 20px; display:block; width:162px; height:162px; background: url('../images/car_img_bg.jpg') center no-repeat; text-align:center;}
.carousel img{max-width:162px; max-height:162px;}
.imgcontainer {margin:25% 0;} 
.imgcontainer2 {margin:12% 0;} 

.product_item{padding:20px 0;}
.product_item .product_img {width:147px; overflow:hidden;}
.product_item .product_img img {width:127px; height:121px; border:5px solid #bb8f46; float:left;}
.product_item .product_det{vertical-align:top; padding-left:10px; font-size:12px; line-height:1.5em;}
.product_det h4{font-family: Georgia, "Times New Roman", Times, serif; font-size: 22px; font-weight:normal; margin:5px 0;}
.product_det span{
	display:block;
	padding:10px 0 0 0;
}
.product_det span, .product_det span a{color:#9d080d; font-family: Georgia, "Times New Roman", Times, serif; font-size: 13px; font-weight:bold; margin:0;}
.sep {border-bottom: 1px #999999 dashed; height:1px; display:block; padding-top:20px; margin-bottom:20px;}

h1 {font-family: Georgia, "Times New Roman", Times, serif; font-size: 28px; font-weight:normal; margin:5px 0; display:block; text-align:left;}
#productPrices {text-align:center; background: url(../images/bg_price.jpg) repeat; color:#fff;}
#productPrices h2 {font-family: Georgia, "Times New Roman", Times, serif; font-size: 20px; font-weight:normal; padding:0;}
.prodimgDet{width:157px; float:left; }
.prodimgDet img{width:127px; height:121px; border:5px solid #bb8f46; float:left; margin:0; padding:0;}
.proddescrDet{float:left; font-size:12px; line-height:1.6em; width:490px;}

form { margin: 0; }
input[type=text], input[type=password], textarea, select {border: 1px solid #e6bf7d; text-align:center; padding:4px;}

.prodfootDet{margin-top:20px; background:#e8d6b9; vertical-align:center;}
.cartCount{padding-left:10px; }
.cartTellfrent {padding-right:10px;}
.cartReview {padding-right:10px;}
.cartOuter{vertical-align:middle; display:block; padding-top:10px;height:40px;}
.cartCount_inner{margin-top:100px;}
.cartCount input{
}
.cartCount input[type=text]{
	position:relative;
	top:-7px;
	width:40px;
}
.red {color:#8d0000}
.cartTotalsDisplay{font-family: Georgia, "Times New Roman", Times, serif; font-size: 18px; font-weight:normal; margin:15px 0;}
.tblHead {background:#e8d6b9;font-family:Verdana, Geneva, sans-serif; font-size: 12px; font-weight:normal;}
.tblHead td {height:44px; vertical-align:middle; text-align:center;}
.brd_r{border-right:1px #d9c196 dashed;}
.brd_b{border-bottom:1px #d9c196 dashed;}
.cartTable {background:#f6efe3;margin-bottom:10px;}
.cartTable  td {text-align:center; vertical-align:middle; padding-top:10px;}
.cartTable input {width:43px;}
.tblFoot{background:#785635; color:#fff;}
.tblFoot td{height:50px; vertical-align:middle; text-align:right; font-family: Georgia, "Times New Roman", Times, serif; font-size: 21px; font-weight:normal; padding-right:20px;}

legend {font-family: Georgia, "Times New Roman", Times, serif; font-size: 16px; font-weight:normal; margin-top:5px; color:#9d080d;}
.inputLabel {font-family:Verdana, Geneva, sans-serif; font-size: 12px; font-weight:bold; margin:8px 0; display:block; width:200px; float:left;}
input[type=text], input[type=password], select{ width:230px; margin:8px 0; }
.centerColumn  h2, #checkoutConfirmDefaultPayment{font-family: Georgia, "Times New Roman", Times, serif; font-size: 16px; font-weight:normal; margin:15px 0; color:#9d080d;}
.centerColumn{
	padding:0 0 150px 0;
}
#checkoutShipping legend {color:#000;}
#checkoutShipping .checkboxLabel {font-weight:bold;}
#checkoutShipping  .shipPrice , .totalBox {float:right; font-family:Verdana, Geneva, sans-serif; font-size: 12px; font-weight:bold; color:#9d080d;}

.floatingBox{float:left; width:50%}
.inputLabelPayment  {font-family:Verdana, Geneva, sans-serif; font-size: 12px; font-weight:normal; margin:8px 0; display:block; width:200px; float:left;}
.important {margin:15px 0;}

.forward1{float:right}
.back1 {float:left}
.clearBoth {clear: both;	}

.rowEven {background:#efe2ce;}
.rowOdd {background:#fff;}
.rowEven td, .rowOdd td {padding:10px 20px; vertical-align:middle; font-weight:bold;}
.cartQuantity input[type=text] {width:42px;}

.categoryListBoxContents, .centeredContent{
	float:left;
	padding:20px 0 0 0;
	text-align:center;
	font-size:1.2em;
	font-weight:bold;
}
.categoryListBoxContents img{
	border:0;
}
.centerBoxHeading{
	text-align:center;
	font-weight:bold;
	padding:30px 0 0 0;
}