* {
	margin: 0;
	padding: 0;
}
html {height: 100%}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
    background:#000;
    color:#887459;
}
h2,h3,h4,h5,h6 {
	font-size: 12px;
	margin: 0 0 10px 0;
    text-align:center;
    color: #636363;
}
a {
	color:#cfb28b;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {margin: 0 0 10px}
img {
	border: none;
}
input {vertical-align: middle}
.bold {font-weight:bold;}
#wrapper {
	width: 1000px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
    background:url("../images/bgr.png") repeat-y;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 243px;
	background:url("../images/header.png") no-repeat;
}


/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 100px;
	height: 1%;
    min-height:638px;
    background:url("../images/content.png") top right no-repeat;
}
#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 18px 99px 0 304px;
    text-align:justify;
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
.sl {
	float: left;
	width: 201px;
	margin:18px 0 0 -100%;
	position: relative;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 1000px;
	margin: -61px auto 0;
	height: 61px;
}


/* Special
-----------------------------------------------------------------------------*/
.text-left {text-align:left !important;}
.text-right {text-align:right !important;}
.nobr {white-space:nowrap;}
/*.table-price {
    border-style:solid;
    border-color:#242424;
}*/
.table-price {margin:0 0 10px;}
.table-price tr th {
    text-align:center;
    padding:3px;
}
.table-price tr td {
    padding:3px;
    text-align:center;
    border:#220B00 1px solid;
    /*border-color:#242424;*/
}
.table-none {border:0 !important;}
.table-detailprice {margin:0 0 10px;}
.table-detailprice tr th{
    text-align:center;
    padding:3px;
}
.table-detailprice tr td {
    padding:3px;
    text-align:left;
    border:#220B00 1px solid;
    /*border-color:#242424;*/
}



/*Design
-----------------------------------------------------------------------------*/
#content ul,ol {margin:0 0 10px 40px}
#menu ol,ul{margin:0}
#header div {
    width:1000px;
    height:234px;
    position:relative;
}
.logotype {
    text-decoration:none;
    width:195px;
    height:240px;
    position:absolute;
    top:0;
    left:6px;
}
.icon {
    position:absolute;
    width:120px;
    height:10px;
    top:189px;
    left:304px;
}
.icon a {
    margin-right:23px;
    width:10px;
    height:10px;
    background-image:url("../images/sprite.png");
    background-repeat:no-repeat;
    float:left;
}
.home-b{background-position:-205px 0;}
.home-b:hover{background-position:-205px -10px;}
.contacts-b{background-position:-215px 0;}
.contacts-b:hover{background-position:-215px -10px;}
.map-b{background-position:-225px 0;}
.map-b:hover{background-position:-225px -10px;}
.horizontal {
    color:#612E12;
    position:absolute;
    top:113px;
    left:303px;
    font-size:18px;
    text-transform:lowercase;
    width:597px;
    text-align:justify;
    height:38px;
    overflow:hidden;
}
#copyright {
    height:18px;
    width:193px;
    overflow:hidden;
    position:relative;
    left:7px;
    top:4px;
    text-align:center;
}
#copyright a {
    font: 0.9em Arial, Times New Roman;
    color:#3F3F3F;
    text-decoration: none;
}
.copyright {
    height:34px;
    width:124px;
    position:relative;
    left:47px;
    top:4px;
    background:url("../images/sprite.png") 0 -322px no-repeat;
}


/*Menu
-----------------------------------------------------------------------------*/
#menu {
	position: absolute;
	z-index: 1;
    padding:0 0 24px;
}
#nav {
	list-style: none;
	position: relative;
	z-index: 500;
}
#nav li.one {
    padding:0 0 1px;
}
#nav li a.top_link {
	display: block;
	height: 18px;
    width:200px;
	color: #9B9B9B;
	text-decoration: none;
	text-transform:lowercase;
	padding: 0 0 0 0px;
	cursor: pointer;
    background: transparent url("../images/sprite.png") 0 0 no-repeat;
}
#nav li a.strl {
    background: transparent url("../images/sprite.png") 0 -114px no-repeat;
}
#nav li a.top_link span {
	display:block;
	padding:0 0 0 25px;
	height:18px;
}
#nav li:hover > a.top_link {
    color:#737373;
    background: transparent url("../images/sprite.png") 0 -18px no-repeat;
}
#nav li:hover > a.strl {
    color:#737373;
    background: transparent url("../images/sprite.png") 0 -132px no-repeat;
}
#nav li:hover {position:relative; z-index:200;}
#nav li:hover >.fly {background:url("../images/sprite.png") 0 -56px no-repeat;}
#nav li:hover >.notfly {background:url("../images/sprite.png") 0 -36px no-repeat !important;;}
#nav ul,
#nav li:hover ul ul,
#nav li:hover ul li:hover ul ul,
#nav li:hover ul li:hover ul li:hover ul ul,
#nav li:hover ul li:hover ul li:hover ul li:hover ul ul {
    position:absolute;
	left:-9999px;
	top:-9999px;
	width: 235px;
	height:0;
	margin:0;
	padding:0;
	list-style:none;
}

