body {
	margin: 0;
	font: 14px "Trebuchet MS", Helvetica, sans-serif;
	min-width:1087px;
	background:#e6e6e6 url(../images/bg-body.png) repeat-x;
	color:#000;
}
img{border-style:none;}
a{text-decoration:none;}
a:hover{text-decoration:underline;}
input,
textarea,
select{
	font:100% Arial, Helvetica, sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
img{display:block;}
#wrapper{
	background: url(../images/header_back.png) no-repeat 50% 0;
	padding:0 46px 0 20px;
}
#wrapper:after{
	content:"";
	display:block;
	clear:both;
}
.clearfix {
    	display:block;
	clear:both;
        height: 1px;
}
.holder{
	margin:0 auto;
	max-width:1250px;
}
.holder:after{
	content:"";
	display:block;
	clear:both;
}
#header{
	overflow:hidden;
	height:1%;
	padding:0 21px 0 76px;
	position:relative;
}
.logo{
	float:left;
	margin:7px 0 0;
	text-indent:-9999px;
	overflow:hidden;
	background: url(../images/logo.jpg) no-repeat;
	width: 150px;
	height: 150px;
	/*
	width:296px;
	height:84px;
	*/
}
.logo a{
	display:block;
	height:100%;
}
.header-holder{
	float:right;
}
.header-holder address{
	font-size:17px;
	color:#fff;
	text-shadow:#000  1px 1px 0;
	font-style:normal;
	display:block;
	margin:0 0 22px;
	text-align:right;
}
.search-form{
	overflow:hidden;
	width:355px;
	background:#fff;
}
.input{
	float:left;
	border:1px solid #bebebe;
	width:251px;
	padding:6px 5px;
}
.btn-search{
	float:right;
	width:92px;
}
.bar{
	-moz-box-shadow: 0 0 20px #5b5b5b; /* Firefox */
	-webkit-box-shadow: 0 0 20px #5b5b5b; /* Safari, Chrome */
	box-shadow: 0 0 20px #5b5b5b; /* CSS3 */
	margin:0 20px 30px 46px;
	position:relative;
}
.bar:after{
	content:"";
	display:block;
	clear:both;
}
.main-nav {
	margin:0;
	padding: 0;
	list-style: none;
	font-size: 18px;
	font-weight: bold;
	width: 100%;
	background: url(../images/bg-nav.gif) repeat-x;
}
.main-nav:after{
	content:"";
	display:block;
	clear:both;
}
.main-nav li {
	float: left;
	background: url(../images/separator.gif) no-repeat 0 100%;
}
.nav-01{
	width:13%
}
.nav-02{
	width:11%;
}
.nav-03{
	width:17%;
}
.nav-04{
	width:11%;
}
.nav-05{
	width:10%;
}
.nav-06{
	width:11%;
}
.nav-07{
	width:14%;
}
.nav-08{
	width:13%;
}
*+html .nav-08{
	width:12%;
}
.main-nav a {
	padding: 24px 0 18px;
	display:block;
	color: #4c4c4c;
	text-decoration: none;
	text-align: center;
	text-shadow:#fff 1px 1px 0;
}
/* .nav-06 a{background: url(../images/yellow.png) ;} */
.main-nav li.nav-01 {background:none; }
.main-nav a:hover{text-decoration:underline;}
.main-nav a.active{
	background:#ffbb33;
	color:#fff;
	text-shadow:#d69002 1px 1px 0;
}
.main-nav ul{
	width:311px;
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	left:0;
	top:100%;
	z-index:100;
	display:none;
	background:#f9f9f9;
}
.main-nav ul li{
	float:none;
	background: url(../images/separator-04.gif) repeat-x 0 100%;
	padding:0 0 1px;
}
.main-nav ul li a{
	padding:8px 24px;
	display:block;
	text-align:left;
	text-shadow:none;
	font-weight:normal;
	font-size:15px;
}
.main-nav ul li a:hover{
	background:#eee6ee;
	text-decoration:none;
}
.main-nav li:hover{position:relative;}
.main-nav li:hover ul {display: block;}
.main-nav li:hover ul ul{display: none;}
.main-nav li:hover ul li:hover ul {display: block;}
.main-nav li:hover ul li:hover ul ul{display: none;}
.main-nav li:hover ul li:hover ul li:hover ul{display: block;}
.main-nav li:hover ul ul{
	left:100%;
	top:0;
}
.promo{
	background:#fff;
	padding:30px;
}
.promo img{
	margin:0 auto;
}
.list{
	overflow:hidden;
	height:1%;
	background:#003e7e;
	padding:30px 23px 30px 21px;
}
.back{
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	background: url(../images/back.gif) no-repeat;
	width:17px;
	height:17px;
	margin:38px 13px 0 0;
}
.forward{
	float:right;
	text-indent:-9999px;
	overflow:hidden;
	background: url(../images/foward.gif) no-repeat;
	width:17px;
	height:17px;
	margin:38px 0 0;
}
.list ul{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}
.list ul li{
	float:left;
	width:89px;
	margin:0 6px 0 0;
}
.list ul li a{
	display:block;
	position:relative;
}
.list ul li a span{
	position:absolute;
	width:89px;
	height:105px;
	left:0;
	top:-16px;
}
.list ul li a:hover span, .list ul li a.active span{background: url(../images/hover.png) no-repeat;}
#main{
	width:100%;
	overflow:hidden;
}
.m1{
	width:100%;
	float:left;
}
#sidebar{
	width:330px;
	float:right;
	margin:0 18px 0 0;
}
.catalogue{
	background:#05342e;
	margin:0 0 30px;
	padding:21px 26px 17px 29px;
}
.catalogue h3{
	color:#fff;
	font-size:20px;
	margin:0 0 20px;
}
.catalogue ul{
	list-style:none;
	margin:0;
	padding:0;
}
.catalogue ul li{
	background: url(../images/separator-02.gif) repeat-x 0 100%;
	margin:0 0 4px;
	padding:0 0 7px 1px;
}
.catalogue ul li a{
	background: url(../images/bullet-01.gif) no-repeat 0 7px;
	color:#fff;
	font-size:15px;
	padding:0 0 0 8px;
}
.catalogue ul li a.active{font-weight:bold;}
.catalogue ul ul{
	padding:16px 0 0 25px;
}
.catalogue ul ul li{
	background:none;
	margin:0 0 9px;
	padding:0;
}
.catalogue ul ul li a{
	background:none;
	padding:0;
	font-size:14px;
}
.sale{
	background:#fff;
	padding:23px 27px 29px 29px;
	margin:0 0 29px;
}
.sale h4{
	color:#4c4c4c;
	margin:0 0 11px;
	font-size:18px;
}
.sale ul{
	list-style:none;
	margin:0;
	padding:0;
}
.sale ul li{
	margin:0 0 10px;
	background: url(../images/separator-03.gif) repeat-x 0 100%;
	padding:0 0 16px;
	overflow:hidden;
	height:1%;
}
.sale ul li h5{
	margin:0 0 5px;
	color:#003e7e;
	font-size:14px;
	font-weight:normal;
}
.sale ul li h5 a{
	text-decoration:underline;
	color:#003e7e;
}
.sale ul li h5 a:hover{text-decoration:none;}
.sale ul li p{
	margin:0;
	line-height:17px;
}
#content{
	margin:0 377px 0 0;
}
.c1{
	width:100%;
	float:left;
}
.news{
	list-style:none;
	margin:0;
	padding:0;
}
.news li{
	overflow:hidden;
	height:1%;
	margin:0 0 28px;
	position:relative;
}
.date{
	float:left;
	width:46px;
	padding:3px 0 4px;
	text-align:center;
	color:#fff;
	background: url(../images/date.png) no-repeat;
	position:absolute;
	left:0;
	top:13px;
}
.date strong{
	display:block;
	margin:0 0 -5px;
	font-size:20px;
}
.news-text{
	background:#fff;
	color:#4c4c4c;
	padding:23px 27px 13px;
	margin:0 0 0 46px;
}
.news-text h3{
	margin:0 0 10px;
	font-size:18px;
}
.news-text h3 a{
	color:#4c4c4c;
	text-decoration:underline;
}
.news-text h3 a:hover{text-decoration:none;}
.news-text p{
	margin:0 0 10px;
	line-height:17px;
}
.main-holder{
	padding:0 0 0 45px;
}
.all{
	overflow:hidden;
	height:1%;
}
.all a{
	float:right;
	background: url(../images/all.gif) repeat-x;
	color:#fff;
	border:1px solid #003e7e;
	font-size:15px;
	padding:6px 16px 8px 17px;
}
.all-02{
	overflow:hidden;
	height:1%;
}
.all-02 a{
	float:left;
	background: url(../images/all-1.gif) repeat-x;
	color:#fff;
	border:1px solid #003e7e;
	font-size:15px;
	padding:6px 16px 8px 17px;
}
.btn{
	float:right;
	background: url(../images/all.gif) repeat-x;
	color:#fff;
	border:1px solid #003e7e;
	font-size:15px;
	padding:6px 16px 6px 17px;
        cursor: pointer;
}

