@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	src: local('Open Sans'), local('OpenSans'), url(http://themes.googleusercontent.com/static/fonts/opensans/v6/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

@font-face {
	font-family: 'Kreon';
	font-style: normal;
	font-weight: 400;
	src: local('Kreon Regular'), local('Kreon-Regular'), url(http://themes.googleusercontent.com/static/fonts/kreon/v6/a5r0-iMPk2rygJI75EuckA.woff) format('woff');
}

body{
	line-height: 1.75em;
	background: url(../img/body_bg.gif) fixed;
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	color: #5A6466;
}

.both{
	clear: both;
}

a:hover {
	text-decoration: none;
}

a {
	text-decoration: underline;
	color: #2A3436;
}

.content a {
	color: #2EB0E4;
    text-decoration: none;
}

.content a:hover {
	text-decoration: underline;
}

body,
input{
	font-family: Arial, serif;
}

h1{
	font-size: 2em;
    line-height: 1.3em;
    margin-bottom: 20px;
}

h3 {
	font-size: 1.25em;

}

.content h3{
	margin-top: 25px;
}

h2,
h3,
h4 {
	font-family: Araial, sans-serif;
	color: #2A3436;
	margin-bottom: 1em;
}

h1, 
h2, 
h3, 
h4 {
	text-transform: uppercase;
	font-weight: normal;
}

h2 {
	margin: 20px 0 10px;
}

.container{
	width: 978px;
	position: relative;
	background: white;
	margin: 0 auto 0 auto;
	box-shadow: 0px 0px 150px 0px rgba(0, 0, 0, 0.15);
	border: solid 1px #82A7AD;
	border-top: 0;
	margin-bottom: 30px;
}

.header{
	height: 130px;
	padding: 40px;
	position: relative;
	padding-top: 0 !important;
}

.header .logo{
	position: absolute;
	top: 20px;
	left: 40px;
	height: 100px;
	width: 280px;
	line-height: 130px;
	font-family: "Open Sans", sans-serif;
	font-size: 3em;
	text-indent: -10000px;
	text-decoration: none;
	text-transform: uppercase;
	background: url(../img/logo.jpg) no-repeat;
}

.header .menu{
	line-height: 57px;
	position: absolute;
	right: -10px;
	top: 45px;
	height: 57px;
	font-family: "Open Sans", sans-serif;
}

.header .menu ul{
	padding: 0 20px 0 20px;
	list-style: none;
}

.header .menu ul li {
	display: inline;
	padding: 10px 10px 10px 10px;
	margin: 0 8px 0 8px;
}

.header .menu ul li.active {
	background: #F2EBDE;
	border: solid 1px #BFB5A4;
	box-shadow: inset 0px 0px 0px 1px white;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.9);
}

.header .menu a {
	text-transform: uppercase;
	text-decoration: none;
	color: #1C1C1C;
	font-size: 1.2em;
}

.page {
	margin: 0;
	position: relative;
	width: 900px;
	padding: 20px 40px 0 40px;
}

.sidebar {
	position: relative;
	left: -20px;
	top: -20px;
	float: left;
	width: 240px;
	background: #EEF5F6;
	padding: 20px;
	border: solid 1px #D6E0E2;
	margin: 0 10px 0 0;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
	box-shadow: inset 0px 0px 0px 1px white;
}

.sidebar .box {
	margin: 0;
}

.page ul li.first {
	padding-top: 0;
	border-top: 0;
}

.page ul li {
	border-top: solid 1px #DDD;
	padding: 10px 0 10px 0;

}

.content {
	padding: 0;
	width: 615px;
	margin: 0 0 0 285px;
	padding: 0 0 40px 10px;
}

.content strong,
.content b{
	font-weight: bold;
}

.content i{
	font-style: italic;
}

.content ul {
	list-style-type: disc;
	margin: -5px 0 10px 0;
}

.content ul li {
	border: none;
	margin-left: 20px;
	padding: 5px 0;
}

.content img.img_left {
	float: left;
	max-width: 200px;
	padding: 0 10px 0 0;
}

.content .price_count {
	display: block;
	margin: 10px 0;
	font-size: 14px;
}

.item_promo {
	margin-top: 15px;
	border-bottom: 1px solid #D6E0E2;
}

.item_promo:last-child {
	border-bottom: none;
}

.item_promo a {
	font-size: 20px;
}

.img_promo {
	width: 600px;
	margin: 10px auto;
}

.footer{
	padding: 20px 40px 20px 40px;
	color: #302F2C;
	background: #F2EBDE;
	position: relative;
	width: 898px;
	border-top: solid 1px #BFB5A4;
	box-shadow: inset 0px 0px 0px 1px white;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.9);
}

