/* CSS version 2.0, by Boris Cherny. */
/*Many thanks to Andreas, NickyD, ditchCrawler, TomW, whowrotewhat, hash bar, and Sanden Cottongame */
* {
	margin: 0;
}
html, body {
	height: 100%;
}
body {
	background: White url(../img/main_bg_2.png) repeat-x top;
	color: #302e2e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	margin: 0;
	padding: 0;
}
a {
	color: #E77918;
	text-decoration: none; /*	text-decoration: underline; */
	font-size: 1.1em;
}
a:hover {
	color: #E77918;
	text-decoration: underline;
}

.clearfloat{
	clear: both;
}

/*   */

/* ---------------------------------------  */
#wrap{
	background-position: 0px 0px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	width: 950px;
	margin: 0 auto -53px;
}

/* ---------------------------------------  */
#header{
	float: left;
	width: 100%;
	height: 131px;
}
#header_logo{
	float: left;
	width: 150px;
	height: 53px;
	margin-top: 20px;
	margin-left: 23px;
	background: url(../img/logo.png) no-repeat center;
}
#header_login{
	float: left;
	width: 400px;
	height: 20px;
	margin-left: 375px;
	margin-top: 10px;
}

.login_name{
	float: right;
	text-align: right;
}
.login_field{
	float: left;
	width: 160px;
	height: 20px;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
	background-color: #514E4D;
}
.login_field input{
	border: none;
	text-align: center;
	color: white;
	background-color: #514E4D;
}
.login_button{
	border: none;
	text-align: center;
	color: white;
	width: 50px;
	height: 20px;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 11px;
	padding-bottom: 4px;
	background-color: #E77918;
}
/* ---------------------------------------  */
#top_menu{
	float: left;
	margin-top:18px;
	width: 700px;
	height: 40px;
	font-size: 12px;
	

}
.top_menu_item{
	float: left;
	height: 30px;
	padding: 10px 10px 0px 10px;

}
.top_menu_item:hover{
	background-color: #605D5C;
}
.top_menu_item a{
	text-decoration: none;
	font-weight: bolder;
	color: white;
}
.top_menu_item a:hover{
	color: white;
}
#banner{
	float: left;
	width: 100%;
	height: 240px;
	margin-bottom: 5px;
	background: url(../img/banner.png) no-repeat center;
}
/* ---------------------------------------  */
#main{
	float: left;
	width: 100%;
	height: 210px;
}
.box_main{
	float: left;
	width: 294px;
	height: 210px;
	margin-left: 11px;
	margin-right: 11px;
}

.box_main h1{
	font-size: 16px;
	text-align: left;
	margin: 0;
	padding-top: 5px;
	padding-bottom: 10px;
	color: #E77918;
	font-weight: bold;
}
.box_main_mid p{
	margin: 0;
	font-size: 12px;
	text-align: left;
	padding-bottom: 5px;
	line-height: 140%;
}
/* ---------------------------------------  */
#sub{
	float: left;
	left: 0px;
	width: 100%;
	line-height: 140%;
}

.sub_box{
	float: left;
	width: 290px;
	min-height: 250px;
	margin: 0px 10px 0px 3px;
}

.sub_box_menu_item{
	float: left;
	width: 270px;
	height: 25px;
	color: white;
	background-color: #E77918;
	padding: 13px 10px 0px 10px;
	border-bottom: thin solid White;
}
.sub_box_menu_item:hover{
	background-color: #605D5C;
}
.sub_box_menu_item a{
	text-decoration: none;
	font-weight: bolder;
	color: white;
}
.sub_box_menu_item a:hover{
	color: white;
}


.sub_main{
	float: left;
	width: 610px;
	margin-left:10px;
}

.sub_main_navi{
	float: left;
	width: 100%;
	height: 13px;
	padding-top: 4px;
	text-align: left;
}
.sub_main_main{
	float: left;
	padding-top: 10px;
}

.sub_main_main h1{
	margin: 10px 0px 15px 0px;
	color: #E77918;
	font-weight: bolder;
	font-size:15px;
}
.sub_main_main h2{
	margin: 10px 0px 10px 0px;
	font-weight: bolder;
	font-size:13px;
}
.sub_main_main p{
	margin: 5px 0px 5px 0px;
	font-size:11px;
}

/* ---------------------------------------  */
#partners{
	float: left;
	width: 100%;
	min-height: 40px;
	padding-top: 20px;
	margin-left:290px;
}
/* ---------------------------------------  */

.footer{
	float: left;
	width: 100%;
	height: 53px;
	color: white;
	background-color: #E77918;
}

#bottom_menu{
	float: left;
	text-align: center;
	width: 100%;
	height: 22px;
	padding-top: 10px;
	color: white;
}
#bottom_menu a{
	font-weight: bolder;
	color: white;
}
#bottom_menu a:hover{
	text-decoration: underline;
	color: white;
}
/* ---------------------------------------  */