/*
Credit: http://www.bbminfo.com
*/

body {
	margin: 0px;
	padding: 0px;
	color: #666;
	font-family: Helevetica,Arial,sans-serif;
	font-size: 13px;
	line-height:1.5em; 
	background-color: #fff;
	background-image: url(images/bbminfo_body.jpg);
	background-repeat: repeat-x;
}

a, a:link, a:visited {
	color:#006666;
}

a:hover {
	color:#003333
	text-decoration: none;
}

p { margin: 0px; padding: 0 0 10px 0; }
img { border: none; }

h1 { font-size: 40px; font-weight: bold; margin: 0 0 30px 0; padding: 5px 0; color: #000; }
h2 { font-size: 28px; font-weight: normal; line-height: 28px; margin: 0 0 30px 0; padding: 0; color: #000; }
h3 { font-size: 21px; margin: 0 0 20px 0; padding: 0; padding: 0; color: #e2d8bd; }
h4 { font-size: 18px; margin: 0 0 20px 0; padding: 0; }
h5 { font-size: 16px; margin: 0 0 10px 0; padding: 0; }
h6 { font-size: 14px; margin: 0 0 5px 0; padding: 0;}

.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: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }

.margin_r30 { margin-right: 30px; }

.vertical_divider { border-right: 1px solid #d9d9d9; }
.horizon_divider {  border-bottom: 1px solid #d9d9d9; }

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.image_wrapper {
	display: inline-block;
	padding: 8px;
	border: 1px solid #999;
	background: #ffffff;
	margin-bottom: 10px;
}
.fl_img {
	float: left;
	margin: 3px 30px 15px 0;
}
.fr_img {
	float: right;
	margin: 3px 0 15px 30px;
}

blockquote { font-style: italic; margin-left: 10px;}
cite { font-weight: bold; }
cite span { color:#006666; }
em { color:#006666;; }

.bbminfo_list {
	margin: 20px 0;
	padding: 0;
	list-style: none;
}

.bbminfo_list li {
	background: transparent url(images/bbminfo_list.png) no-repeat scroll 0 4px;
	margin:0 0 20px;
	padding:0 0 0 25px;
	line-height: 20px;
}

.button a {
	clear: both;
	display: block;
	width: 75px;
	height: 24px;
	padding: 4px 27px 0 0;
	margin-top: 15px;
	background: url(images/bbminfo_button.png) no-repeat;
	color: #000;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.button a:hover {
	background: url(images/bbminfo_button_hover.png) no-repeat;
}

#bbminfo_wrapper {
	width: 1010px;
	margin: 0 auto;
}

#bbminfo_header {
	width: 400px;
	height: 68px;
	padding-left:450px;
	padding-top:50px;
	padding-right:150px;
	background: url(images/bbminfo_header.png) no-repeat;
}

#header_sec {
text-align:right; color:#000000; font-weight:bold; padding-bottom:15px;
}

#site_title {
	float: left;
	width: 500px;
	padding: 0;
}

#bbminfo_header  #site_title h1 {
	margin: 0;
	padding: 0;
}

#bbminfo_header  #site_title h1 a {
	margin: 0px;
	padding: 0px;
	font-size: 38px;
	color: #000;
	font-weight: normal;
	text-decoration: none;
}

#bbminfo_header  #site_title a span {
	display: block;
	font-size: 16px;
	color: #666;
	font-weight: bold;
	letter-spacing: 2px;
	margin-left: 5px;
}

/* menu */

#bbminfo_menu {
	width: 1010px;
	height: 40px;
	background: url(images/bbminfo_menu.png) repeat-x;
}

#bbminfo_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#bbminfo_menu ul li{
	padding: 0px;
	margin: 0px;
	display: inline;
}

#bbminfo_menu ul li a {
	float: left;
	display: block;
	width: 140px;
	height: 33px;
	padding: 17px 34px 0 0;
	margin: 0 5px 0 0 ;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	color: #333;	
	font-weight: bold;
	outline: none;
	border: none;
	background: url(images/bbminfo_menu_divider.png) right no-repeat;
}

#bbminfo_menu ul li a:hover, #bbminfo_menu ul li .current {
	color: #fff;
}

/* end of menu */

/* slider */

#bbminfo_banner {
	clear: both;
	position: relative;
	width: 970px;
	height: 201px;
	padding: 50px 20px;
	background: url(images/bbminfo_slider.png) no-repeat;
	overflow:hidden;
}

#bbminfo_banner .nav_bg {
	position: absolute;
	bottom: 20px;
	right: 6px;
	width: 94px;
	height: 47px;
	background: url(images/bbminfo_slider_nav_bg.png) no-repeat;
}

