html, body {
	padding: 0;
	margin: 0;
}

body {
	font: normal 12px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #373636;
	background: #E9ECF2;
	text-align: center;
	line-height: 1.2;
	padding-bottom: 20px;
}

.verdana {
	font-family: Verdana;
}

.tahoma {
	font-family: Tahoma;
}

img {
	border: 0;
	outline: 0;
}

div, table, form, p, h1, h2, h3, h4, h5, h6, td {
	margin:0;
	padding:0;
}

a {
	text-decoration: none;
	outline: 0;
	color: #364F9A;
}

a:hover {
	text-decoration: underline;
}

div.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0;
}

div.none {
	display: none;
}

div.block {
	display: block;
}

span.error {
	color: red
}

span.blue {
	color: #3366CC;;
}

div.heading {
	font-family: Verdana;
	font-size: 12px;
	text-transform: uppercase;
	background: url('/img/icon_heading.gif') no-repeat 0px 3px;
	padding: 0 0 0 18px;
	color: #CC3333;
	font-weight: bold;
}

a.arrow {
	background: url('/img/icon_arrow.gif') no-repeat 100% 5px;
	padding: 0 12px 0 0;
	font-size: 10px;
}

.box_title {
	padding: 0 0 1px 25px;
	background: url('/img/icon_heading.gif') no-repeat 2px 1px;
	color: #323435;
	font-size: 16px;
	line-height: 16px;
}

.box_title h1 {
	font-size: 16px;
	font-weight: normal;
	line-height: 16px;
	color: #323435;
}

.box_body {
	padding: 15px 0 30px 25px;
}

span.starrequired {
	color: #CC0000;
}

input.button_feedback {
	width: 84px;
	height: 17px;
	background: url('/img/button_feedback.gif') no-repeat 0 0;
	border: none;
	cursor: pointer;
	line-height: 17px;
}

font.notetext {
	color: #6C6E71;
}

.graybox {
	width: 532px;
	overflow: hidden;
	background: #F3F3F3;
}

.graybox .top {
	width: 532px;
	overflow: hidden;
	background: url('/img/form_top_bg.gif') no-repeat left top;
}

.graybox .bot {
	width: 492px;
	overflow: hidden;
	background: url('/img/form_bot_bg.gif') no-repeat left bottom;
	padding: 20px;
}

.graybox_wide {
	width: 575px;
	overflow: hidden;
	background: #F3F3F3;
}

.graybox_wide .top {
	width: 575px;
	overflow: hidden;
	background: url('/img/graybox_wide_top_bg.gif') no-repeat left top;
}

.graybox_wide .bot {
	width: 535px;
	overflow: hidden;
	background: url('/img/graybox_wide_bot_bg.gif') no-repeat left bottom;
	padding: 20px;
}

.button_green_right {
	background: url('/img/button_green_right.gif') no-repeat right top;
	padding: 7px 10px 8px 0;
}

.button_green_right .button_green_left {
	background: url('/img/button_green_left.gif') no-repeat left top;
	padding: 7px 0 8px 10px;
}

* html .button_green_right { /*IE6*/
	padding: 0;
}

* html .button_green_right .button_green_left { /*IE6*/
	padding: 0;
}

*:first-child+html .button_green_right { /*IE7*/
	padding: 0;
}

*:first-child+html .button_green_right .button_green_left { /*IE7*/
	padding: 0;
}

.button_green_right .button_green_left input {
	border: none;
	background: none;
	color: #FFFFFF;
	font-size: 14px;
	height: 28px;
	line-height: 14px;
	font-weight: bold;
	cursor: pointer;
}

.search-page hr {
	display: block;
	width: 532px;
	height: 1px;
	overflow: hidden;
	background: none;
	border: none;
	border-bottom: 1px dotted #D5D8DD;
}

#container {
	width: 968px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
	background: url('/img/container_bg.gif') repeat-y 0 0;
}

#header {
	width: 874px;
	height: 320px;
	overflow: hidden;
	/*background: url('/img/header_bg.jpg') no-repeat 281px 70px;*/
	padding: 0 47px 0 47px;
	position: relative;
}

#header .left {
	width: 252px;
	height: 320px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 47px;
}

#header .left .logo {
	width: 81px;
	height: 126px;
	overflow: hidden;
	padding: 24px 0 0 0;
}


