/* CSS Document */

* { margin:0; padding:0;}
body { background:#f6f6f6; font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:17px; color:#4d5255;}
table, td {border-collapse:collapse; font-size:100%;}
table, td, img {border:0;}
form, td {margin:0; padding:0;}
td { vertical-align:top; text-align:right;}

.main-width { width:1024px; margin:0 auto; text-align:left;}
.extra { width:1050px; 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:#000; outline:none; text-decoration:underline;}
a:hover{text-decoration:none;}
p { margin:0; padding:0;}

/* ============================= header ====================== */
#header{
	height:157px;
/*	background:url(../images/header-bg.jpg) repeat-x 50% 0;*/
	background-color:#000000;
	min-width:1050px;
}
#header .main-width{
	position:relative;
	min-width: 1050px;
}
/* --- logo --- */
#header .logo{
	float:left;
	padding:52px 0 0 0;
	max-width: 300px;
}
#header .right-head{
	float:right;
	max-width: 750px;
}

/* --- navigation --- */
#header .navigation{
	float:left;
	margin:48px 290px 0 0;
}
#header .navigation a{
	color:#eeeeee;
	font-size:12px;
	line-height:18px;
	text-decoration:none;
	float:left;
	margin-left:20px;
}
#header .navigation a.frst{}
#header .navigation a:hover{
	color:#b5784b;
}


/* --- languages --- */
#header .lang{
	display:none;
}

/* --- currencies --- */
#header .currencies{
	display:none;
}
#header .currencies .select.jqTransformHidden{
	display:none;
}
#header .currencies .label{
	display:none;
}
#header .currencies .jqTransformSelectWrapper{
	display:none;
}
#header .currencies .jqTransformSelectWrapper div{
	display:none;
}
#header .currencies .jqTransformSelectWrapper div span{
	display:none;
}
#header .currencies ul{
	display:none;
}
#header .currencies ul li{
	display:none;
}
#header .currencies ul li a{
	display:none;
}
#header .currencies ul li a:hover{
	display:none;
}

/* --- menu --- */
#header .bottom{
	overflow:hidden;
	width:100%;
}
#header .menu{
	margin:19px 0 0 0;
}
#header .menu ul{
	padding:0;
	margin:0;
	overflow:hidden;
}
#header .menu ul li{
	float:left;
	margin:0 0 0 26px;
}
#header .menu ul li a{
	color:#eeeeee;
	font-size:17px;
	line-height:17px;
	text-decoration:none;
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif;
}
#header .menu ul li:first-child a{}

#header .menu ul li.selected a,
#header .menu ul li a:hover{ color:#b5784b;}
.hide-top{ height:20px;}
/* ============================= content ===================== */

.name{ font-size:17px; text-decoration:none; line-height:20px; font-weight:400; font-family: 'Vidaloka', serif;}
.name strong{ font-weight:400;}
.name:hover{ color:#c4814f;}


#featuredProducts .centerBoxHeading{
	color:#5a5858;
	font-size:17px;
	line-height:19px;
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif;
	font-weight:normal;
	background:url(../images/title-bg.gif) repeat-x 0 100%;
	padding:15px 0 20px 20px;
	margin:0 -20px 41px!important;
}
#column-left{
	padding:0 20px 0 0;
}
#column-center{}
#right-column{}
.column-center-padding{
	padding:0 20px;
	text-align:left;
}

/* --- product --- */
.product-col{
	width:227px!important;
	padding-bottom:22px;
}
.product-col .img{
	text-align:center;
	border:1px solid #fff;
	background:url(../images/img-bg.gif) no-repeat 0 0; 
}
.product-col .img img{
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.product-col .prod-info{
	background:url(../images/prod-shine.png) no-repeat 0 0;
	padding:15px 10px 0 0;
	-moz-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}
.product-col:hover .prod-info{
	background:url(../images/prod-shine.png) no-repeat 0 -10px;
}
.product-col .name{
	color:#a26638;
	font-size:12px;
	line-height:20px;
	text-decoration:none;
	font-weight:normal;
	min-height:40px;
	display:inline-block;
	font-family:Arial, Helvetica, sans-serif;
}
.product-col .name:hover{
	text-decoration:underline;
}

.product-col .text{}
.price{
	color:#5a5858;
	font-size:24px;
	line-height:33px;
	font-weight:normal;
	font-family: 'Vidaloka', serif;
}
.price strong{
	font-weight:normal;
}
.product-col .price{
	margin:11px 0;
}


/* ============================= footer ====================== */
#footer{
	position:relative;
	background:url(../images/title-bg.gif) repeat-x 0 0;
	margin:5px 0 0 0;
	padding:37px 0 70px 0;
}
#footer .footer-menu{
	float:left;
	margin:0 0 0 -1px;
}
/* --- copyright --- */
#footer .copyright{
	float:right;
	color:#7f7e7e;
	font-size:12px;
	line-height:17px;
	margin:0 -1px 0 0;
}
#footer .copyright a{
	text-decoration:none;
	color:#7f7e7e;
}
#footer .copyright a:hover{
	color:#000;
}

