@charset "utf-8";
/*********************************
tamno siv: #5c5c5c;
orange:    #ed8b34;

*********************************/

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5c5c5c;
	background:#5c5c5c url(images/bg_gradient.png) no-repeat top center;
	margin: 0;
	padding: 0;
}

#main {
	width:980px;
	height:auto;
	margin:0 auto;
	padding: 0;
}

a:link, a:active, a:visited {
	color:#ed8b34;
	text-decoration:underline;
}

a:hover {
	text-decoration:underline;
}
.left {
	float:left;
	width:auto;
}
/* ********************************************** HEADER BEGIN *************************************** */
div.head {
	width:100%;
	height: 83px;
	margin-bottom: 10px;
	background: url(images/head.png) repeat-x bottom;
}

div#header {
	height: 240px;
	width:980px;
	float: none;
}

div.header_top {
	height:83px;
	width: 980px;
	margin: auto;
}

div.slogan {
	width:535px;
	height:15px;
	float:right;
	margin-top:15px;
	color:#fff;
	font-weight:lighter;
}
	
div.line_left {
	height:43px;
	width:219px;
	margin-top:40px;
	float:left;
	background:#FF9933 url(images/top_line_bg.png) no-repeat bottom;
	line-height:35px;
	text-align:center;
	
}

div.mail a:link, div.mail a:visited, div.mail a:active {
	color:#565655;
	font-size:10px;
}

div.mail a:hover {
	color:#FFF;
}

div.logo_agds {
	height:78px;
	width:213px;
	float:left;
	margin-top:5px;
}

div.logo_agds img {
	border:0;
}

div.line_right {
	height:43px;
	width:545px;
	margin-top:10px;
	float:left;
	background:#FF9900 url(images/top_line_right_bg.png) no-repeat;
}

div.lang {
	float:left;
	width:80px;
	height:43px;
	line-height:35px;
	text-align:center;
	line-height:35px;
	font-size:10px;
}

div.lang a:link,div.lang a:visited {
	color:#565655;
}

div.lang a:active {
	color:#FFF;
}

div.lang a:hover {
	color:#FFF;
}
	
div.login {
	width:450px;
	height:43px;
	line-height:35px;
	text-align:center;
	color:#FFF;
	font-size: 9px;
	float: right;
}
	
form#login {
	margin:0;
	padding:0;
}

input.type_field {
	width:110px;
	height:14px;
	color:#5c5c5c;
	font-size:9px;
}

input.submit {
	width:83px;
	height:16px;
	line-height:15px;
	color: #fff;
	background:url(images/submit_button_normal.png) no-repeat center;
	border:0;
	cursor:pointer;
	margin-left:20px;
	font-size: 9px;
}

input.submit:hover {
	background: url(images/submit_button_hover.png) no-repeat center top;
	color: #fff;
	
}
	
	
div.conteiner {
	width:883px;
	height:229px;
	float:right;
}
div.info {
	width:636px;
	height:229px;
	float:left;
	background: #fff url(images/info.png) no-repeat;
	margin-left:0;
}

a.org:link, a.org:visted, a.org:active {
	color: #ed8b34;
}

span.h1 {
	color:#FFF;
	font-size:15px;
	font-weight:900;
	display: block;
	width: 500px;
	height: 30px;
	margin-top: 35px;
	float: left;
	margin-left: 30px;
}
	
span.h2 {
	color:#FFF;
	font-size:15px;
	font-weight:900;
	display: block;
	width: 500px;
	height: 30px;
	margin-top: 28px;
	float: left;
	margin-left: 30px;
}
span.h3 {
	font-size:10px;
	color:#5c5c5c;
	line-height:15px;
	font-variant:normal;
	line-height:15px;
	display: block;
	width: 500px;
	height: 100px;
	float: left;
	margin-left: 42px;
}
span.h3 ul {
	font-size:11px;
	color:#5c5c5c;
	font-variant:normal;
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight:200;
}
span.h3 ul li {
	float: left;
	width: 100%;
	height: 23px;
	margin-top: 4px;
	margin-left: 20px;
}
div.menu {
	width:224px;
	height:229px;
	float:right;
	background: #ed8b34 url(images/main_menu_bg.png) no-repeat;
	margin-right:3px;
}

a.menu_main:link, a.menu_main:visited {
	display:block;
	background:url(images/main_menu_line.png) no-repeat bottom;
	float:left;
	width:224px;
	height:32px;
	color:#fff;
	text-align:center;
	line-height:32px;
	text-decoration:none;
	
}
a.menu_main:active {
	font-weight:bold;
}

a.menu_main:hover {
	display:block;
	width:224px;
	height:32px;
	background:url(images/menu_bg_hover.png) no-repeat;
	text-decoration:none;

}

span.small {
	font-size:8px;
	text-align:center;
}
/* ********************************************** HEADER END *************************************** */

/* ********************************************** CONTENT BEGIN *************************************** */

div.index {
	width:762px;
	float: none;
	margin: 0  auto 0 auto;
	height: auto;
}

div.index_2 {
	width:762px;
	float: left;
	background: #fff;
	height:auto;
	padding-bottom: 30px;
	margin-top: 30px;
}

div.marker {
	position:relative;
	top:-15px;
	left:-11px;
	background:#e4e4e4 url(images/marker.png) no-repeat;
	width:160px;
	height:47px;
	padding-left: 75px;
	line-height: 30px;
	font-size:14px;
	font-weight:500;
}
div.top {
	height:1200px;
}
div.bottom {
	height:auto;
	margin-bottom:15px;
}

