/* STANDART ELEMENTS
---------------------------------------------------------------------------------------------------------------------------------- */
html,body{
	height:100%;
	margin:0;
	padding:0;
	color:#333;
}
a {
	text-decoration:none;
	color:#693;
	}
body {
	margin:0px;
	padding:0px;
	}
table {
	width:1080px;
	}
td {
	font:11pt tahoma;
	vertical-align:top;
	}
b {
	color:#693;
	}
img {
	border:none;
	}
li {
	list-style:url('img/list_square.png') outside;
	margin-left:15px;
	}
/* HEADER
---------------------------------------------------------------------------------------------------------------------------------- */
#logo {
	width:290;
	height:108;
	vertical-align:middle;
	text-align:center;
	}
#header {
	background:url('img/header.png') no-repeat;
	width:790;
	vertical-align:bottom;
	text-align:right;
	}
#phone {
	font:12pt bold;
	color:#693;
	margin-right:25px;
	margin-bottom:8px;
	}
/* MAIN MENU
---------------------------------------------------------------------------------------------------------------------------------- */
a.menu_1 {
	background:url('img/menu_1.png');
	display:block;
	width:255px;
	height:61px;
	line-height:60px;
	text-decoration:none;
	color:#fff;
	}
a.menu_1:hover {
	background:url('img/menu_1.png');
	background-position:0px -61px;
	}
a.menu_2 {
	background:url('img/menu_2.png');
	display:block;
	width:114px;
	height:61px;
	line-height:60px;
	text-decoration:none;
	color:#fff;
	}
a.menu_2:hover {
	background:url('img/menu_2.png');
	background-position:0px -61px;
	}
a.menu_3 {
	background:url('img/menu_3.png');
	display:block;
	width:114px;
	height:61px;
	line-height:60px;
	text-decoration:none;
	color:#fff;
	}
a.menu_3:hover {
	background:url('img/menu_3.png');
	background-position:0px -61px;
	}
a.menu_4 {
	background:url('img/menu_4.png');
	display:block;
	width:114px;
	height:61px;
	line-height:60px;
	text-decoration:none;
	color:#fff;
	}
a.menu_4:hover {
	background:url('img/menu_4.png');
	background-position:0px -61px;
	}
a.menu_5 {
	background:url('img/menu_5.png');
	display:block;
	width:255px;
	height:61px;
	line-height:60px;
	text-decoration:none;
	color:#fff;
	}
a.menu_5:hover {
	background:url('img/menu_5.png');
	background-position:0px -61px;
	}
/* OTHER LINKS
---------------------------------------------------------------------------------------------------------------------------------- */
a.icons_link {
	font-weight:bold;
	text-decoration:underline;
	color:#693;
	}
a.box_link {
	text-decoration:underline;
	color:#666;
	}
/* MAIN PAGE ICONS
---------------------------------------------------------------------------------------------------------------------------------- */
.icons {
	width:340px;
	height:170px;
	text-align:center;
	vertical-align:middle;
	}
/* MAIN PAGE BOXES
---------------------------------------------------------------------------------------------------------------------------------- */
.box_head {
	background:url('img/box_head.png') no-repeat;
	height:28px;
	vertical-align:middle;
	text-indent:25px;
	font-weight:bold;
	color:#666;
	}
.box_content {
	border:1px solid #d3f49f;
	border-top:none;
	border-right:none;
	padding:16px 0px 0px 16px;
	text-align:justify;
	}
#menu td {
	letter-spacing:1px;
	font-weight:bold;
	font-size:8pt;
	text-align: center;
	}
/* CONTACTS AND FOOTER
---------------------------------------------------------------------------------------------------------------------------------- */
.contacts {
	height:80px;
	vertical-align:middle;
	font-weight:bold;
	color:#666
	}
.footer {
	background:url('img/footer.png') no-repeat;
	height:31px;
	vertical-align:middle;
	}