/* -----------------------------------------------------------------------

   KuKuFun CSS Framework 0.0.1
   http://www.kukufun.com

   * Copyright (c) 2007-2008.
   * This Framework only for KuKuFun
   * KuKuFun Team
   
   || Li/Donglin	     || 
   || realjons@gmail.com ||
   || 2008 july			 ||

----------------------------------------------------------------------- */

@media all {

/* RESET */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	text-align: left;
	vertical-align: baseline;
	text-decoration: none;
}

ul li {
	list-style: none;
}

a img {
	border: none;
}

.cursor_p {
	cursor: pointer;
}

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

q:before, q:after, blockquote:before, blockquote:after {
	content: "";
}

/* Elements */

body {
	background-color: #F7F7F7;
}

body, p, td, th, li {
	font-size: 12px;
	line-height: 1.5em;
	color: #000000;
}

p {
	margin: 0 0 1em 0;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: block;
}

.non_list {
	list-style: none;
}

/* Layout */

#wrap {
	width: 874px;
	margin: 0 auto;
	padding: 10px 20px;
	background-color: #FFF;
}

/* @group HEAD */

#head {
	width: 100%;
}

#head .logo {
	width: 135px;
	float: left;
	padding-top: 10px;
}

#head .nav {
	width: 700px;
	float: right;
}

#head .nav .nav_bg {
	background: url(nav_bg.gif) repeat-x 0 -37px;
	height: 34px;
	width: 653px;
	float: right;
}

#head .nav .nav_l {
	background: url(nav_bg.gif) no-repeat 0 0;
	width: 9px;
	height: 34px;
	float: left;
}

#head .nav .nav_mid {
	width: 635px;
	float: left;
}

#head .nav .nav_mid .menu {
	width: 70px;
	float: left;
	padding-right: 8px;
	height: 30px;
	background: url(nav_bg.gif) no-repeat right -95px;
}

#head .nav .nav_mid .search {
	width: 189px;
	background: url(nav_bg.gif) no-repeat right -136px;
	height: 34px;
	float: right;
}

#head .nav .nav_mid .search .search_bar {
	height: 15px;
	width: 100px;
	border: none;
	margin-top: 8px;
	margin-right: 14px;
	line-height: 12px;
	padding: 1px 0 0 5px;
}

.select {
	background: url(search_arrow.gif) no-repeat right center;
}

.select a {
	text-decoration: none;
}

#head .nav .nav_r {
	background: url(nav_bg.gif) no-repeat -4px -75px;
	width: 9px;
	height: 34px;
	float: right;
}

/* NAV MENU PLUS SEARCH MENU */

.nav_menu {
	width: 149px;
	z-index: 9999999;
}

.nav_menu .mid {
	background: url(menu_bg.gif) repeat-y 0 0;
}

.nav_menu .bottom {
	background: url(menu_bg.gif) no-repeat -149px 0;
	height: 21px;
}

.search_nav {
	width: 80px;
}

.search_nav .mid {
	background: url(search_nav_bg.gif) repeat-y 0 0;
}

.search_nav .mid li {
	padding: 0 0 0 15px;
}

.search_nav .bottom {
	background: url(search_nav_bg.gif) no-repeat -80px 0;
	height: 10px;
}

/* @end */

/* @group CONTAINER */

#container {
	width: 100%;
	padding: 20px 0 10px 0;
}

/* @end */

/* @group FOOTER */

#footer {
	width: 900px;
	margin: 0 auto;
	background: url(footer_bg.jpg) no-repeat left bottom;
	padding: 40px 0 0 0;
}

.footer_info {
	width: 80%;
}

.footer_info li {
	width: 20%;
	float: left;
}

.validation {
	width: 600px;
	float: right;
}

.validation li {
	width: 25%;
	float: left;
}

/* @end */

/* Widgets */

.border_blk {
	border: 1px solid #3797d9;
}

.pr5 {
	padding-right: 5px;
}

