body {
	font: 0.95em Arial, "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #1D1C1C;
	background: url(../imgs/bg.jpg) repeat-y center;
}

html, body{ height: 100%; }

#layout {
	height: 100%;
	width: 886px;
	margin: auto;
}

/* HEAD */
#head{
	padding: 62px 55px 46px 0px;
}
#head .contacts{
	float: right;
	width: 400px;
	text-align: right;
	padding: 30px 0px 20px 0px;
	font-weight: bold;
}

/* MENU */
#menu{
	height: 60px;
}

#menu a.m1 {
	background: url(../imgs/btn10.gif) no-repeat;
	height: 60px;
	width: 193px;
	display: block;
	float: left;
}
#menu a.m1:hover, #menu a.m1a{
	background: url(../imgs/btn11.gif) no-repeat;
}

#menu a.m2 {
	background: url(../imgs/btn20.gif) no-repeat;
	display: block;
	height: 60px;
	width: 246px;
	float: left;
}
#menu a.m2:hover, #menu a.m2a{
	background: url(../imgs/btn21.gif) no-repeat;
}

#menu a.m3 {
	background: url(../imgs/btn30.gif) no-repeat;
	display: block;
	height: 60px;
	width: 194px;
	float: left;
}
#menu a.m3:hover, #menu a.m3a{
	background: url(../imgs/btn31.gif) no-repeat;
}

#menu a.m4 {
	background: url(../imgs/btn40.gif) no-repeat;
	display: block;
	float: left;
	width: 251px;
	height: 60px;
}
#menu a.m4:hover, #menu a.m4a{
	background: url(../imgs/btn41.gif) no-repeat;
}

/* BANNER */
#banner{
	height: 339px;
}

/* CONTENT */
#content{
	padding: 26px;
}
#content h1, #content h2 {
	font-size: 1.4em;
	line-height: 1.9em;
	font-weight: bold;
	background: url(../imgs/li-big.gif) no-repeat left center;
	padding-left: 26px;
}
#content table th {
	font-size: 1.5em;
	line-height: 47px;
	background: url(../imgs/bg-title.gif) no-repeat left;
	height: 47px;
	padding-left: 16px;
}
#content table th.half{ width: 388px; }

#content .cb{ clear: both; }
#content p{ line-height: 1.1em; }

/* BANNERS */
#banners{
	text-align: center;
}
#banners img{ margin: 10px 5px; }

/* FOOT */
#foot{
	height: 80px;
	text-align: right;
	padding: 40px 15px 40px 0px;
}


/* CONTENT */

a:link, a:visited{
	font-size: 0.85em;
	color: #666;
}

a:hover, a:active{
	color: #000;
}

ul, ol{
	padding-left: 2.2em;
	list-style: disc;
	color: #F8C301;
}
li{
	line-height: 1.4em;
}

#submenu{
}

#text{
}

#content big{
	font-size: 1.1em;
	font-weight: bold;
}

td{
	vertical-align: top;
}

#content h1.title{
	line-height: 47px;
	background: #F8C301 url(/imgs/c-left.gif) no-repeat left center;
	padding-left: 20px;
}

#content h1.title img{
float: right;
}