/* CSS Document */
html,body
	{
	margin:0;
	padding:0;
  	min-height: 100%;
	}
body 
	{
	background:#eee url(images/bg.gif) center repeat-y;
  	min-height: 100%;
	width:1000px;
	margin:0 auto;
	}
a
	{
	text-decoration:none;
	}
body,
td
	{
	font-family:Tahoma,Arial,sans-serif;
	font-size:12px;
	}
#wrapper
	{
	background:#fff url(images/grad.gif) 0 268px repeat-x;
	position:relative;
	min-height:100%;
	}
* html #wrapper
	{
	height:100%;
	}
#head
	{
	background:url(images/head.jpg) top left no-repeat;
	width:100%;
	height:268px;
	}
#content
	{
	width:1000px;
	padding-bottom:88px;
	}
* html #content
	{
	height:500px;
	}
#content[id]
	{
	min-height:500px;
	}
#left
	{
	height:100%;
	width:255px;
	float:left;
	padding-left:75px;
	}
#left ul
	{
	margin:0;
	padding:0;
	list-style:none;
	}
#left li a
	{
	font-size:17px;
	}
#left ul ul li a
	{
	font-size:12px;
	color:#9e070a;
	font-weight:bold;
	}
#left ul ul ul li a
	{
	font-size:11px;
	color:#000;
	font-weight:normal;
	}
#left ul ul ul li a:hover
	{
	text-decoration:underline;
	}
#right
	{
	position:relative;
	margin-bottom:60px;
	width:610px;
	float:left;
	overflow:hidden;
	text-align:justify;
	}
#contacts
	{
	margin-top:400px;
	height:216px;
	width:190px;
	text-align:right;
	padding-left:80px;
	padding-top:145px;
	position:absolute;
	bottom:20px;
	right:732px;
	background:url(images/phone.gif) left no-repeat;
	}
#footer
	{
	width:720px;
	background:url(images/footbg.png) 350px 0 no-repeat;
	height:88px;
	margin-top:88px;
	position:absolute;
	bottom:0;
	text-align:center;
	padding-left:280px;
	padding-top:35px;
	}
* html #footer
	{
	background:url(images/footbg.gif) 413px 0 no-repeat;
	}
#footer a
	{
	text-decoration:underline;
	color:#000;
	}
#clear
	{
	clear:both;
	}
.blue,#left li a
	{
	color:#5794ca;
	}
.bold
	{
	font-weight:bold;
	}
small
	{
	font-size:11px;
	}
.select_ul_2_menu{display: block;}