
body {
	margin: 0;
	padding: 0;
	line-height: 1.7em;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
    background: #000000 url(../images/main_bg.jpg) repeat-y center;
}
		
a:link, a:visited { color: #2f5e9e; text-decoration: none; font-weight: normal; } 
a:active, a:hover { color: #9f1a04; text-decoration: underline; }

p { margin: 0px; padding: 0px; }

img { margin: 0px; padding: 0px; border: none; }

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 1px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }

h1 {
	margin: 0px;
	padding: 2px 0;
	font-size: 30px;
	font-weight: bold;
}

h2 {
	margin: 0 0 10px 0;
	padding: 10px 0;
	font-size: 20px;
	font-weight: bold;
	color: #e48009;
}

h3 {
	margin: 0 0 10px 0;
	padding: 0px;
	font-size: 20px;
	font-weight: bold;
	color: #9f1a04;
}

.image_wrapper{
	margin-top: 3px;
	margin-bottom: 5px;
	border: 5px solid #e8e8e8;
	padding: 1px;
	background: #fff;
}

.fl_image{
	float: left;
	margin-right: 30px 
}

.fr_image{
	float: right;
	margin-left: 20px 
}


.button a {
	display: block;
	width: 164px;
	height: 34px;
	padding: 10px 0 0 0;
	color: #e88d23;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: url(../images/button_01.png) no-repeat;
}

.button a:hover {
	color: #ffffff;
	background: url(../images/button_01_hover.png) no-repeat;
}

.button_02 a {
	display: block;
	width: 270px;
	height: 25px;
	padding: 1px 0 0 0;
	color: #CC3300;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	background: url(../images/button_02_.png) no-repeat;
}

.button_02 a:hover {
	color: #0066FF;
	background: url(../images/button_02_.png) no-repeat;
}

.fl { float: left; }
.fr { float: right; }

.margin_r_10 { margin-right: 10px; }

.margin_r_20 { margin-right: 20px; }

.margin_r_40 { margin-right: 40px; }

/*member's login*/
.member_login{float:right; height:100px; width:294px; padding:0px; margin:5px 0 0 0; }

.member_login .login_box{float:left; width:294px; height:100px; background:url(../images/member_login_1.png); background-repeat:no-repeat; }
.member_login .login_box .column_1{float:left; width:80px; padding:0px; margin:40px 0 0 5px; font-weight:bold;}
.member_login .login_box .column_2{float:left; width:100px; margin:48px 5px 0 0; padding:0; display:inline}
.member_login .login_box .column_3{float:left; width:58px; padding:0px 0 0 1px; margin:48px 0 0 0;}
.member_login .login_box .column_4{float:left; width:auto; padding:20px 0 0 0}

.member_login .login_box form{float:left; width:292px; }
.member_login .login_box fieldset{float:left; width:292px; border:none; margin:0; padding:0}
.member_login .login_box label{float:left; width:auto;  color:#CC3300; padding:2px 5px 3px 5px}
.member_login .login_box input{float:left; width:100px; height:13px; color:#003465; margin:0 0 5px 0; display:inline}
.member_login .login_box input.login{float:left; width:80px; height:39px; margin:0; padding:0}



.member_login .login_box .column_4 label.password{float:left; width:auto; color:#003465; padding:10px 0px 0 3px}
.member_login .login_box .column_4 label.password a{color:#003465; text-decoration:none}
.member_login .login_box .column_4 label.password a:hover{color:#003465; text-decoration:underline}


/*end member's login*/


/* site title */

#site_title_bar_wrapper {
	width: 100%;
	height: 108px;
	margin: 0 auto;	
	background: url(../images/site_title_bg_wrapper.jpg) no-repeat center top;
}


#site_title_bar {
	width: 950px;
	height: 100px;
	margin: 0 auto;
	padding: 0 0px;
	background: url(../images/site_title_bg0.jpg) no-repeat center top;
}

#site_title_bar  #site_title {
	float: left;
	padding: 0 0 0 0;
	height:100px;
}


#site_title_bar_1 {
	width: 950px;
	height: 130px;
	margin: 0 auto;
	padding: 0 20px;
	background: url(../images/site_title_bg_10.jpg) no-repeat center top;
}

#site_title_bar_1  #site_title {
	float: left;
	padding: 10px 0 0 0;
}

#site_title h1 a {
	margin: 0px;
	padding: 0px;
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#site_title h1 a:hover {
	font-weight: bold;	
	text-decoration: none;
}

#site_title h1 a span {
	display: block;
	margin-left: 0px;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: 4px;
}


#site_title_bar .social_network {
	float: right;
	margin: 0px;
	padding: 30px 0 0 0;
	list-style: none;
}

.social_network li {
	margin: 0px;
	padding: 0px;
	display: inline;
}

.social_network li a {
	float: left;
	display: block;
	width: 62px;
	height: 78px;
	margin-left: 10px;
}
/* end of site title */

/* banner */

#banner_wrapper {
	width: 100%;
	height: 310px;
	margin: 0 auto;	
	background: url(../images/banner_bg_wrapper.jpg) no-repeat center top;
}

#banner {
	width: 890px;
	height: 210px;
	margin: 0 auto;
	padding: 30px 50px;
	background: url(../images/banner_bg.jpg) no-repeat center top;
}

#banner #banner_content {
	float: left;
	width: 550px;
}

