@import url('text.css');

html, body{
	margin:0px;
	background-color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#646468;
}

div#mainBody{
	background: url('../images/main_bg.jpg') repeat-x;
}

table#mainContent{
	width:100%;
	border-collapse:collapse;
	border:0px;
}

table#mainContent td{
	padding:0px;
	vertical-align:top;
}

table#mainContent td#centerBlock{
	width:1002px;
}

table#mainContent td#leftBlock{
	background: url('../images/main_left_bg.jpg') repeat-x 0px 35px;
}

table#mainContent td#rightBlock{
	background: url('../images/main_right_bg.jpg') repeat-x 0px 35px;
}

table#mainContent td.footer{
	background-color:#DEDEDE;
}

table#mainContent td#footerBlock{
	height:120px;
	width:1002px;
	padding-top:20px;
}

table#mainContent div#footerMenuBlock{
	border-top:1px solid #BEBEC2;
	border-bottom:1px solid #BEBEC2;
	text-align:right;
	padding:5px 10px 8px 10px;
}

div#headerBlock{
	height:120px;
	padding:35px 0px 0px 0px;
	position:relative;
}

div#menuBlock{
	position:absolute;
	top:35px;
	height:58px;
	left:230px;
}

div#menuBlock div.menuItemStart{
	border-right:1px solid #000000;
	float:left;
	font-size:0px;
	height:60px;
	width:1px;
}

div#menuBlock div.menuItemFinish{
	border-left:1px solid #4A4B60;
	float:left;
	font-size:0px;
	height:60px;
	width:1px;
}

div#menuBlock div.menuItem,
div#menuBlock div.menuItemSel{
	border-left:1px solid #4A4B60;
	border-right:1px solid #000000;
	height:38px;
	float:left;
	padding:22px 20px 0px 20px;
	font-weight:bold;
}

div#menuBlock div.menuItemSel{
	background: url('../images/menu/menu_sel_bg.jpg') repeat-x;
	font-family: Narrow, Arial, Helvetica, sans-serif !important;
	color:#dfe0e5;
	text-transform:uppercase;
	font-size:13px;
}

div#menuBlock div.menuItem a{
	font-family: Narrow, Arial, Helvetica, sans-serif !important;
	font-size:13px;
	color:#dfe0e5;
	text-decoration:none;
	text-transform:uppercase;
}

img#logo{
	position:absolute;
	top:8px;
	left:45px;
}

div#boxContent{
	position:absolute;
	top:7px;
	left:770px;
	width:160px;
	height:20px;
}

div#boxContent div{
	width:17px;
	height:17px;
	fount-size:0px;
	float:left;
	margin-right:22px;
}

div.smallBoxContent div{
	width:12px;
	height:12px;
	fount-size:0px;
}

table#headerCollage{
	width:100%;
	border-collapse:collapse;
	border:0px;
}

table#headerCollage td{
	width:25%;
	background: url('../images/header_bg.jpg') repeat-x;
	height:64px;
	padding:0px;
	border:0px;
	vertical-align:top;
}

div#navigationBlock{
	background-color:#DEDEDE;
	padding:5px 8px;
	width:100px;
	font-size:13px;
}

a img{
	border:0px;
}

sup{
	color:red;
}

div.loadIcon{
    width:100px;
    text-align: center;
    display:none;
}

div.loadIcon img {
    margin:0 auto;
}