#header .left .menu {
	width: 175px;
	overflow: hidden;
	padding: 10px 0 0 77px;
}


#header .left .menu .item {
	width: 231px;
	height: 20px;
	padding: 0 0 0 23px;
	overflow: hidden;
	background: url('/img/icon_menu.gif') no-repeat 7px 7px;
}

#header .left .menu .item a {
	font-family: Verdana;
	font-size: 14px;
	line-height: 20px;
	color: #003399;
}

#header .left .menu .item a.selected {
	color: #333333;
}

#header .right {
	width: 640px;
	height: 320px;
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 47px;
}

#header .right .menu {
	float: right;
	font-size: 10px;
	padding: 34px 0 0 0;
	color: #CCCCCC;
	margin-right: -7px;
}

#header .right .menu a {
	color: #6C6E71;
	text-decoration: none;
}

#header .right .menu a:hover {
	text-decoration: underline;
}

#header .right .menu .bord {
	float: left;
	padding: 0 7px 0 10px;
	height: 12px;
	background: url('/img/div.gif') no-repeat 0px 3px;
	color: #6C6E71;
}

#header .right .menu .selected {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=20); /* IE 5.5+*/
	-moz-opacity: 0.2; /* Mozilla 1.6 и ниже */
	-khtml-opacity: 0.2; /* Konqueror 3.1, Safari 1.1 */
	opacity: 0.2; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9 */
}

#header .right .menu .first {
	padding: 0 7px 0 7px;
	background: none;
}

#header .right .menu .bord img {
	padding: 0 5px 0 0;
}

#header .right .site {
	float: right;
	font-size: 10px;
	padding: 35px 50px 0 0;
	color: #CCCCCC;
}

#header .right .site span.bord {
	padding: 0 7px 0 10px;
	background: url('/img/div.gif') no-repeat 0px 3px;
}

#header .right .site span.first {
	padding: 0 7px 0 7px;
	background: none;
}

#header .right #flashcontent {
	position: absolute;
	right: 0;
	top: 60px;
}

#header .right .cont {
	position: absolute;
	right: 0;
	top: 0;
}

#header .right .search {
	position: absolute;
	right: 0;
	top: 75px;
}

#header .right .search td.legend {
	color: #D5D8DD;
}

#header .right .search input.text {
	width: 152px;
	height: 14px;
	border: 1px solid #D5D8DD;
	font-size: 11px;
	color: #999999;
}

#header .right .search input.submit {
	width: 25px;
	height: 17px;
	background: url('/img/button_search.gif') no-repeat 0 0;
	border: none;
	cursor: pointer;
	line-height: 17px;
}

#main {
	width: 874px;
	padding: 20px 0 30px 0;
	margin: 0 47px 0 47px;
	overflow: hidden;
	border-bottom: 1px dotted #D5D8DD;
}

#main a {
	color: #3366CC;
}

#widecontent {
	width: 874px;
	overflow: hidden;
}

#widecontent .widetopinc {
	width: 874px;
	overflow: hidden;
	padding: 15px 0 25px 0;
}

#widecontent .widetopinc .item {
	width: 291px;
	overflow: hidden;
	float: left;
}

#widecontent .widepage {
	width: 874px;
	overflow: hidden;
	/*padding: 0 0 25px 0;*/
}

#widecontent .widebotinc {
	width: 874px;
	overflow: hidden;
}

#widecontent .widebotinc .left {
	width: 271px;
	overflow: hidden;
	float: left;
	padding: 0 20px 0 0;
}

#widecontent .widebotinc .right {
	width: 582px;
	overflow: hidden;
	float: left;
}

#widecontent .widebotinc .right .subleft {
	width: 271px;
	overflow: hidden;
	float: left;
	padding: 0 20px 0 0;
}

#widecontent .widebotinc .right .subright {
	width: 271px;
	overflow: hidden;
	float: left;
	padding: 0 20px 0 0;
}

#widecontent .widebotinc .right .msg {
	width: 575px;
	overflow: hidden;
	clear: both;
	padding: 20px 0 0 7px;
}

#widecontent .widebotinc .right .msg .cont {
	width: 535px;
	overflow: hidden;
	background: url('/img/form_title_bg.gif') no-repeat 305px 4px;
}

#widecontent .widebotinc .right .msg .list {
	width: 365px;
	overflow: hidden;
	float: left;
	padding: 0px 20px 0 10px;
}

