@import "css/reset.css";
@import "css/text.css";
@import "css/buttons.css";

html, body{

	background: #e7e7e7;
	color: #444;
}
.wrapper{
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

/* HEADER STYLING */

#header{
	background: url(images/haihui.png);
	background-repeat:no-repeat;
	margin-top:20px;
}
#test{
	background: url(images/header.png) 
}
#logo{
	width: 207px;
	height: 70px;
	margin: 10px 0 24px 0;
	float:left;
}
#logo a{
	display: block;
	background: url(images/);
	text-indent: -9999px;
	outline:none;
	height: 70px;
}
#quicklinks{
	float: right;
	margin: 50px 0 0 0;
}
#quicklinks em{
	display: block;
	float: left;
	background: url(images/circle.png) top left no-repeat;
	width: 35px;
	height: 36px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 1px 1px 0px #444;
	font-style: normal;
	font-weight: bold;
	margin: 0 10px 0 10px;
}
#quicklinks a{
	float: left;
	display: block;
	padding: 5px 0 0 0;
	text-decoration: none;
	border-bottom: 2px dashed;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	color: #525252;
}
#quicklinks a:hover{
	color: #000;
}

/* Navigation menu STYLING */

#navigation{
	background: url(images/navigation.png) top left no-repeat;
	height: 53px;
	margin: 0 0 21px 0;
}
#navigation ul{
	list-style: none;
	margin: 0;
}
#navigation ul li{
	float: left;
	position: relative;
	margin: 0 0 0 0;
	background: url(images/line.png) top right no-repeat;
}
#test ul li{
	float: left;
	position: relative;
	margin: 0 0 0 0;
	background: url(images/) top right no-repeat;
}
#navigation ul li a{
	display: block;
	text-decoration: none;
	color: #4D6185;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 14px;
	padding-right: 28px;
	padding-bottom: 19px;
	padding-left: 30px;
	font-family: "新宋体";
}
#navigation ul.sub-menu{
	position: absolute;
	width: 160px;
	margin: 0;
	top: 44px;
	display: none;
	background: #AFAFAF;
	list-style: none;
	list-style-position:inside;
	z-index: 9;
	border: 1px solid #8D8B8B;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	padding: 0 0 10px 0;
	-moz-box-shadow: 0px 2px 4px #aba9a9;
	-webkit-box-shadow: 0px 2px 4px #aba9a9;
	box-shadow: 0px 2px 4px #aba9a9;
}
#navigation ul.sub-menu li{
	background:#f5f5f5;
	background: -moz-linear-gradient(bottom,#ebebeb ,#FFF );
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ebebeb), to(#FFF));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#ebebeb', EndColorStr='#FFFFFF'); /* IE6,IE7 only */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ebebeb', EndColorStr='#FFFFFF')"; /* IE8 only */
	border-bottom: 1px solid #9ea09f;
	display: block;
	width: 160px;
}
#navigation ul.sub-menu li:first-child{
	border-top: 1px solid #fff;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
#navigation ul.sub-menu li:last-child{
	border-bottom: 1px solid #fff;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
#navigation ul.sub-menu a{
	color: #444;
	display: block;
	padding: 13px;
}
#navigation ul li.current-menu-item a{
	color: #444;
}
#navigation ul li a:hover{
	color: #000 !important;
}

#loopedSlider,#content-wide,.post-small,.widget{
	background: #EBEBEB;
	border: 1px solid #aaa8a8;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
}


.post-small{
	border: 1px solid #1F0F2F;
	border-bottom: 1px solid #74677F
}
.wide-depth{
	height: 20px;
}
.small-depth{
	background: url(images/depth-small.png) top left no-repeat;
	height: 20px;
}
#sidebar .small-depth{
	background: url(images/depth-sidebar.png) top left no-repeat;
}

.container, .content-inner{
	display: block;
	border: 1px solid #fff;
	margin: 0;
	padding: 46px;
	list-style: none;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
}

