body{
	text-align: center;
	font-size: 11px;
	font-family: tahoma;
	color: #000;
	background: #002D51;	
}

.header{
	width: 100%;
	background:#002D51 url(../img/sample_header.jpg) center 0 no-repeat
}

.middle{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

.header .middle{
	height: 186px;
}

.header .logo{
	width: 175px;
	height: 60px;
	display: block;
	overflow: hidden;
	position: absolute;
	left: 40px;
	top: 75px;
}

.langs{
	width: 200px;
	height: 16px;
	position: absolute;
	right: 20px;
	top: 15px;
}

.langs a{
	font-size: 9px;
	text-transform: uppercase;
	text-decoration: none;
	float: right;
	display: block;
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
	color: #fff;
	background: url(../img/langs_arrow_white.png) 0 2px no-repeat;
}

.langs a.sel{
	color: #1a5d94;
	background: url(../img/langs_arrow_blue.png) 0 2px no-repeat;
}

.loginInfo{
	width: 250px;
	height: 20px;
	position: absolute;
	left: 20px;
	top: 15px; 
	text-align: left;
	font-size: 10px;
}

.loginInfo a{
	color: #232323;
}

.header .menu{
	width: 100%;
	height: 30px;
	border-bottom: 6px solid #083459;
}

.menu #leftPulnej, .menu #rightPulnej{
	height: 30px;
	width: 1px;
	background: url(../img/menu_bg.png);
	float: left;
}

.menu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 30px;
	float: left;
}

.menu li{
	height: 30px;
	float: left;
	background: url(../img/menu_bg.png);
}

.menu li a{
	height: 15px;
	float: left;
	display: block;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	padding: 10px 28px 5px 28px; 
}

.menu li.sel{
	background: url(../img/blank.gif);
}

.menu .leftSel{
	width: 8px;
	height: 30px;
	background: url(../img/sel_menu_left.png) 0 0 no-repeat;
	float: left;
	display: block;
}

.menu .rightSel{
	width: 8px;
	height: 30px;
	background: url(../img/sel_menu_right.png) 0 0 no-repeat;
	float: left;
	display: block;
}

.menu .razd{
	height: 10px;
	width: 1px;
	background: #fff;
	float: left;
	margin: 12px 0 0 0;
}

.content{
	width: 100%;
	background: url(../img/content_bg.gif) center 0 repeat-y;
}

.content .middle{
	min-height: 500px;
	width: 964px;
	padding: 35px 18px 0 18px;
}


.leftMenu{
	width: 190px;
	float: left;
	padding: 0 0 0 12px;
}

.leftMenu a{
	width: 180px;
	height: 15px;
	padding: 9px 0 9px 10px; 
	display: block;
	float: left;
	color: #636363;
	text-decoration: none;
	text-align: left;
	border-bottom: 1px dotted #f47b1e;
	white-space: nowrap;
}

.leftMenu a.specialFormat{
	font-style: italic;
	font-family: times new roman;
	font-size: 12px;
}

.leftMenu a:hover{
	text-decoration: underline;
}

.leftMenu a.sel{
	color: #fff;
	background: url(../img/left_menu_bg.png) 0 0 no-repeat;
	border-bottom: none;
}


.contentBox{
	padding: 0 41px 33px 0;
	width: 684px;
	float: right;
	position: relative;
	text-align: left;
}

.contentBox .title{
	width: 670px;
	height: 15px;
	padding: 12px 0 5px 14px;
	float: left;
	background: url(../img/content_box_top.png) 0 0 no-repeat;
	font-size: 12px;
	color: #000;
	text-align: left;
}

.contentBox .desc{
	width: 642px;
	float: left;
	padding: 20px;
	background: #fefefe url(../img/content_box_bg_in.gif) 0 bottom repeat-x;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	position: relative;
	z-index: 100;
}

.contentBox .desc a.pic{
	border: 1px solid #ddd;
	padding: 2px;
	background: #fff;
	width: 160px;
	height: 120px;
	float: left;
	margin: 0 5px 5px 0;
}