/* end of slider */

/* main */

#bbminfo_main {
	position: relative;
	width: 900px;
	padding: 45px 55px;
	background: url(images/bbminfo_content.png) repeat-y;
}

#bbminfo_main .main_top {
	position: absolute;
	top: 0;
	left: 20px;
	width: 970px;
	height: 45px;
	background: url(images/bbminfo_content_top.png) no-repeat;
}

#bbminfo_main_bottom {
	width: 1010px;
	height: 40px;
	background: url(images/bbminfo_content_bottom.png) no-repeat;
}

#bbminfo_content {
	float: left;
	width: 560px;
}

#bbminfo_sidebar {
	float: right;
	width: 280px;
}

.col_w420 {
	width: 420px;
}

.col_w420 p {
	text-align:justify;
}
.col_w250 {
	width: 250px;
}

.welcome_text {
	font-size: 16px;
	color:#003366;
	font-style: italic;
	text-align: center;
	margin-bottom: 60px;
	padding-bottom: 30px;
	line-height: 30px;
	border-bottom: 1px solid #CCC;
	font-weight:bold;
}

#bbminfo_content .news_box {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #999;
}

#bbminfo_content .news_box h2 {
	margin-bottom: 5px;
}

#bbminfo_content .news_box p {
	text-align: justify;
}

#bbminfo_content .news_box .news_info {
	margin-bottom: 20px;
}
/* end of main */
#contact_form {
	float: left;
	padding: 0;
}

#contact_form form {
	margin: 0px;
	padding: 0px;
	/*border:1px solid #e2d1be;
	padding: 20px 20px 10px 20px; */
}

#contact_form form .input_field {
	width: 350px;
	padding: 5px;
	font-family: Tahoma, Geneva, sans-serif; 
	font-size: 12px;
	background: #fff;
	border: 1px solid #dfdfdf;
	color:#666;
}

#contact_form form label {
	display: block;
	width: 100px;
	margin-right: 10px;
	font-size: 13px;	
}

#contact_form form textarea {
	width: 450px;
	height: 200px;
	padding: 5px;
	font-family: Tahoma, Geneva, sans-serif; 
	font-size: 12px;
	color:#666;
	background: #fff;
	border: 1px solid #dfdfdf;
}

#contact_form form .submit_btn {
	margin: 10px 0px; 
	padding: 5px 14px; 
	border: 1px solid #dfdfdf; 
	background: #fff;
	color:#666;
}

/* footer */

#bbminfo_footer {
	width: 910px;
	padding: 0 30px 10px;
	text-align: center;
	color: #000;
}

#bbminfo_footer a {
	color: #000;
	font-weight:bold;
	text-decoration:none;
}
/* end of footer */


.bbminfo_Links a {
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}

#bbminfo_content h2 {
height: 31px;
display: block;
position: relative;
padding: 24px 0 0 0;
font: 16px/16px Georgia, "Times New Roman", Times, serif;
color: #006699;
margin: 5px 0 5px 0px;
}

#bbminfo_content p {
text-align:justify;
color: #666;
line-height:22px;
}

#bbminfo_content strong {
text-align:justify;
color: #555;
line-height:22px;
font-weight:bold;
}

.bbminfo_BorderBtm {
	border-bottom: 1px solid #dfdfdf;
}

.bbminfo_WtMainBox {
	width:520px;
	margin:auto;
	border: 1px solid #dfdfdf;
	overflow:visible;
	margin-top:25px;
	margin-bottom:25px;
}

.bbminfo_WtBox {
	width:520px;
	height:40px;
	margin:auto;
}

.bbminfo_WtSize {
	width:79px;
	height:40px;
	float:left;
	text-align:center;
	line-height:40px;
	font-weight:bold;
	margin:10pz;
	border-right: 1px solid #dfdfdf;
	margin:auto;
}

.bbminfo_WtMin {
	width:99px;
	height:40px;
	float:left;
	text-align:center;
	line-height:40px;
	font-weight:bold;
	margin:10pz;
	border-right: 1px solid #dfdfdf;
	margin:auto;
}

.bbminfo_WtMax {
	width:99px;
	height:40px;
	float:left;
	text-align:center;
	line-height:40px;
	font-weight:bold;
	margin:10pz;
	border-right: 1px solid #dfdfdf;
	margin:auto;
}

.bbminfo_Wtcus {
	width:79px;
	height:40px;
	float:left;
	text-align:center;
	line-height:40px;
	font-weight:bold;
	margin:10pz;
	border-right: 1px solid #dfdfdf;
	margin:auto;
}

