@charset "utf-8";
/* Basic CSS */
body {
	margin: 0;
	padding: 10px;
	font-family: 'Open Sans Condensed',  sans-serif;
	line-height: 1.5;
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-image: url(../../content/images/body_bg.jpg);
}
header nav {
	text-align: center;
	background-color: #d82009;
	background-image: url(../../content/images/top_menu_top_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
header nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
header nav ul li {
	display: inline;
	margin: 0px;
}
header nav ul li:first-child {
	margin: 0;
}
header nav ul li ul {
display: none;
}
header   {
display: block;
float: left;
width: 100%;
}
.site_body {
	width: 1000px;
	min-width: 320px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.site_head {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	
}
.top_head {
	margin: 0px;
	float: left;
	width: 100%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.site_logo {
	width: 200px;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.menu_head {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	
}
.menu_head a{
	color: #FFF;
	text-decoration: none;
	display: inline-block;
	margin: 0px;
	font-size: 18px;
	font-weight: bold;
	background-color: #d92009;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
/* MQ END */
.menu_head a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #333;
	background-image: url(../../content/images/menu_top_button_bg.gif);
	background-position: left top;
	background-repeat: no-repeat;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #333;
}



.menu_head_active a{
	color: #FFF;
	text-decoration: none;
	display: inline-block;
	margin: 0px;
	font-size: 18px;
	font-weight: bold;
	border-top-width: 3px;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;

	background-color: #333;
	background-image: url(../../content/images/menu_top_button_bg.gif);
	background-position: left top;
	background-repeat: no-repeat;
	border-top-style: solid;
	border-top-color: #333;
}







.site_content {
	float: left;
	width: 100%;
	padding: 0px;
	display: table;
	font-size: 16px;
	line-height: 25px;
	color: #000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.site_content img {
	border: 1px solid #CCC;
	padding: 5px;
	-moz-box-shadow: 5px 5px 5px #CCC;
	-webkit-box-shadow: 5px 5px 5px #CCC;
	box-shadow: 5px 5px 5px #CCC;
	background-color: #FFF;
}

.icon_contact img {
	border: none;
	padding: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	height: 32px;
	width: 32px;
}
.site_bottom {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	background-color: #DEDEDE;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #BBB;
}
.partners {
	width: 300px;
	min-width: 240px;
	float: right;
	margin-bottom: 20px;
}
.partners img{
	padding: 2px;
	background-color: #DEDEDE;
	border: 1px solid #CCC;
	height: 60px;
	width: 60px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}

.partners h2{
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	line-height: normal;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #D92009;
	padding-left: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}


/* media queries */
/* for 1000px or less */
@media screen and (max-width: 10000px) {
.sub_menu_box_link_head {
	display: none;

}
}
/* for 1000px or less */
@media screen and (max-width: 1000px) {
.site_body {
	width: 96%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.partners {
	float: right;
}
.bottom_menu {
	float: left;
	width: 50%;
	
}
.copyright {
	width: 50%;
	float: right;
	
}
.sub_menu_box_link_head {
	display: none;

}
.site_content h1{
	font-size: 26px;
	
}

.site_homep h1 {
	font-size: 26px;
	
	}
}
/* for 930px or less */
@media screen and (max-width: 930px) {

.partners {
	float: left;
	width:300px;
}
.sub_menu_box_link_head {
	display: none;

}
.site_content h1{
	font-size: 25px;
	
}

.site_homep h1 {
	font-size: 25px;
	
	}
}

/* for 800px or less */
@media screen and (max-width: 800px) {
.site_body {
	width: 96%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.partners {
	float: left;
	width: 300px;
}
.sub_menu_box_link_head {
	display: none;

}
.site_content h1{
	font-size: 24px;
	
}

.site_homep h1 {
	font-size: 24px;
	
	}

}
/* for 640px or less */
@media screen and (max-width: 640px) {
.site_body {
	width: 96%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.partners {
	float: left;
	width: 300px;
}
.bottom_menu {
	float: left;
	width: 100%;

}
.copyright {
	width: 100%;
	float: right;

}
.sub_menu_box_link_head {
	display: none;

}

.site_content h1{
	font-size: 22px;
	
}

.site_homep h1 {
	font-size: 22px;
	
	}

}
/* for 480px or less */
@media screen and (max-width: 480px) {
.site_body {
	width: 96%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.partners {
	float: left;
	max-width: 100%;
}
.bottom_menu {
	float: left;
	width: 100%;

}
.copyright {
	width: 100%;
	float: right;

}
.bottom_box1 {
	width: 100%;
	float: left;
}
.sub_menu_box_link_head {
	display:block;

}

.slider_ {
	display:none;
}

.site_content h1{
	font-size: 20px;
	
}

.site_homep h1 {
	font-size: 20px;
	
	}
.site_content img {
	
	width:80px;
}

}


.controls_ {
	float: right;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 50%;
}
.controls_ a{
	font-size: 14px;
	background-color: #D92009;
	color: #FFF;
	text-decoration: none;
	display: inline-block;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	line-height: normal;
}
.controls_ a:hover {
	font-size: 14px;
	background-color: #333;
	color: #FFF;
	text-decoration: none;
	line-height: normal;
}
.search_ {
	float: right;
	width: 170px;
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	line-height: normal;
}
.search_ input{
	width: 120px;
	font-size: 14px;
	padding: 2px;
	border: 1px solid #D92009;
}
.lang_ {
	float: right;
	width: 60px;
}

.lang_ a{
	font-size: 14px;
	background-color: #333;
	color: #FFF;
	text-decoration: none;
	display: inline-block;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	line-height: normal;
}
.lang_ a:hover {
	font-size: 14px;
	background-color: #d92009;
	color: #FFF;
	text-decoration: none;
	line-height: normal;
}
.padding_ {
	float: left;
	width:96%;
	padding-top: 17px;
	padding-right: 2%;
	padding-bottom: 17px;
	padding-left: 2%;
}

.bottom_box1 {
	max-width: 240px;
	min-width: 240px;
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
}
.bottom_box1 a{
	font-size: 16px;
	color: #D92009;
	text-decoration: none;
}
.bottom_box1 a:hover {
	color: #D92009;
	text-decoration: underline;
}


.bottom_box1 h2{
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	line-height: normal;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #BBB;
	padding-left: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.bottom_box1 li {
	font-size: 14px;
	color: #FFF;
	list-style-type: none;
	background-image: url(../../content/images/li_bottom_dot.png);
	background-position: left 7px;
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-left: -10px;
}
.copyright {
	float: right;
	font-size: 14px;
	color: #666;
	text-align: right;
	margin-top: 5px;
	width: 100%;
}
.bottom_menu {
	float: left;
	font-size: 14px;
	margin-top: 5px;
	color: #D92009;
	margin-bottom: 10px;
}
.bottom_menu a{
	font-size: 14px;
	color: #333;
	text-decoration: underline;
	margin-right: 2px;
	margin-left: 2px;
	font-weight: bold;
}
.sub_menu_head {
	float: left;
	margin: 0px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width: 100%;
	background-image: url(../../content/images/top_sub_menu_bg.gif);
	background-repeat: no-repeat;
	background-position: 33px top;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: 1px solid #333333;
}

.sub_menu_box_link {
	width: 300px;
	float: left;
	color: #FFF;
	font-size: 16px;
	margin: 8px;
	font-weight: bold;
	display:block;
}
.sub_menu_box_link img {
	width: 80px;
	float: left;
	padding: 2px;
	background-color: #FFF;
	border: 1px solid #FFF;
}
.sub_menu_box_link h1 {
	color: #333;
	font-size: 16px;
	margin-left: 95px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d92009;
	padding-bottom: 3px;
	margin-top: 0px;
	margin-bottom: 5px;
	width: 170px;
	line-height: 18px;
}
.sub_menu_box_link p {
	font-size: 13px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 95px;
	color: #000;
	font-weight: normal;
	width: 170px;
	line-height: 15px;
}
.sub_menu_box_active {
	background-color: #DEDEDE;
	display: block;
	width: 100%;
	float:left;
	background-image: url(../../content/images/sub_menu_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

.sub_menu_box_active img {
	border: 1px solid #CCC;
}


.sub_menu_box_link_head {
	width: 100%;
	float: left;
	background-color: #EEE;
	color: #000;
	font-size: 16px;
	margin-top: 5px;
	font-weight: bold;
	padding-top: 3px;
	border: solid 1px #333;
	text-align:center;
	color: #333;
	margin-bottom: 5px;
	padding-bottom: 3px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
.site_content {
	background-image: url(../../content/images/top_sub_menu_bg.gif);
	background-repeat: no-repeat;
	background-position: 34px top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333; 
}
.site_content a{
	color: #d92009;
	text-decoration: underline;
}

.site_content h1{
	width: 100%;
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 20px;
	line-height: normal;
	
	font-weight: bold;
	color: #333;
	float: left;
	padding-left: 27px;
	background-image: url(../../content/images/h1_left_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.site_content h2 {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: normal;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #dedede;
	float: left;
	padding-left: 20px;
}
.site_content h3 {
	width: 100%;
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: normal;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #dedede;
	float: left;
	padding-left: 5px;
}
.site_content p{
	margin-top: 0px;
	margin-bottom: 10px;
}




.center_menu {
	font-size: 14px;
	margin-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	margin-top: 0px;
	width: 100%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	float: left;
	line-height: normal;
}

.center_menu a{
	font-size: 14px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	padding: 3px;
	margin-top: 2px;
	margin-bottom: 2px;
	color: #d92009;
	background-image: url(../../content/images/box_b.gif);
	background-repeat: no-repeat;
	background-position: right;
	background-color: #FBFBFB;
	line-height: normal;
}

.center_menu a:hover {
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color: #333;
	background-color: #EAEAEA;
	background-image: url(../../content/images/box_b2.gif);
	background-position: right;
	background-repeat: no-repeat;
}



.center_menu_select a {
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	color: #333;
	background-color: #EAEAEA;
	background-image: url(../../content/images/box_b2.gif);
	background-position: right;
	background-repeat: no-repeat;
}
.list_ {
	float: left;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 20px;
}
.list_ h2 {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 5px;
	line-height: normal;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.list_box {
	float: left;
	width: 200px;
	cursor: pointer;
	padding: 5px;
	margin: 5px;
	height: 200px;
	position: relative;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #DDD;
	border-bottom-color: #DDD;
	border-left-color: #DDD;
}
.list_box img{
	margin-top: 10px;
	height: 130px;
	width: 180px;
}

.list_box p{
	font-size: 13px;
	line-height: normal;
	margin-top: 0px;
	margin-bottom: 5px;
}
.list_box_bottom {
	position: absolute;
	bottom: 0px;
	font-size: 13px;
	left: 10px;
}
.path_ {
	float: left;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 0px;
	font-size: 13px;
	line-height: normal;
	font-weight: bold;
	color: #000;
}

.path_ a {
	font-size: 13px;
	line-height: 16px;
	text-decoration: none;
	color: #333;
	display: block;
	float: left;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 1px;
	background-image: url(../../content/images/path_arrow_bg.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin-right: 6px;
	font-weight: bold;
}

.slider_ {
	width: 100%;
	margin-top:15px;
	margin-bottom:10px;
	margin-right: auto;
	margin-left: auto;
}
	
.site_homep {
	float: left;
	width: 100%;
	background-image: url(../../content/images/top_sub_menu_bg.gif);
	background-repeat: no-repeat;
	background-position: 34px top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
}

.site_homep h1 {
	width: 100%;
	margin-top: 20px;
	margin-left: 10px;
	margin-bottom: 20px;
	line-height: normal;
	
	font-weight: bold;
	color: #333;
	float: left;
	padding-left: 27px;
	background-image: url(../../content/images/h1_left_bg.gif);
	background-repeat: no-repeat;
	background-position: left center;
	}