div.cub {
	width:225px;
	height:50px;
	margin-bottom: 10px;
}

div.text_field {
	width:180px;
	height:202px;
	padding-left:42px;
}
span.orange {
	color:#f78f1e;
	font-weight:bold;
}

div.menu_gray {
	width:225px;
	height:auto;
	background: #e4e4e4 url(images/mborder_t.jpg) no-repeat top;
	padding-top: 1px;
	line-height:34px;
	margin-left:1px;
	
}
div.menu_gray div.link {
	width:225px;
	height:36px;
	background: #e4e4e4 url(images/mborder_b.jpg) no-repeat bottom;
	text-align:center;
	line-height: 34px;
}
a.gray:link, a.gray:active, a.gray:visited {
	color:#5c5c5c;
	width:225px;
	height:36px;
	display:block;
	float:right;
	text-align:center;
	text-decoration:none;

}

a.gray:hover {
	color:#ed8b34;
	background:#c6c6c6 url(images/gray_menu_hover.png) no-repeat center;
}
div.sites {
	width:183px;
	height:200px;
	background:#e4e4e4;
	float: right;
}

div.logo {
	width:225px;
	height:150px;
	margin:auto 0;
}
div.shema_iframe {
	width:290px;
	float:left;
	margin-bottom: 140px;
}
div.shema_xml {
	width:290px;
	float:left;
}

div.heading {
	width:450px;
	height:auto;
	float:right;
	color:#5c5c5c;
	font-size:13px;
	font-weight:bold;
	margin-bottom: 10px;
}

div.text {
	width:auto;
	height:auto;
	line-height:19px;
}

div.r_gray {
	width:450px;
	float:right;
	height:auto;
}
div.baner1 {
	background:#e4e4e4;
	width:175px;
	height:auto;
	float: left;
	padding: 10px;
	line-height: 20px;
	font-size:10px;
}

div.baner_text {
	width:220px;
	height:auto;
	float:right;
	padding-right:15px;
}

div.hr {
	float: left;
	width: 410px;
}

div.predstaviane {
	width:390px;
	background:#e4e4e4;
	border:#5c5c5c;
	border:dashed;
	border-width:thin;
	float: left;
	line-height: 20px;
	padding: 15px;
	margin-bottom: 10px;
}


div.baners {
	width:390px;
	height:auto;
}

div.baners_sq {
	width:180px;
	height:auto;
	margin-top:5px;
	float: left;
	margin-right: 15px;
}

div.soft_pic {
	background:#FFF;
	height:auto;
	width:174px;
	float:left;
}

div.contact_form {
	background:#e4e4e4;
	width:380px;
	height:400px;
	padding-left:15px;
	float:left;
	line-height:22px;
}

input.contact_form {
	float:right;
}

form#contact_form {

}

input.info {
	font-size:12px;
	display:block;
	clear:right;
	
}
input.bn_contact_form {
	background:#CC6600 url(images/send_bn_bg.png) no-repeat;
	width:118px;
	height:21px;
	color:#FFF;
	border: 0;
	margin: 0;
	margin-top: 5px;	
}

input.bn_contact_form:hover {
	background:#FF6600 url(images/send_bn_bg_hover.png) no-repeat;
	cursor:pointer;
}

/* ********************************************** CONTENT END *************************************** */

/* ********************************************** FOOTER BEGIN *************************************** */

div#footer {
	height: 200px;
	width:980px;
	float: left;
}

div.bottom_menu {
	height:44px;
	width:980px;
	float:left;
}
div.valid {
	background:#ed8b34 url(images/valid.jpg) no-repeat;
	width:110px;
	float:left;
	height: 50px;
	position: relative;
	top: -5px;
}

div.html {
	width:107px;
	height:44px;
	background:url(images/html.jpg) no-repeat;
	float:left;
	border-top: 1px solid #ddd;
}

div.css {
	width:113px;
	height:44px;
	background:url(images/css.jpg) no-repeat;
	float:left;
	border-top: 1px solid #ddd;
}

div.f_menu {
	background:url(images/orange_b.jpg) repeat-x;
	height:44px;
	float:left;
	width:542px;
	border-top: 1px solid #ddd;
}

div.kalbo {
	background: url(images/kalbo.jpg) no-repeat;
	width: 51px;
	height: 50px;
	position: relative;
	top: -25px;
	float: right;
	margin-right: 20px;
}

div.white_links {
	float:left;
	height: 39px;
	line-height: 39px;
	font-size:9px;
	width: 400px;
}

a.white:link, a.white:visited, a.white:active {
	color:#fff;
	float: left;
	margin-left: 10px;
}

a.white:hover {
	color:#fff;
	text-decoration:underline;
}

div.partners {
	width: 870px;
	float: left;
	margin-top: 10px;
	margin-left:110px;
	text-align: left;
	font-size:10px;
}
a.par:link, a.par:visited, a.par:active {
	color:#FFF;
	text-decoration:none;
}
a.par:hover {
	text-decoration:underline;
	}

span.part {
	color:#FFF;
	font-size: 10px; 
	font-weight: bold; 
	line-height: 20px;
}
	

div.bm {
	width:980px;
	color:#fff;
	text-align:center;
	height:20px;
	line-height:20px;
	width: 980px;
	float: left;
	margin-top:10px;
}

/* ********************************************** FOOTER END *************************************** */
