@charset "utf-8";
/* ------ CSS RESET ------ */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	font: 11px/1.5 Tahoma,Verdana, Arial, Helvetica, sans-serif;
}

fieldset,img { 
	border:0;
}

address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}

ul {
	list-style:none;
	padding:0;
	margin:0;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	line-height:normal;
}

q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* ------ CSS RESET END ------ */

/* ------ CSS COMMON ELEMENTS ------ */

body {
	margin:0;
	padding:0;
	color: #666464;
	background: url(../images/over_bg.jpg) top left;
}

a {
	outline:none;
	color:#666464;
	text-decoration:none;
}

a:hover {
	color:#666464;
}

input { 
	padding:2px; 
	margin:1px;
	font-size: 11px; 
}

select { margin:2px; font-size:10px;}

h2 {
	font-weight:bold;
	font-size:12px;
}

h3 {
	/*
	color: #8dd8f8;
	font-size:10px;
	text-transform: uppercase;
	margin-bottom:5px; */
}

sup {
	vertical-align: baseline; 
	font-size: 0.8em; 
	position: relative; 
	top: -0.4em;
}

.clear { 
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}



/* ------ CSS COMMON ELEMENTS END ------ */

/* ------ CSS MAIN DIVS START ------ */

#out {
	background: url(../images/body_back.jpg) repeat-x top left;
}

#main {
	width:  1004px;
	margin: 0 auto 0 auto;
	position: relative;
	background: url(../images/header_background.png) no-repeat top left;
}

#header {
	height: 265px;
	width: 1004px;
	position: relative;
	z-index:1;
}

#container {
	background: url(../images/container_back.png) 0 0 repeat-y;
	padding: 0 0 0 53px;
	width: 951px;
	position: relative;
	z-index:10;
	min-height: 300px;
}

#footer {
	clear: both;
	padding:0 53px 0 53px;
	background: url(../images/container_back.png) 0 0 repeat-y;
}

#footer div {
	background: #444 url(../images/footer.gif) 0 0 no-repeat;
	height: 34px;
	padding:7px 20px 0 20px;
}

#footer div p{
	color: #fff;
	border-bottom: 1px solid #525252;
}

#footer div p a{
	color: #fff;
	font-size: 10px;
	padding:0 3px 0 4px;
}

#footer span, #footer span a {
	color: #6e6e6e;
}

#left {
	z-index: 1000;
	position: absolute;
	float: left;
	top: 127px;
	left: 53px;
	width: 195px;
	background: url(../images/product_menu_bg_repeat.gif) top left repeat-y;
}

#product_menu {
	background: url(../images/product_menu_back.jpg) top left no-repeat;
	float: left;
}

#product_menu p {
	height: 20px;
	padding-left: 20px;
	color: #a8a7a7;
	font-size: 10px;
	line-height: 20px;
}

#product_menu ul li {
	float: left;
}

#product_menu ul li a{
	display: block;
	width: 151px;
	height: 29px;
	padding-left: 44px;
	line-height:29px;
	background: url(../images/product_menu_off.png) no-repeat top left;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-transform: lowercase;
}

#product_menu ul li a.selected{
	background: url(../images/product_menu_hover.png) no-repeat top left;
	color: #fe7200;
}

#product_menu ul li a:hover{
	color: #fe7200;
}

#content_menu {
	float: left;
	padding:22px 0 80px 0;
	width: 183px;
	background: #dedddd url(../images/left_sub_col.jpg) repeat-x bottom left;
}

#content_menu li {
	border-top: 1px solid #b6b6b6;
}

#content_menu li a {
	color: #1f2022;
	border-top: 1px solid #fff;
	display: block;
	padding-left: 43px;
	text-decoration: none;
	height: 26px;
	line-height: 26px;
	background: url(../images/left_col_bg.png) no-repeat right center;
	font-weight: bold;
	font-style: italic;
	font-size: 8pt;
	font-family: Verdana;
}

