/*
Credit: #
*/

body {
	margin:0px;
	padding:0px;
	color:#ccc;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:13px;
	line-height:1.5em;
	background: #404041;
}

a, a:link, a:visited {
	color: #222222;
	text-decoration:none;
}

a:hover {
	color: #5088ff;
	text-decoration:none;
}

p { margin: 0px; padding: 0 0 10px 0; }
img { border: none; }

h1, h2, h3, h4, h5 { font-weight: normal; }

h1 { font-size: 40px; margin: 0 0 30px 0; padding: 5px 0; }
h2 { font-size: 24px; margin: 0 0 20px 0; padding: 0; }
h3 {float: left;font-size: 21px;margin: 0 0 20px 0;padding: 0;}
h4 { font-size: 18px; margin: 0 0 10px 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; }

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.image_wrapper {
	padding: 4px;
	border: 1px solid #000;
	background: #0f1115;
	margin-bottom: 10px;
}
.fl_img {
	float: left;
	margin: 3px 30px 15px 0;
}
.fr_img {
	float: right;
	margin: 3px 0 15px 15px;
}

blockquote { font-style: italic; }
cite { font-weight: bold; }
cite span { color: #fff; }

#wrapper {
	width: 990px;
	padding: 0 10px;
	margin: 0 auto;
}
.bannerImg{
	width: 100%;
	height: 500px;
	margin-bottom: 50px;
	background: url("images/VisitBritain-screenshot-2.jpg") no-repeat center center;
}

/* header */

#header {
	height: 85px;
}

#header  #site_title {
	float: left;
	font-size: 32px;
	line-height: 85px;
	color: #fff;
}
/* end header */

.menu {
	float: right;
	height: 85px;
	margin-left: 80px;
}

.menu ul {
	float: right;
	margin: 0;
	padding: 25px 0 0 0;
	list-style: none;
}

.menu ul li {
	padding: 0px;
	margin: 0px;
	display: inline;
}

.menu ul li a {
	position: relative;
	float: left;
	display: block;
	text-align: center;
	font-size: 14px;
	font-family: "微软雅黑";
	padding: 10px 15px;
	text-decoration: none;
	color: #fff;
	outline: none;
}

.menu ul li .first,.menu li a:hover{
	font-weight: bold;
	border-bottom:2px solid red;
}
/* end of menu */

#content_wrapper {
	width: 990px;
}
.links li{
	float: left;
	margin-right: 10px;
	list-style: none;
}
#slider img{
	width: 990px;
}


#content_full_col {
	clear: both;
	padding: 40px;
}

#content {
	float: left;
	width: 990px;
	padding: 0px;
}

.two_col {
	width: 260px;
}

.col_w450 {
	width: 430px;
}

#com_add {
	float: right;
	width: 350px;
}

#footer {
	padding: 40px;
	margin-top: 10px;
	color: #fff;
	background: #010101;
	text-align: center;
}

#footer a,#footer font {
	color: #ff321b!important;
}

/* end of footer */


.nav_header{
	width: 1200px;
	margin: 0 auto;
}
.w-230{
	width: 230px;
}

.w-485{
	width: 485px;
	margin-left: 10px;
}
.m-body {
	padding-bottom: 8px;
	color: #666;
	background: rgba(255,255,255,1);
	-webkit-box-shadow: 0 3px 5px rgba(255,255,255,.34);
	-moz-box-shadow: 0 3px 5px rgba(255,255,255,.34);
	-ms-box-shadow: 0 3px 5px rgba(255,255,255,.34);
	-o-box-shadow: 0 3px 5px rgba(255,255,255,.34);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.m-header {
	height: 40px;
	padding: 2px;
	line-height: 26px;
	color: #fff;
	clear: both;
	border: 1px solid #000;
}
.m-header h3{
	margin: 0;
	line-height: 39px;
	padding-left: 10px;
	float: none;
	background: #000;;
}
.m-content {
	padding: 8px 8px 0;
}
.baiduSearch{
	width: 500px;
	margin: 0 auto;
	padding: 20px;
}