#widecontent .widebotinc .right .msg .list p.heading {
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0 0 0;
}

#widecontent .widebotinc .right .msg .list p.first {
	padding: 0;
}

#widecontent .widebotinc .right .msg .list ul {
	list-style: none;
	padding: 5px 0 0 0;
	margin: 0;
}

#widecontent .widebotinc .right .msg .list ul li {
	width: 365px;
	overflow: hidden;
}

#widecontent .widebotinc .right .msg .list ul li .icon {
	width: 17px;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	float: left;
	padding: 0 8px 0 0;
	text-align: right;
	color: #CCCCCC;
}

#widecontent .widebotinc .right .msg .list ul li .link {
	width: 340px;
	overflow: hidden;
	float: left;
	line-height: 16px;
}

#widecontent .widebotinc .right .msg .title {
	width: 140px;
	overflow: hidden;
	float: left;
	font-size: 20px;
	color: #C1C4C8;
	line-height: 1.3;
}

#widecontent .widebotinc .right .msg .go {
	width: 535px;
	overflow: hidden;
	float: left;
	text-align: right;
	margin: -22px 0 0 0;
}

#widecontent .widebotinc .right .msg .go a {
	font-size: 14px;
	color: #FF3333;
	border-bottom: 1px dotted #FF3333;
	line-height: 22px;
}

#widecontent .widebotinc .right .msg .go a:hover {
	border-bottom: none;
	text-decoration: none;
}

#widecontent .clients {

}

#widecontent .clients ul {
	list-style: none;
	padding: 15px 0 0 0;
	margin: 0;
}

#widecontent .clients ul li {
	width: 271px;
	overflow: hidden;
}

#widecontent .clients ul li .icon {
	width: 17px;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	float: left;
	padding: 0 8px 0 0;
	text-align: right;
	color: #CCCCCC;
}

#widecontent .clients ul li .link {
	width: 246px;
	overflow: hidden;
	float: left;
	border-top: 1px dotted #D5D8DD;
}

#widecontent .clients ul li .first {
	border-top: none;
}

#widecontent .clients ul li a {
	line-height: 21px;
}

#widecontent .clients ul li.selected a {
	color: #333333;
}

#content {
	width: 557px;
	overflow: hidden;
	float: left;
	font-family: Verdana;
	padding: 0 20px 0 0;
}

#content img {
	padding: 3px;
	border: 1px dotted #D5D8DD;
}

#content img.float {
	 float: left;
	 margin: 0 10px 10px 0;
}

#content img.noborder {
	padding: 0;
	border: none;
}

#content .box_body {
	color: #373636;
	line-height: 1.4;
	padding-bottom: 13px;
}

#content .box_body p {
	padding: 0 0 17px 0;
}

#content .box_body h1 {
	font-size: 16px;
	color: #333333;
	padding: 0 0 17px 0;
	font-weight: normal;
}

#content .box_body h2 {
	font-size: 15px;
	color: #333333;
	padding: 0 0 17px 0;
	font-weight: normal;
}

#content .box_body h3 {
	font-size: 13px;
	color: #333333;
	padding: 0 0 17px 0;
	font-weight: normal;
}

#content .box_body h4 {
	font-size: 12px;
	color: #333333;
	padding: 0 0 17px 0;
	font-weight: normal;
}

#content .box_body h5 {
	font-size: 11px;
	color: #333333;
	padding: 0 0 17px 0;
	font-weight: normal;
}

#content .box_body h6 {
	font-size: 10px;
	color: #333333;
	padding: 0 0 17px 0;
	font-weight: normal;
}

#content .box_body ul {
	list-style: none;
	padding: 0 0 10px 20px;
	margin: 0;
}

#content .box_body ul li {
	background: url('/img/icon_list.gif') no-repeat 0px 5px;
	padding: 0 0 7px 15px;
}

#content .box_body table.colored {
	text-align: left;
	margin: 0 0 17px 0;
	border-collapse: collapse;
	color: #6C6E71;
	font-family: Verdana;
}

#content .box_body table.colored tr.odd td {
	background: #F6F7FA;
}

#content .box_body table.colored tr.even td {
	background: #FFFFFF;
}

#content .box_body table.colored tr th {
	background: #DDE0E4;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
}

#content .box_body table.colored th, table.colored td {
	padding: 7px 10px 7px 10px;
	border: 1px solid #FFFFFF;
	vertical-align: top;
}

