@charset "utf-8";
/*
Style Name: Dian Yuan Research
Author: CY
Email: cyishere@gmail.com
Website: http://ex4fun.com
Description: the main style of Dian Yuan Research
*/
* {
	margin:0;
	padding:0;
}
.alignLeft {
	float:left;
}
.alignCenter {
	margin:0 auto;
}
.alignRight {
	float:right;
}
.textLeft {
	text-align:left;
}
.textCenter {
	text-align:center;
}
.textRight {
	text-align:right;
}
.clear {
	clear:both;
}
a img {
	border:none;
}
h1, h2, h3, h4, h5, h6 {
	font-size:14px;
}
ul li, ol li {
	list-style:none;
}
a {
	text-decoration:none;
}

body {
	font-family:Tahoma,SimSun,Arial;
	font-size:12px;
}
#header {
	width:980px;
	margin:0 auto;
	background:url(../vote_img/bg_header.jpg) center top no-repeat;
	font-size:14px;
	color:#fff;
}
#header a {
	color:#fff;
}
#logo {
	width:195px;
	height:86px;
}
#topMenu {
	float:right;
	margin-top:-86px;
	padding:20px 10px 0 0;
}
#quickMenu li {
	display:inline;
	background:url(../vote_img/bg_quickmenu_li.gif) right center no-repeat;
	padding-right:10px;
	padding-left:7px;
}
#quickMenu li.last {
	background:none;
}
#userMenu {
	text-align:right;
	padding:10px;
}
#userMenu img {
	vertical-align:middle;
	margin-right:10px;
}
#menuSearch {
	background:url(../vote_img/bg_menusearch.gif) center top no-repeat;
}
#search {
	float:right;
	margin-top:15px;
	margin-right:20px;
	
}
#search .textInput {
	width:120px;
	padding:3px;
	border:1px solid #000;
}
#search select {
	padding:2px 3px;
	border:1px solid #000;
}
#search .textInput, #search .btnInput, #search select {
	vertical-align:middle;
}
#mainNav {
	position:relative;
	height:56px;
	font-size:18px;
	font-weight:bold;
	z-index:10;
}
#mainNav li {
	float:left;
	height:56px;
	line-height:56px;
	background:url(../vote_img/bg_mainnav_li.gif) right top no-repeat;
	padding-right:22px;
	padding-left:20px;
}
#mainNav li.active {
	background-image:url(../vote_img/bg_mainnav_li_active.gif);
}
.sub-nav {
	width:930px;
	height:30px;
	line-height:30px;
	padding-top:1px;
	padding-bottom:5px;
	padding-left:20px;
	background:url(../vote_img/bg_subnav.gif) 0 0 no-repeat;
	margin:-1px auto 0 auto;
	position:relative;
	z-index:1;
	
}
.sub-nav strong {
	background:url(../vote_img/arrow.gif) right center no-repeat;
	padding-right:10px;
	float:left;
	margin-right:10px;
}
.sub-nav li {
	display:inline;
	font-size:12px;
	background:url(../vote_img/bg_subnav_li.gif) right center no-repeat;
	padding-right:7px;
	padding-left:5px;
}
.sub-nav li.last {
	background:none;
}


#footer {
	width:950px;
	margin:0 auto;
	background:url(../vote_img/bg_footer.gif) 0 0 no-repeat;
	padding-top:10px;
	margin-left:23px;
}
#bottomNav {
	margin:0 0 10px 50px;
}
#bottomNav li {
	display:inline;
	border-right:1px solid #a6e8ff;
	padding-right:2px;
}
#bottomNav li.last {
	border:none;
}
#bottomNav li a {
	color:#2c676b;
	text-decoration:underline;
}
#footer p {
	line-height:24px;
	margin:0 20px;
}
#footer p.color {
	color:#009ad6;
}