#banner #banner_content h2 {
	font-size: 30px;
	margin-bottom: 10px;
	color: #000000;
	font-weight: normal;
}

#banner #banner_content p {
	line-height: 28px;
	font-size: 15px;
	letter-spacing: 0px;
	color: #000;
	margin-bottom: 20px;
}

#banner #banner_content span {
	color: #e88d23;
}

#banner .banner_image {
	float: right;
	width: 253px;
	height: 247px;
	background: url(../images/girl.png) no-repeat;
}

/* end of banner */

/* menu */

#menu_wrapper {
	width: 100%;
	height: 97px;
	margin: 0 auto;	
	background: url(../images/menu_bg_wrapper.jpg) no-repeat center top;
}

#menu_wrapper_1 {
	width: 100%;
	height: 120px;
	margin: 0 auto;	
	background: url(../images/menu_bg_wrapper.png) no-repeat center top;
}


#menu {
	width: 990px;
	height: 70px;
	margin: 0 auto;
	padding-top: 20px;
	background: url(../images/menu_bg_wrapper.jpg) no-repeat center top;
}

#menu ul {
	width: 930px;
	margin: 0px auto;
	padding: 0px;
	list-style: none;
}

#menu ul li {
	padding: 0px;
	margin: 0px;
	display: inline;
}

#menu ul li a {
	position: relative;
	float: left;
	display: block;
	width: 130px;
	margin-right: 2px;
	height: 50px;
	padding: 20px 0 0 0;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
	color: #ffffff;	
	font-weight: bold;
	outline: none;
}

#menu ul li a span {
	position: absolute;	
	top : 0px;
	right: -2px;
	width: 2px;
	height: 70px;
	background: url(../images/divider.png) right no-repeat;
}

#menu li a:hover, #menu li .current {
	background: url(../images/menu_mouse_hover.png) center no-repeat;
}

#menu li .last span {
	background: none;
}

/* end of menu */

/* content */

#content {
	width: 940px;
	margin: 0 auto;
	padding: 0px 25px;	
	background: url(../images/content_middle.jpg) repeat-y center top;
}

#content_bottom {
	width: 990px;
	height: 25px;
	margin: 0 auto;
	background: url(../images/content_bottom.jpg) no-repeat center top;
}

#content p {
	margin-bottom: 10px;
}

.content_link {
	font-size:13px;
	font-weight:bold;
}

.section_w940 {
	clear: both;
	width: 940px;
}

.product_box {
	float: left;
	width: 270px;
	padding: 15px;
	background: url(../images/product_box.jpg) no-repeat top center;
}

.product_box h2 {
	font-size: 18px;
	margin-bottom: 15px;
	padding: 2px 0;
}

.product_box p {
	margin-bottom: 15px;
}

.product_box img {
	float: left;
	padding-top: 5px;
	margin-right: 10px;
}

.section_w450 {
	float: left;
	width: 450px;
}
.section_cont {
	float: left;
	width: 940px;
}
.section_cont p{
	float: left;
	color:#000;
	text-align:justify;
}

.gallery {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.gallery li {
	margin: 0px;
	padding: 0px;
	display: inline;
}

.gallery li span {
	float: left;
	margin: 0 10px 10px 0;	
	border: 4px solid #e2e1e1;
}

.gallery li img {
	width: 70px;
	height: 70px;
	border: 1px solid #ffffff;
}

.news_box{
	margin-bottom: 10px;
	border-bottom: 1px dashed #ccc;	
	color: #2f5e9e;
}

.news_box .post_info {
	color: #666;
}

.news_box .post_info a {
	color: #000000;
	font-weight: bold;
}

.news_box .post_info strong {
	color: #000000;
}

.news_box a{
	color: #2f5e9e;
}
/* end of menu */

/* content */

#footer {
	width: 940px;
	margin: 0 auto;
	padding: 20px 25px;
	background: none;
	text-align: center;
	color: #CCCCCC;
}

#footer a {
	font-weight: bold;
	color: #CCCCCC;
}

#footer .footer_menu {
	margin: 0 0 10px 0;
	padding: 0px;
	list-style: none;
}

.footer_menu li {
	margin: 0px;
	padding: 0 20px;
	display: inline;
	border-right: 1px solid #ffffff;
}

.footer_menu .last_menu {
	border: none;
}

.table_tr {
	background-color:#3E9EFF;
	font-weight:bold;
	color:#FFFFFF;
	}
.table_tr_sub {
	background-color:#6597fc;
	font-weight:bold;
	color:#FFFFFF;
	}	
.table_tr1 {
	background-color:#9BCDFF;
	font-weight:bold;
	}
.table_tr1a {
	
	font-weight:bold;
	}	
.table_tr_1 {
	background-color:#9BCDFF;
	font-weight:bold;
	}
.table_tr2 {
	background-color:#3366CC;
	font-weight:bold;
	color:#FFFFFF;
	font-size:16px;
	}	
.table_tr2a {
	background-color:#3366CC;
	font-weight:bold;
	color:#FFFFFF;
	font-size:12px;
	}		
.table_tr_2 {
	background-color:#3366CC;
	font-weight:bold;
	color:#FFCC00;
	font-size:12px;
	}		
	
.legal{border:1px solid #000000;}	
.legal:hover{border:1px dashed #CC3300;}	
/* end of menu */
