html{
	background: #f7f7f7;
	margin: 0; padding: 0;
}
body{
	margin: 0; padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #202020;
}
a{
	color: #395979;
	outline: none;
}
a:hover{
	text-decoration: none;
}
h1, h2{
	font-family: Arial Narrow, Arial, sans-serif;
	font-weight: normal;
}
img{
	border: none;
}
.outer{
	text-align: center;
}
.container{
	margin: auto;
	width: 980px;
	text-align: left;
	background: url('../images/logo.png') 21px 31px no-repeat;
}
#header{
	_height: 1%;
	overflow: hidden;
	height: 442px;
}
#header_left{
	float: left;
	width: 398px;
}
#header_right{
	float: right;
	width: 455px;
}
#header_left a#textlogo{
	display: block;
	width: 191px;
	height: 54px;
	background: url('../images/textlogo.png') top center no-repeat;
	margin: 19px 0 0 65px;
}
#header_left #announce{
	height: 142px;
	background: url('../images/announce.png') top center no-repeat;
	margin: 166px 0 0 1px;
	color: #fff;
}
#announce h2{
	font-size: 29px;
	height: 29px;
	line-height: 29px;
	font-weight: normal;
	padding: 18px 0 5px 60px;
	_padding: 18px 0 0px 60px;
	margin: 0;
}
#announce p{
	width: 300px;
	margin: 11px 0 0 66px;
}
#header_right #topmenu{
	height: 30px;
	margin: 39px 0 0 0;
}
#topmenu a.topa{
	display: block;
	height: 30px;
	color: #091038;
	font-family: Arial Narrow, Arial, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0;
	font-size: 13px;
}
#topmenu a:hover, #topmenu a.section{
	color: #fff;
	background: url('../images/topmenuleft.jpg') top left no-repeat;	
}
#topmenu a span{
	display: block;
	height: 24px;
	margin: 0 0 0 9px;
	padding: 6px 14px 0 4px;
}
#topmenu a:hover span, #topmenu a.section span{
	background: url('../images/topmenusuko.jpg') top center repeat-x;
}
#topmenu #menuel2{
	margin-left: 3px;
}
#topmenu #menuel3{
	margin-left: 1px;
}
#topmenu #menuel4{
	margin-left: 2px;
}
#topmenu #menuel5{
	margin-left: 5px;
}
#topmenu .topa{
	_width: 1%;
}
#topmenu .menuel{
	float: left;
}
#topmenu .menuel .top_secondary{
	position: absolute;
	display: none;
	z-index: 100;
}
.top_secondary ul{
	list-style: none;
	margin: 0 0 0 9px;
	padding: 0 0 4px 0;
	background: #ff0f0f;
}
.top_secondary ul li{
	background: #407ba2 url('../images/suko.png') bottom center repeat-x;
	margin: 0;
	/*padding: 0 0 2px 20px;*/
	padding: 7px 10px 8px 20px;
	width: 185px;
	/*height: 31px;*/
	/*line-height: 31px;*/
}
#topmenu .menuel .top_secondary ul li a{
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: none;
	background: none;
	line-height: 16px;
	margin: 0; padding: 0;
}
#topmenu .menuel .top_secondary ul li a:hover{
	text-decoration: none;
}
.top_secondary ul li.toplilast{
	background: none;
	background: #407ba2;
}
#header_right #action{
	float: right;
	display: inline;
	width: 324px;
	margin: 30px 10px 0 0;
	_margin-top: 29px;
}
#action #action_image{
	float: left;
	height: 56px;
	width: 33px;
	background: url('../images/action.png') top left no-repeat;
}
#action a{
	color: #fff;
	display: block;
	float: left;
	width: 291px;
	/*margin: 14px 0 0 33px;*/
	margin: 14px 0 0 0;
}
/* MAIN PART */
#main{
	width: 958px;
	float: right;
}
#main #leftcolumn{
	float: left;
	display: inline;
	width: 260px;
	margin: 5px 0 0 0;
}
#leftcolumn h2.lefthead{
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	background: #235c81;
	width: 134px;
	height: 28px;
	padding: 3px 0 0 40px;
	margin: 22px 0 0 0;
}
#leftcolumn ul{
	list-style: none;
	margin: 0 0 4px 0;
	padding: 19px 0 4px 4px;
	background: url('../images/left_grad.png') top center no-repeat;
}
#leftcolumn ul#secondary_ul{
	padding: 0;
	background: none;
}
#leftcolumn ul li{
	padding: 0 0 0 40px;
	margin: 0 0 6px 0;
}
#leftcolumn ul li.li_section{
	background: url('../images/dot.png') 20px 6px no-repeat;
}
#leftcolumn ul li a{
	color: #073058;
	font-size: 13px;
}
#leftcolumn ul li a:hover{
	color: #ff0f0f;
}
#leftcolumn .objects{
	background: url('../images/left_grad.png') top center no-repeat;
	min-height: 192px;
	_height: 1%;
	overflow: hidden;
}
#leftcolumn .object{
	margin: 29px 0 0 29px;
}
#leftcolumn .object .image{
	width: 222px;
	height: 155px;
	background: url('../images/image_back.png') top center no-repeat;
}
#leftcolumn .object .image img{
	margin: 10px 0 0 10px;
}
#leftcolumn .object p{
	font-size: 11px;
	color: #818181;
	width: 180px;
	margin: 5px 0 0 10px;
}
#leftcolumn .object p a{
	font-size: 11px;
	text-decoration: none;
	color: #818181;
}
#leftcolumn .object p a:hover{
	text-decoration: underline;
}
#main #rightcolumn{
	float: left;
	display: inline;
	width: 665px;
	margin: 0 0 0 32px;
}
#rightcolumn h1#title{
	color: #235c81;
	font-size: 25px;
	line-height: 30px;
	text-transform: uppercase;
	margin: 29px 0 18px 0;
}
#rightcolumn h2{
	color: #235c81;
	font-size: 18px;
}
#rightcolumn #main_announce{
	background: url('../images/main_suko.jpg') bottom repeat-x;
	padding: 0 0 27px 0;
	_height: 1%;
	overflow: hidden;
}
#main_announce #announce_text{
	float: left;
	width: 520px;
}
#main_announce #license{
	width: 127px;
	height: 174px;
	background: #fff;
	float: left;
	display: inline;
	margin: 24px 0 0 18px;
}
#license img{
	margin: 4px 0 0 5px;
}
#rightcolumn .products{
	_height: 1%;
	overflow: hidden;
	margin: 20px 0 0 0;
}
.products .product_item{
	float: left;
	display: inline;
	width: 321px;
	margin: 0 10px 0 0;
	_height: 1%;
	overflow: hidden;
}
.product_item h2.product_title{
	margin-top: 15px;
}
h2.product_title > a{
	line-height: 25px;
}
.product_title a{
	color: #395979;
	/*text-decoration: none;*/
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
.product_title a:hover{

}
.product_item .product_image, .product_image{
	width: 129px;
	height: 117px;
	background: url('../images/product_back.png') top center no-repeat;
	float: left;
	display: inline;
	margin: 0 15px 0 0;
}
.product_image img{
	margin: 11px 0 0 9px;
}
.product_item .product_text{
	float: left;
	/*height: 117px;*/
	width: 177px;
}
.product_text p{
	margin: 3px 0 0 0;
}
.product_text p a{
	/*text-decoration: none;
	color: #202020;*/
}
.product_text p a:hover{
	text-decoration: none;
}
.product_divider{
	height: 2px;
	clear: both;
	width: 100%;
	background: url('../images/main_suko.jpg') bottom repeat-x;
	padding: 9px 0 9px 0;
}
.paginator{
	margin: 15px 0 0 0;
}
.path{
	margin: 0 0 20px 0;
}
/* FOOTER */
#footer_container{
	_height: 1%;
	overflow: hidden;
	clear: both;
}
#footer{
	width: 665px;
	float: right;
	display: inline;