#nav li:hover ul.sub {
	left:200px;
	top:-18px;
	padding:0px;
	white-space: nowrap;
	width: 235px;
	height:auto;
	z-index:300;
}
#nav li:hover ul.sub li {
	display:block;
	white-space:nowrap;
    background:url("../images/sprite.png") 0 -36px no-repeat;
	height: 18px;
	position:relative;
	width: 235px;
	height:auto;
	font-weight:normal;
    text-transform:lowercase;
}
#nav li:hover ul.sub .nav-bot {
	background-color: transparent !important;
}
#nav li:hover ul.sub li a {
	display:block;
	height: 20px;
	width: auto;
	line-height: 20px;
	text-indent: 20px;
	color:#9B9B9B;
	text-decoration:none;
    background:url("../images/sprite.png") 0 -36px no-repeat;
	overflow: hidden;
}
#nav li ul.sub li .fly {
    background:url("../images/sprite.png") 0 -36px no-repeat;
}
#nav li:hover ul.sub li:hover {
    background:url("../images/sprite.png") 0 -56px no-repeat;
}
#nav li:hover ul.sub li a:hover {
	color:#737373;
    background:url("../images/sprite.png") 0 -56px no-repeat;
}
#nav li:hover ul.sub li a.fly:hover {
    background:url("../images/sprite.png") 0 -56px no-repeat;
}
#nav li:hover ul li:hover > a.fly {
    background:url("../images/sprite.png") 0 -56px no-repeat;
	color:#737373;
}
#nav li:hover ul li:hover ul,
#nav li:hover ul li:hover ul li:hover ul,
#nav li:hover ul li:hover ul li:hover ul li:hover ul,
#nav li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul {
	left: 232px;
	top: -18px;
	white-space: nowrap;
	width: auto;
	z-index:400;
	height:auto;
}
.menu-top{
    background:url("../images/sprite.png") 0 -96px no-repeat !important;
}
.menu-bottom{
    background:url("../images/sprite.png") 0 -76px no-repeat !important;
    border:none !important;
}
.mark1 {
display: block;
position: absolute;
top:6px;
right:12px;
width:5px !important;
height:5px !important;
/*border:white 1px solid;*/
background:url("../images/sprite.png") -205px -20px no-repeat;
overflow: hidden;
}


/* InfoBox
-----------------------------------------------------------------------------*/
.infobox {
    width:153px;
    position:relative;
    left:27px;
    color:#636363;
    text-align:justify;
    /*border:1px solid;*/
    margin:10px 0 10px;
}
.infobox p {
   margin: 9px 0 9px;
}
.infobox a {
    color:#7F7F7F;
    font-style:italic;
}
.cur {
    font-size: 11px;
    text-align:right;
}

/* Navigation
-----------------------------------------------------------------------------*/
.nav-all {
    padding:10px 10px 7px 0;
    margin:0 0 5px;
}
.nav-line {
    margin:1px 0 4px 0;
}
.nav-line span {
    color:#887459;
    margin: 0 3px 0 5px;
}
.nav-line a {
    text-decoration:none;
}
.nav-line a:hover {
    text-decoration:underline;
}
.nav-zag {
    color:#887459 !important;
    margin:0 !important;
    font-weight:bold;
    float:left;
}
.nav-line-inf {
    margin-left:70px;
    position:relative;
}
.nav-line-inf a{
    white-space:nowrap;
    padding-left:2px;
}
.nav-bottom {
    padding-top:10px;
}


/* Portfolio
-----------------------------------------------------------------------------*/
.catalogue {
	width: 596px;
    margin:0 auto;
    text-align:justify;
}

.c-block{
	/*float: left;*/
    display:inline-block;
	width: 172px;
	margin: 0 10px 10px 10px;
	/*padding-bottom: 10px;*/
	padding:0;
	overflow: hidden;
    vertical-align:middle;
    border:#2C2C2C 1px solid;
}
.otbiv {
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
}
.c-block img {
	display: block;
	margin: 0 auto;
    border:#2E2E2E 1px solid;
}
.c-block a {
	display: block;
	width: 100%;
	text-decoration: none;

    text-align:center;
    font: bold 11px Arial;
	color: #cfb28b !important;
}
.c-block a:hover {color:#636363 !important;}
.c-block span {
    margin-top:5px;
    display:block;
}


/* Form
-----------------------------------------------------------------------------*/
.detailform p
{
    /*color:#333;*/
	width: 250px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 135px;
}

.detailform label
{
	float: left;
	margin-left: -150px;
	width: 150px;
    padding-right:10px;
    text-align:right;
}
.detailform input.text, select.text
{
    background:#737373;
    color:#2C2C2C;
    border:#202020 1px solid;
	width: 200px;
}
.detailform textarea{
    width:200px;
    height:100px;
    background:#737373;
    color:#2C2C2C;
    border:#202020 1px solid;
}
.detailform div.submit{margin-top: 10px;margin-left: 265px;}
.italic {font-style:italic;}
.lineform {
    padding:0 !important;
    margin:0 0 18px !important;
}
.nowrap {white-space:nowrap;}
.red {color:#612E12 !important;}
.button {
    padding:2px 5px 2px 5px;
    color:#9B9B9B;
    font-weight:bold;
    border:#202020 1px solid;
    background:#2C2C2C;
    cursor:pointer;
}
.button:hover {
    color:#737373;
    background:#242424;
}


/* Infoboxes
-----------------------------------------------------------------------------*/
.infoboxes {
    position:relative;
    width:100%;
    top: 110px;
}
