html,body {
    height: 100%;
}

#lang_a { margin-left:55px;}

.height {
  position: relative;
  min-height: 100%;
}
* html .height {
  height: 100%;
}

body {
    min-height: 100%;
    height: 100%;
	background-color : #9dadb3;
	font-family: Arial;
}

.container {
	width : 900px;
	margin : auto;
	padding-top : 20px;
	padding-bottom : 20px;
}

	.header {
		height : 60px;
		margin-bottom : 20px;
	}

        .header .slogon {
            display: block;
            float : left;
            width : 263px;
            height: 12px;
            position: relative;
            left: 20px;
            top: 20px;
            background : url('../images/slogon.png') no-repeat;
		}
	
		.header .logo {
			display: block;
			float : right;
			width : 60px;
			height : 60px;
			background : url('../images/logo.png');
			outline: none;
		}

	.wrapper {
		background: #fff;
	}	
	
	.menu {
		width : 281px;
		float : left;
		padding-bottom: 138px;
		padding-top : 10px; 
		padding-left: 19px;
		font-size: 16px;
		
	}
	
		.menu ul {
			list-style : none;
		}
		
		.menu li {
			padding-top:5px;
			padding-bottom:4px;
		}
		
		.menu a{
			font-size: 15px;
			text-transform: uppercase;
			text-decoration : none;
			font-weight : bold;
			color : #8d8d8d;
		}
		
		.menu a.dark{
			color : #484747;
		}
		
			.menu a:hover, .menu a.active, .menu .submenu a:hover, .menu .submenu a.active {
				/*color : #52c7f3;*/
                color: #484747;
			}
			
			.menu .submenu {
				padding-top : 6px;
				padding-left: 10px;
				padding-bottom: 9px;
			}
			
			.menu .submenu li {
				padding-top: 1px;
				padding-bottom : 0px;
			}
			
				.menu .submenu a {
					font-size : 13px; line-height:14px;
					color : #8d8d8d;
					text-transform : none;
					font-weight : normal;
				}
	
	.content {
		width : 600px;
        min-height: 500px;
		float : left;
		font-size: 12px;
		color : #464646;
	}
	.content a{
		color:#52C7F3;
	}
	
		.content .content_header {
			clear: both;
			background : #999;
			font-size: 15px;
			color : #fff;
			text-transform : uppercase;
			font-weight: bold;
			padding: 15px 20px;
		}
			.content .text {
				padding-right: 50px;
				padding-bottom : 30px;
			}

			.content .text a {
				line-height:19px;
			}
		
			.content p {
				margin : 12px 0;
			}
		
		.content .case_examples {
			margin-top : 25px;
		}
		
			.content .case_examples .case_examples_title {
				font-weight: bold;
				margin-bottom : 12px;
				color: #464646;
			}
			
			.content .case_examples .case_examples_links {
				color : #42bfee;
                line-height: 20px;
			}

			.content .case_examples .case_examples_links a{
				color : #42bfee;
				text-decoration: none;
			}
			
			.content .case_examples .case_examples_links a:hover{
				text-decoration: underline;
			}

		.content .go_back{
			margin-top : 60px;
		}
			.content .go_back a {
				color : #42bfee;
				font-size: 11px;
				text-decoration : none;
			}
			.content .go_back a:hover{
				text-decoration : underline;
			}
		
		.content .article_image {
			float : left;
			clear : both;
		}

        .content .article_image_250 {
            height: 250px;
            float:left;
            clear:both;
        }

        .map_canvas {
            float: left;
            clear: both;
            width: 600px;
            height: 481px;
        }
		
		.content .news {
			font-size: 11px;
			padding-bottom : 30px;
		}
		
		.content .news .news_item {
			padding-top : 38px;
			float: left;
			width: 275px;
			padding-right : 25px;
		}
		
			.content .news .news_item .news_item_date {
				font-size:9px;
			    color : #52c7f3;
				margin-bottom : 10px;
                text-decoration: none;
                text-transform: uppercase;
			}
                .content .news .news_item .news_item_date:hover{}
			
			.content .news .news_pager {
				padding-top : 60px;
				font-weight : bold;
			}
			
			.content .news .news_pager a{
				color : #52c7f3;
				font-weight: normal;
				margin: 0 6px;
				text-decoration : none;
			}
			.content .news .news_pager a:hover{
				text-decoration : underline;
			}

            .news_item_short{
                text-decoration: none;
                color: #8a8a8a !important;
                display: block;
            }

            .news_item_short:hover{
                color: #464646 !important;
            }
			
	.footer {
		float : left;
		margin-top : -104px;
		font-size : 11px;
		color : #484747;
		padding-left: 20px;
		
	}
	
		.footer a{
			color : #52c7f3;
			text-decoration: none;
		}
			.footer a:hover{
				text-decoration: underline;
			}
		
		.footer .phones {
			line-height: 12px;
			margin-top: 10px;
		}
		.footer .phones a{
			font-size : 10px;
		}

