
* {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
a {
	color: #D21121;
}
html {
	height: 100%;
	background-color: ButtonFace;
}
body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #FFF;

	margin: 0 auto;
	padding: 0;
	font-size: 12px;
	height: 100%;


}
p {
	margin: 12px 0;
}
.clear {
	clear: both;
}
#top_menu {
	width: 100%;
	background: #f6f6ee url(../images/bg_top.png) top repeat-x;
}
td.menu_items {
	background: url(../images/bg_top_menu.png) top left no-repeat;	
	padding: 21px 10px 0 32px; 
	white-space: nowrap;
}
td.spacer {
	background: url(../images/bg_top_2.png) top repeat-x;	
}
td.menu_items a{ 
	font-size: 13px;
	font-weight: bold;
	color: #666;	
}
td.bottom_menu {
	background: url(../images/bg_bottom_3.jpg) left no-repeat;	
	text-align: center;
}

td.bottom_menu a{ 
	color: #fff;
	text-decoration: none;
	border-left: 1px solid #fff;
	padding: 0 15px;
}
.left_column {
	background: #f6f6ee url(../images/bg_left_column.jpg) bottom left no-repeat;
	padding: 0 0 0 15px;
}
#left_menu {
	background: #fff url(../images/top_7.png) top right no-repeat;
}
#left_menu td{
	background: url(../images/left_menu_corner.png) bottom left no-repeat;
	padding-bottom: 24px;
}
#left_menu a {
	display: block;
	line-height: 22px;
	background: url(../images/menu_bg.png) no-repeat;
	color: #666;
	font-weight: bold;
	font-size: 11px;
	padding-left: 24px;
	margin-left: 24px;
}
#left_menu a#active { 
	color: #fff;
	background: url(../images/main_menu_active.png) no-repeat;	
}
#left_menu h1{
	color: #fff;
	margin: 8px 0;
	padding-left: 30px;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	background: url(../images/left_h1.png) no-repeat;		
}

#sub_menu { 
	background: #fff;
}
#sub_menu td{ 
	padding: 15px;
}
#sub_menu h1{
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	background: #4e829c url(../images/submenu_h1.png) left no-repeat;
	margin-right: -25px;
	margin-left: -15px;
	color: #fff;
	padding-left: 25px;
}
#sub_menu a{ 
	display: block;
	line-height: 25px;
	background: url(../images/submenu_bg.png) no-repeat;
	padding-left: 7px;
	text-decoration: none;
	color: #666;
}
#sub_menu a:hover, #left_menu a:hover{ 
	color: #D21121;
} 
#call {
	color: #d21121;
	line-height: 38px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}
#counters{
	margin: 15px 0;
	text-align: center;
}
#counters img{ 
	margin: 5px;
}
.main {
	padding: 0 30px 10px 20px;
}
#about, #obvesim {
	background: #fff;
	width: 100%;
}
#obvesim {
	margin-top: 20px;
}
#about td.content, #obvesim td.content {
	padding: 10px;
	vertical-align: top;	
}

#about h1, #obvesim h1 {
	color: #fff;
	font-size: 14px;
	font-weight: bold;	
	margin-left: -10px;
	margin-bottom: 15px;
	line-height: 22px;
	padding: 0 25px;
	float: left;
}
#about p, #obvesim p { 
	clear: both;
}
#about h1 {
	background: #d21121 url(../images/h1_red.png) left no-repeat;	
}
#obvesim h1 {
	background: #4e829c url(../images/h1_blue.png) left no-repeat;	
}
h2 {
	background: url(../images/bg_h2.png) left no-repeat;
	padding-left: 14px;
	line-height: 22px;
	font-size: 14px;
	font-weight: bold;
	color: #cc0033;
	margin-bottom: 15px;
}
a.more {
	float: right;
	color: #D21121;
	background: url(../images/arrow.png) left 2px no-repeat;
	padding: 0 10px;
}
#list {
	
}
#list td{
	padding: 5px;
	border-bottom: 1px solid #ababab;
}
#list th{
	color: #4e829c;
	border-bottom: 5px solid #D21121;
	font-weight: normal;
	padding: 2px;
}
#list img {
	border: 4px solid #d9d9d9;
}
#pages {
	margin: 15px 0;
	text-align: center;
}
#pages a{	
	margin: 3px;
}
#mail {
	color:#fff;
	background: url(../images/mail_ico.png) left 5px no-repeat;
	padding-left: 14px;	
}