/* --------------------------------------------------[Reset] */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul, ol {
  list-style: none;
}

fieldset, img {
  border: 0;
}

body, button, input, select, textarea {
  font: 12px/16px Verdana, Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

address, cite, dfn, em, var {
  font-style: normal;
}i

code, kbd, pre, samp {
  font-family: Consolas, Courier new, Courier, monospace;
}

small {
  font-size: 12px;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

a {
  text-decoration: none;
}

a:link {
  color: #22659A;
}

a:visited {
  color: #22659A;
}

a:hover {
  text-decoration: underline;
}

a:active {
}

/* --------------------------------------------------[Layout & Details] */
body {
  width: 912px;
  margin: 0 auto;
  background: url(../img/top_bg.png) repeat-x;
}

/* 1. header */

/* 1.1. top-menu */
.top-menu {
  float: right;
}

.top-menu li {
  float: left;
  padding-left: 17px;
  height: 24px;
  line-height: 24px;
  background: url(../img/dot.png) 7px center no-repeat;
}

.top-menu li.first {
  background: none;
}

.top-menu li a {
  color: #727f97;
}

/* 1.2. banner */
.banner {
  clear: both;
  height: 27px;
  padding: 16px 0px 10px 10px;
}

/* 1.3. nav */
.nav {
  height: 32px;
  padding-left: 26px;
  overflow:hidden;
  background: url(nav_bar.gif) no-repeat;
}

.nav li {
  float: left;
  width: 86px;
  height: 32px;
  font-size: 14px;
  line-height: 32px;
  font-weight: bold;
  text-align: center;
  overflow:hidden;
}

.nav li a {
  width: 92px;
  height: 36px;
  line-height: 36px;
  text-align: center;
}

.nav a:link, .nav a:visited, .nav a:active {
  color: #FFF;
}

.nav li:hover a, .nav a:hover, .nav a.active {
  display: block;
  width: 92px;
  background: url(../img/nav_hover.png) no-repeat;
  text-decoration: none;
  color: #104 !important;
}

/* 2. main */
.b_outer {
  display: block;
  overflow: hidden;
  height: 1px;
  margin: 0 2px;
  font-size: 1px;
  background: #ced2d5;
}

.b_inner {
  display: block;
  overflow: hidden;
  height: 1px;
  margin: 0 1px;
  border-right: 1px solid #ced2d5;
  border-left: 1px solid #ced2d5;
  font-size: 1px;
  background: #fff;
}

.main {
  overflow: hidden;
  min-height: 400px;
  margin: 0 auto;
  border-left: 1px solid #ced2d5;
  border-right: 1px solid #ced2d5;
  background: url(../img/main_bg.png) left top repeat-y;
  -background-position: 1px top;
}

h1, h2 {
  border-bottom: 1px solid #DBDBDB;
  font-size: 14px;
}

h1 span, h2 span {
  display: inline-block;
  padding-bottom: 5px;
}

h1 span {
  border-bottom: 4px solid #69CBF1;
}

h2 span {
  border-bottom: 4px solid #92C310;
}

p {
  line-height: 19px;
  margin: 10px 0;
}

ol li {
  list-style: decimal;
  margin-left: 30px;
}

/* 2.1. sidebar */
.sidebar {
  float: left;
  width: 220px;
  padding-top: 20px;
}

.sidebar h1 {
  margin-left: 10px;
  margin-right: 20px;
}

.sidebar ul {
  margin-top: 15px;
  margin-left: 20px;
}

.sidebar a {
  display: block;
  height: 40px;
  padding-left: 10px;
  font-size: 14px;
  line-height: 40px;
  background: url(../img/sub_menu_bg.png) top left no-repeat;
}

.sidebar li.first a {
  background: none;
}

.sidebar li a.active {
  position: relative;
  top: 1px;
  margin-right: -1px;
  background-image: url(../img/sub_menu_active_bg.png);
  color: #000;
}

/* 2.2. content */
.content {
  padding: 30px;
  overflow: hidden;
  *width: 675px;
  *zoom: 1;
}

.content code {
  color: #096;
}

.content h2 {
  margin-top: 30px;
}

p.comment {
  font-size: 12px;
  line-height: 15px;
  margin: 8px 0;
}

/* 3. footer */
.footer{
  height: 30px;
  padding: 20px 0;
  text-align: center;
  font-size: 12px;
  line-height: 30px;
  color: #A3A3A3;
}

.footer p{font-size:12px;}
.new{width:92px!important;background:url(../img/new.png) no-repeat 76px 11px;}