.slide {
    position: absolute;
}

.synergize_icon_block {
    clear:both;
    height: 16px; bottom:0px; right:0px;
    position: fixed;
    z-index:100;
}

.synergize_icon  {
	background : url('/images/logo_synergize.png') no-repeat left top;
    display : block;
	float : right;
	height : 16px;
    outline : none;
    width : 16px;
    clear: both;
}

.post_feedback{
    width: 240px;
    margin: auto;
    padding-top: 100px;
	text-align: center;
}
    .post_feedback .feedback_caption{
        text-transform: uppercase;
        color: #484747;
        font-size: 15px;
        font-weight: bold;
    }

    .post_feedback .feedback_smalltext{
        padding: 30px 0;
		text-align : left;
        color: #464646;
        font-size: 12px;
    }

.feedback_form{
    padding-top: 50px;
    padding-left: 60px;
}
.pre_feedback_text{
    width: 540px;
    font-size: 13px;
    color: #464646;
}

.input390x30{
    background: url('../images/input390x30.png');
    border: 0;
    width: 380px;
    height: 16px;
    padding: 7px 5px;
    font-size: 14px;
    color: #484747;
    margin: 10px auto;
}
.input390x121{
    background: url('../images/input390x121.png');
    border: 0;
    width: 380px;
    height: 107px;
    padding: 7px 5px;
    font-size: 14px;
    color: #484747;
    margin: 10px auto;
}
.feedback_submit{
    color: #52C7F3;
    cursor:pointer;
    margin-left: 60px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;  
    text-decoration: underline;
}
    .feedback_submit:hover{
        text-decoration: none;    
    }

.content_header_page{
    clear: both;
    background : #999;
    color : #fff;
    width: 560px;
    padding: 15px 20px;
}
    .content_header_page .big{
        font-size: 15px;
        font-weight: bold;
        text-transform : uppercase;
    }
    .content_header_page .small{
        font-size: 13px;
    }

.copyrights{
    font-size: 11px;
    color: #fff;
    padding-left: 20px;
    padding-top: 20px;
	padding-bottom:20px;
}
    .copyrights a{
        color: #fff;
        text-decoration: underline;
    }
    .copyrights a:hover{
        text-decoration: none;
    }

.player_block{
    float: right;
}
/* general styles */
.clear {clear: both;}
.none {display: none;}
.tdu {text-decoration: underline !important;}



