@charset "utf-8";
* { padding: 0; margin: 0; }

body {
	margin: 0; 	padding: 0;
	font: normal 73%/1.5em 'Trebuchet MS', Tahoma, sans-serif;
	color: #555;
	background: #FFF url(bg2.jpg) repeat-x;
	text-align: center;		
}

/* links */
a { background: inherit; color: #72A545; text-decoration: none; }
a:hover { background: inherit; color: #006699; text-decoration: underline; }

/* headers */
h1, h2, h3 { font: bold 1em 'Trebuchet MS', Tahoma, Sans-serif; }
h1 { font-size: 1.4em; color: #65944A; }
h2 { font-size: 1.2em; text-transform: uppercase; }
h3 { font-size: 1.2em; }

p, h1, h2, h3 {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 10px;
	padding: 0 15px;		
}

/* images */

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 3px solid #72A545;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px; 	padding: 0 0 0 20px;  	
  	background-color: #FAFAFA; 
	background-position: 8px 10px;
	border: 1px solid #f2f2f2; 
	border-left: 3px solid #72A545;  
	font: bold 1.2em/1.5em "Trebuchet MS", Tahoma, sans-serif; 
	color: #666666;	
}


/* form elements */
form {
	margin:10px 15px; padding: 0;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding: 2px;
	border:1px solid #eee;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	color:#777;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em "Trebuchet MS", Tahoma, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button { 
	margin: 0; 
	font: bold 1em Arial, Sans-serif; 
	background: #FFF url(gradientbg.jpg) repeat-x; 
	padding: 2px 3px; 
	color: #333;	
	border: 1px solid #DADADA;	
}


/***********************
	  LAYOUT
************************/

#header-content, #content, #footer-content {
	width: 920px;
}


/* header */
#header {
	height: 100px;
	text-align: left;	
}
#header-content {	
	margin: 0 auto; padding: 0;
	position: relative;
}
#header-content h1#logo {
	position: absolute;
	margin:8px 0 0 0;
	padding: 0;
	/* change the values of left and top to adjust the position of the logo */
	top: 11px;
	left: 7px;
}
#header-content h1#logo a {
	text-decoration: none;
	color: #FFF;
}
#header-content #slogan {
	position: absolute;
	font: bold 12px 'Trebuchet Ms', Sans-serif;
	text-transform: none;
	color: #FFF;
	margin: 0;
	padding: 0;
	/* change the values of left and top to adjust the position of the slogan */
	top: 73px;
	left: 44px;
}

/* header menu */
#header-content ul {
	position: absolute;
	right: -8px;
	top: 50px;
	font: bolder 1.2em 'Trebuchet MS', sans-serif;
	color: #FFF;
	list-style: none;
	margin: 0;
	padding: 0;
}
#header-content li {
	display: inline;
}
#header-content li a {
	float: left;
	display: block;
	padding: 3px 7px;	
	color: #FFF;
	background-color: #0c2074;
	text-decoration: none;
	
}
#header-content li a:hover {
	
	border-bottom: 1px solid #65944A;
	color: #33a02b;
}

.headerphoto {
	margin: 20px auto 20px auto ;
    width: 910px;
	height: 80px;
	padding: 15px 10px 10px 10px; 
	background: #FFF url(pro-title.jpg) no-repeat center;	
}
/* content */
#content-wrap {
	clear: both;
	float: left;
	width: 100%;
}
#content {
	text-align: left;	
	padding: 0;
	margin: 0 auto;	
}

/* sidebar */
#sidebar {
	float: right;
	width: 30%;
	margin: 0 0 10px 0; padding: 0;	
 
	height:auto;
}	
#sidebar h1 {
	padding: 10px 0px 5px 10px;
	margin: 0;	
	font: bold 1.9em 'Trebuchet MS', Tahoma, Sans-serif;
}
.sidebox {

	margin-bottom: 10px;
}

/* sidebar menu */
#sidebar ul.sidemenu {
	list-style:none;
	margin: 10px 0 15px 0;
	padding: 0;
		
}
#sidebar ul.sidemenu li {
	padding: 0px 10px;
	font-size:1.2em;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:normal;
	color: #333;
	height: 1.5em;	
	padding:.3em 0 .3em 15px;
	line-height: 1.5em;
	border-bottom: 1px dashed #D4D4D4;
	text-decoration:none;
}
#sidebar ul.sidemenu a.top{	
	border-top: 1px dashed #D4D4D4;
}
#sidebar ul.sidemenu a:hover {
	padding: .3em 0 .3em 10px;
	border-left: 5px solid  #65944A;
	color: #65944A;		
}

