body {
  font-family:Arial, Helvetica, sans-serif;
  color:#200702;
  font-size:12px;
  margin:0px;
  padding:0px;
  background:url(../images/bg.png) top left repeat-x #ffffff;
}

* {outline:none}

td {font-family:Arial, Helvetica, sans-serif;}
th {font-family:Arial, Helvetica, sans-serif;}
textarea, input {font-family:Arial, Helvetica, sans-serif; font-size:12px; margin:0px;}
textarea, .inp {padding:2px 4px 3px 4px; border:1px solid #0d405e;}
select {border:1px solid #0d405e;}
form {display:inline; margin:0px; padding:0px;}
h1, h2, h3, h4 {
	padding:0px;
	margin:0px 0px 0px 0px;
	font-weight:normal;
	display:block;
	color:#000000;
}

.red {color:#a01e11;}

h1 {font-size:25px; line-height:26px; letter-spacing:-1px; font-weight:bold; margin-bottom:12px; color:#2d7ccd;}
h2 {font-size:22px; line-height:24px; letter-spacing:-1px; margin-top:5px; margin-bottom:10px;}
h3 {font-size:14px; line-height:16px; margin-bottom:3px; font-weight:bold;}

ul { display:block; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; list-style:none}
ul li {
	display:block;
	margin:0px 0px 20px 0px;
	padding:0px 0px 0px 22px;
	background:url(../images/arrow.png) 0px 4px no-repeat;
	list-style:none;
	line-height: 17px;
}

ul li a {color:#200702}

a {color:#1965b2; text-decoration:underline;}
a:hover {text-decoration:none}

p {line-height:18px;margin:0px 0px 15px 0px; padding:0px;}

.kar {
	width:970px;
	text-align:left;
}

/* --------------- HEADER */

.header {
	position:relative;
	width:970px;
	height:329px;
	background:url(../images/header.jpg) top left no-repeat;
}

.header .logo {
	display:block;
	position:absolute;
	top:27px;
	left:31px;
	width:264px;
	height:178px;
	cursor:pointer;
}

/* --------------- end of HEADER */

/* ---- MAIN MENU */
.main-menu {
	position:absolute;
	left:30px;
	bottom:20px;
	
}

.main-menu a  {
	display:block;
	float:left;
	height:27px;
	padding-left:4px;
	text-align:center;
	font-size:18px;
	line-height:18px;
	background:url(../images/mm_left.png) top left no-repeat;
	text-decoration:none;
	margin-right:26px;
	color:#051527;
	white-space:nowrap;
}

.main-menu a .right  {
	float:left;
	background:url(../images/mm_right.png) top right no-repeat;
	height:27px;
	padding-right:4px;
	cursor:pointer;
}

.main-menu a .back {
	display:block;
	text-decoration:none;
	text-align:center;
	float:left;
	height:23px;
	background:#f4f3e8;
	padding:4px 8px 0px 8px;
	cursor:pointer;
}

.main-menu a.active {
	color:#ffffff;
	background:url(../images/mm_left_a.png) top left no-repeat;
}

.main-menu a.active:hover {color:#ffffff}

.main-menu a:hover {color:#ff3c00}

.main-menu a.active .right {
	background:url(../images/mm_right_a.png) top right no-repeat;
}

.main-menu a.active .back {
	background:#2d7ccd;
}

/* ---- end of MAIN MENU */

/* ----- CONTENT */
.content {
	border-bottom:1px solid #e5e4db;
	border-top:1px solid #e5e4db;
	background:#f4f3e8;
}

.content .kar {
	width:910px;
	background:url(../images/content_bg.png) top left repeat-y;
}

.content-bottom {
	width:910px;
	background:url(../images/content_bottom.png) bottom left no-repeat;
}

.main_news {
	background-color: #DCECFB;
	margin:0px 30px 0px 30px;
	padding:8px;
	border:2px solid #1F6ECA;
}

#up_pos {

	background-color: #C5EAFA;
	margin:0px 30px 0px 30px;
	padding:10px;
	border:2px solid #02276B;
}



/* ----- END OF CONTENT */



/* ------- PAGE */
.page {
	float:left; width:590px;
}
.page-content {
	padding:25px 0px 50px 0px;
	font-size:14px;
}
/* ------- end of PAGE */



/* ------------- PANEL  */
.panel {
	float:right; width:300px;
	background:url(../images/panel_top.jpg) top left no-repeat;
}

.panel-content {
	padding:30px 30px 50px 30px;
}

.panel h2 {
	color:#1c64ad;
	margin-top:0px;
	font-weight:bold;
	margin-bottom:25px;
}

/* ------------- end of  PANEL  */



/* ----------- FOOTER */

.footer {
	width:910px;
	height:80px;
	position:relative;
	padding:20px 0px 20px 0px;
	text-align:left;
}

.footer .counters {
	float:right;
	margin-right:10px;
}


.footer-menu {
	word-spacing:14px;
	font-size:12px;
	text-align:left;
	color:#b4b2a1;
}

.footer-menu a {
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#2d7ccd;
	word-spacing:normal !important;
}

.footer-menu a:hover {color:#200702}

.footer-copyright {
	color:#58574f;
	margin-top:10px;
}

.footer .img {
	width:198px;
	height:134px;
	background:url(../images/water.png) top left no-repeat;
	position:absolute;
	bottom:10px;
	right:148px;
}

* html .footer .img {
	background-image: none; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/water.png', sizingMethod='crop')
}

/* ----------- end of FOOTER */


/* ------- RAZMETKA  */

img {border:none; margin:0px; padding:0px; vertical-align:middle}

.f_left {float:left !important}
.f_right {float:right !important}
.check {vertical-align:middle; margin-right:3px;}
.clear {clear:both; height:1px;}

small, .small {font-size:11px; line-height:14px !important;}
small p, .small p {line-height:14px;}

.big, .big a {font-size:15px; line-height:18px;}

.pad5 {margin-bottom:5px;}
.pad10 {margin-bottom:10px;}
.pad15 {margin-bottom:15px;}
.pad20 {margin-bottom:20px;}
.pad30 {margin-bottom:30px;}
.pad40 {margin-bottom:40px;}

.dev5 {height:5px; clear:both}
.dev10 {height:10px; clear:both}
.dev15 {height:15px; clear:both}
.dev20 {height:20px; clear:both}
.dev30 {height:30px; clear:both}
.dev40 {height:40px; clear:both}
 
 .devider {
 	height:5px;
	background:#e7e7e7;
	margin:10px 0px 15px 0px;
 }
 
/* ------- end of RAZMETKA  */
.page {padding: 0px 5px 0px 5px;}



.form {font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif; font-size: 11px;}
.form TEXTAREA {
        font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #000000;
        margin-top: 1px;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #929292;
        border-left-width: 1px;
        border-left-style: solid;
        border-left-color: #929292;
        border-right-width: 1px;
        border-right-style: solid;
        border-right-color: #929292;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #929292;width:250px;
} 

.form INPUT {
        font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #000000;
        margin-top: 1px;
        border-top-width: 1px;
        border-top-style: solid;
        border-top-color: #929292;
        border-left-width: 1px;
        border-left-style: solid;
        border-left-color: #929292;
        border-right-width: 1px;
        border-right-style: solid;
        border-right-color: #929292;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #929292; width:250px;
}




.pop {display: none;}
.go {display: block;}

