/* reset css*/
html{
	height: 100%;
	color: #6B6B6B;
	font-family: "Trebuchet MS", "Arial", "Helvetica", sans-serif;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
code,form,fieldset,legend,input,textarea,p,blockquote,th,td{font-size: 15px;margin:0;padding:0;vertical-align: top;text-align:left;}
table{border-collapse:collapse;border-spacing:0;}
fieldset, a img{border:0;margin: 0;padding: 0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}
/* /reset css*/
body {
	background: url( ../images/main_bg.jpg ) #F6F6F6 top repeat-x;
	font-size:16px;
	min-height: 100%;
	position: relative;	
	width: 100%;
	color: #6B6B6B;
	font-family: "Trebuchet MS", "Arial", "Helvetica", sans-serif;
}
a {
	color: #FF5A00;
}
h1 {
	font-size: 28px;
	border-bottom: 1px solid #B1D9FF;
	color: #37404C;
	font-weight: bold;
	margin-bottom: 20px;
	padding-bottom: 9px;
}
ul li {
	padding: 5px 0 5px 20px;
}
.clear {
	clear: both;
}
#container {
	width: 960px;
	margin: 0 auto;
	position: relative;
	background: url( ../images/container_bg.png ) center top repeat-y red;
}                        
#header {
	height: 140px;
	background: url( ../images/header.jpg ) no-repeat center top #ffff01;
}
#content {
	padding: 70px 55px;
	background: url( ../images/content_bg.png ) no-repeat center 8px;
}
ul#menu {
	position: absolute;
	right: 40px;
	top: 150px;
	margin: 10px 0 0;
}
ul#menu li {
	float: left;
	padding: 0 30px 0 0;
}
ul#menu li a {
	font-size: 15px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
#content p {
	padding: 10px 0;
}
#footer {
	height: 108px;
	background: url( ../images/footer_bg.jpg ) no-repeat top center;
}
#contactsInfo {
	padding: 0 0 40px;
}
#contactsInfo p {
	padding: 0;
}
#mapContainer {
	padding: 20px 0;
}