/* Slider styling */
.container { width:956px; height:375px; overflow:hidden; position:relative;  padding: 0; background: url(images/light.png) top center no-repeat; }
.slides { position:absolute; top:0; left:0; list-style:none; padding:0; margin:0; }
.slides li { position:absolute; top:0; width:864px; display:none; padding: 46px; }
#slide1{
	display: block;
}

.slides li h1{
	font-size: 28px;
	color: #4f4f4f;
	margin:0;
}
.slides li h3{
	color: #817f7f;
	font-size: 15px;
}
.slides li p{
	color: #6a6868;
	margin: 0 0 15px 0;
}
.slides li .alignright{
	margin-left: 60px;
}
#slides-navigation{
	/*background: url(images/featured-nav.png) top left no-repeat;*/
	margin-top: 10px;
	margin-bottom: 20px;
}
#slides-navigation ul{
	float: left;
	margin: 0;
}

#slides-navigation ul li{
	float: left;
	list-style: none;
	margin: 0 20px 0 0
}
#slides-navigation ul li a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	height: 89px;
	line-height: 89px;
	display: block;
	outline: none;
}
#slides-navigation ul li a img{
	float: left;
	margin: 14px 0 0 0;
	display: inline;
	background: #2b1b3b;
	padding: 4px;
	border: 1px solid #8f66b6;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}
#slides-navigation ul li.active a img, #slides-navigation ul li a:hover img, #slides-navigation ul li a:active img{
	background: #fff;
	border: 0px solid;
	-moz-box-shadow: 2px 2px 3px #2b1b3b;
	-webkit-box-shadow: 2px 2px 3px #2b1b3b;
	box-shadow: 2px 2px 3px #2b1b3b;
	margin: 15px 1px 0 1px;
}
#slides-navigation a.btn_alt{
	position: relative;
	top: 25px;
	right: 30px;
}
#slides-navigation a.btn_alt span{
	font-size: 16px;
}
.arrow-left{
	display: inline;
	float: left;
	margin: 0 13px 0 13px;
	width: 22px;
	height: 26px;
	text-indent: -9999px;
	outline:none;
	background: url(images/previous.png) top left no-repeat;
}
.arrow-right{
	display: inline;
	float: right;
	margin: 0 13px 0 13px;
	width: 22px;
	height: 26px;
	text-indent: -9999px;
	outline:none;
	background: url(images/next.png) top left no-repeat;
}

/* Recent Posts STYLING */
#recent-posts{
	visibility: visible;
	overflow: hidden;
	position: relative;
	z-index: 2;
	left: 0px;
}
#recent-wrap{
	/*background: #674B80 url(images/texture.png) top center no-repeat;*/

	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
#recent-posts ul{
	list-style:none;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
#recent-posts ul li{
	overflow: hidden;
	float: left;
}
#recent-posts a{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: normal;
}
.previous,.next{
	margin-top: 35px;
}
.next{
	float: left;
	margin-left: 0;
}
#recent-posts{
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 65px;
	margin-left: 65px;
}
#recent-title{
	background: url(images/newspaper_32.png) no-repeat;
	font-size: 22px;
	color: #4f4f4f;

	padding: 0 0 0 50px;
	line-height: 32px;
	margin: 0 0 20px 0;
}
#recent-posts ul{
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
#recent-posts li{
	padding: 0 37px 0 0;
	height: 232px;
	width: 289px;
}

#recent-posts ul li img{

	-moz-box-shadow: 1px 1px 2px #b3b3b3;
	-webkit-box-shadow: 1px 1px 2px #b3b3b3;
	box-shadow: 1px 1px 2px #b3b3b3;


	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}
#recent-posts ul li h2{
	color: #4f4f4f;
	font-size: 18px;
	margin: 0;
}
#recent-posts ul li span{
	display: block;
	color: #FFFFFF;
	font-size: 13px;
	font-family: "微??中?";
}
.recent-next, .recent-previous{
	position: relative;
	z-index:10;
	top: -180px;
}

/* Homepage styling */

.double-col{
	width: 560px;
	float: left;
	margin: 0 30px 20px 0;
}
.col{
	width: 264px;
	padding: 0 30px 0 0;
	float: left;
}
.last-col{
	width: 190px;
	padding: 0 0 0 80px !important;
	margin: 0;
}
.post-small .content-inner{
	padding: 10px;
}

