* { margin:0; padding:0;}
body { background:url(../images/bg1.gif) repeat left top;  font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:17px; color:#000000;}
#background{background:url(../images/background.gif) repeat-x left top; overflow:hidden; width:100%;}

form, td {margin:0; padding:0;}
td { vertical-align:top; text-align:left;}

.main-width { width:950px; margin:0 auto; text-align:left; }

input, textarea { font-family:Tahoma; font-size:1em;}

.fleft { float:left;}
.fright { float:right;}
.clear { clear:both;}

img {vertical-align:top;}
a img { border:0;}
ul { list-style:none;}

.alignright { text-align:right;}
.aligncenter { text-align:center;}

.wrapper{ width:100%; overflow:hidden;}
.container { width:100%;}
.column-1, .column-2, .column-3{ float:left;}

a {color:#dd402; outline:none; text-decoration:underline;}
a:hover{text-decoration:none;}
p { margin:0; padding:0;}
.price{
	font-size:16px;
	color:#fff;
	line-height:20px;
	font-weight:bold;
}
/* =================================================== */
.top-head {
	width:100%;
	overflow:hidden;
	margin-top:22px;
	margin-bottom:15px;
}
.top-head .lang{
	float:right;
	margin-left:7px;
	margin-right:33px;
}
.top-head .currencies{
	float:right;
	color:#1a1a1a;
	font-size:12px;
	line-height:20px;
	font-weight:bold;
}
.top-head .currencies select{
	color:#979797;
	font-size:11px;
	background:#fff;
	border:1px solid #fff;
	width:73px;
	height:20px;
	padding-left:0;
	margin-left:-4px;
}
/* ============================= header ====================== */
#header{
}
*+ html #header{
	margin-bottom:-3px;
}
#header .top{
	width:100%;
	overflow:hidden;
	background:url(../images/header-top-bg.gif) repeat-x left bottom;
	height:68px;
}
#header .menu{
	float:left;
	padding-right:10px;
	background:#86c23f;
}
#header .menu ul{
	margin:0;
	padding:0;
}
#header .menu ul li{
	float:left;
}
#header .menu ul li a{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:17px;
	line-height:18px;
	text-decoration:none;
	color:#5d5d5d;
	text-transform:uppercase;
	display:block;
	background:#86c23f;
	padding:23px 21px 22px 21px
}
#header .menu ul li a:hover{
	color:#fdd402;
}
#header .menu ul li.selected a{
	background:url(../images/menu-bg-act.gif) repeat-x left top;
	color:#fff;
}
#header .menu ul .li_un{
	position:relative;
}
#header .menu ul .li_un a{
	padding-right:22px;
}
#header .menu ul .li_un .corner{
	background:url(../images/menu-corner-bg.png) no-repeat left top;
	width:18px;
	height:19px;
	display:block;
	position:absolute;
	top:0px;
	left:0;
}
#header .menu ul .li_un.selected .corner{
	background:url(../images/menu-corner.png) no-repeat left top;
}
#header .cart{
	width:114px;
	height:63px;
	background:url(../images/cart-bg.gif) no-repeat left top;
	display:block;
	float:left;
	padding-left:7px;
}
#header .cart a{
	text-decoration:none;
	text-transform:uppercase;
	color:#fcfcfc;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:18px;
	padding:15px 0 5px 0px;
	display:inline-block;
	font-size:17px;
}
#header .cart a:hover{
	color:#fdd402;
}
#header .cart a span{
	color:#fdd402;
	font-size:37px;
	font-weight:bold;
	position:relative;
	top:6px;
	padding-right:10px;

}
#header .logo{
	float:left;
}
#header .head{
	background:url(../images/head-bg.jpg) no-repeat right top;
}
#header .navigation{
	text-align:right;
	color:#585858;
	font-size:12px;
	line-height:20px;
	padding:9px 20px 0 0; 
}
#header .navigation a{
	color:#585858;
	text-decoration:none;
}
#header .navigation a:hover{
	color:#fff;
}
#header .search{
	text-align:right;
	padding-bottom:29px;
	margin-top:33px;
	position:relative;
}
#header .search .input1{
	width:300px;
	padding: 4px 0 5px 12px;
	color:#424343;
	background:#222222;
	border-top:1px solid #0e0e0e;
	border-left:1px solid #0e0e0e;
	border-right:1px solid #272727;
	border-bottom:1px solid #272727;
	border-radius:13px;
	-moz-border-radius:13px;
	-webkit-border-radius:13px;
	position:relative;
	margin-right:20px;
}
#header .search .input2{
	padding:0;
	border:none;
	position:absolute;
	top:1px;
	right:20px;
}

