*, html {
	margin: 0;
	padding: 0;
}

body {
	color: #000;
	background: url("../images/top_back.png") repeat-x;
	background-color: #f00;
	text-align: center;
	font-family: verdana, tahoma, serif;
	font-size: 12px;
}

ul {
	list-style: none;
}

h2 {
	font-size: 20px;
	font-weight: normal;
	color: #f00;
	margin-bottom: 40px;
}

h2 span {
	font-size: 18px;
	color: #f44;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 15px;
}

a {
	color: #000;
	text-decoration: none;
}

h2 a {
	color: #f00;
}

h2 a:hover {
	text-decoration: underline;
}

#hr {
	width: 704px;
	height: 20px;
	background: none;
	background: url("../images/hr.png") no-repeat;
	border: 0;
}

#wrap {
	width: 804px;
	margin: 0 auto;
}


/*---------- Top Menu ----------*/
#top_menu {
	width: 804px;
	height: 67px;
	display: block;
}

#top_menu ul {
	margin: 0 auto;
	width: 639px;
	height: 67px;
	display: block;
}

#top_menu li, #top_menu li h1, #top_menu li a {
	width: 213px;
	height: 67px;
	text-indent: -9999px;
	display: block;
	float: left;
	overflow: hidden;
}

#top_menu .active {
	background-position: bottom left;
}

a#advert_bg {
	background: url("../images/advertise.jpg") no-repeat;
}

a#advert_en {
	background: url("../images/advertise_en.jpg") no-repeat;
}

#logo_bg {
	background: url("../images/logo.jpg") no-repeat;
}

#logo_en {
	background: url("../images/logo_en.jpg") no-repeat;
}

a#build_bg {
	background: url("../images/building.jpg") no-repeat;
}

a#build_en {
	background: url("../images/building_en.jpg") no-repeat;
}

a#advert:hover, a#build:hover {
	background-position: bottom left;
}


/*---------- Menu ----------*/
#menu_advertising, #menu_building {
	width: 804px;
	height: 42px;
	background: url("../images/menu.png") no-repeat;
	display: block;
}

#menu_advertising ul, #menu_building ul {
	width: 630px;
	height: 42px;
	font-size: 12px;
	margin: 0 auto;
	background: url("../images/advert_sep.png") no-repeat;
	display: block;
}

#menu_building ul {
	width: 691px;
	background: url("../images/building_sep.png") no-repeat;
}

#menu_advertising li, #menu_building li {
	padding-top: 15px;
	display: block;
	float: left;
}

/*
	Реклама
*/
#menu_advertising #i0 {
	width: 90px;
}

#menu_advertising #i1 {
	width: 174px;
}

#menu_advertising #i2 {
	width: 156px;
}

#menu_advertising #i3 {
	width: 101px;
}

#menu_advertising #i4 {
	width: 108px;
}

/*
	Строителство
*/
#menu_building #i0 {
	width: 77px;
}

#menu_building #i1 {
	width: 117px;
}

#menu_building #i2 {
	width: 91px;
}

#menu_building #i3 {
	width: 230px;
}

#menu_building #i4 {
	width: 85px;
}

#menu_building #i5 {
	width: 91px;
}

#menu_advertising a:hover, #menu_building a:hover {
	text-decoration: underline;
}

#menu_advertising .active, #menu_building .active {
	font-weight: bold;
}


/*---------- Banner ----------*/
#banner {
	width: 802px;
	height: 301px;
	background: url("../images/banner_back.png") repeat-x;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	display: block;
}


/*---------- Main ----------*/
#main {
	width: 704px;
	background-color: #f6f6f6;
	text-align: left;
	padding: 30px 50px 40px 50px;
}

#main ul {
	list-style: circle;
	list-style-position: inside;
	margin-left: 15px;
}

#main a {
	color: #f00;
}

#main a:hover {
	text-decoration: underline;
	color: #000;
}


/*---------- Products ----------*/
#products div, #products #clients div {
	float: left;
}

#products .marg {
	margin-right: 28px;
	display: block;
}

#products .row {
	margin-bottom: 40px;
}

#products a {
	width: 195px;
	height: 105px;
	border: 10px solid #d8d8d8;
	margin-bottom: 5px;
	display: block;
	overflow: hidden;
}

#products a:hover {
	border: 10px solid #f00;
}

#products img {
	padding: 0;
	margin: 0;
	border: 0;
}

#products p, #products h3 {
	width: 215px;
}

a#info_on {
	width: 39px;
	height: 26px;
	text-indent: -9999px;
	background: url("../images/info.png") no-repeat;
	display: block;
	margin: -41px 3px 15px 0;
	float: right;
	overflow: hidden;
}

#clients img {
	width: 195px;
	height: 105px;
	border: 10px solid #d8d8d8;
	display: block;
}


/*---------- Preview ----------*/
#products div div div.hidden {
	width: 215px;
	font-size: 12px;
	margin-top: 5px;
	line-height: 18px;
	text-align: justify;
	color: #555;
	display: none;
}

#products img.left {
	border: 10px solid #d8d8d8;
	margin-right: 20px;
	float: left;
}

#products div.hidden a {
	border: 0;
	display: inline;
}

#maps, #areas_title {
	margin-bottom: 30px;
	display: block;
}

#areas_title {
	color: #f00;
	font-weight: bold;
	font-size: 14px;
}

#products #info table {
	width: 100%;
	border-collapse: collapse;
	float: left;
}

#products #info table td {
	padding: 5px 5px 7px 5px;
	border-bottom: 1px solid #ccc;
}

.section {
	display: none;
	}

	.section img {
		border: 5px solid #d8d8d8;
		margin: 0;
	}
	
/*
	Site Map
*/
ul#sitemap {
	font-size: 14px;
	}
	
	ul#sitemap a {
		border: 0;
		display: inline;
		}
		
		ul#sitemap a:hover {
			border: 0;
			display: inline;
			}
	
	ul#sitemap ul {
		font-size: 12px;
		margin: 5px auto 5px 20px;
	}


/*---------- Contacts ----------*/
#cInfo {
	width: 300px;
	float: left;
}

#cForm {
	width: 300px;
	padding-top: 60px;
	float: right;
}

#cForm label {
	display: block;
}

#cForm input, #cForm textarea {
	width: 295px;
	height: 15px;
	padding: 3px;
	border: 1px solid #aaa;
	margin-bottom: 10px;
	clear: both;
}

#cForm textarea {
	height: 70px;
	overflow: auto;
}

#cForm input.btn {
	width: auto;
	height: auto;
	padding: 3px;
}


/*---------- Footer ----------*/
#footer {
	width: 764px;
	height: 35px;
	background: url("../images/footer.png") no-repeat;
	padding: 18px 20px 0 20px;
	font-size: 10px;
	color: #acacac;
	display: block;
}

#footer a {
	color: #acacac;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}

#footer p {
	font-size: 10px;
	color: #acacac;
}

.left {
	float: left;
}

.right {
	float: right;
}

a#webmaster {
	font-family: courier;
	font-size: 14px;
	text-decoration: none;
	color: #950006;
	clear: both;
}

a#webmaster:hover {
	text-decoration: underline;
	color: #fff;
}

.clear {
	clear: both;
}