/* main */
#main {
	float: left;
	width: 68%;	
	margin: 0 0 10px 0; padding: 0;	
	
}
#main h1 {
	padding: 10px 0px 0px 5px;
	margin: 0 0 0 10px;
	border-bottom: 1px solid #f2f2f2; 	
	font: normal 1.9em 'Trebuchet MS', Tahoma, Sans-serif;
}
#main ul li {
	list-style-image: url(bullet.gif);
	
}



#main1 {
	float: left;
	width: 32%;	
	margin: 0 0 10px 25px; padding: 0;
	height:305px; 
	overflow:hidden
}
#main1 h1 {
	padding: 10px 0px 0px 5px;
	margin: 0 0 0 10px;
	border-bottom: 1px solid #f2f2f2; 	
	font: normal 1.5em 'Trebuchet MS', Tahoma, Sans-serif;
}
#main1 ul li {
	list-style-image: url(bullet.gif);
	font-size:1.2em;
	line-height:1.6em;
}

.post {
	margin: 0; padding: 0;
	

}
.post .post-footer {
	
	
	padding: 5px; margin-top: 20px;
	font-size: 95%;
}
.post .post-footer .date {
	background: url('clock.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .comments {
	background: url('comment.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post .post-footer .readmore {
	background: url('page.gif') no-repeat 0 center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* footer */
#footer {
	clear: both;
	margin: 0; padding: 0;
	font: normal .95em/1.6em 'Trebuchet MS', Tahoma, Arial, sans-serif;
	text-align: left;
	background:url(footer1.gif) 0 0 repeat-x ;
}

/* footer */
#footer {
	clear: both;
	margin: 0; padding: 0;
	font: normal .95em/1.6em 'Trebuchet MS', Tahoma, Arial, sans-serif;
	text-align: left;
	background:url(footer.jpg) 0 0 repeat-x ;
	color: #fff;
}

#footer h1, #footer p {	margin-left: 0; }

#footer-content {	
	
	margin: 0 auto;
	padding-left: 15px;
}
#footer-content a {
	text-decoration: none;
	color: #fff;	
}
#footer-content a:hover {
	text-decoration: underline;
	color: #fff;
}
#footer-content ul {
	list-style: none;
	margin: 0; padding: 0;
}
#footer-content .col {
	width: 32%;
	padding: 0 5px 30px 0;	
}
#footer-content .col2 {
	width: 43%;
	padding: 0 0 30px 0;	
}
/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right {	text-align: right; }

/* additional classes */
.clear { clear: both; }
.gray  { color: #BFBFBF; }


/*Design*/
#design{
	float:left;
	width:625px;
	height:auto;
	margin:-50px 0px 0px -10px;
	display:inline;
	text-align:left;
	overflow:hidden;
	
}
#design p{
	text-indent:0px;
}
#design img{ border:0;
}
#design .design_top{
	height:53px;
	line-height:53px;
	position:relative;
	overflow:hidden;
}
.design_top .d_more{
	width:50px;
	height:18px;
	line-height:18px;
	position:absolute;
	left:464px;
	top:31px;
}
#design .desin_con{
	width:620px;
	height:auto;
	margin:0 auto;

	overflow:hidden;
}
/*图片列表开始*/
.desin_con .desinlist{
	list-style-type:none;
	width:620px;
	height:auto;
	margin-left:5px;
	overflow:hidden;
}
.desinlist li{
	float:left;
	width:180px;
	height:150px;
	margin-right:20px;
    margin-top:20px;
	display:inline;
	border:#ddd 1px solid;
	overflow:hidden;
}
.desinlist li a {
	position:relative;
	display:block;
	width:170px;
	height:140px;
	padding:5px;
	background-color:#f9f9f9;
	text-decoration:none;
}
.desinlist li a span {
	display:none;
}
.desinlist li a:hover{
	background:#199cc6;
}
.desinlist li a:hover span{
	position:absolute;
	display:block;
	width:180px;
	height:25px;
	line-height:25px;
	bottom:0px;
	left:0px;
	background:#199cc6;
	text-align:center;
	font-size:12px;
	color:#FFF;
	overflow:hidden;
	cursor:pointer;
}
.desinlist li a img{
	width:170px;
	height:140px;
	text-align:center;
	margin:0 auto;
	padding:0px;
	background-color:#fff;
}

/* CSS Document */