#content .years_filter {
	width: 532px;
	overflow: hidden;
	padding: 0 0 10px 0;
}

#content .years_filter .name {
	width: 90px;
	overflow: hidden;
	float: left;
	padding: 0 20px 0 0;
	text-align: right;
	color: #333333;
}

#content .years_filter .years {
	width: 422px;
	overflow: hidden;
	float: left;
}

#content .years_filter .years span {
	padding: 0 10px 0 0;
}

#content .productlist {
	width: 532px;
	overflow: hidden;
}

#content .productlist .item {
	width: 532px;
	overflow: hidden;
	padding: 25px 0 25px 0;
	border-top: 1px dotted #D5D8DD;
}

#content .productlist .first {
	padding: 0 0 25px 0;
	border-top: none;
}

#content .productlist .item .pic {
	float: left;
	margin: 0 10px 10px 0;
}

#content .productlist .item .name {
	padding: 0 0 20px 0;
	font-weight: bold;
}

/*
#content .newslist {
	width: 532px;
	overflow: hidden;
}

#content .newslist p.item {

}

#content .newslist p.item a {
	font-size: 13px;
}

#content .newslist p.item span.date {
	font-size: 9px;
	color: #D5D8DD;
}
*/

#content .newslist {
	width: 532px;
	overflow: hidden;
}

#content .newslist .item {
	width: 532px;
	overflow: hidden;
	padding: 10px 0 10px 0;
	border-bottom: 1px dotted #9C9FA4;
}

#content .newslist .item .img {
	width: 90px;
	overflow: hidden;
	padding: 0 20px 0 0;
	float: left;
}

#content .newslist .item .txt {
	width: 422px;
	overflow: hidden;
	float: left;
}

#content .newslist .item .txt span.date {
	font-size: 11px;
	color: #CCCCCC;
}

#content .newslist .item .txt span.link {
	font-size: 11px;
}

#content .newslist .navigation {
	width: 532px;
	overflow: hidden;
	padding: 20px 0 0 0;
}

#content .newslist .navigation .name {
	width: 90px;
	overflow: hidden;
	padding: 0 20px 0 0;
	float: left;
	text-align: right;
	color: #333333;
}

#content .newslist .navigation .pages {
	width: 422px;
	overflow: hidden;
	float: left;
}

#content .newsdetail {
	width: 532px;
	overflow: hidden;
	font-size: 13px;
	color: #333333;
}

#content .newsdetail .pic {
	float: left;
	margin: 0 10px 10px 0;
}

#content .newsdetail .arhive {
	padding-top: 15px;
}

#content .feedback {
	width: 532px;
	overflow: hidden;
}

#content .feedback table {
	width: 100%;
}

#content .feedback table tr.field td {
	padding: 3px;
}

#content .feedback table tr.group td {
	padding: 10px 0 10px 0;
}

#content .feedback table tr.group td p {
	background: #CCCCCC;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 22px;
	padding: 0 10px 0 10px;
}

#content .feedback table tr.field td.legend {
	padding-right: 10px;
	width: 50%;
	text-align: right;
	vertical-align: top;
}

#content .feedback table tr.field td.field {
	padding-right: 0;
	width: 50%;
}

#content .feedback table tr.field td.field input {
	height: 14px;
	width: 350px;
	border: 1px solid #D5D8DD;
	font-size: 11px;
}

#content .feedback table tr.field td.field textarea {
	height: 170px;
	width: 350px;
	border: 1px solid #D5D8DD;
	font-size: 11px;
}

#content .order {
	width: 532px;
	overflow: hidden;
}

#content .order select {
	font-size: 11px;
}

#content .order label {
	padding: 0 5px 0 0px;
	margin: 0;
}

#content .order table {
	width: 100%;
}

#content .order table td.legend {
	width: 50%;
}

#content .order table tr.field td {
	padding: 3px;
}

#content .order table tr.group td {
	padding: 10px 0 10px 0;
}

#content .order table tr.group td p {
	background: #CCCCCC;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 22px;
	padding: 0 10px 0 10px;
}

#content .order table tr.special td {
	color: #6C6E71;
	font-size: 15px;
	padding: 15px 10px 0 10px;
}

#content .order table tr.field td.legend {
	padding-right: 10px;
	text-align: right;
	vertical-align: top;
}

