body
{
	background-color:#e4e4e4;
	font-family:tahoma;
	font-size:12px;
}
#main
{
	background-color:#ffffff;
	width:900px;
	margin:0 auto;
	
}
#header
{
	height:90px;
	background-image:url(logo-top.jpg);
	background-repeat:no-repeat;
}
/******/
#menu
{
	background-image:url(top-box.jpg);
	background-repeat:repeat-x;
	width:720px;
	position:relative;
	left:180px;
	height:40px;
}
#menu ul
{
	list-style-type:none;
	margin:0;
	padding:0;
	position:relative;
	top:10px;
	left:40px;
}
#menu ul li
{
	float:left;
	display:block;
	height:30px;
	background-color:#ffffff;
	background-image:url(menu-standard.jpg);
	background-repeat:repeat-x;
}
#menu ul li a
{
	padding-left:11px;
	padding-right:11px;
	padding-top:20px;
	height:40px;
	text-decoration:none;
	display:block;
	color:#323232;
	
}
#menu ul li a:hover
{
		background-image:url(menu-active.jpg);
		background-repeat:repeat-x;
}
#menu ul li a.active
{
	background-image:url(menu-active.jpg);
	background-repeat:repeat-x;
	
}
#menu ul li div
{
	background-image:url(left-top-bg.jpg);
	width:46px;
	height:120px;
	position:relative;
	top:-10px;
}
/******/
#center
{
	background-color:#ffffff;
	width:900px;
	margin:0 auto;
}
#center h1
{
	font-size:15px;
	font-weight:normal;
	color:#818001;
	margin-top:0px;
}
#center h1.blue
{
	color:#7f8000;
}
#center h2
{
	font-size:12px;
	font-weight:bold;
	color:#8c9e28;
	margin:0;
}
#center h2.blue
{
	color:#d79638;
}
#center hr
{
	border: none;
	height: 1px;
	background-color: #cecece; 
}
#center td
{
	padding:10px;
}
#content-contact td
{
	padding:5px;
}
#center ul.arrow li
{
	list-style-image:url(arrow.png);
	margin-top:5px;
}

#center ul.punct-norm li
{
	margin-top:12px;
}


#center a.blue
{
	color:#d79638;
}
#center a.blue:hover
{
	color:#9b3436;
}
#center .grey_bg
{
	background-color:#f3f3f3;
}
#center a.more
{
	background-image:url(arrow.png);
	background-repeat:no-repeat;
	color:#818001;
	padding-left:10px;
	background-position:0px 5px;
}
#center a.more:hover
{
	color:#9b3436;
}
#footer
{
	background-color:#ffffff;
	width:890px;
	margin:0 auto;
	color:#b5c541;
	padding:5px;
}
#footer a
{
	color:#b5c541;
}
.orange
{
	color:#ef7209;
}
.blue
{
	color:#d79638;
}
.grey
{
	color:#c2c2c2;
	font-weight:bold;
}
.red
{
	color:#a03137;
}