#page-heading{
	border-bottom: 1px solid #BFBFBF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
#page-heading h1{
	margin: 0 !important;
}
.post-details{
	margin: 0 0 15px 0;
}
h2{
	font-size: 16px;
	color: #4f4f4f;
	margin: 0 0 10px 0;
}
h1, #sidebar h2{
	font-size: 18px;
	color: #4f4f4f;
	margin: 0 0 10px 0;
}
h3{
	color: #817f7f;
	font-size: 15px;
	margin: 0 0 10px 0;
}
.post-details h2{
	font-size: 22px;
	color: #4f4f4f;
	margin: 0;
}
.post-details h2 a{
	color: #444;
	text-decoration: none;
}
.post-meta-data{
	display: block;
	color: #817f7f;
	font-size: 13px;
}
.post-meta-data a{
	padding: 3px;
	color: #fff;
	background: #A4A4A4;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	text-decoration: none;
}
.post-navigation{
	margin: 30px 0 0 0;
}
.post-navigation a{
	color: #444;
	text-decoration: none;
	font-weight: bold;
}
.post-navigation .alignleft a{
	background: url(images/previous.png) top left no-repeat;
	line-height: 26px;
	padding: 0 0 0 30px;
	display:block;
}
.post-navigation .alignright a{
	background: url(images/next.png) top right no-repeat;
	line-height: 26px;
	padding: 0 30px 0 0;
	display:block;
}
#content-wide h1{
	font-size: 16px;
	color: #4f4f4f;
	
}
#content-wide img.alignleft{
	margin: 0 20px 20px 0;
	padding: 4px;
	background: #fff;
	-moz-box-shadow: 1px 1px 2px #b3b3b3;
	-webkit-box-shadow: 1px 1px 2px #b3b3b3;
	box-shadow: 1px 1px 2px #b3b3b3;
}
#content-wide img.alignright{
	margin: 0 0 20px 20px;
	padding: 4px;
	background: #fff;
	-moz-box-shadow: 1px 1px 2px #b3b3b3;
	-webkit-box-shadow: 1px 1px 2px #b3b3b3;
	box-shadow: 1px 1px 2px #b3b3b3;
}
/* Portfolio styling */

.splitter{
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}
.splitter li{
	margin: 0;
	padding: 0;
	float: left;
}
.splitter li em{
	text-transform: uppercase;
	font-weight: bold;
	padding: 3px;
	color: #817F7F;
	display: block;
	float: left;
	font-style: normal;
}
.splitter ul{
	float: right;
	margin: 0;
}
.splitter ul li{
	float: left;
	list-style: none;
}
.splitter ul li a{
	margin: 0 0 0 10px;
	display: block;
}
.portfolio ul, .portfolio-single ul{
	list-style: none;
	margin: 0;
}
.portfolio li{
	float: left;
	width: 266px;
	margin: 0 30px 30px 0;
	float: left;
	position: relative;
}
.portfolio-single li{
	position: relative;
	margin: 0 0 20px 0;
	padding: 0;
	width: 556px;
}
.portfolio2col li{
	margin: 0 20px 20px 0;
}
.portfolio-item img{
	position: relative;
	margin: 0 20px 20px 0;
	padding: 4px;
	background: #fff;
	-moz-box-shadow: 1px 1px 2px #b3b3b3;
	-webkit-box-shadow: 1px 1px 2px #b3b3b3;
	box-shadow: 1px 1px 2px #b3b3b3;
}
.lightbox-photo{
	width: 260px;
	height: 236px;
	display: none;
	background: url(images/lightbox-photo.png) center center no-repeat;
	z-index:10;
	position: absolute;
	top: 4px;
	left: 4px;
	display: none;
}
.lightbox-video{
	width: 260px;
	height: 236px;
	display: none;
	background: url(images/lightbox-video.png) center center no-repeat;
	z-index:10;
	position: absolute;
	top: 4px;
	left: 4px;
	display: none;
}
.lightbox-wide{
	width: 550px;
	height: 280px;
}
/* Templates styling */
#container{
	width: 980px;
}
#sidebar{
	float: right;
	width: 288px;
	margin: 0 0 0 20px;
}
.cright, .sright{
	float: right !important;
}
.cleft, .sleft{
	float: left !important;
}
.sleft{
	margin: 0 20px 0 0 !important;
}


