body
{
	background-color: #FFF;
	color: #333;
	font-family: Tahoma;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
.header
{
	width: 770px;
	margin-top: 30px;
	overflow: hidden;
	color: #CCCCCC;
	font-size: 11px;
	margin-left: auto;
	margin-right: auto;
}
.main
{
	width: 820px;
	background-image: url('../images/bg-middle.jpg');
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.main#top
{
	background-image: url('../images/bg-top.jpg');
	background-repeat: no-repeat;
	width: 820px;
	height: 14px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.main#bottom
{
	background-image: url('../images/bg-bottom.jpg');
	background-repeat: no-repeat;
	width: 820px;
	height: 14px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}
.window
{
	padding-bottom: 3px;
	width: 788px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}
.menu
{
	width: 788px;
	height: 160px;
	overflow: hidden;
}
.head1
{
	float: left;
	width: 209px;
	height: 160px;
	background-image: url('../images/header-1.jpg');
	background-repeat: no-repeat;
	overflow: hidden;
}
.head2
{
	float: left;
	width: 207px;
	height: 160px;
	background-image: url('../images/header-2.jpg');
	background-repeat: no-repeat;
	overflow: hidden;
}
.hspace
{
	float:left;
	width: 4px;
	height: 160px;
	background-image: url('../images/line-bg.jpg');
	background-repeat: repeat-x;
	background-position: left bottom;
	overflow: hidden;
}
.head3
{
	float: left;
	width: 184px;
	height: 160px;
	background-image: url('../images/header-3.jpg');
	background-repeat: no-repeat;
	overflow: hidden;
}
.head4
{
	float: left;
	width: 184px;
	height: 160px;
	background-image: url('../images/header-4.jpg');
	background-repeat: no-repeat;
	overflow: hidden;
}
.flags
{
	padding-top: 22px;
	line-height: 10px;
	width: 30px;
	height: 153px;
	overflow: hidden;
	float: right;
	border: none;
}
.mmenu
{
	background-color: #7B869A;
	width: 787px;
	overflow: hidden;
	background-image: url('../images/punktir.jpg');
	background-position: 2px 0px;
	background-repeat: repeat-y;
}
.mmenu table
{
	color: #FFF;
	font-size: 11px;
	font-weight: bolder;
	font-family: Verdana;
}
.mmenu table td
{
	padding: 5px;
	vertical-align: middle;
	text-align: center;
}
.mmenu table a
{
	color: #FFF;
	text-decoration: none;
}
.mmenu table a:hover
{
	color: #CCFFFF;
	text-decoration: none;
}
.menu_separator
{
	width: 1px;
	background: url( '../images/menu_sep.jpg' ) repeat-y center center;
}
.clear
{
	clear: both;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
.footer_bottom
{
	color: #333;
	font-family: Tahoma;
	font-size: 12px;
}
.footer_bottom a
{
    color: #7B869A;
    text-decoration: none;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 12px;
}
.footer_bottom a:hover
{
    color: #B8BEC9;
}

