* { 
	padding: 0px;
	margin: 0px;
	outline: none;
}
img {
	border: none;
}
body {
	font: 12px arial;
	background: #1B156B;
}
#main_out {
	width: 100%;
	background: url(./img/bg.png) #8FD3F5 repeat-x;
	border-bottom: 10px solid #1B156B;
	float: left;
	_float: none; /*IE6 FIX*/
}
#main_in {
	width: 1002px;
	min-height: 305px;
	_height: 305px; /*IE6 FIX*/
	margin: 0 auto;
}
#main {
	width: 1002px;
	min-height: 609px;
	_height: 609px; /*IE6 FIX*/
	float: left;
}
.bg_index {
	background: url(./img/bg_index.jpg) no-repeat;
}
.bg_top {
	background: url(./img/bg_top.png) no-repeat center 15px;
}
.bg_bottom {
	background: url(./img/bg_bottom.png) no-repeat right bottom;
}
#logo {
	padding: 10px 0 0 15px;
	float: left;
}
.logo_big {
	width: 900px;
}
.logo_small {
	width: 310px;
}
h1 {
	width: 570px;
	float: right;
}
h1 img {
	margin: 20px 10px 0 0;
	float: right;
}
h1 span {
	text-indent: -9999px;
	float: left;
}
#nav {
	width: 276px;
	list-style: none;
	text-align: center;
	padding: 50px 0 0 390px;
	float: left;
}
#nav li {
	width: 276px;
	float: left;
}
#nav li a {
	display: -moz-inline-box;
	display: inline-block;
}
#nav li a.item_1 {
	width: 276px;
	height: 104px;
	background: url(./img/index_nav_1.png) no-repeat;
}
#nav li a:hover.item_1 {
	background: url(./img/index_nav_1.png) no-repeat 0 bottom;
}
#nav li a.item_2 {
	width: 246px;
	height: 94px;
	background: url(./img/index_nav_2.png) no-repeat;
}
#nav li a:hover.item_2 {
	background: url(./img/index_nav_2.png) no-repeat 0 bottom;
}
#nav li a.item_3 {
	width: 179px;
	height: 106px;
	background: url(./img/index_nav_3.png) no-repeat;
}
#nav li a:hover.item_3 {
	background: url(./img/index_nav_3.png) no-repeat 0 bottom;
}
#nav li a.item_4 {
	width: 276px;
	height: 104px;
	background: url(./img/index_nav_4.png) no-repeat;
}
#nav li a:hover.item_4 {
	background: url(./img/index_nav_4.png) no-repeat 0 bottom;
}
#nav li a.item_5 {
	width: 246px;
	height: 94px;
	background: url(./img/index_nav_5.png) no-repeat;
}
#nav li a:hover.item_5 {
	background: url(./img/index_nav_5.png) no-repeat 0 bottom;
}
#nav li a.item_6 {
	width: 276px;
	height: 104px;
	background: url(./img/index_nav_6.png) no-repeat;
}
#nav li a:hover.item_6 {
	background: url(./img/index_nav_6.png) no-repeat 0 bottom;
}
#nav li a span {
	text-indent: -9999px;
	float: left;
}
#form, #form div {
	width: 980px;
	border: none;
	padding: 0 0 10px 0;
	float: left;
}
#form img {
	float: left;
}
#form .label_1, #form .label_2 {
	width: 267px;
	text-align: center;
	text-transform: uppercase;
	float: left;
}
#form .label_1 {
	color: #1B156B;
	font: 25px arial;
	padding: 90px 5px 0 5px;
}
#form .label_2 {
	color: #00ABEC;
	font: 22px arial;
}
#form .label_1 strong, #form .label_2 strong {
	display: block;
}
#form .label_1 input, #form .label_2 input {
	width: 237px;
	font: bold 18px Arial;
	border: none;
	float: left;
}
#form .label_1 input {
	height: 21px;
	background: url(../img/input_bg_1.gif) no-repeat;
	padding: 14px 15px;
}
#form .label_2 input {
	height: 20px;
	background: url(../img/input_bg_2.gif) no-repeat;
	padding: 11px 15px;
}
#form .submit {
	width: 267px;
	height: 42px;
	color: #FFF;
	font: bold 22px Arial;
	text-align: center;
	text-transform: uppercase;
	background: url(../img/submit.gif) no-repeat;
	cursor: pointer;
	border: none;
	margin: 0 6px 0 0;
	float: right;
}
#content {
	width: 940px;
	color: #FFF;
	padding: 30px;
	float: left;
}
#content h2, #content p {
	text-transform: uppercase;
	padding: 0 0 15px 0;
	display: block;
}
#content h2 {
	color: #1B156B;
	font: bold 36px Arial;
}
#content p {
	font: bold 20px Arial;
	line-height: 1.4;
}
#footer {
	width: 982px;
	color: #FFF;
	font: 10px arial;
	border-bottom: 10px solid #1B156B;
	padding: 0 10px;
	margin: 0 auto;
}
#footer img {
	vertical-align: middle;
	margin: 0 5px 0 0;
}
