
* {font-size: 100.01%;}
html {height: 100%;}

body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-size: 0.8em;
	font-family: "MyriadPro Regular", Arial, serif;
	color: #e0e0e0;
	background: #131418 url('/res/img/bg.jpg') 50% 0 no-repeat;
}

p {
	margin: 0px;
	padding: 0px 0px 10px;
}

a {
	color: #ffce00;
}

a:hover {
	color: white;
}

h1 {
	margin: 0px 0px 15px;
	padding: 0px;
	font-size: 2em;
	font-weight: normal;
}

h2 {
	margin: 10px 0px;
	padding: 0px;
	font-size: 1.7em;
	font-weight: normal;
}

h3 {
	margin: 10px 0px;
	padding: 0px;
	font-size: 1.4em;
	font-weight: normal;
}

h4 {
	margin: 10px 0px;
	padding: 0px;
	font-size: 1.2em;
	font-weight: normal;
}

td {
	vertical-align: top;
}

/* standart html elements */

/* Layout */
body * {
	overflow: visible;
}

div#layout {
	margin: 0px auto;
	padding: 0px;
	min-height: 100%;
	position: relative;
	width: 1000px;
}

* html div#layout {
	height: 100%;
}

div#header {
	margin: 0px 46px 0px 47px;
	height: 100px;
}

div#header_left_corner {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 86px;
	width: 40px;
	background: url('/res/img/header-left-corner.png') 0 0 no-repeat;
}

* html div#header_left_corner {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/res/img/header-left-corner.png',sizingMethod='scale');
}

div#header_right_corner {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 86px;
	width: 40px;
	background: url('/res/img/header-right-corner.png') 0 0 no-repeat;
}

* html div#header_right_corner {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/res/img/header-right-corner.png',sizingMethod='scale');
}

div#header_content {
	background: url('/res/img/header-bg.png') 0 0 repeat-x;
	height: 86px;
	width: 827px;
	float: left;
}

* html div#header_content {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/res/img/header-bg.png',sizingMethod='scale');
}

div#logo {
	padding: 20px 0px 0px;
	margin: 0px;
	position: relative;
	left: -10px;
	float: left;
}

div#logo img {
	margin: 0px;
	background: url('/res/img/logo.png') 0 0 no-repeat;
}

* html div#logo img {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/res/img/logo.png',sizingMethod='crop');
}

div#navigation {
	float: left;
	margin-right: -10px;
	padding: 32px 0px 0px 37px;
	position: relative;
	z-index: 3;
}

div#navigation ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
	width: 600px;
}

div#navigation ul li {
	margin: 0px;
	padding: 4px 14px;
	float: left;
	font-size: 14px;
}

div#navigation ul li.curr_branch_elem {
	margin: -1px 3px 0px 0px;
	padding: 0px;
	float: left;
	font-size: 14px;
}

div.nav_reduser {
	padding: 0px 5px 0px;
	margin: 0px;
}

div.nav_reduser,
div.nav_reduser a {
	color: #000000;
}

div#content {
	margin: 10px 50px 0px;
	padding-bottom: 120px;
}

/* table main_content */
div#flash_header {
	margin: 0px auto 0px;
	padding: 0px;
	width: 909px;
	min-height: 60px;
}

* html div#flash_header {
	height: 60px;
}

#mymovie {
	margin-top: -110px;
}

table#main_content {
	margin: -60px 0px 0px;
	border-collapse: collapse;
	width: 100%;
}

table#main_content td {
	width: 50%;
	vertical-align: top;
}

td#right_block {
	padding: 0px 0px 0px 17px;
}

td#left_block {
	padding: 0px 17px 0px 0px;
}

div#exterior,
div#interior {
	margin: 0px;
	padding: 0px 0px 20px;
}

p.signature {
	margin: 10px 0px 0px;
	padding: 0px;
	font-size: 0.85em;
}

p.project {
	font-size: 1.2em;
}

p.project a {
	color: #e0e0e0;
}

div.news {
	margin: 0px 0px 15px;
}

p.date {
	color: #696969;
	font-size: 0.85em;
	padding: 0px;
}

a.archive {
	color: #696969;
	font-size: 0.85em;
}

table#main_content td table{
	margin: 0px;
	border-collapse: collapse;
	width: auto;
	position: relative;
	z-index: 1;
}

table#main_content td table td{
	padding: 0px 7px 7px 0px;
	width: auto;
}

div#zoom_block {
	float: left;
	position: absolute;
	margin: 0px;
	padding: 0px;
	background: url('/res/img/d-t.gif') 0 0 repeat;
	z-index: 10000;
}

div#zoom_block_center {
	margin: 0px auto;
	padding: 0px;
	width: 30px;
	height: 14px;
	background: url('/res/img/zoom_center.png') 0 0 no-repeat;
	position: relative;
	top: 11px;
	left: 10px;
	z-index: 3;
}