#logo {
	float: left;
	display: block;
	width: 350px;
	height: 66px;
	margin: 40px 0 0 56px;
}

#langs {
	width: 34px;
	height: 195px;
	padding-top: 47px;
	float: right;
}

#langs a {
	width: 23px;
	height: 25px;
	display: block;
	color: #8c8989;
	text-decoration: none;
	padding-top: 40px;
	padding-left: 10px;
	background: url(../images/lang.png) no-repeat 9px 18px;
}

#langs a.on {
	background: url(../images/lang_on.png) no-repeat 9px 18px;
}

#topnav {
	width: 480px;
	height: 24px;
	float: right;
	padding-top: 82px;
}

#topnav a {
	color: #00a350;
	width: 128px;
	height: 24px;
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	text-transform: lowercase;
}

#topnav input{
	background: none;
	border: 0;
}
	
#topnav input.btn {
	color: #8c8989;
	font-weight: bold;
	width: 60px;
}

#topnav input.search {
	width: 112px;
	color: #000;
	height: 20px;
	padding: 0 4px 0 4px ;
	margin: 0;
} 

#flash {
	height: 136px;
	width: 715px;
	float: right;
	margin: 21px 19px 0 0;
	_margin-top:19px;
	position: relative;
	z-index: 1;
}

#right {
	z-index: 10000;
	width: 243px;
	padding-right: 34px;
	top: -22px;
	position: absolute;
	right:0;
}

#right h2 {
	background: url(../images/rc_box_title.png) no-repeat top left;
	width: 178px;
	height: 28px;
	color: #fe7200;
	padding:9px 0 0 64px;
}

#right h2 span{
	color: #fff;
}

#right .box {
	width: 214px;
	padding: 20px 0 0 10px;
	background: url(../images/rc_box_top_corner.jpg) no-repeat top left;
}

#right .box span.foot{
	background: url(../images/rc_box_bot_corner.jpg) no-repeat top right;
	display:block;
	margin-top: 5px;
}


#content {
	width: 468px;
	float: left;
	background: url(../images/cont_background.jpg) no-repeat top right;
	padding:10px 230px 0 200px;
	position: relative;
	z-index:2;
	min-height: 720px;
}

#content h2 {
	font-weight:bold;
	font-size:12px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

p.break {
	padding-left: 20px;
	color: #FF7000;
	font-size: 10px;
}

p.break a {
	color: #8c8989;
}	

p.break span {
	color: #8c8989;
	padding:0 4px 0 4px;
}

#newproducts {
}

#newproducts li {
	float: left;
	width: 210px;
	padding: 0px 0 20px 0;
}

#newproducts li a img{
	float: left;
	margin-right: 28px;
}

#newproducts li h3 a{
	color: #666464;
	font-size: 12px;
	text-transform:uppercase;
	font-weight:bold;
}

#newproducts li a.type{
	color: #000;
	font-weight:bold;
}
#newproducts li a.type:hover{
	color: #FE7200;
}


#newproducts li span.price{
	color: #00a350;
	font-size:14px;
	font-weight:bold;
}

#newproducts li span.mqrka{
	color: #000;
}

#list_products {
	background: url(../images/product_list_back.jpg) no-repeat 100% 34px;
	padding: 2px 8px 0 0;
	float: left;
	width: 460px;
	position: relative;
}

#list_products p.srh {
	padding-left:10px;
	height: 70px;
}

#list_products a.s-btn-1, #list_products a.s-btn-2 {
	display: block;
	height: 37px;
	color: #ff7200;
	font-size: 14px;
	float: left;
}

#list_products a.s-btn-1  {
	background: url(../images/btn_1.jpg) no-repeat top left;
	width: 210px;
	padding: 33px 0 0 32px;
}

#list_products a.s-btn-2  {
	background: url(../images/btn_2.jpg) no-repeat top left;
	width: 180px;
	padding: 33px 0 0 27px;
}


#list_products ul{
	padding-left:15px;
}

