﻿body {
	margin: 0;
	background: url(../img/bg_top.gif) repeat-x top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img {
	border: none;
}
h1 {
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 30px 0;
}
a {
	color: #e77524;
}


#container {
	width: 861px;
	margin: auto;
}

	#top_block {
		height: 60px;
		margin: 35px 20px 35px 20px;
	}
		#logo {
			position: absolute;
		}
		#name {
			float: right;
			width: 108px;
			height: 44px;
			background: url('../img/name.png') no-repeat left top;
			margin-top: 18px;
		}

	#main_menu {
		height: 32px;
		margin: 0 20px 0 20px;
		text-align: center;
	}
		#main_menu a {
			color: #ff9409;
			font-size: 14px;
			font-weight: bold;
			text-transform: uppercase;
			text-decoration: none;
			margin-right: 25px;
			padding-left: 22px;
			background: url('../img/main_menu_marker.png') no-repeat left center;
		}
		#main_menu a:hover {
			color: #fcbb67;
			text-decoration: underline;
		}
	
	#services {
		height: 90px;
		margin: 0 20px 15px 20px;
		background: url('../img/services_bg.jpg') repeat-x left top #FE7B05;
	}
		#services .s_left {
			position: absolute;
			background: url('../img/s_bg_left.png') no-repeat left;
			width: 14px;
			height: 90px;
		}
		#services .s_right {
			position: absolute;
			margin-left: 810px;
			background: url('../img/s_bg_right.png') no-repeat left;
			width: 14px;
			height: 90px;
		}
		
		#services_items {
			background: url('../img/s_bg_center.png') no-repeat center top;
			height: 90px;
			text-align: center;
		}
			#services_items a {
				color: white;
				font-weight: bold;
				font-size: 11px;
				text-transform: uppercase;
				padding-top: 15px;
				background: url('../img/s_link_arrow.gif') no-repeat center top;
				margin-right: 20px;
				display: inline-block;
				margin-top: 10px;
			}
			#services_items a:hover {
				color: #fee9d2;
				background: url('../img/s_link_arrow-hover.gif') no-repeat center top;
			}
		
		#main_block {
			background: #f1f1e2;
			margin: 0 20px 0 20px;
		}
			#main_block .mb_left-top {
				position: absolute;
				background: url('../img/left-top_corner.gif') no-repeat left top;
				width: 14px;
				height: 13px;
			}
			#main_block .mb_right-top {
				position: absolute;
				margin-left: 807px;
				background: url('../img/right-top_corner.gif') no-repeat left top;
				width: 14px;
				height: 13px;
			}
			
			#text_block {
				padding: 50px;
				background: url('../img/text_bottom_bg.gif') repeat-x left bottom;								
			}
			#text_bottom {
				height: 13px;
				background: #e3e3c5;
			}
				#text_bottom .mb_left-bottom {
					position: absolute;
					width: 14px;
					height: 13px;
					background: url('../img/left-bottom_corner.gif') no-repeat left top;
				}
				#text_bottom .mb_right-bottom {
					position: absolute;
					margin-left: 807px;
					width: 14px;
					height: 13px;
					background: url('../img/right-bottom_corner.gif') no-repeat left top;				
				}
		
#footer {
	height: 99px;
	background: url('../img/footer_bg.gif') repeat-x left top;
	font-size: 11px;
	color: #666;
}
	#footer_content {
		margin: 0 auto;
		width: 821px;
	}
		#footer_content .copyright {
			float:left;
			margin-top: 6px;
			
		}
		#footer_content .tega {
			float: right;
			margin-top: 6px;
			margin-right: 50px;
		}				
		#stat
		{
			clear:both;
			margin:  0 auto;
			width: 100px;
		}
		
		
		
		
		
		
		
		
		
		