#content .order table tr.field td.field {
	padding-right: 0;
}

#content .order table tr.field td.bl {
	border-left: 1px solid #FFFFFF;
	padding-left: 15px;
}

#content .order table tr.field td.field input.field {
	height: 14px;
	width: 350px;
	border: 1px solid #D5D8DD;
	font-size: 11px;
}

#content .order table tr.field td.field input.field_small {
	height: 14px;
	width: 115px;
	border: 1px solid #D5D8DD;
	font-size: 11px;
}

#content .order table tr.field td.field textarea {
	height: 70px;
	width: 350px;
	border: 1px solid #D5D8DD;
	font-size: 11px;
}

#content .order table tr.field td.submit {
	padding-top: 25px;
}

#content .order table tr.odd td {
	background: #EEEFF1;
	height: 50px;
}

#content .order table tr.odd td.legend {
	vertical-align: middle;
}

#content .order table tr.even td {
	background: #FFFFFF;
	height: 60px;
}

#content .order table tr.even td.legend {
	vertical-align: middle;
}

#content .reference {
	width: 532px;
	overflow: hidden;
}

#content .statusview {
	width: 532px;
	overflow: hidden;
	padding: 20px 0 0 0;
}

#content .statusview td {
	padding: 0 20px 0 0;
}

#content .reference .section {
	padding: 10px 0 15px 0;
}

#content .reference .section .title {
	font-size: 14px;
	color: #6C6E71;
	padding: 0 0 12px 0;
}

#content .reference .section .text {
	font-size: 12px;
	padding: 0 0 12px 0;
}

#content .reference .section .link {
	font-size: 12px;
	padding: 0 0 15px 0;
}

#content .reference .section .img {
	width: 532px;
	overflow: hidden;
}

#content .reference .section .img ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#content .reference .section .img ul li {
	background: none;
	padding: 0 18px 0 0;
	float: left;
}

#content .referenceSection {
	width: 532px;
	overflow: hidden;
}

#content .referenceSection table {
	width: 100%;
	border: none;
}

#content .referenceSection table td {
	vertical-align: top;
	padding: 0 0 10px 0;
}

#content .referenceSection table td p.link {
	padding: 5px 0 0 0;
}

#content .referenceElement {
	width: 532px;
	overflow: hidden;
}

#content .referenceElement .img {
	float: left;
	padding: 0 10px 10px 0;
}

#content .referenceElement .txt {

}

#content .referenceElement .section {
	clear: both;
}

#content #pagetopinc {
	width: 557px;
	overflow: hidden;
}

#content #pagetopinc .currency {
	width: 557px;
	overflow: hidden;
	padding-bottom: 10px;
}

#content #pagetopinc .currency .box_body {
	padding-left: 5px;
	padding-bottom: 0px;
}

#content #pagetopinc .currency .item {
	width: 256px;
	height: 103px;
	overflow: hidden;
	float: left;
	padding: 0 0 20px 20px;
}

#content #pagetopinc .currency img {
	padding: 0;
	border: none;
}

#content #pageinc .cosortium .left {
	width: 351px;
	overflow: hidden;
	float: left;
	padding: 1px 0 0 0;
}

#content #pageinc {
	width: 557px;
	overflow: hidden;
}

#content #pageinc .cosortium2 .line {
	width: 531px;
	overflow: hidden;
	margin-top: -1px;
	padding: 0 0 0 1px;
}

* html #content #pageinc .cosortium2 .line { /*IE6*/
	padding: 0 0 0 2px;
}

#content #pageinc .cosortium2 a {
	display: block;
	float: left;
	margin-left: -1px;
	font-size: 0;
	line-height: 0;
	background: #FFFFFF;
}

#content #pageinc .cosortium .left {
	width: 351px;
	overflow: hidden;
	float: left;
	padding: 1px 0 0 0;
}

#content #pageinc .cosortium .left .line {
	width: 352px;
	overflow: hidden;
	padding: 0 0 0 1px;
	margin-top: -1px;
}

* html #content #pageinc .cosortium .left .line { /*IE6*/
	padding: 0 0 0 2px;
}

#content #pageinc .cosortium .left .line a {
	display: block;
	width: 176px;
	height: 62px;
	float: left;
	margin-left: -1px;
	font-size: 0;
	line-height: 0;
	background: #FFFFFF;
}