#list_products ul li {
	height: 90px;
	width: 	381px;
	padding: 11px 18px 14px 20px;
	background: url(../images/product_list_box.png) no-repeat top left;
	overflow: hidden;
	color: #666464;
}

#list_products ul li img{
	float: right;
}

#list_products ul li h3 {
	margin-bottom: 2px;
}

#list_products ul li h3 a {
	font-size: 13px;
	color: #666464;
	font-weight:bold;
	text-transform: uppercase;
}

#list_products ul li h3 a span{
	color: #000;
	font-size: 11px;
	text-transform: lowercase;
}

#list_products ul li span.price{
	color: #00a350;
	font-size:16px;
	font-weight:bold;
}

#list_products ul li span.mqrka{
	color: #000;
}

#text {
	padding: 10px 0 0 20px;
}

#text h1{
	font-size:16px;
	font-weight: bold;
	margin-bottom: 6px;
	color: #FF7000;
}

.pagination {
	text-align: right;
	padding: 20px 20px 0 0;
	font-size: 10px;
}

.pagination a{
	color: #666464;
}

#view_product {
	width: 418px;
	background: url(../images/product_view_back.png) top left;
	margin:10px 0 0 22px;
}

#view_product h1{
	background: url(../images/product_view_top.png) top left no-repeat;
	color: #666464;
	font-size: 16px;
	font-weight: bold;
	padding: 22px 25px 8px 25px;	
}

#view_product p.dds {
	height: 16px;
	background: url(../images/product_view_bottom.png) no-repeat bottom left;
	padding: 8px 0 20px 26px;
	font-size: 10px;
}

#view_product .text{
	width: 368px;
	margin: 10px auto 0px auto;
}

#view_product .text table{
	width: 100%;
	border: 1px solid #fff;
}

#view_product .text table tr th{
	background: #D3D3D3;
	color: #FA7609;
	padding: 1px 4px 1px 4px;
}

#view_product .text table tr td{
	background: #DFDFDF;
	color: #5F5F5F;
	padding: 1px 4px 1px 4px;
}

.nextprev {
	color: #8C8989;
	text-align: right;
	padding-right: 32px;
	font-size: 10px;
}

.nextprev a{
	color: #8C8989;
}

.hiddenmenu {
	display:none;
	position: absolute;
	z-index: 10000;
	background: #fff;
	padding:0 10px 10px 20px;
	width: 180px;
	float: left;
	top: 0;
	left: 0;
}

#s-menu-1 {
	margin: 83px 0 0 221px;
}

#s-menu-2 {
	margin: 83px 0 0 459px !important;
	width: 150px;
}

#contacts {
	padding: 15px 0 50px 20px;
}

#contacts form p {
	float:  left;
	width: 440px;
}

#contacts form p label {
	width: 150px;
	display: block;
	float: left;
}

#contacts form p label.error {
	color: red;
	padding-left: 150px;
}

#contacts form p input[type=text] {
	width: 200px;
	float: left;
}

#contacts form p textarea {
	width: 204px;
	height: 120px;
	margin:1px 0 0 1px;
	float: left;
}



.faq h2 {
	font-size: 12px;
	text-transform: none !important;
	margin-bottom: 0 !important;
}

#cattext {
	padding: 5px 28px 5px 34px;
}

#banners{
	width: 220px;
	padding-left: 4px;
}

#banners img{
	margin-bottom: 1px;
}

.sitemap {
	
}

.sitemap ul li{
	font-size: 12px;
}

.sitemap ul li ul li{
	padding-left: 15px;
	font-size: 11px;
}

.sitemap ul li ul li ul li{
	padding-left: 15px;
	font-size: 10px;
}

.files {
	border-top: 1px solid #D8D8D8;
}

.files p {
	border-bottom: 1px solid #D8D8D8;
	padding: 3px 10px 3px 10px;
}

.files a {
	color: #FF7000;
	font-weight: bold;
}