#sidebar .content-inner{
	padding: 20px;
}
#sidebar .widget ul{
	list-style:none;
	margin: 0;
	padding: 0;
}
#sidebar .widget ul li{
	clear:both;
	margin: 0 0 5px 0;
	height: 30px;
}
#sidebar .widget ul li a{
	float: left;
	display: block;
	text-decoration: none;
	line-height: 28px;
	color: #444;
}

#sidebar .widget ul li a:hover{
	color: #000;
}
#sidebar .widget ul li span, .reply a,.splitter ul li a{
	font-weight: bold;
	float: right;
	display: block;
	padding: 3px 6px 3px 6px;
	color: #fff !important;
	text-decoration: none;
	background: #A4A4A4;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
#sidebar .widget ul li:hover span, .splitter ul li a:hover, .splitter ul li.selected-1 a,.splitter ul li.selected-0 a,.splitter ul li.selected-2 a,.splitter ul li.selected-3 a,.splitter ul li.selected-4 a{
	background: #382847 !important;
}
#s{
	border: 1px solid #b0b1b0;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	float: left;
	display: block;
	outline: none;
	padding: 7px;
	margin: 2px 5px 0 0;
	width: 175px;
	-moz-box-shadow: 0px 3px 3px #eee inset;
	-webkit-box-shadow: 0px 3px 3px #eee inset;
	box-shadow: 0px 3px 3px #eee inset;
}
#searchsubmit{
	border: 0px solid;
	background: url(images/search.png) top left no-repeat;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	display: block;
	width: 44px;
	height:  39px;
	float: left;
	cursor: pointer;
	outline: none;
}
#services{
	margin: 0;
	list-style: none;
}
#services li{
	margin: 0 0 25px 0;
}
.service h2{
	float: left;
	color: #4F4F4F;
	font-size: 18px;
	margin: 0 0 10px 0;
}
hr{
	display: block;
	margin: 40px 0 20px 0;
	background: #aaa8a8;
	border: 0px solid;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #aaa8a8;
}
.service span.price{
	float: right;
	color: #9A9898;
	text-transform: uppercase;
	line-height: 25px;
}
.service span.price em{
	font-weight: bold;
	font-style: normal;
	color: #444;
	font-size: 16px;
}

#pricing-table{
	float: right;
	width: 758px;
	line-height: 30px;
	border: 1px solid #aaa8a8;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	-moz-box-shadow: 0px 10px 0px #aaa8a8;
	-webkit-box-shadow: 0px 10px 0px #aaa8a8;
	box-shadow: 0px 10px 0px #aaa8a8;
	margin: 0 0 40px 0;
}
#pricing-table .pricing-plan{
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	line-height: 40px;
	background: #757575;
	background: -moz-linear-gradient(top, #757575, #4F4A4A);
	background: -webkit-gradient(linear, left top, left bottm, color-stop(0, #757575), to(#4F4A4A));
	filter:  progid:DXImageTransform.Microsoft.gradient(EndColorStr='#4F4A4A', startColorStr='#757575'); /* IE6,IE7 only */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(EndColorStr='#4F4A4A', startColorStr='#757575')"; /* IE8 only */
	border: 0px solid;
	-moz-border-radius: 6px 6px 6px 6px;	
	-webkit-border-radius: 6px 6px 6px 6px;	
	border-radius: 6px 6px 6px 6px;	
	text-shadow: 1px 1px 1px #000;
}
#pricing-table .pricing-plan th{
	border: 0px solid;
	-moz-border-radius: 6px 6px 6px 6px;	
	-webkit-border-radius: 6px 6px 6px 6px;	
	border-radius: 6px 6px 6px 6px;	
}
#pricing-table th{
	text-align: center;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}
