* { margin: 0; padding: 0; }
img { border:0; }
a { text-decoration:none; }
a:hover { text-decoration:underline; }

body {
	background: #FFF url('../imgs/top_bg.png') repeat-x top center;
	font: normal 12px Tahoma, Verdana, Arial;
}

#top { 
	width:922px; height:116px; margin:0 auto; 
	background:url('../imgs/menu_bg.png') repeat-x bottom center;
}
#top  ul { margin-top:54px; list-style:none; float:right; }
#top  ul li { height:62px; margin-left:1px; float:left; }
#top  ul li a { display:block; text-transform:uppercase; text-decoration:none; padding:6px 8px; color:#000; }
#top  ul li:hover, #top  ul li.active { background:url('../imgs/menu_indent.png') no-repeat bottom center; } 
#top  ul li.active a, #top  ul li a:hover { background-color:#F00; color:#FFF; }

#header {
	width: 922px; height: 200px; margin:0 auto;
	background: url('../imgs/diagram.png') no-repeat 565px bottom; 
	border-bottom: 1px solid #E5E5E5;
}
#header img { margin-top: 25px; }
#header p { width: 470px; line-height: 1.4em; color: #CECECE; }
 
#page { width:922px; margin:0 auto; color:#573E15; }

#left { width:290px; float:left; color:#000; }
#left p { border-bottom: 1px solid #E5E5E5; padding: 10px 0 10px 17px; }
#left p.title { background:url('../imgs/item_bg.png') no-repeat 9px center; }
#left p.contact { height:100px; background:url('../imgs/mobile.png') no-repeat right center; padding-top:28px; }
#left p.contact span { font-weight:bold; color:#F00; }
#left p.newsletter { padding:27px 0 27px 17px; }
#left p.newsletter input.email { 
	width:148px; height:26px; line-height:26px; 
	border:none; background:url('../imgs/form_email.png') no-repeat center; 
	padding-left:12px; font-size:0.9em; color:#D0D0D0; float:left; 
}
#left p.newsletter input.submit { 
	width:27px; height:26px; margin:0 0 5px 2px; 
	border:none; background:url('../imgs/form_submit.png') no-repeat center; 
	cursor:pointer; 
}
#left p.newsletter label { font-size:0.9em; color:#BDBCBC; }
#left p.newsletter label input { margin:0 12px; vertical-align:top; }
#left p.newsletter label a { text-decoration:underline; color:#BDBCBC; }

#left p.partners { text-align:center; padding:15px 0; }
#left p.partners img { margin:0 10px; }

#content { 
	margin-left: 290px; border-left: 1px solid #E5E5E5; border-bottom: 1px solid #E5E5E5;  
	padding: 45px 0 40px 65px; font-size: 1.1em; 
}
#content h1 { margin:0; padding:0; font-size:1.0em; color:#F00; }
#content p { padding-top:30px; color:#646464; }
#content p.date { padding-top:5px; color:#C7C7C7; }
#content p a { text-decoration:underline; color:#646464; }

#footer { padding:5px 0 15px 355px; font-size:0.9em; color:#B4B4B4; clear:both; }
#footer a { color:#B4B4B4; }

.important { color:red; }
.fright { float:right; }