#content #pageinc .cosortium .right {
	width: 175px;
	height: 123px;
	overflow: hidden;
	float: left;
}

#content #pageinc .cosortium .right a {
	display: block;
	height: 123px;
	float: left;
	margin-left: -1px;
	font-size: 0;
	line-height: 0;
	background: #FFFFFF;
}

#content #pageinc .cosortium .bot {
	width: 525px;
	height: 62px;
	overflow: hidden;
	float: left;
	padding: 0 0 0 1px;
	margin-top: -1px;
}

* html #content #pageinc .cosortium .bot { /*IE6*/
	padding: 0 0 0 2px;
}

#content #pageinc .cosortium .bot a {
	display: block;
	width: 176px;
	height: 62px;
	float: left;
	margin-left: -1px;
	font-size: 0;
	line-height: 0;
	background: #FFFFFF;
}

#content #pageinc .years {
	width: 532px;
	overflow: hidden;
	padding: 0 0 0 25px;
}

#content #pageinc .years ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#content #pageinc .years ul li {
	float: left;
	padding: 0 10px 0 0;
}

#content #pageinc .licence {
	width: 532px;
	overflow: hidden;
	font-size: 12px;
	padding: 0 0 0 25px;
}

#content #pageinc .licence .line {
	width: 586px;
	overflow: hidden;
	padding: 0 0 30px 0;
}

#content #pageinc .licence .line .item {
	width: 177px;
	overflow: hidden;
	float: left;
	padding: 0 116px 0 0;
}

#content #pageinc .licence .line .item .img {
	width: 177px;
	height: 177px;
	overflow: hidden;
	text-align: right;
	position: relative;
}

#content #pageinc .licence .line .item .img a.lupa {
	display: block;
	width: 19px;
	height: 17px;
	overflow: hidden;
	background: url('/img/icon_lupa.gif') no-repeat 0 0;
	position: absolute;
	right: 13px;
	bottom: 13px;
}

#content #pageinc .licence .line .item .txt {
	text-align: right;
	padding: 12px 0 0 0;
}

#content #pageinc .leaders {
	width: 532px;
	overflow: hidden;
	padding: 0 0 0 25px;
}

#content #pageinc .leaders .item {
	width: 532px;
	overflow: hidden;
	padding: 0 0 20px 0;
}

#content #pageinc .leaders .item .img {
	width: 225px;
	overflow: hidden;
	float: left;
}

#content #pageinc .leaders .item .txt {
	width: 307px;
	overflow: hidden;
	float: left;
}

#content #pageinc .leaders .item .txt .name {
	font-size: 15px;
	color: #6C6E71;
}

#content #pageinc .leaders .item .txt .job {
	font-size: 13px;
	padding: 0 0 15px 0;
}

#content #pageinc .leaders .item .txt .education {
	font-size: 11px;
}

#content #pageinc .feedbackform {
	width: 532px;
	overflow: hidden;
	padding: 0 0 0 25px;
}

#content #pageinc .feedbackform table {
	width: 492px;
}

#content #pageinc .feedbackform table td {
	width: 50%;
	padding: 5px;
}

#content #pageinc .feedbackform table td.left {
	padding-right: 20px;
}

#content #pageinc .feedbackform table td.right {
	padding-left: 20px;
}

#content #pageinc .feedbackform table td.legend {
	color: #6C6E71;
	font-size: 12px;
}

#content #pageinc .feedbackform table td.field {

}

#content #pageinc .feedbackform table td.field input.field {
	width: 180px;
	height: 18px;
	font-size: 14px;
	color: #666666;
}

#content #pageinc .feedbackform table td.field textarea {
	width: 482px;
	height: 110px;
	font-size: 14px;
	color: #666666;
}

#content #pageinc .feedbackform table td.submit {
	padding-top: 15px;
}

#content #pageinc .feedbackform table td.title {
	background: url('/img/form_title_bg.gif') no-repeat 20px 5px;
	padding: 0 0 0 80px;
	color: #C1C4C8;
	font-size: 20px;
	vertical-align: top;
	line-height: 1.3;
}

#content #pageinc .application_corp_form {
	width: 532px;
	overflow: hidden;
	padding: 0 0 0 25px;
}

#content #pageinc .application_corp_form table {
	width: 492px;
}

#content #pageinc .application_corp_form table td {
	width: 50%;
	padding: 5px;
}