/*	margin: 42px 0 70px 0;*/
	margin: 20px 0 70px 0;
	background: url('../images/footer_suko.jpg') top repeat-x;
	padding: 2px 0 0 0;
	_height: 1%;
	overflow: hidden;
	color: #858383;
	font-size: 11px;
}
#footer #contacts{
	background: url('../images/footer_suko_2.jpg') top repeat-x;
	float: left;
}
#footer #copyrights{
	float: right;
	text-align: right;
}
#contacts p{
	margin: 24px 0 0 0;
}
#copyrights p{
	margin: 20px 0 0 0;
}
#footer a{
	text-decoration: none;
	color: #858383;
}
#footer a:hover{
	text-decoration: underline;
}
/*FORM*/
.readtext form {
	padding:15px ;
	margin-top: 20px;
	_height: 1%;
	overflow: hidden;
}
.readtext form fieldset {
		border:0;
		padding:0px;
}
.readtext .message {
		color: #fff;
		background: #235c81;
		padding:5px;
		margin:5px 25px 0 7px;
}
.readtext span.middleColumn {
		float:right;
		width:330px;
}
.readtext form .field {
		padding:5px;
		overflow:hidden;
		_height:1%;				
}			
				
.readtext form div {
		margin-top:10px;
}
.readtext form label {
		font-size:1.1em;
		color: #242424;
}
.readtext form label.left {
		float:left;
		width:250px;
}
.readtext form label.right {
		float:right;
		width:330px;
		background: none;
}			
.readtext form p input {
		float:left;			
}
.readtext form label.FormHeading {
		font-size:1.3em;
		color: #242424;
		font-weight:bold;
}
.readtext form input.text,
.readtext form textarea,
.readtext form select {
		width:95%;
		color:#000;
		background:#ffffff;
		border:1px solid #235c81;
		padding:5px;
}
		
.readtext form input.numeric {
		width:20px;
		background:#f0f0f0;
		border:1px solid #235c81;
		padding:3px;
		color:#000;
		margin-right:4px;
}
.readtext form input.year {
		width:35px;
}
.readtext form p.Actions {
		text-align:right;
		padding:0 22px 15px 0;
}
.readtext form p.Actions input {
		padding:2px;
}
.readtext form input.action {
	margin-left: 7px;
}
p#ForgotPassword{
	margin-left: 7px;
}

/* TABLE */
table{
	margin: 0 0 20px 0;
	border: none;
}
table tr{
}
table td{
	border: 1px solid #395979;
}
/* SEARCH_FORM */
form#SiteSearch_SiteSearch{
	margin: 15px 0 0 32px;
}
input#SiteSearch_SiteSearch_action_DoSearch{
	margin: 2px 0 0 10px;
}