/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background-color:#0072b6;
	font-family:Tahoma, Geneva, Kalimati, sans-serif;
	color:#333333;
	font-size:12px;
}

#wrap{
	width:1000px;
	margin:0px auto 0px auto;
	padding:0px;
	background-color:#FFFFFF;
	overflow:hidden;
}

#wraper{
	width:980px;
	margin:0px auto 0px auto;
	padding:0px;
	background-color:#FFFFFF;
	overflow:hidden;
}

#header{
	width:980px;
	overflow:hidden;
	margin:0px;	
	float:left;
}

#logo{
	background-image:url(../images/logo.jpg);
	width:458px;
	height:81px;
	margin:0px; 
	padding:0px;
	float:left;
}

#phone{
	background-image:url(../images/phone_num.jpg);
	width:315px;
	height:81px;
	margin:0px;
	padding:0px;
	float:right;
	overflow:hidden;
}

.menu_bar{
	min-width:980px;
	height:35px;	
	float:left;
	margin:0px;
	padding:0px;
	background-image:url(../images/menu_bar.jpg);
	background-repeat:repeat-x;
		
}
.menu_bar ul{
	margin:0px;
	padding:5px 0px 0px 0px;
		
}

.menu_bar ul li{
	list-style:none;
	display:inline;
	margin-top:5px;	
	border-bottom:5px solid #e7e7e7;
}

.menu_bar ul li a{
	font-family:Tahoma, Geneva, Kalimati, sans-serif;
	font-size:12px;
	color:#0072B6;
	text-decoration:none;
	margin-right:45px;
	height:25px;	
	float:left;
	border-bottom:5px solid #e7e7e7;
}

.menu_bar ul li.first a{
	margin:70px;
}

.menu_bar ul li.last a{
	margin:0px;
}

.menu_bar ul li.first_current a{
	margin:0px;
	border-bottom:5px solid #000000;
	color:#FF0000;
}

.menu_bar ul li.last_current a{
	margin:0px;
	border-bottom:5px solid #000000;
	color:#FF0000;
}
.menu_bar ul li.last_current a:hover{	
	border-bottom:5px solid #000000;
	color:#FF0000;
}

.menu_bar ul li a:hover{
	color:#0099FF;
	border-bottom:5px solid #FF6600;
}

.menu_bar ul li.current a{
	border-bottom:5px solid #000000;
	color:#FF0000;
}

#banner{
	width:978px;
	border:1px solid #e7e7e7;
	overflow:hidden;
	margin:13px 0px 0px 0px;
	padding:0px;
	float:left;
}

#first_box{
	width:721px;
	height:205px;
	overflow:hidden;
	float:left;
	background-color:none;
	margin:0px;
	padding:10px;
}

#second_box{
	width:226px;
	height:205px;
	float:left;
	background-color:none;
	margin-top:10px;
}

.quick_disp{
	background-image:url(../images/coupon_disp.jpg);
	width:217px;
	height:94px;
	margin-left:10px;
	margin-top:2px;
}
.quick_disp_2{
	background-image:url(../images/quote_disp.jpg);
	width:217px;
	height:94px;
	margin-left:10px;
	margin-top:13px;
}
.more{
	padding:65px 0px 0px 58px;
	
}

#sho_case{
	min-width:978px;	
	overflow:hidden;
	margin:0px;
	padding:0px;
	float:left;
}

.disp_box{
	width:147px;
	height:188px;
	border:1px solid #e7e7e7;
	margin-top:15px;
	float:left;
	padding:0px;
	
}

.disp_bg{
	width:138px;
	height:180px;	
	background-image:url(../images/disp_bg.jpg);
	background-repeat:repeat-x;
	overflow:hidden;
	margin:4px;
}

.disp_image{
	width:121px;
	height:135px;
	border:1px solid #e7e7e7;
	background-color:#FFFFFF;
	margin:4px;
	
}
.disp_image img{
	margin:7px;
}

.disp_head{
	width:130px;
	text-align:center;
}
.disp_head a{
	font-family:Tahoma, Geneva, Kalimati, sans-serif;
	font-weight:bold;
	color:#0072B6;
	text-decoration:none;
}
.disp_head a:hover{
	color:#FF6600;
	
}

.spacer{
	min-width:17px;
	height:172px;
	overflow:hidden;
	margin:0px;
	padding:0px;
	float:left;
}

#content_wraper{
	width:729px;
	margin:10px 0px 0px 0px;
	padding:0px;
	overflow:hidden;
	border:1px solid #e7e7e7;
	float:left;
}

.content_wrap_inner{
	width:719px;
	margin:5px;
	overflow:hidden;
	padding:0px;
	background-image:url(../images/cont_bg.jpg);
	background-repeat:repeat-x;
	padding-bottom:47px;
}

.cont_bg{
	width:705px;
	background-color:#FFFFFF;
	margin:5px 5px 5px 6px;
	border:1px solid #e7e7e7;
	padding:0px;
	overflow:hidden;
	text-align:center;
	
	
}
.cont{
	width:685px;
	margin:9px;
	background-color:#FFFFFF;
}
#sidebar{
	background-image:url(../images/side_bar.jpg);
	min-width:231px;
	height:381px;
	float:left;
	border:1px solid #e7e7e7;
	margin:10px 0px 0px 15px;
	padding:0px;
	text-align:center;
	
}

h1{
	font-family:Tahoma, Geneva, Kalimati, sans-serif;
	font-size:17px;
	color:#FF6600;
	text-align:center;
	font-weight:bold;
	padding-top:5px;
}
.main_content{
	font-family:Tahoma, Geneva, Kalimati, sans-serif;
	text-align:justify;
	padding:10px;
	font-size:12px;
	line-height:16px;
	margin:0px;
}
#new_sapcer_1{
	width:970px;
	height:15px;
	float:left;
}

#footer{
	min-width:980px;
	text-align:center;
	font-family:Tahoma, Geneva, Kalimati, sans-serif;
	height:30px;
	overflow:hidden;
	font-size:11px;
	line-height:35px;
	color:#999999;
	float:left;
}
#footer a{
	color:#999999;
	text-decoration:none;
}
#footer a:hover{
	color:#0000FF;
}

.image_holder{
	width:186px;
	height:137px;
	text-align:center;
	padding:18px 0px 0px 22px;
}
.flash_holder{
	width:200px;
	height:294px;
	margin:16px 0px 0px 16px;
}
.nav_more{
	width:108px;
	height:26px;
	padding-top:25px;
	padding-left:60px;
	float:left;
}
.video1{
	width:240px;
	height:203px;
	float:left;	
	background-color:#CCCCCC;
}

.main_content_list{
	font-family:Tahoma, Geneva, Kalimati, sans-serif;
	text-align:left;
	margin-left:175px;
	color:#0086fe;
}

.cont_bg strong{
	font-family:Tahoma, Geneva, Kalimati, sans-serif;
	text-align:left;
	font-size:14px;
	font-weight:bold;
	
}
.coupon_disp{
	width:234px;
	height:186px;
	float:left;
	margin:0px;
}

.cont_image{	
	float:left;	
	margin: 0px 10px 10px 0px;
	border:1px solid #999999;
	
}
.cont_imageRight {
	float:right;
	border:1px solid #999999;
	margin-top: 5px;
	margin-right: 3px;
	margin-bottom: 5px;
	margin-left: 10px;
}