#content #pageinc .application_corp_form table td.left {
	padding-right: 20px;
}

#content #pageinc .application_corp_form table td.right {
	padding-left: 20px;
}

#content #pageinc .application_corp_form table td.legend {
	color: #6C6E71;
	font-size: 12px;
}

#content #pageinc .application_corp_form table td.field {

}

#content #pageinc .application_corp_form table td.field input.field {
	width: 180px;
	height: 18px;
	font-size: 14px;
	color: #666666;
}

#content #pageinc .application_corp_form table td.field textarea {
	width: 482px;
	height: 110px;
	font-size: 14px;
	color: #666666;
}

#content #pageinc .application_corp_form table td.submit {
	padding-top: 15px;
}

#content #pageinc .application_corp_form table td.submit span.send_msg {
	font-size: 9px;
	color: #FF3333;
	padding: 0 0 0 5px;
}

#content #pageinc .application_corp_form table td.chk {
	font-size: 9px;
	vertical-align: top;
}

#content #pageinc .application_corp_form table td.title {
	background: url('/img/form_title_bg.gif') no-repeat 20px 5px;
	padding: 0 0 0 110px;
	color: #C1C4C8;
	font-size: 20px;
	vertical-align: top;
	line-height: 1.3;
}

#sidebar {
	width: 297px;
	overflow: hidden;
	float: left;
	font-family: Verdana;
	color: #343434;
	line-height: 1.4;
        font-size: 11px;


}

#sidebar .news_list .box_body {
	padding-bottom: 2px;
}

#sidebar .news_list ul {
	list-style: none;
	padding: 0;
	margin: 0;
        font-size: 11px;
}

#sidebar .news_list ul li {
	padding: 10px 0 10px 0;
	border-top: 1px dotted #D5D8DD;
}

#sidebar .news_list ul li.first {
	padding: 0 0 10px 0;
	border-top: none;
}

#sidebar .news_list ul li span.date {
	font-size: 9px;
	color: #3366CC;
}

#sidebar .news_list .archive {
	text-align: right;
}

#sidebar .news_list .archive a {
	color: #999999;
	text-decoration: underline;
	font-family: Tahoma;
	font-size: 10px;
	background: url('/img/icon_archive.gif') no-repeat 0px 1px;
	padding-left: 15px;
}

#sidebar .news_list .archive a:hover {
	text-decoration: none;
}

#sidebar .catalog {

}

#sidebar .catalog ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#sidebar .catalog ul li {
	width: 272px;
	overflow: hidden;
	padding: 10px 0 0 0;
}

#sidebar .catalog ul li.first {
	padding: 0;
}

#sidebar .catalog ul li .img {
	width: 65px;
	float: left;
	overflow: hidden;
	padding: 10px 0 0 0;
}

#sidebar .catalog ul li .img img {
	padding: 3px;
	border: 1px dotted #D5D8DD;
}

#sidebar .catalog ul li.first .img {
	padding: 0;
}

#sidebar .catalog ul li .txt {
	width: 207px;
	float: left;
	overflow: hidden;
	border-top: 1px dotted #D5D8DD;
	padding: 10px 0 0 0;
}

#sidebar .catalog ul li.first .txt {
	padding: 0;
	border-top: none;
}

#sidebar .catalog ul li .txt span.name {
	font-weight: bold;
}

#sidebar .contacts {

}

#sidebar .contacts .item {
	padding: 10px 0 10px 0;
	border-top: 1px dotted #D5D8DD;
}

#sidebar .contacts .first {
	padding: 0 0 10px 0;
	border-top: none;
}

#sidebar .contacts .item .job {
	font-size: 12px;
	color: #6C6E71;
}

#sidebar .contacts .item .name {
	color: #FF3333;
}

#sidebar .contacts .item .phone .title {
	color: #D5D8DD;
}

#sidebar .contacts .item .fax .title {
	color: #D5D8DD;
}

#sidebar .years {
	padding: 0 0 30px 0;
}

#sidebar .years ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#sidebar .years ul li {
	width: 297px;
	overflow: hidden;
}

#sidebar .years ul li .icon {
	width: 17px;
	line-height: 22px;
	overflow: hidden;
	float: left;
	padding: 0 8px 0 0;
	text-align: right;
	color: #CCCCCC;
}

#sidebar .years ul li .link {
	width: 262px;
	line-height: 21px;
	overflow: hidden;
	float: left;
	border-top: 1px dotted #D5D8DD;
	padding: 0 10px 0 0;
}