.mr9 {
	margin-right: 7px;
}

.mr20 {
	margin-right: 20px;
}

.mb8 {
	margin-bottom: 8px;
}

.pl20 {
	padding-left: 20px;
}

.pb10 {
	padding-bottom: 10px;
}

.pb20 {
	padding-bottom: 20px;
}

.pt10 {
	padding-top: 10px;
}

.pt20 {
	padding-top: 20px;
}

.white_space {
	height: 30px;
}

/* FONTZ */

.f10 {
	font-size: 10px;
}

.f12 {
	font-size: 12px;
}

.f14 {
	font-size: 14px;
}

.f16 {
	font-size: 16px;
}

.f18 {
	font-size: 18px;
}

.f20 {
	font-size: 20px;
}

.f_menu {
	color: #0054A5;
}

.f_menu a {
	color: #0054A5;
}

.f_menu a:hover {
	background: #bbd9f6;
	padding: 3px 8px;
	display: inline;
	color: #1a99cc;
}

.f_white {
	color: #FFF;
}

.f_white a {
	color: #FFF;
	text-decoration: none;
}

.f_white a:hover {
	background: #bbd9f6;
	padding: 3px 8px;
	color: #217edd;
}

.f_blue {
	color: #1769ba;
}

.f_blue a {
	text-decoration: none;
	color: #1769ba;
}

.f_blue a:hover {
	text-decoration: underline;
}

.f_green {
	color: #6a8d18;
}

.f_green a {
	text-decoration: none;
	color: #72971b;
}

.f_green a:hover {
	text-decoration: underline;
}

.f_orange {
	color: #dd5b1a;
}

.f_orange a {
	text-decoration: none;
	color: #dd5b1a;
}

.f_orange a:hover {
	background-color: #dd5b1a;
	color: #fff;
}

.f_gray {
	color: #666;
}

.f_gray a {
	color: #666;
	text-decoration: none;
}

.f_gray a:hover {
	text-decoration: underline;
}

/* TEXT DECORATION PLUG */

.b {
	font-weight: bold;
}

.tar {
	text-align: right;
}

.tac {
	text-align: center;
}

.tal {
	text-align: left;
}

.indent {
	text-indent: 5px;
}

.lh14 {
	line-height: 14px;
}

.lh16 {
	line-height: 16px;
}

.lh18 {
	line-height: 18px;
}

.lh20 {
	line-height: 20px;
}

.lh24 {
	line-height: 24px;
}

.lh26 {
	line-height: 26px;
}

.lh31 {
	line-height: 31px;
}

.lh3m {
	line-height: 3em;
}

/*button*/

.button a {
	color: #72971b;
	text-decoration: none;
}

.button1_l {
	width: 17px;
	height: 26px;
	background: url(buttonbg1.gif) 0px 0px;
	float: left;
}

.button1_m {
	height: 26px;
	background: url(buttonbg1.gif) 0 -26px repeat-x;
	float: left;
	padding-left: 10px;
	line-height: 26px;
}

.button1_r {
	width: 17px;
	height: 26px;
	background: url(buttonbg1.gif) 0px -52px;
	float: left;
}

.button2_l {
	width: 17px;
	height: 26px;
	background: url(buttonbg2.gif) 0px 0px;
	float: left;
}

.button2_m {
	height: 26px;
	background: url(buttonbg2.gif) 0 -26px repeat-x;
	float: left;
	padding-right: 10px;
	line-height: 26px;
}

.button2_r {
	width: 17px;
	height: 26px;
	background: url(buttonbg2.gif) 0px -52px;
	float: left;
}

.nomail,.mail {
	width: 16px;
	line-height: 16px;
	padding: 0 0 2px 20px;
	margin: 0 10px 0 10px;
}

.nomail {
	background: url(mail.gif) 0 -1px no-repeat;
	margin-top: -1px;
}

.mail {
	background: url(mail.gif) 0 -18px no-repeat;
	margin-top: -1px;
}

}