/* ============================= content ===================== */
.column-center-padding{	padding-right:30px;	padding-bottom:15px;}
#column-center{	padding-top:10px;}
#column-left{padding-right:15px; padding-top:15px; padding-left:20px; display:inline-block;}
*+ html #column-left{	padding-top:0;}

#contentMainWrapper{background:url(../images/content-bg.jpg) no-repeat center top #bae08d;}
.centerBoxHeading{
	color:#fff;
	text-transform:uppercase;
	font-size:18px;
	font-weight:normal;
	background:url(../images/title-bg.gif) repeat-x left top;
	width:576px;
	padding:11px 0 15px 14px;
	margin:6px 0 10px 0;
	-webkit-border-top-left-radius: 9px;
	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topleft: 9px;
	-moz-border-radius-topright: 9px;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
}
.name{ font-size:17px; text-decoration:none; line-height:16px; font-weight:bold;}
.name:hover{
	color:#f8d003;
}
.product-col{
	margin-bottom:11px;
}
.product-col:hover .name{
	color:#fdd402;
}
.product-col .prod-info{
	background:url(../images/prod-info-bg.gif) repeat-x left top #171717;
	width:161px;
	padding: 9px 15px 9px 14px;
	min-height:34px;
	height:auto!important;
	height:34px;
}
.product-col .name{
	color:#5a5b5c;
	font-size:12px;
	text-transform:uppercase;
	font-weight:normal;
	display:block;
}
/* ============================= footer ====================== */
#footer{
	background:url(../images/footer-bg.gif) repeat-x left top #2b2b2b;
	overflow:hidden;
	width:100%;
	position:relative;
	margin-bottom:58px;
}
#footer .footer-menu{
	padding:28px 0 0 39px;  
}
#footer .footer-menu a{
	color:#fff;
	font-size:12px;
	line-height:20px;
	text-decoration:none;
} 
#footer .footer-menu a:hover{
	color:#f8d003;
}
#footer .copyright{
	color:#f8d003;
	font-size:12px;
	line-height:20px;
	padding: 0 0 26px 39px;
}
#footer .copyright a{
	color:#f8d003;
}
#footer .left-corner{
	width:18px;
	height:18px;
	display:block;
	background:url(../images/footer-left-corner.gif) no-repeat left top;
	position:absolute;
	bottom:-1px;
	left:0;
}
#footer .right-corner{
	width:18px;
	height:18px;
	display:block;
	background:url(../images/footer-right-corner.gif) no-repeat right top;
	position:absolute;
	bottom:0;
	right:0;
}
/* ============================= forms ======================= */
input, select, textarea{ font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:normal; color:#fff; border:solid 1px #010101; padding:2px; background:#2b2b2b;}


#gvSendDefaultHeadingSend, #newProductsDefaultHeading, #allProductsDefaultHeading, #featuredDefaultHeading, #specialsListingHeading, #reviewsDefaultHeading 
{	color:#fff;
	text-transform:uppercase;
	font-size:18px;
	font-weight:normal;
	background:url(../images/title-bg.gif) repeat-x left top;

	padding:11px 0 15px 14px;
	margin:6px 0 10px 0;
	-webkit-border-top-left-radius: 9px;
	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topleft: 9px;
	-moz-border-radius-topright: 9px;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;}