.bbminfo_Noscus {
	width:79px;
	height:40px;
	float:left;
	text-align:center;
	line-height:40px;
	font-weight:bold;
	margin:10pz;
	border-right: 1px solid #dfdfdf;
	margin:auto;
}

.bbminfo_wtPro {
	width:80px;
	height:40px;
	float:left;
	text-align:center;
	line-height:40px;
	font-weight:bold;
	padding-top:2px;
	margin:auto;
}

.bbminfo_HLred {
	color:#D00D0D;
}
.bbminfo_HLblue {
	color:#003366;
}
.bbminfo_TXTWt {
	width:65px;
	height:20px;
	color:#000000;
	text-align:right;
	padding-right:5px;
	resize:none;
}

.bbminfo_TXTQt {
	width:175px;
	color:#000000;
	text-align:left;
	padding-right:5px;
	resize:none;
}

.bbminfo_hidden {
	display:none;
	visibility:hidden;
}

.bbminfo_font14 {font-size: 14px; color:#D00D0D; font-weight:bold;}

.bbminfo_font16 {font-size: 16px; color:#D00D0D; font-weight:bold;}


.bbminfo_RtMainBox {
	width:200px;
	margin:auto;
	border: 1px solid #dfdfdf;
	overflow:visible;
	margin-top:25px;
	margin-bottom:25px;
}

.bbminfo_RtBox {
	width:200px;
	height:40px;
	margin:auto;
}

.bbminfo_RtSize {
	width:89px;
	height:40px;
	float:left;
	text-align:center;
	line-height:40px;
	font-weight:bold;
	margin:10pz;
	border-right: 1px solid #dfdfdf;
	margin:auto;
	padding-left:10px;
}

.bbminfo_Rt {
	width:90px;
	height:40px;
	float:left;
	text-align:center;
	line-height:40px;
	font-weight:bold;
	padding-right:10px;
	margin:auto;
}

.bbminfo_Note {
margin-top:5px; margin-bottom:5px; color:#FF0000; font-size:11px; text-align:center; font-weight:bold; font-style:italic;
}

.bbminfo_WtCheck {
	cursor:pointer;
	border:none;
}

.bbminfo_QtMainBox {
	width:275px;
	margin:auto;
	border: 1px solid #dfdfdf;
	overflow:visible;
	margin-top:25px;
	margin-bottom:25px;
}

.bbminfo_QtBox {
	width:275px;
	height:40px;
	margin:auto;
}

.bbminfo_QtSize {
	width:69px;
	height:40px;
	float:left;
	text-align:left;
	line-height:40px;
	font-weight:bold;
	margin:10pz;
	border-right: 1px solid #dfdfdf;
	margin:auto;
	padding-left:10px;
}

.bbminfo_Qt {
	width:185px;
	height:40px;
	float:left;
	text-align:center;
	line-height:40px;
	font-weight:bold;
	padding-right:10px;
	margin:auto;
}

.bbminfo_QtA {
	height:80px;
}

.success{
	color:#006600;
}

.failure{
	color:#FF0000;
}

.bbminfo_Top_ad_Box {
	width:900px;
	height:90px;
	margin-top:10px;
	margin-bottom:10px;
	padding:5px;
	border: 1px solid #ccc;
	float: right;
margin-right: 23px;
}

.bbminfo_Tod_ad_google_728 {
	width:728px;
	height:90px;
	float:right;
}

.bbminfo_Tod_ad_bbm_160 {
	width:160px;
	height:90px;
	margin-right:10px;
}

.bbminfo_ad_body {
width:470px;
height:60px;
/*background-color: #6ad3e5;*/
background-color:#e1fbfd;
border:1px solid #CCCCCC;
padding:5px;
margin:auto;
margin-bottom:15px;
margin-top:15px;
}

.bbminfo_ad_bodyIn {
width:468px;
height:60px;
background-color:#FFFFFF;
border:1px solid #CCCCCC;
}

.bbminfo_ad_footer {
width:602px;
height:250px;
/*background-color: #6ad3e5;*/
background-color:#e1fbfd;
border:1px solid #CCCCCC;
padding:5px;
margin:auto;
margin-bottom:15px;
}

.bbminfo_ad_footerIn {
width:600px;
height:250px;
background-color:#FFFFFF;
border:1px solid #CCCCCC;
}

.bbminfo_ad_footerInSub {
float:left;
width:300px;
height:250px;
}

.bbminfo_ad_bodyLine {
width:468px;
height:15px;
margin:auto;
margin-bottom:20px;
margin-top:10px;
}