* {
	margin: 0;
	padding: 0;
}
html {height: 100%}
body {
	font-family: Tahoma, Geneva, sans-serif;
	height: 100%;
	background: url(images/fon.gif);
}
a {
	color: #666666;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {margin: 0 0 18px}
img {
	border: none;
}
 strong {
   font-weight: normal;
 }
input {vertical-align: middle}
#wrapper-main {
	width: 100%;
	min-width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
#wrapper {
	width: 100%;
	min-width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

/* Navigation
-----------------------------------------------------------------------------*/
.navigation{
	padding: 0 0 0 10px;
	height: 10px;
	font-family: Tahoma, Geneva, sans-serif;
}
.navigation a{
	font-size: 9px;
	color: #665b58;
	text-decoration: none;
}
.navigation a:hover, .back a:hover{
	color: #000;
}
.navigation .left{
	float: left;
	background: url(images/arrow_left.gif) no-repeat left;
	padding: 0 0 0 20px;
}
.navigation .right{
	float: right;
	background: url(images/arrow_right.gif) no-repeat right;
	padding: 0 20px 0 0;
}
.back{
	height: 10px;
}
.back a{
	font-size: 9px;
	color: #665b58;
	text-decoration: none;
	float: left;
	background: url(images/arrow_left.gif) no-repeat left;
	padding: 0 0 0 20px;
}


/* Header
-----------------------------------------------------------------------------*/
#wrapper-main #header {
	padding: 86px 0 51px 0;
}
#wrapper-main #header .logo{
	display: block;
	background: url(images/logo.gif) no-repeat;
	width: 331px;
	height: 61px;
	margin: 0 auto;
}
#wrapper #header {
	height: 59px;
	background: url(images/head_top_bg.gif) repeat-x top;
}
#wrapper #header ul{
	float: left;
	height: 49px;
	margin: 10px 0 0 30px;
	padding: 0;
	list-style: none;
	_display: inline;
}
#wrapper #header ul li{
	float: left;
	height: 49px;
}
#wrapper #header ul li.v-line{
	background: url(images/top_menu_v_line.gif) no-repeat center 15px;
	padding: 0 10px;
}
#wrapper #header ul li a{
	display: block;
	float: left;
	height: 49px;
	font-size: 12px;
	color: #787878;
}
#wrapper #header ul li a span{
	display: block;
	float: left;
	height: 36px;
	padding: 13px 9px 0 9px;
	cursor: pointer;
}
#wrapper #header ul li a:hover, #wrapper #header ul li a.selected{
	background: url(images/menu_hover_left.gif) no-repeat left;
	text-decoration: none;
	color: #242424;
}
#wrapper #header ul li a:hover span, #wrapper #header ul li a.selected span{
	display: block;
	background: url(images/menu_hover_right.gif) no-repeat right;
	text-decoration: none;
}

/* under-header
-----------------------------------------------------------------------------*/
#under-header{
	margin: 25px 10px 0 30px;
}
#under-header .logo{
	display: block;
	background: url(images/logo.gif) no-repeat;
	width: 331px;
	height: 61px;
	margin: 0 0 22px 0;
}

#under-header .tabs1{
	list-style: none;
	color: #727272;
}
#under-header .tabs1 a{
	text-decoration: none;
	color: #727272;
	font-size: 12px;
}
#under-header .tabs1 span{
	text-decoration: none;
	font-size: 12px;
}

#under-header .tabs{
	margin: 0;
	padding: 0;
	list-style: none;
}
#under-header .tabs li{
	float: left;
	padding: 0 10px 0 0;
}
#under-header .tabs li a{
	display: block;
	float: left;
	height: 24px;
	background: url(images/tabs_bg.gif) repeat-x;
	text-decoration: none;
	font-size: 12px;
	line-height: 24px;
	text-align: center;
	padding: 0 23px;
	color: #fff;
}
#under-header .tabs li a:hover, #under-header .tabs li a.selected{
	background: url(images/tabs_bg_hover.gif) repeat-x;
}


/* Middle
-----------------------------------------------------------------------------*/
#wrapper-main #content {
	padding: 0 0 32px;
}
#wrapper-main #flash{
	height: 305px;
	background-color: #ffffff;
}
#wrapper-main p.copy{
	padding: 43px 0 0 0;
	font-size: 11px;
	color: #727272;
	text-align: center;
}
#wrapper #middle {
	width: 100%;
	padding: 0 0 73px 0;
	height: 1%;
}
#wrapper #middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#wrapper #container {
	width: 100%;
	float: left;
	overflow: hidden;
	background: url(images/content_bg.gif);
	margin: 0 0 20px 0;
}
#wrapper #content {
	padding: 0 0 0 270px;
}
#wrapper #content .center-image{
	text-align: left;
	overflow: hidden;
}
#wrapper #content .text{
	background: #3f3736;
	line-height: 25px;
	padding: 5px 35px;
	margin: 10px 0 15px 90px;
}
#wrapper #content .text a{
	color: #9f6b5e;
}




