/* COMMON */
.bold {
	font-weight:bold;
}

.red {
	color:#C32428;
}

.gray {
	color:#878787;
}

.clear {
	clear:both;
}

img {
	border:none;
}

.hidden {
    display:none;
}
.ta-c {
	text-align: center;
}
h2.ta-c {
	background-color: #872f0b;
}
.ta-r {
    text-align: right;
}
.small-text-16 {
     font-size:16px;
}
.left {
	float: left;
}
.clearfix::after {
    clear: both;
    content: "";
    display: table;
}

table th {
    background-color:#872f0b;
    color:#fff;
}

h1 {
	color:#872f0b;
	font-size:36px;
	font-weight:bold;
	margin-top:5px;
}

h2 {
	color:#e1bf84;
	font-size:20px;
	font-weight:bold;
	margin-top:5px;
	text-transform:uppercase;
}

h3 {
	color:#e1bf84;
	font-size:18px;
	font-weight:bold;
	margin-bottom:5px;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}

p {
	text-indent: 35px;
	text-align:justify;
	margin-top: 5px;
	margin-bottom: 5px;
}

p.right {
	text-align:right;
}

.leftimg {
	float:left;
	margin: 7px 7px 7px 0;
	border:1px solid #b8a99a;
}
.rightimg  {
	float: right;
	margin: 7px 0 7px 7px;
	border:1px solid #b8a99a;
}
/* End COMMON */

/* Tables */
.table1 tr:nth-child(odd)
{
	background:#fbecdc;	
}

.table1 tr td:nth-child(1)
{
	width:470px;	
}

.table1 tr td:nth-child(2)
{
	width:53px;
	text-align:center;
}

.table1 tr td:nth-child(3)
{
	width:59px;
	text-align:right;
}

.table2 tr td:nth-child(1)
{
	width:30px;
	text-align:center;
}

.table2 tr td:nth-child(2)
{
	width:400px;
}

.table2 tr td:nth-child(3)
{
	width:73px;
	text-align:center;
}
.table2 tr td:nth-child(4)
{
	width:74px;
	text-align:center;
}
.table2 tr td.subgroup {
	background:#fbecdc;
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
}
.table2 tr.filegroups td{
	background-color:#f5f2eb;
	line-height:0.1em;
}

.table3 {
	border:1px solid #b8a99a;
}
.table3 tr td {
	padding:5px;
}
.table3 tr:first-child td {
	background: url(/content/images/roof.png) no-repeat #872f0b;
    color:#fff;
	text-align: center !important;
}
.table3 tr:first-child td a {
	color:#fff;
}
.table3 td.img-row {
	background-color:#fff;
	vertical-align:middle;
}
.table3 div.img-cell {
	background-color:#872f0b;
	vertical-align:middle;
	padding:3px;
}
.table3 div.img-cell img {
	vertical-align:middle;
}
.table3 tr:nth-child(even)
{
	background:#fbecdc;	
}
.table3 tr td:last-child {
	text-align: right;
}
.table3 tr:last-child td {
	background-color:#872f0b;
    color:#fff;
}
.table3 tr:last-child td a {
	color:#fff;
}
/* End Tables*/

html, body {
    margin:0;
    padding:0;
}

body {
	background:url("/content/images/bg.jpg");
	font-family:"Trebuchet MS",Verdana,Arial,sans-serif;
	color:#582a16;
	font-size:14px;
}

.bglayer {
	width:1262px;
	margin:0 auto;
}
 /* TOP */
.top_roof {
    width:1260px;
	position:absolute;
    overflow-x:hidden;
	z-index: 100;
}

.top {
	height:700px;
	padding-top:25px;
	text-align:center;
}

#as_img {
	width: 100%;
}

.center {
	margin:-20px auto 0;
	padding-top:20px;
	width:1000px;
	background:url("/content/images/center_bg.png") repeat-y scroll 55px 0 rgba(0, 0, 0, 0);
}

.top_menu {
	margin:0 auto;
	width:1000px;
	height:35px;
}

.top_menu .left_cap {
	float:left;
	background:url("/content/images/lcap.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	width:13px;
	height:100%;
}

.top_menu .right_cap {
	float:left;
	background:url("/content/images/rcap.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	width:13px;
	height:100%;
	margin-left:-4px;
}

.menu_tube {
	float:left;
	background:url("/content/images/mtube.png") repeat-x scroll 0 1px rgba(0, 0, 0, 0);
	width:980px;
	height:100%;
	margin-left:-4px;
}

.menu_tube ul.nav-menu {
	list-style:none outside none;
    margin:0;
    padding:0;
	text-shadow: 0 0 2px rgba(255, 255, 255, 0.7);
}

	li#nav-menu-item {
		float:left;
		margin-left:21px;
		margin-top:6px;
	}
	li#nav-menu-item.home {
		float:left;
		margin-left:9px;
		margin-top:9px;
	}
	/*li#nav-menu-item:last-child {
		line-height:0.7em; 
		margin-top:5px;
		width:110px;
	}*/

	li#nav-menu-item a {
		color:#ffffff;
		text-decoration:none;
		text-transform:uppercase;
		font-weight:bold;
		font-size:16px;
	}

    li#nav-menu-item.home a {
		color:#ffffff;
        background:url("/content/images/home_button.png") no-repeat scroll 0 bottom rgba(0, 0, 0, 0);
        display:block;
        width:90px;
        height:16px;
	}
	
	/*li#nav-menu-item:last-child a {
		font-size:10px; 
		margin-top:0px;
	}*/