.otz_page { padding-right:20px;}
.otz_head { float:left; width:100%; padding-bottom:13px;}
.otz_head h1 { font-size:14px; width:270px; font-weight:bold;}
.otz_head ul {list-style:none; width:auto; padding-top:14px;}
.otz_head ul li { float:left; padding-right:8px; height:20px;}
.otz_head ul li a { display:block; background:#abd0e2 url('../images/lft_bg_b.gif') no-repeat left top; height:20px; display:block; padding-left:11px; font:9px/20px Arial; color:#fff; text-decoration:none; cursor:pointer;}
.otz_head ul li a div { float:left; width:auto; height:20px; line-height:20px; padding-right:11px; background:url('../images/rght_bg_b.gif') no-repeat right top;}
.otz_head ul li a:hover, .otz_head ul li.active a {background:#73b1cf url('../images/lft_bg_b.gif') no-repeat left bottom;}
.otz_head ul li a:hover div, .otz_head ul li.active a div {background:url('../images/rght_bg_b.gif') no-repeat right bottom;}
.otz_head p { padding-left:280px; text-align:right; float:none; width:auto; padding-top:0px; margin:0px;}
.otz_head p a { color:#34588d; font:10px Arial; text-transform:uppercase;}
.otz_page .otz_block { float:left; width:100%; padding-bottom:15px; padding-top:15px;}
.otz_page .otz_block .img { float:left; width:130px;}
.otz_page .otz_block .img img { float:left; margin-bottom:2px;}
.otz_page .otz_block .img p { float:left; padding:0px; margin:0px; color:#34588d; font-size:12px; padding-top:3px; width:100%;}
.otz_page .otz_block .img p span { font-size:9px; color:#b7b6b6; text-transform:uppercase;}
.otz_page .otz_block .info { float:right; width:450px; border-bottom:1px solid #d7d7d7;}
.otz_page .otz_block .info p { color:#464646; font-size:12px; margin:0px; padding:0px 0px 15px 0px; float:left; width:100%;}
.otz_page .last_otz_block .info { border:none;}
.otz_page .more_otz { float:left; width:100%;}
.otz_page .more_otz .info { padding-left:130px;}
.otz_page .more_otz .info a { color:#34588d; font-size:10px;}
.otz_page .otz_form { float:left; width:100%; padding-top:50px;}
.otz_page .otz_form .head { float:left; width:130px; color:#34588d; font:bold 14px Arial; text-transform:uppercase;}
.otz_page .otz_form .head .red { color:red; font-size:12px;}
.otz_page .otz_form .head a {color:#34588d; font:10px Arial; text-transform:uppercase;}
.otz_page .otz_form .info { padding-left:130px;}
.otz_page .otz_form .info div { float:left; width:100%; padding-bottom:20px;}
.otz_page .otz_form .info .inp { background:url('../images/inp_bg.gif') repeat-x left -1px; border:1px solid #e1e1e1; font:10px Arial; color:#707070; text-transform:uppercase; padding:10px; width:265px; float:left;}
.otz_page .otz_form .info textarea { background:url('../images/inp_bg.gif') repeat-x left 0px; border:1px solid #e1e1e1; font:10px Arial; color:#707070; text-transform:uppercase; padding:10px; width:420px; float:left; height:90px; overflow:auto;}
.otz_page .otz_form .info div p { float:right; font-size:10px; color:#34588d; width:50%; text-align:right; padding:0px; margin:0px; padding-right:10px;}
.otz_page .otz_form .info div p a { color:#34588d; text-transform:uppercase;}
.otz_page .otz_form .info div .subm { width:84px; height:34px; float:left; background:url('../images/otz_subm.gif') no-repeat left top; cursor:pointer; border:none; font:10px Arial; color:#49869d; text-transform:uppercase;}
@-moz-document url-prefix() {.otz_page .otz_form .info div .subm { padding-bottom:3px;}}





.thanks { display:block; width:100%; height:100%; background:url('../images/opac.png'); top:0px; left:0px; position:fixed;}
.thanks .block { width:420px; padding-right:10px; height:191px; position:absolute; top:270px; left:50%; margin-left:-225px; background:url('../images/wh.png'); padding-left:20px;}
.thanks .block .head_h5 { float:left; width:100%; padding-top:10px; height:42px;}
.thanks .block .head_h5 h5 { float:left; width:90%; padding-top:10px; font:bold 14px Arial; text-transform:uppercase; color:#34588d;}
.thanks .block .head_h5 img { float:right; cursor:pointer;}
.txt .thanks .block p { padding-top:0px; padding-bottom:19px;}
@-moz-document url-prefix() {.txt .thanks .block .subm { padding-bottom:3px;}}
.txt .thanks .block .buttons, .thanks .block .buttons { float:left; width:100%; padding-top:7px;} 
.txt .thanks .block .subm, .thanks .block .subm { width:104px; height:33px; float:left; background:url('../images/b11.gif') no-repeat left top; cursor:pointer; border:none; font:10px Arial; color:#49869d; text-transform:uppercase; margin-right:6px;}
.txt .thanks .block .subm2, .thanks .block .subm2 {background:url('../images/b22.gif') no-repeat left top; width:144px;}


.txt .thanks .block p { color:#1f1f1f; font:100 13px Arial; text-transform:none; float:left;width:100%;; color:red}


.border_block {width:358px; height:57px; border:1px solid #fff; z-index:100; position:absolute; padding:15px; margin-top:430px; margin-left:190px; float:right; color:#fff;}
.border_block p { float:left; width:100%; font:13px Arial; padding-top:15px; margin:0px;}
.border_block h3 { float:left; width:100%; font:bold 14px Arial; margin:0px; padding:0px; text-transform:uppercase;}



.news_item img { margin-top:5px;}
.news_item img { border:2px solid #fff;}
.news_item img:hover { border:2px solid #00aeef;}





.otz_page1 .otz_form .info textarea {width:265px;}
.otz_page1 .otz_form .head { float:left; width:130px; color:#797878; font:bold 10px Arial; text-transform:uppercase; padding-top:10px;}
.otz_page1 .otz_form .info div .subm { width:124px; height:34px;background:url("../images/subm_otz.gif") no-repeat left top;}
.otz_page1 .otz_form .info div p { float:left; font-size:10px; color:#79c1dc; width:130px; text-align:left; padding:0px; margin:0px; padding-right:0px; margin-left:-130px; text-transform:none; padding-top:18px;}
.otz_page1 .otz_form .info div p a { color:#79c1dc;text-transform:none; font-size:11px;}
.otz_page1 .table_otz { float:left; width:100%;}
.otz_page1 .table_otz td { padding-top:17px; padding-bottom:17px;vertical-align:middle; color:#3d3c3c; font-size:13px; border-top:1px solid #e7e7e7;}
.otz_page1 .table_otz .otz_top td {color:#797878; font:bold 10px Arial; text-transform:uppercase;}
.otz_page1 .table_otz .otz_top td.que { width:350px;}
.otz_page1 .table_otz td input { margin-left:20px;}
.banner_left { width:230px; height:150px; float:left; margin-top:25px; padding-bottom:3px;}
.banner_left img { float:left;}
.wrapper .menu .banner_left a { width:230px; height:140px; float:left; display:block; text-decoration:none; color:#484747; font:100 10px Arial; cursor:pointer;}
.wrapper .menu .banner_left div { width:220px; float:left; padding:7px 10px 0px 0px;}



.otz_page .b1 { display:block; width:150px; height:34px;background:url("../images/subm_otz1.gif") no-repeat left top; text-decoration:none;  float:right; cursor:pointer; font:10px/34px Arial; color:#49869d; text-transform:uppercase; margin-left:6px; text-align:center;}

.otz_page .b2 { display:block; width:124px; height:34px; background:url('../images/subm_otz.gif') no-repeat left top;  text-decoration:none;  float:right; cursor:pointer; font:10px/34px Arial; color:#49869d; text-transform:uppercase; margin-left:6px; text-align:center;}

.footer p, .footer div { float:left; width:100%;}
.footer p { padding-bottom:10px;}
.text ul {
margin-left:15px;
}



