
@import url('/css/common.css');
@import url('/css/service.css');

body{
	background:#f3eed4 url('/img/page_grad.png') repeat-x top left;
}

table.layout{
	width:100%;
	height:100%;
}


/* ==================================== Structure ================================== */

td.left_spacer{
	width:3%;
}

td.left_column{
	width:26%;
}

td.middle_spacer{
	width:2%;
}

td.right_column{
	width:68%;
	background:url('/img/russia_map.gif') no-repeat 96% 20px;
}

td.right_spacer{
	width:1%;
}

tr.footer td{
	background:none;
	height:95px;
}

tr.footer td.left_column, tr.footer td.right_column{
	padding-left:15px;
	background:url('/img/separator.gif') repeat-x top left;
	font-size:0.9em;
}


/* ==================================== Eof structure ============================== */


img.logo{
	margin-left:70px;
	margin-top:5px;
}

div.slogan{
	margin-top:46px;
	height:231px;
	width:1px;
}

div.slogan img{
	position:absolute;
	left:-45px;
	top:163px;
}


/* ==================================== Icons ============================== */

div.help_icons{
	height:19px;
	margin:45px 0;
}

div.help_icons a, div.help_icons span{
	display:block;
	float:left;
	margin-right:24px;
	width:19px;
	height:19px;
	background-color:#feefba;
}

div.help_icons a:hover{
	background-color:#e3bb30;
}

div.help_icons span{
	background-color:#e3bb30;
}

div.help_icons .mail{
	background-image:url('/img/mail_icon.gif');
	background-repeat:no-repeat;
	background-position:4px 6px;
}

div.help_icons .home{
	background-image:url('/img/home_icon.gif');
	background-repeat:no-repeat;
	background-position:4px 5px;
}

/* ==================================== Eof icons ========================== */



/* ==================================== Menu =============================== */

table.main_menu{
	width:100%;
	background:#feefba;
	font-size:0.75em;
}

table.main_menu td{
	font-size:1.3em;
	height:37px;
	padding:0px 5px;
	padding-bottom:10px;
	vertical-align:bottom;
	text-align:center;
}

table.main_menu td.active{
	color:white;
	bbackground:#005b3a;
}

table.main_menu td.active a{
	color:white;
}

table.main_menu td.spacer{
	padding:0;
	width:5px;
	background:url('/img/menu_spacer.gif') no-repeat 50% 50%;
}

ul.submenu{
	width:100%;
	float:left;
	margin:0px;
	padding:0 1.5em;
	padding-bottom:0.4em;
	list-style:none;
	background:#005b3a;
}

ul.submenu li{
	float:left;
	margin-right:1em;
	color:white;
	font-size:0.9em;
	line-height:1.5em;
}

ul.submenu li a{
	color:white;
}

ul.submenu li span.separator{
	color:#45835d;
	margin-right:1em;
}

/* ==================================== Eof Menu =========================== */


div.counter{
	float:right;
	margin-top:20px;
}