#pricing-table td{
	border-right: 1px solid #a2a0a0;
}
#pricing-table tr{
	background: #f2f2f2;
	font-weight: 16px;
}
tr.alt{
	background: #dedede !important;
}
#pricing-table td{
	text-align: center;
}
#pricing-atts{
	line-height: 30px;
	width: 200px;
	text-align: right;
	float: left;
}
#pricing-atts th{
	height: 49px;
}
#pricing-atts td{
	height: 30px;
	text-align: right;
}
.last-att{
	border: 0px solid !important;
}
.four-col td,.four-col th{
	width: 25%;
}
.pricing-buttons td{
	height: 70px;
}
.pricing-buttons a{
	line-height: 18px;
	margin: 0 auto;
	float: none;
	width: 100px;
}
.pricing-buttons a:active{
	margin: 6px auto 0 auto;
}
.col-half h3{
	line-height: 32px;
	color: #444;
}
#tour{
	list-style: none;
	margin: 0;
	padding: 0;
}
#tour li{
	margin: 0 0 20px 0;
}
#tour .step{
	outline: none;
	background: #aaa8a8;
	border: 1px solid #aaa8a8;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	display: block;
	text-decoration: none;
	
}
.step h1{
	border: 1px solid #fff;
	background: #eee;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	margin: 0 0 6px 0;
	padding: 5px 20px 5px 50px;
	position: relative;
}
.step span{
	position: absolute;
	top: -3px;
	left: 8px;
	display: block;
	background: url(images/circle.png) top left no-repeat;
	width: 35px;
	height: 36px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 1px 1px 0px #444;
	font-style: normal;
	font-weight: bold;
}
#tour li div{
	display: none;
}
#tour li.current div{
	display: block;
}
.box{
	margin: 0 0 20px 0;
	background: #eee;
	border: 1px solid #ccc;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	padding: 20px 20px 20px 72px;
	background-repeat: no-repeat;
	background-position: 20px 13px;
	background-image: url(images/box.png);
}
.box-download{
	background-color: #E3F4DE;
	border: 1px solid #A2D392;
	background-image: url(images/download.png);
	color: #599847;
}
.box-notice{
	background-color: #DEEEF7;
	border: 1px solid #82C3E6;
	background-image: url(images/info.png);
	color: #30A8E0;
}
.box-error{
	background-color: #F8E4E2;
	border: 1px solid #E69D94;
	background-image: url(images/stop.png);
	color: #BB5A4D;
}
.box-note{
	background-color: #F7F3DE;
	border: 1px solid #E1CA59;
	background-image: url(images/document.png);
	color: #955D0D;
}
/* Footer styling */

#footer{
	padding-bottom: 30px;
	text-shadow: 1px 1px  0px #fff;
	text-align: center;
}
#footer #social{
	float: right;
	list-style: none;
}
#social li{
	float: left;
	margin: 0 0 0 10px;
}
#social li a{
	display: block;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	outline: none;
	text-decoration: none;
}
#rss_feed{
	background: url(images/feed.png) top left no-repeat;
}
#facebook{
	background: url(images/facebook.png) top left no-repeat;
}
#twitter{
	background: url(images/twitter.png) top left no-repeat;
}
#flickr{
	background: url(images/flickr.png) top left no-repeat;
}
/* Comments styling */
	
