* {
	margin: 0;
	padding: 0;
}
html {height: 100%}
body {
	font: 12px/18px "Times New Roman", Times, serif;
	height: 100%;
	margin-left: 20px;
}
a {
	color: #cc9933;
	outline: none;
	text-decoration: underline;
}
a:hover {
	color: #cc3333;
	text-decoration: underline;
}
p {margin: 0 0 18px}
img {
	border: none;
}
input {vertical-align: middle}
#wrapper {
	width: 100%;
	min-width: 980px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 170px;
}
.bord {
	height: 30px;
	background: url("images/line.gif") repeat-x;
	background-position: center;
}
.cblock {
	height: 488px;
}
.cblock ul {
	list-style: none;
}
.cblock ul li {
	float: left;
}
.carousel img {
	float: left;
}
/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 100px;
	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 248px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}
#content h1{
	margin-bottom: 20px;
	font-size: 26px;
	font-weight: lighter;
}
#content h2{
	font-size: 20px;
	font-weight: lighter;
}
#content .articlenews {
	width: 45%;
	float: left;
	padding-right: 30px;
	margin: 0;
}
#content .articlenews h2{
	font-size: 26px;
}
#content .clear {
	clear: both;
	height: 40px;
}
#content .articlenews a{
	color: #006699;
}
#content .articlenews a:hover{
	color: #cc3333;
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
.sl {
	float: left;
	width: 228px;
	margin-left: -100%;
	position: relative;
}
.sl ul{
	list-style: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	margin-top: 40px;
}
.sl li, .sl .last{
	margin-top: 10px;
}
.sl ul li a{
	display: none;
}
.sl ul ul li a{
	display: block;
}
.sl ul ul .active a{
	color: black;
	text-decoration: none;
}
.sl ul ul .active a:hover{
	color: #cc3333;
	text-decoration: underline;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	margin: -100px auto 0;
	min-width: 980px;
	height: 100px;
}
#footer .finfo, #footer .finfo1{
	font-family: "Times New Roman", Times, serif;
	width: 25%;
	float: left;
	color: #cc9933;
	font-size: 14px;
}
#footer .finfo1{
	width: 50%;
}
#footer .finfoc{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	width: 248px;
	float: left;
}
#footer .finfoblock{
	margin-left: 248px;
}

/* Menu
-----------------------------------------------------------------------------*/
.hmenu {
	margin-left: 248px;
}
#header img{
	float: left;
}
.hmenu ul{
	list-style: none;
}
.hmenu li{
	float: left;
	width: 25%;
	margin-top: 25px;
}
.hmenu ul a{
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	display: block;
	float: left;
	color: #cc9933;
}
.hmenu ul a:hover{
	color: #cc3333;
	text-decoration: underline;
}
.hmenu .active a{
	color: black;
	text-decoration: none;
}

.hmenu a[href="/kompaniya.html"] {
	padding-left: 20px;
	background-image: url('images/ico_01.gif');
	background-repeat: no-repeat;
}
.hmenu a[href="/czenyi.html"] {
	padding-left: 20px;
	background-image: url('images/ico_02.gif');
	background-repeat: no-repeat;
}
.hmenu a[href="/katalog.html"] {
	padding-left: 20px;
	background-image: url('images/ico_03.gif');
	background-repeat: no-repeat;
}
.hmenu a[href="/galereya.html"] {
	padding-left: 20px;
	background-image: url('images/ico_04.gif');
	background-repeat: no-repeat;
}
.hmenu a[href="/stati.html"] {
	padding-left: 20px;
	background-image: url('images/ico_05.gif');
	background-repeat: no-repeat;
}
.hmenu a[href="/otzyivyi.html"] {
	padding-left: 20px;
	background-image: url('images/ico_06.gif');
	background-repeat: no-repeat;
}
.hmenu a[href="/arxitektoram.html"] {
	padding-left: 20px;
	background-image: url('images/ico_07.gif');
	background-repeat: no-repeat;
}
.hmenu a[href="/vakansii.html"] {
	padding-left: 20px;
	background-image: url('images/ico_08.gif');
	background-repeat: no-repeat;
}

/* Catalog
-----------------------------------------------------------------------------*/
.catalog{
	display: block;
	float: left;
	width: 100%;
}
.block_category{
	padding: 10px 10px 10px 5px;
	margin: 5px;
	display: block;
	background: url('images/bgcat.jpg') no-repeat;
	height: 250px;
	width: 220px;
	vertical-align: top;
	float: left;
}
.catimage{
	float: left;
	margin: 11px 0 10px 16px;
	text-decoration: none;
}
.catimage:hover {
	text-decoration: none;
}
.category {
	width: 200px;
	text-align: center;
	display: block;
	margin-top: 15px;
}
.subcategory a{
	font: normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.catdocs{
	display: block;
	float: left;
	width: 100%;
}
.subcatalog {
	width: 48%;
	float: left;
	margin-bottom: 20px;
}
.subcatimage {
	float: left;
	margin-right: 10px;
}