* {
	margin: 0;
	padding: 0;
}
html {height: 100%}
body {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 14px;
	height: 100%;
	background: #332b29;
	color: #e2d7d4;
}
a {
	color: #fff;
	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 {
	width: 100%;
	min-width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
.clear{
	clear: both;
}
/* 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: #fff;
}
.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
-----------------------------------------------------------------------------*/
#header {
	height: 64px;
	background: #27201e;
}
#header .favorit{
	float: right;
	background: url(images/favorit.gif) no-repeat;
	width: 53px;
	height: 64px;
}
#header .favorit a{
	display: block;
	float: right;
	width: 35px;
	height: 35px;
}

/* under-header
-----------------------------------------------------------------------------*/
#under-header{
	height: 61px;
	margin: 23px 10px 0 10px;
}
#under-header .logo{
	display: block;
	float: left;
	background: url(images/logo.gif) no-repeat;
	width: 279px;
	height: 33px;
}
#under-header .langs{
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}
#under-header .langs li{
	float: right;
	padding: 0 12px;
}
#under-header .langs li a{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #665b58;
}
#under-header .langs li a:hover, #under-header .langs li a.selected{
	text-decoration: underline;
	color: #fff;
}
#under-header .tabs1{
	margin: 0;
	padding: 0 0 0 300px;
	list-style: none;
}
#under-header .tabs1 li a{
	background: url(images/tab_fon_left.gif) no-repeat left;
	text-decoration: none;
	font-size: 12px;
}
#under-header .tabs1 li span{
	background: url(images/tab_fon_left.gif) no-repeat left;
	text-decoration: none;
	font-size: 12px;
}
#under-header .tabs{
	margin: 0;
	padding: 0 0 0 300px;
	list-style: none;
}
#under-header .tabs li{
	float: left;
	padding: 0 3px;
	min-width: 120px;
}
#under-header .tabs li a{
	display: block;
	float: left;
	background: url(images/tab_fon_left.gif) no-repeat left;
	text-decoration: none;
	font-size: 12px;
	min-width: 120px;
}
#under-header .tabs li a span{
	display: block;
	float: left;
	min-width: 90px;
	_width: 90px;
	white-space: nowrap;
	background: url(images/tab_fon_right.gif) no-repeat right;
	height: 23px;
	text-align: center;
	padding: 5px 15px 0 15px;
	cursor: pointer;
}
#under-header .tabs li a:hover, #under-header .tabs li a.selected{
	background: url(images/tab_fon_left_hover.gif) no-repeat left;
}
#under-header .tabs li a:hover span, #under-header .tabs li a.selected span{
	background: url(images/tab_fon_right_hover.gif) no-repeat right;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 73px 0;
	height: 1%;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 0 0 270px;
}
#content .center-image{
	text-align: left;
	overflow: hidden;
}
#content .text{
	background: #3f3736;
	line-height: 25px;
	padding: 5px 35px;
	margin: 10px 0 15px 90px;
	font-size:11px;
}
#content .text a{
	color: #9f6b5e;
}

#content .text h1{
	font-size: 13px;	
}

#content .text .pdf{
	display: block;
	background: url(images/pdf.gif) no-repeat left;
	height: 32px;
	padding: 10px 0 0 37px;
	color: #9f6b5e;
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
.sl {
	float: left;
	width: 261px;
	margin-left: -100%;
	position: relative;
}
.sl .left-image{
	background: url(images/left_image_bg.jpg) repeat-y;
	padding: 20px 0 20px 10px;
	margin: 0 0 15px 0;
}
.sl .navigation{
	width: 236px;
}
/* Footer
-----------------------------------------------------------------------------*/
#footer {
	margin: -73px auto 0;
	min-width: 1000px;
	height: 53px;
	padding: 10px 0;
	background: #1a1615;
	font-family: Tahoma, Geneva, sans-serif;
}
#footer .contacts{
}
#footer .address{
	float: left;
	border-right: 1px solid #3f3736;
	font-size: 11px;
	color: #5b5251;
	padding: 5px 17px 0 17px;
	height: 48px;
}
#footer .phones{
	float: left;
	font-size: 14px;
	color: #655855;
	padding: 0 17px;
	height: 48px;
}
#footer .phones a{
	color: #837775;
}
#footer .copy{
	width: 240px;
	height: 20px;
	padding: 18px 0 0 200px;
	*padding: 18px 0 0 0;
	margin: 0 auto;
	font-size: 11px;
	color: #49403d;
	text-align: center;
}
#footer .copy span{
	color: #796b67;
}
#footer .design{
	float: right;
	font-size: 11px;
	color: #49403d;
	height: 30px;
	padding: 18px 17px 0 0;
}
#footer .design a{
	color: #7c716f;
}