.comment{	
	margin: 0 0 10px 0;
}
.comment .children{
	margin: 10px 15px 0 15px;
}
.odd{
	border: 1px solid bfbfbf
}
.comment-head{


}
.avatar{
	float: left;
	width: 40px; 
	margin: 0 15px 0 0;
}
.avatar img{
	padding: 4px;
	background: #fff;
	-moz-box-shadow: 1px 1px 2px #b3b3b3;
	-webkit-box-shadow: 1px 1px 2px #b3b3b3;
	box-shadow: 1px 1px 2px #b3b3b3;
}
.name{
	display: block;
	float: left;
	font-weight: bold;
	font-size: 15px;
	color: #444;
}
.reply{
	float: right;
}
.date{
	display: block;
}
.date a{
	color: #a7a7a7;
	text-decoration: none;
	margin: 0 0 0 10px;
	line-height: 23px;
}
.comment-entry, .service{
	clear:both;
	background: #f2f2f2;
	padding: 15px;
	border: 1px solid #fff;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
}
.comment-entry p{
	margin: 0;
}
.comment-entry-container, #services li{
	background: #AAA8a8;
	border: 1px solid #AAA8A8;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	clear: both;
	padding: 0 0 6px 0;
}
.comment-entry-top{
	clear: both;
	display: block;
	width: 0px;
	margin: 0 0 0 80px;
	border-bottom: 10px solid #AAA8A8;
	border-left: 8px solid #e8e8e8;
	border-right: 8px solid #e8e8e8;
}
/* Forms styling */
.forms{
	list-style: none;
	margin: 0;
	padding: 0;
}
ol.forms{float:left;list-style:none;width:100%;margin:10px 0 0;}
ol.forms li{clear:both;float:left;margin-bottom:18px;position:relative;width:100%;}
ol.forms label{cursor:pointer;display:block;float:left;font-weight:700;padding-right:20px;width:100px;}
ol.forms input,ol.forms textarea{	border: 1px solid #b0b1b0;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	display: block;
	outline: none;
	padding: 7px;
	margin: 2px 5px 0 0;
	width: 170px;
	-moz-box-shadow: 0px 3px 3px #eee inset;
	-webkit-box-shadow: 0px 3px 3px #eee inset;
	box-shadow: 0px 3px 3px #eee inset;
	}