/* Footer
-----------------------------------------------------------------------------*/
#footer-main {
	margin: -32px auto 0 auto;
	width: 910px;
	height: 32px;
}
#footer-main .devel{
	float: right;
	background: url(images/delev_bg.gif) no-repeat;
	width: 153px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 9px;
	color: #fff;
}
#footer-main .devel a{
	color: #fff;
}
#footer {
	margin: -73px auto 0;
	min-width: 1000px;
	height: 53px;
	padding: 10px 0;
}
#footer .contacts{
}
#footer .address{
	float: left;
	border-right: 1px solid #000;
	font-size: 11px;
	color: #8c8c8c;
	padding: 5px 17px 0 17px;
	height: 48px;
	text-align: right;
}
#footer .phones{
	float: left;
	font-size: 14px;
	color: #000;
	padding: 0 17px;
	height: 48px;
}
#footer .phones a{
	color: #000;
}
#footer .copy{
	width: 240px;
	height: 20px;
	padding: 18px 0 0 200px;
	*padding: 18px 0 0 0;
	margin: 0 auto;
	font-size: 10px;
	color: #49403d;
	text-align: center;
}
#footer .copy span{
	color: #796b67;
}
#footer .design{
	float: right;
	font-size: 10px;
	color: #49403d;
	height: 30px;
	padding: 18px 17px 0 0;
}
#footer .design a{
	color: #7c716f;
}

/* Color
-----------------------------------------------------------------------------*/
#content-nosl{
	margin: 0 35px;
	color: #787878;
}
#content-nosl .ceramica{
	background: url(images/color_border_top.gif) no-repeat left top;
	padding: 20px 0 25px 5px;
	overflow: hidden;
	_height: 1%;
	width: 985px;
}
#content-nosl .ceramica .tumbs{
	float: left;
	width: 350px;
	padding: 34px 0 0 0;
}
#content-nosl .ceramica .tumbs ul{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
#content-nosl .ceramica .tumbs ul li{
	float: left;
	padding: 0 20px 0 0;
}
#content-nosl .ceramica .tumbs ul li.none{
	float: left;
	padding: 0;
}
#content-nosl .ceramica .tumbs ul li a{
	display: block;
	text-decoration: none;
	text-align: center;
	color: #787878;
	width: 100px;
	font-size: 11px;
	text-transform: uppercase;
}
#content-nosl .ceramica .tumbs ul li a span{
	display: block;
	background: #fff;
	width: 91px;
	height: 59px;
	padding: 2px;
	margin: 0 0 5px 0;
	cursor: pointer;
}
#content-nosl .ceramica .tumbs ul li a:hover, #content-nosl .ceramica .tumbs ul li a.selected{
	color: #000;
}
#content-nosl .ceramica .tumbs ul li a:hover span, #content-nosl .ceramica .tumbs ul li a.selected span{
	background: #aaa;
}
#content-nosl .ceramica .tumbs-v-line{
	background: url(images/tumbs_v_line.gif) no-repeat center;
	height: 41px;
	clear: both;
}

#content-nosl .ceramica .tumbs1{
	float: left;
	width: 240px;
	padding: 33px 0 0 0;
}
#content-nosl .ceramica .tumbs1 ul{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
#content-nosl .ceramica .tumbs1 ul li{
	float: left;
	padding: 0 10px 25px 0;
}
#content-nosl .ceramica .tumbs1 ul li.none{
	float: left;
	padding: 0;
}
#content-nosl .ceramica .tumbs1 ul li a{
	display: block;
	text-decoration: none;
	text-align: center;
	color: #5c5554;
	width: 240px;
}
#content-nosl .ceramica .tumbs1 ul li a span{
	display: block;
	background: #fff;
	width: 240px;
	height: 168px;
	padding: 2px 0 0 0;
	margin: 0 0 0px 0;
	cursor: pointer;
}
#content-nosl .ceramica .tumbs1 ul li a:hover, #content-nosl .ceramica .tumbs ul li a.selected{
	color: #000;
}
#content-nosl .ceramica .tumbs1 ul li a:hover span, #content-nosl .ceramica .tumbs ul li a.selected span{
	background: #aaa;
}
#content-nosl .ceramica .tumbs1-v-line{
	background: url(images/tumbs_v_line.gif) no-repeat center;
	height: 41px;
	clear: both;
}

#content-nosl .ceramica .big-image{
	float: left;
	width: 530px;
	font-family: Tahoma, Geneva, sans-serif;
	margin: 0 0 0 23px;
}
#content-nosl .ceramica .big-image .title{
	height: 20px;
	margin: 0 0 15px 0;
}
#content-nosl .ceramica .big-image .title .name{
	float: left;
	font-size: 17px;
	text-transform: uppercase;
}
#content-nosl .ceramica .big-image .title .type{
	float: right;
	margin: 4px 0 0 0;
	color: #939090;
	font-size: 12px;
}
#content-nosl .ceramica .big-image .title .type span{
	color: #000;
	border-bottom: 1px solid #000;
	position: relative;
}
#content-nosl .ceramica .control{
	clear: both;
	height: 10px;
	padding: 15px 0 0 0;
}
#content-nosl .ceramica .control .back{
	float: left;
}
#content-nosl .ceramica .control .navigation{
	float: right;
	width: 502px;
	_display: inline;
}
.text {
	font-family: Verdana;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.form {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #1A1511;
	background-color: #eeeeee;
	border: 1px solid #999999;
}
.wp-commentnavi a, .wp-commentnavi a:link, .wp-commentnavi a:visited  {
	padding: 3px 6px 3px 6px; 
	margin: 2px 0px 2px 0px;
	border-top: 1px solid while;
	color: #e1e1e1;
	background-color: #4f4f4f;	
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.wp-commentnavi a:hover {
	border-top: 1px solid while;
	color: #e1e1e1;
	background-color: #aaaaaa;
	font-weight: bold;
	text-decoration: none;	
	font-size: 11px;
}
.wp-commentnavi span.current {
	padding: 3px 6px 3px 6px;
	margin: 2px 0px 2px 0px;
	font-weight: bold;
	border-top: 1px solid while;
	color: #F5DBB6;
	background-color: #aaaaaa;
	font-size: 11px;
}