.contentBox .desc a.pic img{
	width: 160px;
	height: 120px;
	border: none;
}


.contentBox .desc .pics{
	width: 142px;
	float: right;
	margin: 0 0 5px 5px;
}

.contentBox .desc .pics .pic{
	width: 136px;
	float: right;
	border: 1px solid #c5c5c5;
	padding: 2px;
	background: #fff;
	margin: 0 0 10px 0;
}

.contentBox .desc .pics a{

}

.contentBox .desc .pics img{
	width: 136px;
	border: none;
}

.contentBox .desc .pics p{
	width: 136px;
	text-align: center;
	padding: 4px 0 0 0;
}


.contentBox .filesCont{
	width: 642px;
	float: left;
	padding: 20px 0 0 0;
}

.contentBox .filesCont .item{
	width: 642px;
	float: left;
	padding: 5px 0 5px 0;
	border-top: 1px solid #E2E2E2;
}

.contentBox .filesCont a.img{
	width: 45px;
	height: 45px;
	float: left;
	display: block;
}

.contentBox .filesCont a.img img{
	width: 45px;
	height: 45px;
	border: none;
}

.contentBox .filesCont a.fileTitle{
	font-size: 11px;
	color: #555;
	font-weight: bold;
	text-decoration: none;
	float: left;
	width: 570px;
	padding: 5px 0 0 10px;
}


.contentBox .filesCont .fileDesc{
	font-size: 11px;
	color: #555;
	float: left;
	width: 570px;
	padding: 5px 0 0 10px;
}

.contentBox .bottom{
	width: 766px;
	height: 33px;
	position: absolute;
	left: -41px;
	bottom: 0;
	background: url(../img/content_box_bottom.png) 0 0 no-repeat;
	z-index: 2;
}


.footer{
	width: 100%;
	background: url(../img/footer_site.png) center 0 no-repeat;
}

.footer .middle{
	height: 171px;
}

.footerMenu{
	width: 1004px;
	float: left;
	padding: 10px 0 0 0;
	text-align: center;
	color: #438ecb;
	font-size: 10px;
}

.footerMenu a{
	color: #fff;
	text-decoration: none;
	padding: 0 10px 0 10px;
}

.footerMenu a:hover, .footerMenu a.sel{
	text-decoration: underline;
}


.footer .firmsMenu{
	width: 1004px;
	float: left;
	padding: 20px 0 0 0;
	text-align: center;
	color: #fff;
	font-size: 9px;
}

.footer .firmsMenu a{
	color: #F08005;
	/*color: #4590cd; text-shadow: -1px 1px 2px #000;*/
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 10px 0 10px;
	
}

.footer .firmsMenu a.sel{
	color: #fff;
}

.footer .copyright{
	width: 300px;
	height: 15px;
	position: absolute;
	bottom: 20px;
	left: 100px;
	background: url(../img/footer_logo.png) 0 0 no-repeat;
	padding: 25px 0 0 125px;
	color: #fff;
	font-size: 10px;
	text-align: left;
}

.footer .created{
	width: 300px;
	height: 15px;
	color: #fff;
	font-size: 10px;
	position: absolute;
	bottom: 20px;
	right: 100px;
	text-align: right;
}

.footer .created a{
	color: #0e5289;
	text-decoration: none;
}

.footer .created a:hover{
	color: #fff;
}




form.login{
	width: 220px;
	height: 110px;
	padding: 10px;
	font-size: 11px;
}

form.login table{
	text-align: right;
	width: 220px;
}

form.login td{
	padding: 4px;
}

form.login input{
	width: 120px;
	height: 17px;
	border: 1px solid #dedede;
	font-size: 11px;
	float: left;
}

form.login a.button, form.register a.button {
	width: 80px;
	height: 15px;
	display: block;
	background: url(../img/button_100.png) 0 0 no-repeat;
	position: relative;
	padding: 3px 10px 2px 10px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	margin: 5px 0 0 0;
}

