@charset "utf-8";
/* CSS Document */

body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

.orange {
	color: #fe7902;
}

.blue {
	color: #2d5363;
}

h1, h3, a {
	color: #fe7902;
	font-weight: normal;
}

a:hover {
	text-decoration:none;
}

h2 {
	color: #2d5363;
	font-size: 16px;
	font-weight: normal;
	padding-left:3px;
}

h1 {
	font-size: 18px;
	padding-top:10px;
	margin-top: 0px;
}

p {
	text-align:justify;
	line-height: 18px;
}

.page {
	width: 750px;
	text-align:left;
}

.top {
	height: 162px;
}

.top_left {
	width: 222px;
	float:left;
}

.top_right {
	width: 528px;
	float:left;
	padding-top: 22px;
}

.card {
	background-color: #FFF;
	color: #000;
	font-size: 11px;
	height: 100px;
	width: 320px;
	border: 1px solid #f2f2f2;
	text-align:left;
	float: right;
}

.card strong {
	color: #fe7902;
}

.card_text {
	padding: 6px;
	padding-left: 16px;
	padding-top: 4px;
}

.card ul {
	padding: 0px;
	margin: 0px;
	margin-bottom: 7px;
}
.mail {
	list-style-type: none;
	background: transparent url(../images/mail.png) no-repeat scroll left center;
	margin:0px;
	padding-top: 13px;
	padding-right: 20px;
	padding-bottom: 13px;
	padding-left: 40px;
}

.www {
	list-style-type: none;
	background: transparent url(../images/world.png) no-repeat scroll left center;
	margin:0px;
	padding-top: 13px;
	padding-right: 20px;
	padding-bottom: 13px;
	padding-left: 40px;
}

.date {
	font-size: 11px;
	color: #cbcbcb;
	text-align:right;
}

.main {
	
}

.main_left {
	width:240px;
	float:left;
	margin-top: 14px;
}

.main_offset {
	width: 25px;
	height: 10px;
	float:left;
}

.main_right {
	width: 485px;
	float: left;
}

.clear_both {
	clear: both;
}

.line_gray {
	height:1px;
	overflow:hidden;
	background-color: #9e9e9e;
}

.news {
	padding-left:6px;
	padding-right:6px;
}

.footer {
	background-color: #f6f6f6;
}

.footer_text {
	padding: 5px;
	text-align:right;
	color:#666;
}

.fimage {
	padding-right: 8px;
	float:left;
	padding-bottom: 10px;
}

.fimageR {
	padding-left: 8px;
	float:right;
}

.navigaton {
}

.navigation a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

.n_1_open {
	background-image:url(../images/n_1_open.png);
	height: 30px;
	padding-left: 17px;
	cursor: pointer;
	cursor: hand;
	font-weight: bold;
}

.n_1_close {
	background-image:url(../images/n_1_close.png);
	height: 30px;
	padding-left: 17px;
	cursor: pointer;
	cursor: hand;
	font-weight: bold;
}

.n_2_close {
	background-image:url(../images/n_2_close.png);
	height: 30px;
	padding-left: 33px;
	cursor: pointer;
	cursor: hand;
	font-weight: bold;
}

.n_2_item {
	background-image:url(../images/n_2_item.png);
	height: 30px;
	padding-left: 33px;
	font-weight: bold;
}


.n_2_open{
	background-image:url(../images/n_2_open.png);
	height: 30px;
	padding-left: 33px;
	cursor: pointer;
	cursor: hand;
	font-weight: bold;
}

.n_2_last{
	background-image:url(../images/n_2_last.png);
	height: 30px;
	padding-left: 33px;
	font-weight: bold;
}

.n_3_item{
	background-image:url(../images/n_3_item.png);
	height: 30px;
	padding-left: 48px;
	font-weight: bold;
}

.n_3_last{
	background-image:url(../images/n_3_last.png);
	height: 30px;
	padding-left: 48px;
	font-weight: bold;
}

div {
	background-repeat: no-repeat;
}

.nav_offset {
	overflow: hidden;
	height: 7px;
	width: 7px;
}

.footer_left, .footer_left a {
	font-size: 12px;
}

ul.no_simbols, ul.no_simbols > li{
	list-style-type: none;
	padding-bottom: 25px;
}
ul.no_simbols {
	padding-bottom: 0px;
}

.navigation_blank a {
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	font-family: Tahoma, Geneva, sans-serif;
}
.navigation_blank a:hover{
	font-size: 13px;
	font-weight: normal;
	text-decoration: underline;
	color: #fe7902;
}

.navigation_blank ul, .navigation_blank li{
	
	padding-bottom: 6px;
	margin: 0px;
	list-style-type:lower-greek;
	
}