.all-01{margin:-18px 0 31px;}
.products-holder{
	margin:0 0 27px;
}
.products{
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
	height:223px;
	padding:0;
}
.products li{
	width:177px;
}
.products li a{
	display:block;
}
.product-01{
	/* float:left; */
        float:right;
}
.product-02{
        float:left;
}
.product-03{
        margin:0 auto;
}
.product-img{
	height:177px;
	overflow:hidden;
	display:block;
}
.product-name{
	height:46px;
	overflow:hidden;
	position:relative;
	background: url(../images/product-name.jpg) no-repeat;
	display:block;
}
.product-name span{
	position:absolute;
	color:#fff;
	text-decoration:underline;
	width:164px;
	bottom:7px;
	left:8px;
}
.products a:hover span{text-decoration:none;}
.resopal{
	/*background: url(../images/yellow.png);*/
        background-color: #c12c30;
        padding: 5px;
}
.resopal-text{
	background:#c12c30;
	padding:12px 22px 26px;
	overflow:hidden;
	height:1%;
	margin:0 0 22px;
        color: #cfcfcf;
}
.resopal-text h3{
	float:left;
	width:144px;
	font-size:30px;
	font-weight:normal;
	color:#fff;
	margin:0;
	padding:1px 0 0;
}
.resopal-text h3 a{
	color:#fff;
	text-decoration:underline;
}
.resopal-text h3 a:hover{text-decoration:none;}
.resopal-text p{
	overflow:hidden;
	height:1%;
	line-height:17px;
	margin:0;
	padding:14px 0 0;
}
.footer-holder{
	background: url(../images/bg-footer.gif) repeat-x 0 100%;
}
#footer{
	margin:0 auto;
	max-width:1400px;
	overflow:hidden;
	height:1%;
}
.logo-02{
	float:left;
	margin:0 0 0 -2px;
	text-indent:-9999px;
	overflow:hidden;
	background: url(../images/logo-02.png) no-repeat;
	width:337px;
	height:148px;
}
.logo-02 a{
	display:block;
	height:100%;
	cursor:pointer;
}
#footer span{
	float:left;
	margin:99px 0 0 -28px;
	font-size:15px;
	color:#fff;
}
/*second*/
#wrapper-02{
	background:#e6e6e6;
	padding:0 46px 0 20px;
}
.holder-02{
	margin:0 auto;
	max-width:1400px;
	padding:29px 0 0;
}
.breadcrumbs{
	list-style:none;
	margin:0 0 29px;
	padding:0;
	overflow:hidden;
	height:1%;
	background:#05342e;
	padding:16px 24px 12px;
}
.breadcrumbs li{
	float:left;
	margin:0 5px 0 0;
	color:#fff;
	font-weight:bold;
	font-size:20px;
}
.breadcrumbs li a{
	text-decoration:underline;
	font-size:15px;
	padding:0 19px 0 0;
	color:#fff;
	font-weight:normal;
	background: url(../images/bullet-02.gif) no-repeat 100% 10px;
	float:left;
	margin:0 7px 0 0;
}
.breadcrumbs li span{
	float:left;
}
.main-frame{
	background:#fff;
	padding:16px 28px 1px 22px;
	margin:0 0 10px;
	height:1%;
}
.pages{
	list-style:none;
	margin:0 0 17px;
	padding:0;
	overflow:hidden;
	height:1%;
}
.pages li{
	float:left;
	margin:0 9px 0 0;
	color:#000;
}
.pages li a{
	color:#000;
	text-decoration:underline;
	float:left;
	padding:3px 0 0;
}
.pages li a:hover{text-decoration:none;}
.pages li i{
	padding:3px 0 0;
	float:left;
}
.pages li span{
	color:#fff;
	background:#003e7e;
	padding:2px 6px 3px 4px;
	float:left;
}
.descr-list{
	list-style:none;
	margin:0;
	padding:0;
}
.descr-list li{
	overflow:hidden;
	height:1%;
	padding:0 0 21px;
	margin:0 0 21px;
	background: url(../images/separator-03.gif) repeat-x 0 100%;
}
.descr-img{
	float:left;
	width:223px;
	padding:4px;
	background:#e6e6e6;
	margin:0 16px 0 0;
}
.descr-img img{
	border:1px solid #003e7e;
}
.descr-text{
	overflow:hidden;
	height:1%;
}
.descr-text h3{
	color:#4c4c4c;
	margin:0 0 10px;
	font-size:18px;
}
.descr-text h3 a{
	text-decoration:underline;
	color:#4c4c4c;
}
.descr-text h3 a:hover{text-decoration:none;}
.descr-text span{
	display:block;
	margin:0 0 7px;
	color:#4c4c4c;
}
.main-frame p{
	margin:0 0 25px;
	line-height:17px;
}
.main-frame .descr-text p{
	line-height:17px;
	margin:0 0 32px;
}
.ad-01{
	margin:0 0 28px;
}
.image{
	width:95px;
	float:left;
	margin:0 14px 0 0;
	background:#e6e6e6;
	padding:2px;
}
.image img{border:1px solid #003e7e;}
.name{
	overflow:hidden;
	height:1%;
}
.name h6{
	font-size:16px;
	font-weight:normal;
	margin:0 0 1px;
}
.name h6 a{
	color:#003e7e;
	text-decoration:underline;
}
.name h5 a:hover{text-decoration:none;}
.name span{
	font-size:13px;
	color:#4c4c4c;
}
/*preview*/
.wrapper-02{
	height:203px;
}
.gallery{
	list-style:none;
	margin:0 0 31px;
	padding:0;
	overflow:hidden;
	height:1%;
}
.gallery li{
	width:172px;
	padding:4px;
	margin:0 4px 0 0;
	background:#e6e6e6;
	display:inline-block;
	vertical-align:middle;
}
.gallery li a{
	display:block;
}
.gallery li a img{
	border:1px solid #003e7e;
	vertical-align:middle;
}
*+ html .gallery li{
	display:inline;
	zoom:1;
}
.main-frame h4{
	margin:0 0 7px;
	color:#4c4c4c;
	font-size:16px;
	font-weight:normal;
}
.main-frame h2{
	margin:0 0 17px;
	color:#4c4c4c;
	font-size:18px;
}
.video{
	background: url(../images/separator-04.gif) repeat-x 0 100%;
}
.news-holder{
	padding:0 0 33px;
	background: url(../images/news-holder.gif) no-repeat 0 100%;
	overflow:hidden;
	height:1%;
}


.shopping_cart{
	background:#003e7e;
	margin:0 0 30px;
	padding:21px 26px 17px 29px;
	color:#FFF;
	position:relative;
}
.shopping_cart h3{
	color:#fff;
	font-size:20px;
	margin:0 0 20px;
}
.order{
	text-align:right;
}
.order a{
	color:#FFF;
	text-decoration:underline;
}
.shopping_img{
	background:url(../images/shopping_cart.png) no-repeat;
	display:block;
	width:32px;
	height:32px;
	position:absolute;
	top:16px;
	right:20px;
}

.tab{
	background:url(../images/res_back.gif) repeat-x;
	display:block;
	margin:-14px 0 0;
	position:relative;
	font-size:11px;
	text-align:center;
	font-weight:normal;
	color:#FFF;
	text-shadow:1px 1px 1px #6D0008;
}

.tableHeader {
    background-color: #acaaac;
}

input.order_field {
    width: 100%;
    height: 25px;
    text-align: left;
}

textarea.order_field {
    width: 100%;
    height: 100px;
    text-align: left;
}

.btn{
	float:right;
	background: url(../images/all.gif) repeat-x;
	color:#fff;
	border:1px solid #003e7e;
	font-size:15px;
	padding:6px 16px 7px 17px;
        cursor: pointer;
}

.required {
    color: #AE3535;
    font-size: 120%;
    font-weight: bold;
}

.error{
  background: #FFEEEE;
  border: 1px solid #FF0000;
  padding: 1em;
  text-align: center;
}