.footer .menu{
	display: table;
	margin: 0 auto;
}

.footer h2, 
.footer h3, 
.footer h4 {
	color: #3F3D39;
}

.footer ul li.first {
	border-top: 0;
	padding-top: 0;
}

.footer ul li {
	float: left;
	margin: 0 5px;
}

.footer .copyright{
	display: block;
	width: 100%;
	text-align: center;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.7);
	color: #587477;
	position: relative;
	bottom: -10px;
}

.slider {
	margin: 0;
	width: 890px;
	height: 260px;
	position: relative;
	border-radius: 5px;
	top: -50px;
	border: solid 5px white;
	box-shadow: 0px 0px 0px 1px #D4D5D5, 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
 
.sliderContent {
    width: 890px; /* задаем ширину и высоту */
    height: 260px;
    float:left;
    position:relative;
    overflow:hidden;
}
 
.sliderContent .item {
    width: 890px; /* задаем ширину и высоту */
    height: 260px;
    position:absolute;
    background:#fff;
}

.sliderContent .item img{
	width: 100%;
}

.slider .sliderArrows a{
	width: 42px;
	height: 42px;
	display: block;
	overflow: hidden;
	text-indent: -10000px;
	position: absolute;
	top: 100px;
	z-index: 99;
	background: url(../img/prev_next.png) no-repeat;
}

.slider .sliderArrows a.prev{
	left: 15px;
	background-position: 0 0;
}

.slider .sliderArrows a.prev:hover{
	background-position: 0 -44px;
}

.slider .sliderArrows a.next{
	right: 15px;
	background-position: -44px 0;
}

.slider .sliderArrows a.next:hover{
	background-position: -44px -44px;
}

.content img.left{
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}

.content p{
	margin-bottom: 15px;
}

.content .photo{
	float: left;
    height: 100px;
    margin: 5px 0;
    overflow: hidden;
    width: 195px;
}

.collections_item{
	background: #F1E9DB;
	width: 169px;
	display: block;
	position: relative;
	padding-top: 113px;
	text-align: center;
	line-height: 20px;
	float: left;
	margin: 10px 18px;
}

.collections_item img{
	width: 169px;
	height: 113px;
	position: absolute;
	top: 0;
	left: 0;
}

.tepliy_pol_item{

}

.color_cat_parent{
	float: left;
	display: block;
	width: 169px;
	margin: 0 18px 20px 10px;
	color: black;
	text-decoration: none;
	position: relative;
	font-size: .92em;
}

.color_cat{
	margin-top: -5px;
}

.color_cat dt, .color_cat dd {
	height: 22px;
	background: #F1E9DB;
	float: left;
	padding: 3px;
	margin: 2px 0 0 0;
	line-height: 20px;
	overflow: hidden;
}

.color_cat dt {
	padding-left: 6px;
	width: 40px;
	color: #999;
}

.color_cat dd {
	color: black;
	width: 114px;
	text-transform: uppercase;
	overflow: hidden;
}

.tables{
	width: 531px;
margin-bottom: 20px;
}

.tables .tbl th{
	background: #F1E9DB;
font-weight: normal;
color: #999;
font-size: 0.91em;
padding: 7px 13px;
}

.tables .tbl td{
	border-bottom: 1px solid #F1E9DB;
text-align: right;
padding: 7px 11px;
text-align: center;
}

.prop {
float: left;
margin: 0 30px 0 0;
font-size: .86em;
position: absolute;
top: 50px;
left: 0;
}

.prop .dt {
color: #B17221;
font-size: 0.91em;
min-width: 20em;
}

.orange{
	position: relative;
	padding-top: 200px;
}

.orange h1{
	position: absolute;
	top: 0;
	left: 0;
}


.orange img{
	position: absolute;
	right: 0;
	top: 50px;
	border: solid 1px #BFB5A4;
}

.orange .desc{
	
}