/* BASICS
----------------------------- */

body {
	font-size: 15px; /* шрифт по умолчанию для менюшек */
    font-family: "Trebuchet MS",Verdana,  Arial, sans-serif; /* шрифт по всему сайту */
    color: black;
    background-color: #f2f2f2;
	min-width: 800px;
	}
	
#wrap {
	clear: both;
	text-align: left;
	}

/*layout structure ( 2 column )*/
#menu {
	clear: both;
	}
#statusbar {
	clear: both;
	}
#sidemenu {
	clear: both;
	float: left;
	width: 200px;
	}	
#content {
	margin-left: 200px;
	position: relative;
	}
#banners {
	clear: both;
	margin-left: 200px;
	}
#footer {
	clear: both;
	}

/* header */
#header {
	/* background:url(../images/header.jpg) no-repeat top left; INLINE PROPERTY DIFFERENT FOR RUS AND ENG VERSIONS*/
	height: 150px;		
	}
.header_ru {
	background:#236192 url(../images/header_ru.jpg) no-repeat top left;
	}
.header_en {
	background:#18456e url(../images/header_en.jpg) no-repeat top left;
	}

#contacts {
	text-align: right;
	}
#contacts div.padding {
	height: 40px;
}

#header p, #header a, #header a:visited{
	color: #f2f2f2;
	margin: 0px;
	padding: 0px;
	}
#header a:hover {
	color: #319e9c;
	}
#search_form {
	margin: 5px 0px 5px 0px;
	}
#search_form #submit{
	color: white;
	}
#search_form input {
	vertical-align: middle;
	}
#keyword {
	width: 150px;
	height: 17px;
	padding-left: 2px;
	color: #666666;
	border: 1px solid black;
	}
/* contacts and searchbar align */
#contacts {
	float: right;
	height: 100%;
	}
#contacts .phones, #contacts .email {
	margin-right: 20px;
	}
#contacts .addons {
	margin-right: 20px;
	font-size: 12px;
}
#contacts .addons a {

}
	
/* top menu */
#menu {
	background:#2F5B88 url(../images/menu_bg.gif) repeat-x top left;
	position: relative;
	height: 50px;
	border-top: 1px solid #162a3f;
	border-bottom: 1px solid #162a3f;
	}
#menu table {
	border-collapse: collapse;
	height: 50px;
	}
#menu table tr td {
	border-left: 1px solid #162a3f;
	border-right: 1px solid #162a3f;
	padding: 0 10px;
	text-align: center;
	}	
#menu a, #menu a:visited {
	color: #f2f2f2;
	text-decoration: none;
	}
#menu a:hover {
	color: #319e9c;	
	text-decoration: underline;
	}

/* status bar (where are you on web site) */

#statusbar {
	background:#D6E2E2 url(../images/statusbar_bg.gif) repeat-x top left;
	height: 50px;
	text-align: left;
	}
#statusbar h2 {
    color:#333333;
	padding-top: 10px;
	padding-left: 25px;
	margin: 0;
	font-size: 16px;
	}
#statusbar a {
	color: #1f3b57;
	text-decoration: none;
	}
#statusbar a:hover {
	color: #319e9c;	
	text-decoration: underline;
	}

/* left side menu */
#sidemenu {
	background:#D6E2E2 url(../images/sidemenu_bg.gif) repeat-y top left;  
	}
#sidemenu ul {
	background: url(../images/sidemenu_bg_top.gif) no-repeat top left;
	padding-top: 6px;
	list-style: none;
	} 
#sidemenu ul li.current {
	color: black;
}
#sidemenu ul li{	
	padding-left: 15px;
	padding-right: 5px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-left: 6px;
	margin-right: 6px;
	border-bottom: 1px solid #88a5a4;
	}	
#sidemenu ul li a, #sidemenu ul li a:visited{
	color: #1f3b57;
	text-decoration: none;	
	}
#sidemenu ul li.admin a {
	color: #CC0000;
	}
#sidemenu ul li.admin a:hover {
	color: #CC0000;
	text-decoration:underline;
	}

#sidemenu ul li a:hover {
	color: #319e9c;
	text-decoration: underline;
	}
/* banners */
#banners table{
	margin: 10px 0px;
	}

#banners a {
	padding: 0 20px;
	}
	
/* footer */	
#footer {
	background: url(../images/footer_bg.gif) repeat-x top left;
	height: 40px;
    font-size: 12px;
	color: #333333;
	}
#footer #copyright {
	padding: 12px 0 0 12px;
	float: left;
	}
#footer #footer_menu {
	border-collapse: collapse;
	height: inherit;
	padding: 12px 12px 0 0;
	float: right;
	}
#footer #footer_menu tr td{
	padding: 0 5px;
	}
#footer a {
	color: #1f3b57;
	text-decoration: none;
	}
#footer a:hover { 
	text-decoration: underline;
	}