#sidebar .years ul li .first {
	border-top: none;
}

#sidebar .years ul li a {
	line-height: 21px;
}

#sidebar .years ul li.selected a {
	color: #333333;
}

#sidebar .clients {
	padding: 0 0 30px 0;
}

#sidebar .clients ul {
	list-style: none;
	padding: 15px 0 0 0;
	margin: 0;
}

#sidebar .clients ul li {
	width: 297px;
	overflow: hidden;
}

#sidebar .clients ul li .icon {
	width: 17px;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	float: left;
	padding: 0 8px 0 0;
	text-align: right;
	color: #CCCCCC;
}

#sidebar .clients ul li .link {
	width: 272px;
	overflow: hidden;
	float: left;
	border-top: 1px dotted #D5D8DD;
}

#sidebar .clients ul li .first {
	border-top: none;
}

#sidebar .clients ul li a {
	line-height: 21px;
}

#sidebar .clients ul li.selected a {
	color: #333333;
}

#footer {
	width: 874px;
	padding: 20px 47px 40px 47px;
	overflow: hidden;
	background: url('/img/footer_bg.gif') no-repeat left bottom;
}

#footer .menu {
	width: 874px;
	overflow: hidden;
	padding: 0 0 20px 0;
}

#footer .menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#footer .menu ul li {
	float: left;
	padding: 0 20px 0 0;
}

#footer .menu ul li a {
	color: #3366CC;


}

#footer .menu ul li.selected a {
	color: #333333;
}

#footer .copyright {
	width: 602px;
	overflow: hidden;
	float: left;
	line-height: 1.5;
}

#footer .copyright span.dev {
	font-size: 10px;
	color: #C6C6C6;
}

#footer .copyright span.dev a {
	color: #C6C6C6;
	text-decoration: underline;
}

#footer .copyright span.dev a:hover {
	text-decoration: none;
}

#footer .info {
	width: 272px;
	overflow: hidden;
	float: left;
	line-height: 1.5;
	color: #C6C6C6;
}

#footer .info span.num {
	color: #6C6E71;
}

#footer .info span.num a {
	color: #6C6E71;
	text-decoration: underline;
}

#footer .info span.num a:hover {
	text-decoration: none;
}

/* alpaxo */
.sidebox {
	margin: 0 auto;
	width: 550px;
	background: url(../images/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(../images/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
}
.boxhead .lc {
	background: url(../images/sbhead-l.gif) no-repeat top left;
	margin-left: 0;
}
.boxbody {
	background: url(../images/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding-bottom:50px;
	border-top: 1px solid transparent;
}
#passport-delivery-status {
	padding: 0 20px;
}
#passport-delivery-status td {
	vertical-align: top;
}
#passport-delivery-status .button {
	text-align:center;
}
#passport-delivery-status .button input{
	color: #3366cc;
	font-weight: bold;
	background: url("../images/sbbody-l_1.gif") no-repeat scroll left bottom transparent;
	padding: 0;
}
#passport-delivery-status input.t {
	background-color: #FFF;
	border: 1px solid #d5d8dd;
	padding: 0.2em 0;
}
.text_1{font-size:12px; font-weight:bold; color:#3366cc;}

.sidebox_2 {
	margin: 0 auto;
	width: 565px;
	background: url(../images/sbbody-r_2.gif) no-repeat bottom right;
	font-size: 100%;
	clear:both;
	margin-bottom:-15px;
}
.boxhead_2 {
	background: url(../images/sbhead-r_2.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead_2 h2 {
	background: url(../images/sbhead-l_2.gif) no-repeat top left;
	margin: 0;
	padding: 15px 30px 5px;
	color: #323435;
	font-size: 16px;
	line-height: 1em;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:normal;
}
.boxbody_2 {
	background: url(../images/sbbody-l_2.gif) no-repeat bottom left;
	margin: 0;
	text-align:center;
}
.boxbody_kod_2 {
	background: url(../images/sbbody-l_2.gif) no-repeat bottom left;
	margin: 0;
	text-align:center;
	padding:0 30px 40px 30px;
}
#header .left .menu .new a {
	color:#d71341;
}
#header .left .menu .new {
	background: url('/img/icon_menu_new.gif') no-repeat 7px 7px;
height:40px;
}