@charset "utf-8";
/* CSS Document */
* {
	outline: none;
}

body, html {
	height: 100%;
}

body, table, tr, th, td, div, img, form, p {
	padding: 0px;
	margin: 0px;
}
p {
	margin-bottom: 15px;
}
img {
	border: 0px;
}
table {
	border-collapse: collapse;
}

body {
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a {
	color: #0871c2;
	outline: none;
}
a:hover {
	color: #268ddd;
}

table.w100 {
	width: 100%;
}
table.h100 {
	height: 100%;
}
.clear {
	clear: both;
}
.ph {
	cursor: pointer;
	cursor: hand;
}
.png
{
	//background-image: none ! important;
	behavior: url('/css/pngfix.htc');
}



table.global_container {
	width: 980px;
}


div.footer {
	margin-top: 30px;
	text-align: center;
	margin-bottom: 50px;
	color: #9b9b9b;
	font-size: 12px;
}
div.footer div.footer_line {
	height: 3px;	
	background-image: url(/img/footer_bg.jpg);
	background-position: top center;
	background-color: #0075a7;
	margin-bottom: 25px;
}

/*
table.main_menu td {
	text-align: center;
	font-size: 20px;
	vertical-align: bottom;
	padding: 0px 9px;
}
table.main_menu td.big_class {
	font-size: 34px;
}
table.main_menu td.sel {

}
table.main_menu a {
	color: #000;
	font-family: "Myriad Pro", Tahoma, Arial, Helvetica, sans-serif;
	border-bottom: dashed 1px black;
	text-decoration: none;
	padding: 0px 3px;
}
table.main_menu td.sel a {
	background-color: #00f6ff;
	border-bottom: 0;
}
table.main_menu a:hover {
	color: #1e9ee7;
}

*/



div.logo {
	position: absolute;
	padding: 15px 0px 0px 45px;
	top: 0;
	z-index: 100;
}


div.cat_name {
	padding: 40px 0px 50px 223px;
}
div.cat_name_move {
	padding: 25px 0px 50px 223px;
}

div.lang {
	position: absolute;
	padding: 128px 0px 0px 26px;
	top: 0;
}

div.lang_index {
	padding: 27px 0px 0px 0px;
	margin-left: 850px;
	z-index: 100;
}

div.index_bg {
	background-image: url(/img/header_bg.png);
	background-position: 65%;
	background-repeat: no-repeat;
	width: 980px;
	height: 82px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}


div.main_menu_container {
	text-align: right;
	margin-top: 10px;
}
div.main_menu_container_index {
	text-align: center;
	z-index: 10;
	position: relative;
	padding-bottom: 5px;
}
ul.main_menu li {
	list-style: none;
	display: inline;
	text-align: center;
	font-size: 20px;
	vertical-align: bottom;
	padding: 0px 9px;
}
ul.main_menu li.big_class {
	font-size: 34px;
}
ul.main_menu li.sel {

}
ul.main_menu li a {
	color: #000;
	font-family: "Myriad Pro", Tahoma, Arial, Helvetica, sans-serif;
	border-bottom: dashed 1px black;
	text-decoration: none;
	padding: 0px 3px;
}
ul.main_menu li.sel a {
	background-color: #00f6ff;
	border-bottom: 0;
}
ul.main_menu li a:hover {
	color: #000;
}




div.center_container, div.index_container {
	padding: 0px 55px;
}
div.index_container {
	font-size: 14px;
	color: #333333;
}
div.index_container h3 {
	text-align: right;
	font-family: "Myriad Pro", Tahoma, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 22px;
	font-weight: normal;
}

table.mm_arrow td {
	width: 20%;
	text-align: center;
	padding: 22px 0px;
}
table.mm_menu td.simple {
	width: 20%;
	text-align: center;
	padding: 13px 120px 13px 0px;
	font-family: "Myriad Pro", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 30px;
}
table.mm_menu td.simple table {
	margin: 0px auto;
}


div.text_tr {
	padding: 0px 100px;
}

table.sub_menu_table {
	text-align: center;
	width: auto;
}
table.sub_menu_table td {
	vertical-align: middle;
	height: 41px;
	background-color:white;
	padding: 0;
}
table.sub_menu_table td.uho_l {
	width: 32px;
	height: 41px;
}
table.sub_menu_table td.uho_r {
	width: 32px;
	height: 41px;
}
table.sub_menu_table td a, table.sub_menu_table td a:hover {
	color: black;
	white-space: nowrap;
}

table.sub_menu_table.sel td {
	background-color:#0a8bd5;
}
table.sub_menu_table.sel td.uho_l {
	background-image: url(/img/sub_menu_l.png);
}
table.sub_menu_table.sel td.uho_r {
	background-image: url(/img/sub_menu_r.png);
}
table.sub_menu_table.sel td a, table.sub_menu_table.sel td a:hover {
	color: white;
	text-decoration: none;
	white-space: nowrap;
}



div.text {
	padding-bottom: 50px;
	font-size: 13px;
	color: #333333;
}

div.map {
	height: 294px;
	background-image: url(/img/map.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #dcddde;
	margin-bottom: 30px;
	margin-top: 40px;
}





#map_canvas {
	width: 100%;
	height: 570px;
	position: absolute;
	z-index:1;
	min-width: 980px;
}
.map_canvas_ie6 {
	top: 225px;
}

div.contacts_content {
	z-index: 10;
	position: absolute;
	padding: 15px 30px 0px 30px;
	width: 920px;
}

.trans_white {
	background-image: url(/img/contacts_bg.png);
}
div.contacts_space {
	height: 570px;
}




table.contacts td {
	vertical-align: top;
	font-size: 13px;
}
table.contacts td.form {
	width: 60%;
}
table.contacts th {
	text-align: left;
	font-family: "Myriad Pro", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: normal;
	padding: 25px 25px 15px 25px;
}
table.contacts td.text, table.contacts td.form {
	padding: 0px 20px 25px 20px;
}
table.contacts td.trans_line, table.contacts th.trans_line {
	padding: 0;
	width: 50px;
}




input.contacts_field {
	height: 20px;
	border:0;
	border-top: 1px solid #a0a6a7;
	border-bottom:  1px solid #a0a6a7;
	padding: 0px;
	margin: 0px;
	width: 240px;
	padding-top: 3px;
}
.inactive {
	color: #a0a6a7;
}
table.rf_cont {
	margin-bottom: 6px;
}

table.form_round textarea {
	border: 0;
	height: 110px;
	width: 300px;
}
table.form_round_opera {
	margin-left: 20px;
}
textarea.opera {
	border: 1px solid #a0a6a7;
	border-left: 0px;
	border-right: 0px;
	height: 115px;
	width: 303px;
	padding: 5px;
}


table.form_round {
	margin-left: 20px;
}
table.form_round td.t_line {
	border-top: 1px solid #a0a6a7;
	font-size: 1px;
	background-color: white;
}
table.form_round td.b_line {
	border-bottom: 1px solid #a0a6a7;
	font-size: 1px;
	background-color: white;
}
table.form_round td.l_line {
	border-left: 1px solid #a0a6a7;
	font-size: 1px;
	background-color: white;
}
table.form_round td.r_line {
	border-right: 1px solid #a0a6a7;
	font-size: 1px;
	background-color: white;
}
table.form_round td.rt_ugol {
	width: 5px;
	height: 6px;
	font-size: 1px;
	background-color: white;
}
table.form_round td.rt_ugol img {
	padding: 0;
	margin: 0;
}
table.form_round td.rt_text {
	border: 0;
	background-color: white;
}

input.image_button {
	margin-top: 10px;
	padding: 0px;
}

div.errors {
	color: #990000;
	margin-bottom: 12px;
}


table.s_menu_cont {
	margin: 20px 0px;
}
table.s_menu_cont td.cont {
	padding: 0px 5px;
}
table.s_menu.sel td.uhos_l, table.s_menu.sel td.uhos_r {
	height: 26px;
	width: 7px;
}
table.s_menu td {
	font-family: "Myriad Pro", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 15px;
	height: 26px;
}
table.s_menu td.link {
	padding: 0px 8px;
}
table.s_menu_cont td.arrow {
	text-align: center;
	padding-top: 10px;
}
table.s_menu.sel td {
	background-color:#0a8bd5;
}
table.s_menu.sel td.uhos_l {
	background-image: url(/img/corners/s_menu_link_l.gif);
}
table.s_menu.sel td.uhos_r {
	background-image: url(/img/corners/s_menu_link_r.gif);
}
table.s_menu td a, table.s_menu td a:hover {
	color: black;
	white-space: nowrap;
}
table.s_menu.sel td a, table.s_menu.sel td a:hover {
	color: white;
	text-decoration: none;
	white-space: nowrap;
}

div.perelist {
	margin-top: 20px;
	text-align: center;
}
div.perelist table {
	margin: 25px 0px;
}
div.perelist td.caption {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 10px;
}
div.perelist td.page {
	width: 20px;
	height: 28px;
	text-align: center;
	color: #fefefe;
	font-size: 18px;
}
div.perelist td.page.selected {
	background-image: url(/img/perelist.png);
	background-repeat: no-repeat;
	background-position: center;
}
div.perelist td.page a, div.perelist td.page a:hover {
	color: #010101;
	font-size: 18px;
	text-decoration: none;
}

table.design_list td {
	width: 33%;
	text-align: center;
	padding: 30px;
	vertical-align: bottom;
}


div.design_details div.h1 {
	text-align: center;
	font-size: 25px;
	font-family: "Myriad Pro", Tahoma, Arial, Helvetica, sans-serif;
	margin-bottom: 30px;
}
div.design_details div.dtext {
	margin-bottom: 30px;
	padding: 0px 40px;
}
div.design_details div.dlink, div.design_details div.dimage {
	text-align: center;
	margin-bottom: 30px;
}

table.details_fb td.fb_l {
	width: 50%;
	padding-left: 40px;
}
table.details_fb td.fb_r {
	width: 50%;
	text-align: right;
	padding-right: 40px;
}

img.det_arrow {
	position: relative;
	top: 3px;
	margin: 0px 4px;
}



div.wl_container {
	text-align: center;
}

div.wl_item {
	width: 880px;
	margin: auto;
	padding: 0px 0px 30px 0px;
	background-image: url(/img/item_line.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
div.wl_item_hover {
	background-image: url(/img/item_line_hover.png);
}
div.wl_item_sel {
	background-image: url(/img/item_line_sel.png);
}
div.wl_item td.wl_image {
	width: 240px;
	text-align: center;
}
div.wl_item td.wli_left {
	padding-right: 65px;
}
div.wl_item td.wli_right {
	padding-left: 65px;
}
div.wl_item td.wl_text {
	vertical-align: middle;
	text-align: left;
	padding: 20px 0px;
}
div.wl_item td.wl_text div.wl_title {
	font-size: 20px;
	font-family: "Myriad Pro", Tahoma, Arial, Helvetica, sans-serif;
	text-align: left;
}
div.wl_item td.wl_text div.wl_text {
	font-size: 13px;
	color: #333333;
	margin-top: 10px;
}

div.line {
	text-align: center;
}

div.hidden_content td.link {
	width: 306px;
	font-size: 18px;
	font-family: "Myriad Pro", Tahoma, Arial, Helvetica, sans-serif;
}
div.hidden_content {
	margin-bottom: 40px;
}




/* ###################################################################### */



div.works_container {
	width: 230px;
	padding: 20px 0px 0px 70px;
	font-size: 14px;
	font-family: "Myriad Pro", Tahoma, Arial, Helvetica, sans-serif;
	position: absolute;
	left: 0;
}
div.works_container div.work {
	width: 230px;
	height: 230px;
	text-align: center;
	margin-top: 20px;
}
div.works_container div.work a {
	color: black;
	text-decoration: none;
}

div.works_descr {
	margin-top: 150px;
	margin-left: 380px;
}
div.works_descr table td {	
	vertical-align: bottom;
}
div.works_descr table td.wd_and {
	padding-bottom: 9px;
	width: 115px;
}
div.works_descr table td.wd_compl_works {
	padding-bottom: 49px;
	padding-left: 15px;
}
div.portfolio_link {
	padding-top: 15px;
	padding-left: 310px;
	padding-bottom: 15px;
}




div.twitt {
	position: absolute;
}
div.twitt a {
	display: block;
	width: 78px;
	height: 53px;
	position: relative;
	left: 70px;
	top: 40px;
}

a.blog_link {
	display: block;
	position: absolute;
	height: 159px;
	width: 154px;
	background-image: url(/img/blog.gif);
	top: 122px;
	right: 10%;
}