.menu_tube ul.nav-child {
    background: #402b23;
    border: 1px dotted #b8a99a;
    list-style:none outside none;
    margin:6px 0 0;
    padding:0;
    /*display:none;*/
	overflow:hidden;
    position:absolute;
    opacity: 0.9;
    width:240px;
	z-index: 1;
}

	li#nav-child-item {
		float:none;
		background:url("/content/images/menu_item_gap.png") no-repeat scroll 0 bottom rgba(0, 0, 0, 0);
		margin-left:10px;
		margin-top:0;
		padding:4px 8px 8px 0;
	}

	li#nav-child-item:last-child {
		background:none;
		line-height:1em;
		margin-top:6px;
		width:auto;
	}

	li#nav-child-item a {
		color:#ffffff;
		text-decoration:none;
		text-transform:uppercase;
		font-weight:bold;
		font-size:16px !important;
	}
	
	li#nav-child-item:last-child a {
		font-size:16px; 
		margin-top:auto;
	}

.roof {
    overflow-x:hidden;
}
/* End TOP */

/* MAIN */
.main {
	width:890px;
	margin:10px 65px;
}

.main .left_block {
	float:left;
	width:200px;
	margin-left:10px;
}

.main .right_block {
	float:left;
	width:640px;
	margin-left:10px;
}

.main .left_block .widgets {
	text-align:center;
}

.main .left_block .baner_block {
	margin-top:20px;
}

.main .left_block .menu_block {
	margin-top:20px;
	/*background:url("/content/images/menu_block_bg.png") repeat-y scroll 6px 0 rgba(0, 0, 0, 0);*/
	background:url("/content/images/menu_block_bg.png") repeat-y scroll 6px 75px rgba(0, 0, 0, 0);
}

.main .left_block .menu_block .block_roof_wrapper .block_roof_header {
	text-align:center;
	margin-top: -55px;
}

.main .left_block .menu_block .block_roof_wrapper .block_roof_header a {
	text-decoration:none;
	text-transform:uppercase;
	color:#ffffff;
	font-size:30px;
	font-weight:bold;
	text-shadow: 0 0 2px rgba(255, 255, 255, 0.7);
}

.main .left_block .menu_block .block_items {
    padding-top: 20px;
}

.main .left_block .menu_block .block_items ul {
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
	list-style:none outside none;
    margin:0 0 0 10px;
    padding:0;
}

.main .left_block .menu_block .block_items ul li {
	padding:4px 8px 8px;
	background:url("/content/images/block_item_gap.png") no-repeat scroll 0 bottom rgba(0, 0, 0, 0);
}

.main .left_block .menu_block .block_items ul li:last-child {
	background:none;
}

.main .left_block .menu_block .block_items ul a {
	color:#872f0b;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	font-size:14px;
}

.main .left_block .menu_block .block_footer {
	background:url("/content/images/block_footer_bg.png") no-repeat scroll 6px bottom rgba(0, 0, 0, 0);
	height:1px;
}

.main .right_block {
	width:620px;
	padding:10px;
	background-color:#ffffff;
	border:1px solid #b8a99a;
}

.main .right_block .content_title {
	width:100%;
	text-align:center;
}
.main .content a, .footer a {
    color: #872f0b;
}

.main .bottom {
	width:830px;
	border:1px solid #b8a99a;
	background-color:#872f0b;
	padding:10px;
	margin:10px;
	color:#e1bf84;
	font-weight:bold;
}

.main .bottom .left {
	float:left;
	width:200px;
	text-align:center;
}

.main .bottom .left .best_project_info {
	padding: 10px;
}

.main .bottom .right {
	float:left;
	width:600px;
	padding:10px;
	margin-left:10px;
	font-size:10px;
	text-align:center;
}

.main .bottom .right ul.top_row,
.main .bottom .right ul.bottom_row {
	list-style:none outside none;
    margin:0 0 0 10px;
    padding:0;
}

.main .bottom .right ul.top_row li,
.main .bottom .right ul.bottom_row li {
	float:left;
	margin-left:35px;
	margin-top:6px;
}

.main .bottom .right ul.top_row li:first-child,
.main .bottom .right ul.bottom_row li:first-child {
	margin-left:5px;
}

p.img-block {
	text-indent: 0px;
	text-align: center;
}

/* End MAIN */

/* FOOTER */
.footer {
	background-color:#402b23;
	color:#e1bf84;
	font-size:14px;
	font-weight:bold;
	margin-top:-10px;
	/*height:160px;*/
}

.footer .right {
	text-align:right;
}

.footer .contacts {
	width:855px;
	margin:0 auto;
	padding:10px;
}

.footer .contacts p {
	text-indent:0px;
	margin-top:10px;
}
/* End FOOTER */

.main-part {
	font-size:22px;
	font-style:italic;
}
.akcii {
	text-align:center;
	margin-top:20px;
}
.akcii a {
	color:#402b23;
	font-size:42px;
	font-weight:bold;
	text-decoration:none;
}

.akcii a:hover {
	color:#402b23;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

.gallery_item {
	width: 50%;
	text-align: center;
	margin-bottom: 20px;
}

.gallery_item_text {
	margin: 0px 26px;
	text-align: center;
	display: block;
	font-size: 11px;
	background-color: #f5d6a2;
}

.search_btn {
    width: 23px;
    height: 23px;
    padding: 0px;
    vertical-align: middle;
    background: url('/content/images/search_small.png') #fff no-repeat 1px 1px;
    border: 1px #872f0b solid;
}

.search_field {
    height: 21px;
    width: 158px;
    padding: 0px 5px;
    font-size: 11px;
    line-height: 10px;
    vertical-align: middle;
}