/* Color
-----------------------------------------------------------------------------*/
#content-nosl{
	margin: 0 35px;
}

#content-nosl .color-border{
	border-left: 1px solid #5c5554;
	border-right: 1px solid #5c5554;
	border-bottom: 1px solid #5c5554;
	width: 935px;
	margin: 0 0 15px 0;
}

#content-nosl .color{
	background: url(images/color_border_top.gif) no-repeat left top;
	padding: 45px 25px;
	overflow: hidden;
	_height: 1%;

}

#content-nosl .color .tumbs1{
	float: left;
	width: 240px;
	padding: 33px 0 0 0;
}
#content-nosl .color .tumbs1 ul{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
#content-nosl .color .tumbs1 ul li{
	float: left;
	padding: 0 10px 25px 0;
}
#content-nosl .color .tumbs1 ul li.none{
	float: left;
	padding: 0 0 0 0;
}
#content-nosl .color .tumbs1 ul li a{
	display: block;
	text-decoration: none;
	text-align: center;
	color: #5c5554;
	width: 240px;
}
#content-nosl .color .tumbs1 ul li a span{
	display: block;
	background: url(images/tumbs_border1.gif) no-repeat;
	width: 240px;
	height: 168px;
	padding: 2px 0 0 0;
	margin: 0 0 0px 0;
	cursor: pointer;
}
#content-nosl .color .tumbs1 ul li a:hover, #content-nosl .color .tumbs ul li a.selected{
	color: #fff5f4;
}
#content-nosl .color .tumbs1 ul li a:hover span, #content-nosl .color .tumbs ul li a.selected span{
	background: url(images/tumbs_border_hover1.gif) no-repeat;
}

#content-nosl .color .tumbs{
	float: left;
	width: 330px;
	padding: 37px 0 0 0;
}
#content-nosl .color .tumbs ul{
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
#content-nosl .color .tumbs ul li{
	float: left;
	padding: 0 20px 25px 0;
}
#content-nosl .color .tumbs ul li.none{
	float: left;
	padding: 0 0 0 0;
}
#content-nosl .color .tumbs ul li a{
	display: block;
	text-decoration: none;
	text-align: center;
	color: #5c5554;
	width: 95px;
}
#content-nosl .color .tumbs ul li a span{
	display: block;
	background: url(images/tumbs_border.gif) no-repeat;
	width: 95px;
	height: 61px;
	padding: 2px 0 0 0;
	margin: 0 0 5px 0;
	cursor: pointer;
}
#content-nosl .color .tumbs ul li a:hover, #content-nosl .color .tumbs ul li a.selected{
	color: #fff5f4;
}
#content-nosl .color .tumbs ul li a:hover span, #content-nosl .color .tumbs ul li a.selected span{
	background: url(images/tumbs_border_hover.gif) no-repeat;
}
#content-nosl .color .big-image{
	float: right;
	width: 530px;
	font-family: Tahoma, Geneva, sans-serif;

}
#content-nosl .color .big-image .title{
	height: 20px;
	margin: 0 0 15px 0;
}
#content-nosl .color .big-image .title .name{
	float: left;
	font-size: 17px;
	text-transform: uppercase;
	color: #ebe9e8;
	border-bottom: 1px solid #5c5554;
}
#content-nosl .color .big-image .title .type{
	float: right;
	color: #6a6563;
	margin: 4px 0 0 0;
}
#content-nosl .color .big-image .title .type span{
	color: #d1d1d1;
	border-bottom: 1px solid #5c5554;
}
#content-nosl .color .control{
	clear: both;
	height: 10px;
	padding: 15px 0 0 0;
}
#content-nosl .color .control .back{
	float: left;
}
#content-nosl .color .control .navigation{
	float: right;
	width: 530px;
}
.text {
	font-family: Verdana;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
.form {
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #1A1511;
	background-color: #776D61;
	border: 1px solid #7B4926;
}
.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 black;
	color: #e1e1e1;
	background-color: #4f4f4f;	
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
.wp-commentnavi a:hover {
	border-top: 1px solid black;
	color: #e1e1e1;
	background-color: #111111;
	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 black;
	color: #F5DBB6;
	background-color: #111111;
	font-size: 11px;
}