/* --- back to top --- */
.back_to_top{
	width:0px;
	height:0px;
	position:absolute;
	top:0px;
	right:0px;
}
.back_to_top a{}
.back_to_top a:hover{}

/* --- cards --- */
#footer .cards{}

/* ============================= banners ====================== */
.bnr{
	overflow:hidden;
	background:url(../images/bnr-bg.jpg) repeat-x center 0;
	min-width:1050px;
}
/*.slider{ 
	height:560px; 
	width:1024px; 
	position:relative; 
	overflow:hidden; 
	z-index:1;
	margin:51px 0 0 0; 
}
.slider ul.items{ padding:0; margin:0; overflow:hidden; width:100%;}
.slider .pic{ width:502px!important; overflow:hidden; height:531px}
.progbar{}

.slider .pagination{ 
	display:block; 
	position:absolute; 
	right:0px; 
	top:341px; 
	margin:0 0 0 -26px; 
	z-index:100;
	z-index:9999;
}
.slider .pagination li{
	float:left;
	margin-left:5px;
}
.slider .pagination li a{
	background:url(../images/pagination.png) no-repeat 100% 0;
	display:block;
	width:29px;
	height:29px;
	text-indent:-10000px;
}
.slider .pagination li.current a,
.slider .pagination li a:hover{
	background:url(../images/pagination.png) no-repeat 0 100%;
}*/
.banner {
	position:absolute;
	height:382px;
	width:456px;
	top:0px;
	left:569px;
	margin:77px 0 0 0;

}
.banner a.label{
	color:#eeeeee;
	padding:0px 0 0 0;
	font-size:25px;
	line-height:33px;
	font-family: 'Oswald', sans-serif;
	font-weight:normal;
	text-decoration:none;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.banner a.label:hover{
	color:#f3c8a6;
}
.banner .txt1{
	display:block;
	color:#f3c8a6;
	font-size:16px;
	line-height:19px;
	font-family:Arial, Helvetica, sans-serif;
	padding:21px 0 20px 1px;
	width:420px;
}
.banner .price{
	color:#eeeeee;
	font-size:36px;
	line-height:60px;
	font-family: 'Vidaloka', serif;
	padding:0 0 0 1px;
}
.banner a.button{
	display:inline-block;
	background:url(../images/button-bg.jpg) repeat-x 0 0;
	padding:14px 30px 15px 29px;
	color:#fff;
	font-size:17px;
	line-height:20px;
	text-transform:uppercase;
	text-decoration:none;
	font-family: 'Oswald', sans-serif;
	margin:27px 0 0 1px;
	-moz-transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	box-shadow:0 2px 3px #4a2e1a;
	-moz-box-shadow:0 2px 3px #4a2e1a;
	-webkit-box-shadow:0 2px 3px #4a2e1a;
}
.banner a.button:hover{
	color:#2e1b10;
}


/* ============================= forms ======================= */
input, select, textarea{ font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:normal; color:#010101; border:solid 1px #e3e3e3; padding:2px; background:#fff;}
input:focus, select:focus, textarea:focus{outline:none;}
.cartRemoveItemDisplay input,
#search-in-description, #inc-subcat, #gender-female, #gender-male, #newsletter-checkbox, #email-format-text, #email-format-html, #rating-1, #rating-2, #rating-3, #rating-4, #rating-5, #pmt-linkpoint_api, #pmt-moneyorder, #pmt-paypal, #pmt-cod, #notify-0{ border:none!important;}
#rating-1, #rating-2, #rating-3, #rating-4, #rating-5{margin:2px 4px 0 8px; padding:0; background:none;}
*+html #rating-1{ margin:0; padding:0;}
*+html #rating-2{ margin:0; padding:0;}
*+html #rating-3{ margin:0; padding:0;}
*+html #rating-4{ margin:0; padding:0;}
*+html #rating-5{ margin:0; padding:0;}
#globalnotify, #pmt-cod, #pmt-moneyorder, #ship-flat-flat, #ship-item-item, #ship-storepickup-storepickup, #gender-male, #gender-female, #email-format-html, #email-format-text, #newsletter{border:none!important;	position:relative; top:2px;}
#primary{ margin-left:10px;	position:relative; top:2px; border:none!important;}
#disc-ot_coupon{margin:5px 0 0 0;}
#cartContentsDisplay input{ background:none;}
