/*
 * CSS Doucument v.1.0
*/
/*首页样式*/

html *{
	padding: 0;
	margin: 0;
}
a img, :link img, :visited img {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol, ul {
  list-style: none;
}

p{
	line-height: 185%;
}
/*  global reset */

/*  html */

body {
	color:#333333;
	margin: 0;
	padding: 0;
	font-family:"宋体", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;/*this is in place to center in older browsers*/
	background-color: #FFFFFF;
	background-image: url(skin/bg.jpg);
	background-repeat: repeat-x;
	line-height: 22px;
}
a {
 text-decoration: none;
 color:#333333;
}
a:link {/* unvisited link */
 color:#333333;
}     
 
a:hover { /* mouse over link */
 color:#FF3300;
 text-decoration: underline;
}  
a:active {/* selected link */
 color:#FF3300;
}

/* end  */
/*  header */
#wrapper{
	width: 950px;
	margin: 0 auto;
	text-align: left;
	background:#FFFFFF;
}
#header{
	width: 950px;
	padding: 0;
	height: auto;
	background: #FFFFFF;
	position: relative;
}
#header h1{
	position: absolute;
	top:20px;
	left: 22px;
	width: 350px;
	height: 23px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#fff;
	font-weight: bold;
}
#header h1 a{
	text-decoration: none;
	color:#fff;
}

#content{
	float: left;
	width: 950px;
	background:#FFFFFF
}
#col_left{
	float: left;
	width: 266px;
	padding:0 2px 10px 0;
}
#col_right{
	float: right;
	width: 675px;
	padding: 0;
}
#anli{
	width: 950px;
	height:180px;
	margin: 0;
	
}
#footer{
	width: 950px;
	margin: 0px auto 10px auto;
	
}
#footer p{
	text-align: left;
}
#welcome{
	padding-bottom: 5px;
}
#welcome_gg{
	background-image:url(Skin/right_01.png);
	padding:3px 20px;/*上 右 下 左*/
	color:#FFFFFF;
}
#welcome_ms{
	background-image:url(Skin/right_02.png);
	height:184px;
}
#welcome_ms ul{
	padding:50px 20px 0px 255px;/*上 右 下 左*/
	line-height:185%;
}

.red{
	color:#FF0000;
}
/* Menu */

#menu {
	width: 950px;
	height: 34px;
	background: url(skin/menu_bg.png);
}

#menu ul {
	margin: 0;
	padding-left:3px;
	padding-right:3px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	line-height:34px;
	float: left;
	width: 90px;
	height: 34px;
	text-transform: lowercase;
	text-decoration: none;
	text-align: center;
	letter-spacing: -1px;
	font-size: 14px;
	color:#333333;
	vertical-align: middle;
}

#menu a:hover {
	background: url(skin/menu_bg2.png);
	color: #234D00;
}

#menu .active a {
	background: url(skin/menu_bg2.png);
	color: #234D00;
}
/* -- end -- */

/* Content */

#center{
	float:left;
}

#center_left{
	width:440px;
	height:auto;
	float:left;
}

#center_right{
	width:226px;
	height:auto;
	float:right;
}

/* -- end -- */

#imagem{
	position: absolute;
	top:142px;
}
#search{
	position: absolute;
	top: 105px;
	left: 22px;
}

#search input{
	float: left;
	background-color: #141718;
	border: 1px solid #393e41;
	padding: 3px;
	color: #fff;
	width: 152px;
}
#search .btn{
	border: 0;
	margin: 0 0 0 7px;
	padding: 0;
	width: auto;
}
#about_us{
	float: left;
	width: 194px;
	margin-right: 27px;
	display: inline;
}
#services{
	float: left;
	width: 151px;
	margin-right: 42px;
	display: inline;	
}
#clients{
	float: left;
	width: 146px;
	display: inline;
}
#services ul li{
	padding:0 0 14px 18px;
	background: url(images/bullet.jpg) no-repeat top left;
}
#clients ul li{
	padding:0 0 14px 20px;
	background: url(images/arrow.jpg) no-repeat top left;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
	
h3{
	padding: 30px 0 20px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
}

#quote{
	float:left;
	padding: 35px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: italic;
	letter-spacing: 2px;
	color: #8b8b8c;
	
}
#quote p{
	line-height: 22px;
}
#quote p.testimonial{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #fff;
	
}
#quote .quote{
		font-size: 26px;
}
#news{
	padding-bottom: 10px;
	border-bottom: 1px solid #343a3d; 
}
#news li{
	margin-bottom: 20px;
	}
#news li p.date{
	color: #95ca05;
	font-weight: bold;
}
#news li p.archive{
	padding-left: 25px;
	background: url(images/folder.jpg) no-repeat 0 50%;;
}
#contacts h2{
	margin-top: 20px;
}
.green{
	color: #95ca05; 
}
.white{
	color:#FFFFFF;
	padding-left:45px;
	font-size:14px;
}
.white2{
	color:#FFFFFF;
	font-size:12px;
}
.yellor{
	color:#FF6600;

}
.img{
	border: 1px solid #75AD42;
}
#X_title{
	padding-right:10px;

}
h5{
	color:#B59408;
	font-size:14px;
	padding-bottom:5px;
}


/*二级页面样式*/
#ncol_right{
	float: right;
	width: 273px;
	padding: 5px 2px;
}
#ncol_left{
	float: left;
	width: 630px;
	padding: 5px 0px 5px 0px;
}
#shownews{
	padding:10px;
	margin:5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;	
}
#show_name{
	padding:10px 5px 5px 0;
	text-align:right;
	}