ol.forms input#sendCopy{border:none;}
ol.forms textarea{height:300px;width:400px;}
ol.forms li .error{font-size:12px;display:block;margin-left:120px;color:red;}
ol.forms li.textarea .error{display:block; margin-left:120px}
ol.forms li.screenReader{margin-bottom:0; display: none;}
.buttons{text-align: center;}
.submit{
	padding: 5px 10px 5px 10px;
	font-size: 12px;
	font-weight: bold;
	display: block;
	margin: 0 auto;
	width: auto;
	/* GRADIENTS */
	background: #fff;
	background: -moz-linear-gradient(bottom, #FFF, #ebebeb);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFF), to(#ebebeb));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#ebebeb', EndColorStr='#FFFFFF'); /* IE6,IE7 only */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ebebeb', EndColorStr='#FFFFFF')"; /* IE8 only */
	
	/* BORDER RADIUS */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border:1px solid #b0b1b0;

	/* COLOR & SHADOW */
	color:#666;
	text-shadow: 0 1px 1px #FFF;
}
ol.forms li.inline input{width:auto;margin-left:120px;}
ol.forms li.inline label{display:inline;float:none;width:auto;}
#contactForm ol.forms .inputError { border: 3px solid #EFDADA; }
p.error { background:#f6a6a6;border:1px solid #e76868;padding:10px; margin-bottom:20px; }
.thanks{background:#fafafa;border:1px solid #ddd;padding:10px 20px; margin-bottom:20px;}

/*
 * jTweetsAnywhere V1.0.1
 * http://thomasbillenstein.com/jTweetsAnywhere/
 *
 * Copyright 2010, Thomas Billenstein
 * Licensed under the MIT license.
 * http://thomasbillenstein.com/jTweetsAnywhere/license.txt
 */
 
.jta-tweet-list
{
    padding: 0;
	margin: 0;
}
.jta-tweet-list-item
{
	/*background: #674B80 url(images/texture.png) top center no-repeat;*/
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
    list-style: none;
    padding: 8px;
	padding-top: 13px;
	overflow: hidden;
	color: #eee;
	margin: 0 0 20px 0;
}
.jta-tweet-profile-image
{
	width: 48px;
	display: inline;
	float: left;
}
.jta-tweet-body-list-profile-image-present
{
	margin-left: 62px;
}
.jta-tweet-a
{
    color: #E6CFFF;
    text-decoration: none;
}
.jta-tweet-a:hover
{
    color: #E6CFFF;
    text-decoration: underline;
}
.twitter-anywhere-user
{
    color: #E6CFFF;
    text-decoration: none;
}
.twitter-anywhere-user:hover
{
    color: #E6CFFF;
    text-decoration: underline;
}
.jta-tweet-timestamp
{
    display: block;
    color: #DFDFDF;
    font-size: 11px;
    margin-top: 3px;
}

.jta-tweet-profile-image a img
{
	width: 48px;
	display: block;
	float: left;
	padding: 3px;
	background: #392748;
	border: 1px solid #6E5981;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
}
.jta-login-info-block
{
	margin-left: 58px;
}
.jta-login-info-sign-out
{
	width: 97px;
	margin-top: 2px;
	padding: 1px;
	text-align: center;
    border: 1px solid #999;
}
.jta-login-info-sign-out:hover
{
	color: black;
	background-color: #999;
	cursor: pointer;
}
.jta-clear
{
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

.btn_alt {
	display: block;

	padding:0 0 6px 0;

	/*Background*/
	background: #563c6e;
	/* BORDER RADIUS */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border:1px solid #150c1e;
	border-top:1px solid #362249;
	/* DROP SHADOW */
	-moz-box-shadow: 0px 1px 2px #c0c0c0;	
	-webkit-box-shadow: 0px 1px 2px #c0c0c0;
	box-shadow: 0px 1px 2px #c0c0c0;
}
.btn_alt span{
	padding: 5px 10px 5px 10px;
	font-size: 12px;
	font-weight: bold;
	display: block;
	/* GRADIENTS */
	background: #775595;
	background: -moz-linear-gradient(bottom, #775595, #5b3c7c);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #775595), to(#5b3c7c));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#5b3c7c', EndColorStr='#775595'); /* IE6,IE7 only */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#5b3c7c', EndColorStr='#775595')"; /* IE8 only */
	/* BORDER RADIUS */
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border:1px solid #8b66aa;
	border-top: 1px solid #c076ff;
	/* COLOR & SHADOW */
	color:#fff;
	text-shadow: 0 1px 1px #5b3f74;
}
/* HOVERED STATE */

.btn_alt:hover	{
	/* BACKGROUND & SHADOW */
	background: #785893;
	-moz-box-shadow: 0px 1px 2px #fff;	
	-webkit-box-shadow: 0px 1px 2px #fff;
	box-shadow: 0px 1px 2px #fff;
}
/* PUSHED */

.btn_alt:active	{
	padding:  0;

	/* SHADOW */
	background: #785893;
	-moz-box-shadow: 0px 1px 2px #fff;	
	-webkit-box-shadow: 0px 1px 2px #fff;
	box-shadow: 0px 1px 2px #fff;
}

 
.index{
	margin-top: 5px;
	background: url("images/photos.png") 0px -20px ;
}



#m1{
	background-image:url(./images/photo_haihui_001.png);
	background-repeat:no-repeat;
	display:block;
	width:100px;
	height:400px;
	padding-left:400px;
	padding-top:8px;
}
#m1 a{background-position:-18px -20px;}
#m1 a:hover  {background-position:200px 18px;}
#m2{
	background-image:url(./images/photo_zhenti_001.png);
	background-repeat:no-repeat;
	display:block;
	width:100px;
	height:650px;
	padding-left:430px;
	padding-top:8px;
}
#m2 a{background-position:-18px -20px;}
#m2 a:hover  {background-position:200px 18px;}
#m3{
	background-image:url(./images/photo_haihui_003.png);
	background-repeat:no-repeat;
	display:block;
	width:100px;
	height:190px;
	padding-left:240px;
	padding-top:8px;
}
#m3 a{background-position:-18px -20px;}
#m3 a:hover  {background-position:200px 18px;}

h3.title3 {
	border-bottom:none;
}
h3.title3 a {
	color:#735537;
	text-decoration:none;
}
h3.title3 a:hover {
	text-decoration:underline;
}
.top-Box {
	width:844px;
	margin:0 40px 40px;
}
.top-BoxL {
	float:left;
}
.top-BoxL ul {
	margin:0;
	padding:0; 
	list-style:none; 
	line-height:20px;
	font-size:15px;
	color:#1D1D1D;
}
.top-BoxL li {
	clear:both; 
	overflow:hidden; 
}

.top-BoxL div{
	border-bottom: 0px solid #D9D9D9;

}
.td1 {
	float:left; 
	width:100px;  
	padding-bottom:800px;
	margin-bottom:-800px; 
}
.td2 {
	float:right;
	width:700px;  
	padding-bottom:800px;
	margin-bottom:-800px; 
	text-align:left;
}
h3.title2 {
	color:#4f8301;
	font-size:18px;

	margin:0 38px 10px;
	font-weight:bold;
}

.l3h5 ul{display:block; overflow:hidden; clear:both; list-style:none; padding:0; margin:0; height:30px}
.l3h5 ul li{width:165px; height:30px; float:left;}
.l3h5 .l3h5_lable1{width:110px;}
.l3h5 .l3h5_lable2{width:110px;text-align: center;}
.l3h5 .l3h5_lastLi,.l3h5 .l3h5_lastUl{ border:none}
.l3h5 .l3h5_button{width:110px;}

cider{text-decoration:underline overline line-through} 
#m6{
	background-image:url(./images/photo_haihui_shou001.png);
	background-repeat:no-repeat;
	display:block;
	width:100px;
	height:150px;
	padding-left:500px;
	padding-top:8px;
}
#m6 a{background-position:-18px -20px;}
#m6 a:hover  {background-position:200px 18px;}
#m7{
	background-image:url(./images/photo_haihui_shou002.png);
	background-repeat:no-repeat;
	display:block;
	width:100px;
	height:150px;
	padding-left:500px;
	padding-top:8px;
}
#m7 a{background-position:-18px -20px;}
#m7 a:hover  {background-position:200px 18px;}
#m8{
	background-image:url(./images/photo_haihui_shou003.png);
	background-repeat:no-repeat;
	display:block;
	width:100px;
	height:150px;
	padding-left:500px;
	padding-top:8px;
}
#m8 a{background-position:-18px -20px;}
#m8 a:hover  {background-position:200px 18px;}
#m9{
	background-image:url(./images/photo_haihui_shou004.png);
	background-repeat:no-repeat;
	display:block;
	width:100px;
	height:150px;
	padding-left:500px;
	padding-top:8px;
}
#m9 a{background-position:-18px -20px;}
#m9 a:hover  {background-position:200px 18px;}
.ls{
letter-spacing:3px;
line-height:20px;
margin-top:0px;
} 
.ls1{
letter-spacing:1px;
line-height:25px;
} 
.ls2{
line-height:25px;
} 
.focusImg{ border:1px solid #DCDDDD; height:470px; overflow:hidden; margin:0 auto;}
#content-wide, .wide-depth {
	margin-left: 20px;
}

#table-container {width:832px;height:520px;overflow: auto;margin-left: -40px;  margin-top: 10px;border: 1px solid #DDD;}
#table-container table{width: 100%;border-width: 0;border-collapse: collapse;}
#table-container table td{padding: 0;border-right: 1px solid #DDD;border-bottom: 1px solid #DDD;}
#table-container .table-tdbg{background: #FFF;}
#table-container .table-top td:last-child{border-right: 0px solid #DDD;}
#table-container .table-right td:last-child{border-right: 0px solid #DDD;}
#table-container .table-right tr:last-child td{border-bottom: 0px solid #DDD;}
#table-container .table-left tr:last-child td{border-bottom: 0px solid #DDD;}
#table-container td div{display: inline-block;max-width: 200px;margin:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align: left;line-height: 24px;}
#table-container .table-lt{position: fixed;z-index:3;}
#table-container .table-top{position: fixed;overflow:hidden;z-index:2;}
#table-container .table-left{position: fixed;overflow:hidden;z-index:2;}
#table-container .table-right{position: relative;z-index:1;}
#table-container .table-mask{position: relative;}

#getD{background:#FFF;}
#getS{background:#FFF;}
#getDS{background:#FFF;}
#logout{background:#FFF;}
#getD1{background:#FFF;}