/*
file:	index_root_2.css
info:	index.html
auth:	liuzhoou@gmail.com
date:	2009-03-25
*/
/* 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, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 12px;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
i, em {
	font-style: normal;
}
a {
	text-decoration: none;
}

/* index css V2 */
#header h1 a span, #nav h3 span, #info h3 span, #connect dl label {
	display: none;
}
#header {
	width: 100%;
	height:52px;
	background: url(../images/bg2_index_topbg.gif) repeat-x 0 0;
}
#header h1, #nav, #contents, #copyright p {
	width: 780px;
	margin: 0 auto;
}
#header h1 a {
	margin: 0 0 0 15px;
	width: 320px;
	height: 36px;
	display: block;
	background: url(../images/bg2_index_logo.gif) no-repeat 0 0;
}

#nav {
	position: relative;
	height: 30px;
}
#nav ul {
	position: absolute;
	z-index: 100;
	top: 30px;
	right: 45px;
}
#nav ul li a {
	width: 186px;
	height: 45px;
	line-height: 45px;
	display: block;
	margin: 0 0 6px 0;
	letter-spacing: 3px;
	text-indent: 43px;
	background: url(../images/bg2_index_nav.gif) no-repeat 0 0;
	color: #506676;
}
#nav ul li a:hover {
	color: #10181e;
}

#info {
	width: 525px;
	margin-bottom: 30px;
	float: left;
	border-right: 1px dashed #3f4d58;
}
#info h3 {
	display: block;
	width: 480px;
	height: 300px;
	margin: 0 auto 15px auto;
	background: url(../images/bg2_index_img.jpg) no-repeat 0 0;
}
#info p {
	color: #666666;
	width: 480px;
	margin: 15px auto;
	line-height: 20px;
	text-indent: 2em;
}

#connect {
	display: inline;
	float: right;
	width: 210px;	
	margin: 10px 20px 30px 0;
}
#connect h3 {
	color: #133752;
	font-size: 14px;
	font-weight: bold;
	line-height: 38px;
}
#connect dl {
	border-top: 1px dashed #6b7b80;
	padding: 15px 0;
	line-height: 20px;
}
#connect dl dt {
	float: left;
	display: block;
	height: 10px;
	color: #3366b1;
	margin-right: 10px;
	padding-left: 20px;
	background: url(../images/bg2_index_ico1.gif) no-repeat 1px 4px;
}
#connect dl dd {
	color: #666666;
}

#tel {
	position: absolute;
	top: 0;
	left: 50%;
	color: #999999;
}
#tel h4 {
	width: 375px;
	text-align: right;
	line-height: 45px;
}
#tel h4 em {
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	color: #ebebeb;
}

#copyright {
	margin-top: 20px;
	clear: both;
	height: 86px;
	background: url(../images/bg2_index_bottom.gif) repeat-x 0 0;
}
#copyright p {
	line-height: 86px;
	color: #999999;
	text-indent: 20px;
}
#copyright p a {
	color: #999999;
}
#copyright p a:hover {
	color: #cccccc;
}