form.register{
	padding: 10px;
	font-size: 11px;
	width: 300px;
}

form.register table{
	text-align: right;
	width: 300px;
}

form.register input{
	width: 150px;
	height: 17px;
	border: 1px solid #dedede;
	font-size: 11px;
	float: left;
}

form.register select{
	width: 152px;
	height: 19px;
	border: 1px solid #dedede;
	font-size: 11px;
	float: left;
}

form.register td{
	padding: 4px;
}

a.forgotten_pass{
	color: #232323;
	font-size: 11px;
	float: right;
	text-decoration: none;
}


.pagination{
	padding: 0 41px 33px 41px;
	width: 684px;
	float: right;
	color: #555;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}

.pagination a, .pagination span{
	color: #555;
	text-align: center;
	height: 16px;
	padding: 2px 3px 2px 3px;
	text-decoration: none;
}

.pagination a.sel{
	color: #000;
}

.read_more{
	width: 80px;
	height: 15px;
	display: block;
	background: url(../img/button_100.png) 0 0 no-repeat;
	padding: 3px 10px 2px 10px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 11px;
	position: absolute;
	bottom: -10px;
	right: 10px;
}




#contactForm{
	width: 410px;
	float: right;
	text-align: center;
	font-size: 12px;
	color: #18547a;
}

#contactForm table{
	width: 410px;
	text-align: right;
	font-size: 11px;
	color: #006eb4;
}


#contactForm input{
	width: 225px;
	height: 15px;
	background: url(../img/input_bg.png) 0 0 no-repeat;
	float: left;
	border: none;
	font-size: 12px;
	color: #555;
	font-family: tahoma;
	padding: 10px 0 10px 10px;
}


#contactForm textarea{
	width: 225px;
	height: 75px;
	background: url(../img/textarea_bg.png) 0 0 no-repeat;
	float: left;
	border: none;
	font-size: 12px;
	color: #555;
	font-family: tahoma;
	padding: 10px 0 10px 10px;
	overflow: auto;
}

#contactForm .button{
	width: 114px;
	height: 15px;
	background: url(../img/contact_button.png) 0 0 no-repeat;
	display: block;
	float: left;
	text-align: center;
	color: #000;
	padding: 10px 0 10px 0;
	font-size: 11px;
	cursor: pointer;
	margin: 0 5px 0 0;
}

#contactForm .button:hover{
	background: url(../img/contact_button_hover.png) 0 0 no-repeat;
	color: #fff;	
}

.path{
	width: 640px;
	height: 15px;
	position: absolute;
	top: 10px;
	left: 260px;
	color: #979797;
	text-align: left;
}

.path a{
	color: #979797;
	text-decoration: none;
	padding: 0 5px 0 5px;
}

.path a:hover{
	text-decoration: underline;
}


fieldset{
	border: none;
	border-top:1px solid #E4E4E4;
	margin:10px 0;
	padding:5px 0;
}

legend {
	font-weight:bold;
	padding:2px 4px 6px 2px;
	white-space:normal;
}

#fontSizeControl{
	position: absolute;
	width: 40px;
	height: 11px;
	top: 13px;
	right: 70px;
}

#fontSizeControl span{
	float: left;
}

#fontSizeControl span.plus{
	width: 9px;
	height: 11px;
	background: url(../img/plus.gif) 0 2px no-repeat;
	cursor: pointer;
}

#fontSizeControl span.minus{
	width: 9px;
	height: 11px;
	background: url(../img/minus.gif) 0 2px no-repeat;
	cursor: pointer;
}

#fontSizeControl span.letter{
	width: 9px;
	height: 11px;
	background: url(../img/letter.gif) center 0 no-repeat;
	cursor: pointer;
	padding: 0 4px 0 4px;
}
.aeo{
	border-bottom: none !important;
	padding: 0px !important;
	margin: 0px !important;
	position: relative;
	top: 10px;
}
