@charset "utf-8";
/*  
  ---------------------------------------------------------------
  1. base (全局基本属性)
  ---------------------------------------------------------------
  2.link (链接)
  ---------------------------------------------------------------
  3.font (字体)
  ---------------------------------------------------------------
  4. layout (框架)
  ---------------------------------------------------------------
  5. header (头部)
  ---------------------------------------------------------------
  6.content (页中)
  ---------------------------------------------------------------
  7.footer (页底)
  ---------------------------------------------------------------
  8. search (当前位置/文章搜索)
  ---------------------------------------------------------------
  9.assist (辅助)
  ---------------------------------------------------------------
  10.tab (切换)
  ---------------------------------------------------------------
  11.ad (广告)
  ---------------------------------------------------------------
  
*/



/* 
  --------------------------------------
  *****  1. base(全局基本属性)   *****
  --------------------------------------
*/

html {
  scrollbar-face-color : #6EDEDED;
}

body {
  margin: 0 auto;
  padding: 0;
  font:12px Arial,微软雅黑,Helvetica,sans-serif;
  line-height:180%;
  color:#333;
  text-align:left;
  background:#EDEDED url(bg.gif) left top repeat-x;
  white-space:normal; 
  word-break:break-all;
}

div,form,img,ul,ol,li,dl,dt,dd,p {
  margin:0;
  padding:0;
  border:0;
}

h1,h2,h3,h4,h5,h6 {
  margin:0;
  padding:0;
  font-size:100%;
  color:#555;
}

h1 span,h2 span,h3 span,h4 span, h5 span {
  color:#999;
  padding-left:6px;
  font-weight:normal;
}

table,td,tr,th{
  font-size:12px;
}

ul,ol,li {
  list-style:none;
}

img {
  border:0;
}

.clear {
  clear:both;
}

.floatleft {
  float:left;
}

.floatright {
  float:right;
}

.clear {
  clear:both;
}

/* table */

table { width:80%; margin:10px auto 7px; font-size:12px; overflow:hidden; border:1px solid #DDD; border-collapse:collapse; }
table * td{ padding:6px; border:1px solid #EEE; } .table thead * th{ background:#FFF url(table_tbg.gif) 0px 1px repeat-x; border:1px solid #E3E3E3; padding:6px; color:#999; } .table tbody * th{ text-align:left; background:#FFA; border:1px solid #DDD; } .table tbody * th strong{ line-height:21px; text-indent:10px; color:#999; } .td1{ text-align:right; color:#666; } .td2,.td3,.td4,.td5,.td6,.td7,.td8,.td9{ text-align:center; } .td5{ background:#FAFAFA; } .td6,.td7,.td8,.td9{ background:#F5F9F0; }

/* 
  --------------------------------------
  *****  2. link(链接)   *****
  --------------------------------------
*/

a {
  text-decoration: none;
  color:#8F8F8F;
}

a:hover {
  color:#333;
  text-decoration: underline; 
}

/* 
  --------------------------------------
  *****  3. font (字体)   *****
  --------------------------------------
*/

.green {
  color:#5FA540;
}

.orange {
  color:#FF9933;
}

.gray {
  color:#ccc;
}

/* 
  --------------------------------------
  *****  4. layout (框架)   *****
  --------------------------------------
*/

#main {
  margin:0px auto;
  padding:0px auto;
  width:870px;
  background:url(main_bg.gif) left top repeat-y;
}

#layout {
   padding:20px 15px 10px;
}

/* 
  --------------------------------------
  *****  5. header (页头)   *****
  --------------------------------------
*/

#logo {
  float:center;
  margin:0px 10px;
}

#top {
  margin:0px auto;
  padding:0px auto;
  width:870px;
  line-height:34px;
  text-align:right;
}

#top a {
  padding:0px 5px;
}



.header,.content,.footer{margin-left:auto;margin-right:auto;clear:both;}
.header {height:176px;background:#fff;border-bottom:12px solid  #FF7E00;}
.hdTop {width:100%;}
.hdTop .siteLogo {height:129px;background-image: url(images/AmbiradBackground.jpg);background-repeat: repeat-x;
background-position: 500px;}
.siteNaf {
	width:100%;
	height:14px;
	background:#666;
	font-size:10px;
	text-align:center;
	color: #FFF;
}



/* 
  --------------------------------------
  *****  7. footer (页底)   *****
  --------------------------------------
*/
.footer{margin-top:10px;border-top:8px solid #FF7E00;background:#3F3F3F;}
.footer .ft{width:100%;margin-left:auto;margin-right:auto;padding:10px 0 15px 0;;color:#888;}
.footer a{color:#8D8D8D}
.footer p{clear:both;padding:0 0 5px 0;width:100%;}





