@import 'reset.css';
@import 'global.css';

@font-face {
    font-family: 'supermarket';
    src: url('font/supermarket.eot');
    src: url('font/supermarket.eot?#iefix') format('embedded-opentype'),
    
         url('font/supermarket.woff') format('woff'),
         url('font/supermarket.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


body{

	line-height:1.7em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#fff;
	padding-top:72px;
	color:#000;}
.bg_img1 {
	background:#F1F1F1;
	padding:25px 0;
}
a{text-decoration:none; color:#FFF;}
h1 {font-size:18px; margin:0 0 15px;}
h2 {font-size:16px;margin:0 0 15px;}
p{margin:0 0 10px;}
 
#main {width:970px; margin:0 auto; background:#FFF; padding:0 25px 25px 25px;
-webkit-box-shadow:  0px 0px 20px 1px rgba(68, 68, 68, 0.4);
    box-shadow:  0px 0px 20px 1px rgba(68, 68, 68, 0.4);

}

#wrap_menu {border-bottom:1px solid #0788c5; margin-bottom: 10px; padding-bottom:5px; position:relative;}

#wrap_menu li { list-style:none; float:left; margin-right:10px;}
#left_menu {float:left; width:250px;}
#left_menu li { list-style:none;  background:#FFF; border-bottom:1px solid #b1b1b1;}
#left_menu li a {color:#000; display:block; padding:8px 0 8px 13px;
	  -webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
      -ms-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
		 
}
.clear {
	clear:both;
}
#left_menu li.active a {background:#0888C7; color:#FFF !important;}
#right_content {float:right; width:680px;}

#footer {background:#f2f2f2; min-height:50px;}
#footer2 {background:#464646;}

	.col300 { width:290px; float:left;}
	.col600 { width:590px; float:right;}
	#wrap_content {margin-top:40px;}
	.pgtbl td {padding:8px;}
.pgtbl td  select {width:95%; padding:5px;}
#wrap_filter {border-bottom:1px solid #CCC; margin-bottom:30px; padding-bottom:5px;}

.menu1 { width:201px;  background:url(images/menu/menu1.png) 0 0;}
.menu2 { width:201px;  background:url(images/menu/menu2.png) 0 0;}
.menu3{ width:213px;  background:url(images/menu/menu3.png) 0 0;}
.menu4{ width:251px;  background:url(images/menu/menu4.png) 0 0;}
#wrap_menu li a{
		display:inline-block; height:70px;
	  -webkit-transition-duration: 0.3s;
     -moz-transition-duration: 0.3s;
      -ms-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
#wrap_menu li a:hover,#wrap_menu li a.active{background-position:0 100%;}

.centd td {text-align:center !important;}

.b_blue {background:#0FF;}
.b_green {background:#0F6;}
.b_yellow {background:#FF0;}
.b_orange {background:#F90;}
.b_red {background:#F00;}
.aqi_result {padding:0 !important;}
.aqi_result span {display:block; height:100%; color:#000 !important;}

.cs_tbl td {padding:8px;}

.cs_tbl tr.cs1 td {background:#4CA8C9; color:#FFF;}
.cs_tbl tr.cs2 td {background:#0FF;}
.cs_tbl tr.cs3 td {background:#0F6;}
.cs_tbl tr.cs4 td {background:#FF0;}
.cs_tbl tr.cs5 td {background:#F90;}
.cs_tbl tr.cs6 td {background:#F00;}

.container {
	width:970px;
	margin:0 auto;
	position:relative;
}

.header {
	background:#494949;
	height:70px;
	-webkit-box-shadow:  0px 0px 20px 1px rgba(68, 68, 68, 0.6);
    box-shadow:  0px 0px 20px 1px rgba(68, 68, 68, 0.6);
	position:fixed;
	top:0;
	z-index:999;
	width:100%;
	
}
.header ul {
	padding-left:250px;
}
.header li {
	float:left;
	list-style:none;
}

.header li a {
	color:#FFF;
	font-size:20px;
	font-family: 'supermarket';
	line-height:70px;
	padding:0 30px;
	display:inline-block;
	background:#494949;
	border-right:1px #3e3e3e solid;
	border-left:1px #666 solid;
}

.title_location {
	font-size:26px;
	font-family: 'supermarket';
	color:#5e5e5e;
	padding-top:15px;
	margin-bottom:15px;
}

.wrap-title-location {
	background:#0888C7;
	color:#FFF;
	padding:10px;
	display:inline-block;
	margin-left:20px;
	letter-spacing:1px;
	border-top:1px solid #666;
}


.col-map {
	width:700px;
	float:right;
}
.col-right {
	width:450px;
	float:right;
}

#footer3 {
	border-top:1px solid #CCC;
	padding:15px 0;
	color:#5e5e5e;
}