* html div#zoom_block_center {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/res/img/zoom_center.png',sizingMethod='crop');
}

div#zoom_txt {
	margin: 5px 0px 0px;
	padding: 0px;
	color: #464646;
	font-size: 0.85em;
}
/* table main_content */
table.right_bottom_indent {
	border-collapse: collapse;
	margin: 0px;
}

table.right_bottom_indent td {
	padding: 1px;
	vertical-align: top;
	width: 176px;
}

div#pages {
	margin: 20px 0px 0px;
	padding: 0px;
}

div#pages span {
	float: left;
	color: #898a8c;
}

div#pages ul {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
}

div#pages ul li {
	margin: 0px 10px;
	padding: 0px;
	float: left;
}

div#pages ul li.curr_page {
	margin: -5px 10px 0px;
	font-size: 1.2em;
	font-weight: bold;
}

div#pages ul li.all_pages {
	margin-left: 40px;
}

p.branch_notice {
	color: #e0e0e0;
	font-size: 1.2em;
}

div.image_with_sign {
	margin: 30px 0px 15px;
	padding: 0px;
}

div.image {
	margin: 0px;
	padding: 10px;
	background: white;
	float: left;
}

div.signature {
	margin: 0px;
	padding: 10px 0px 0px 10px;
	color: #777779;
	font-size: 0.85em;
	float: left;
	width: 225px;
}

div.border_block {
	margin: 0px;
	padding: 3px;
	background: white;
}

div#animation_player {
	width: 800px;
	margin: 0 auto 12px;
	padding: 0px;
}

div.tape {
	margin: 40px 0px 20px;
	padding: 0px;
	height: 81px;
	position: relative;
}

div.left_switcher {
	margin: 0px;
	padding: 0px;
	width: 15px;
	height: 81px;
	float: left;
}

div.right_switcher {
	margin: 0px;
	padding: 0px;
	width: 14px;
	height: 81px;
	float: left;
}

div.left_switcher img,
div.right_switcher img {
	margin: 36px 0px 0px;
	cursor: hand;
	cursor: pointer;
}

div.left_switcher img {
	background: url('/res/img/left_switcher.png') 0 0 no-repeat;
}

div.right_switcher img {
	background: url('/res/img/right_switcher.png') 0 0 no-repeat;
	float: right;
}

* html div.left_switcher img {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/res/img/left_switcher.png',sizingMethod='crop');
}

* html div.right_switcher img {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/res/img/right_switcher.png',sizingMethod='crop');
}

div.conveyor {
	margin: 0px;
	padding: 0px;
	width: 871px;
	height: 81px;
	float: left;
	position: relative;
	overflow: hidden;
}

div.images_line {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 81px;
	width: 10000px;
}

div.images_line img {
	margin: 0px 1px 0px 0px;
	float: left;
	cursor: hand;
	cursor: pointer;
}

div.images_line img.img_1 {
	background: url('/res/img/video/img_1.png') 0 0 no-repeat;
}

* html div.images_line img.img_1 {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/res/img/video/img_1.png',sizingMethod='crop');
}

div.images_line img.img_2 {
	background: url('/res/img/video/img_2.png') 0 0 no-repeat;
}

* html div.images_line img.img_2 {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/res/img/video/img_2.png',sizingMethod='crop');
}

div.images_line img.img_3 {
	background: url('/res/img/video/img_3.png') 0 0 no-repeat;
}

* html div.images_line img.img_3 {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/res/img/video/img_3.png',sizingMethod='crop');
}

.contact_name_fld {
	width: 200px;
}

.contact_email_fld {
	width: 250px;
}

.contact_table {
	margin: 0px;
}

.contact_table td {
	padding: 3px 5px 3px 0px;
}

div#footer {
	height: 100px;
	position: absolute;
	left: 50px;
	bottom: 0px;
	width: 900px;
}

div#info {
	width: 70%;
	margin: 0px;
	padding: 0px 0px 0px 58px;
	background: url('/res/img/footer-logo.png') 0 0 no-repeat;
	float: left;
	min-height: 51px;
}

* html div#info {
	height: 51px;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/res/img/footer-logo.png',sizingMethod='crop');
}

div#info p {
	padding: 0px;
	color: white;
}

p#phone {
	font-size: 1.4em;
}

p#address {
	font-size:0.85em;
}

p#footer_additional {
	font-size:0.85em;
}

div#copyright {
	float: right;
	color: #898a8c;
	padding-top: 38px;
	font-size:0.85em;
}

/* basic elems */
div.clear {
	margin: 0px;
	padding: 0px;
	height: 1px;
	overflow: hidden;
	clear: both;
}

.no_indent {
	margin: 0px;
	padding: 0px;
}

.no_top_indent {
	margin-top: 0px;
	padding-top: 0px;
}
.no_bottom_indent {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.hidden {
	display: none;
}

.gray {
	color: #b3b3b3;
}

.error {
	color: #f00;
}