* {
	margin: 0;
	padding: 0;
}
html {height: 100%}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
	background:url(/images/index_topbg.png) repeat-x;
	min-width:1280px;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {}
img {
	border: none;
}
input {vertical-align: middle}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	margin: 0 auto;
	height: 131px;
}

#headerbg {
	background:transparent url(/images/index_top.jpg) no-repeat scroll center top;
	height:418px;
	position:absolute;
	top:0px;
	width:1280px;
	z-index:10;
}

#headerbg-bg {
	overflow:hidden;
	height:131px;
}

#headerbg-bg div {
	height:100%;
}

#leftbg {
	background:transparent url(/images/index_topbg_left.jpg) no-repeat;
	float:left;
	width:477px;
}

#rightbg {
	background:transparent url(/images/index_topbg_right.jpg) repeat-x;
}


/* Middle
-----------------------------------------------------------------------------*/
#content_bg {
	background:url(/images/index_bodyimgbg.jpg) no-repeat left bottom;
}

#content {
	width:958px;
	min-height:1180px;
	margin: 0 auto;
	padding: 9px 151px 29px 171px;
	overflow:hidden;
}

#main_menu {
	font-size:17px;
	margin-bottom:18px;
	z-index:10;
}

#main_menu a {
	color:#5a5a5a;
	font-size:18px;
}

#main_menu .active{
	color:#0a90d6;
}

h1 {
	color:#8b001c;
	line-height:1em;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 958px;
	margin: -29px auto 0;
	height: 29px;
	padding: 0 151px 0 171px;
}

div.contacts {

}

div.contacts_left {
	float:left;
}

div.contacts_right {
	float:right;
	width:133px;
}
