/*
主题名称: 玫瑰主题
URI: the-theme's-homepage
描述: a-brief-description
作者: 您的姓名
作者 URI: 您的-URI
模板: 在这里可以提示它的父级模板
版本: 版本号


.


[目录表] 

	0- Reset
	1- Global
	2- Links
	3- Headings
	4- Header 
	5- Navigation
	6- Middle 
	7- Forms
	8- Extras
	9- Footer 

*/

/* =0 Reset
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
@import url('reset.css');
/* =1 Global
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
body {
	line-height: 1;
	font: normal 12px Arial, Helvetica, sans-serif;
	vertical-align: top;
	background: #ecf6fc url(img/bg.png) repeat-x left top;
	color: #000;
}
.right {
	float: right;
}
.left {
	float: left;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align:center;
}
.justify {
	text-align:justify;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.underline {
	border-bottom:1px solid;
}
.highlight {
	background:#ffc;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft {
	float:left;
	margin:4px 10px 4px 0;
}
img.alignright {
	float:right;
	margin:4px 0 4px 10px;
}


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* =2 Links
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
a:link, a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #0073b8;
}
a:active {
	color: #111;
}
/* =3 Headings
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
h1 {
	font: bold 2em "Times New Roman", Times, serif;
}
h2 {
	font: bold 1.5em "Times New Roman", Times, serif;
}
h3 {
	font: bold 1.2em Arial, Geneva, Helvetica, sans-serif;
}

h4 {
	font: bold 1em Arial, Geneva, Helvetica, sans-serif;
}
h5 {
	font: bold 0.9em Arial, Geneva, Helvetica, sans-serif;
}
/* =4 Header
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

#header {
	width: 940px;
	background: url(img/bg_header.png) no-repeat left top;
	padding-right: 21px;
	padding-left: 21px;
	height: 236px;
	margin: 0 auto 20px;
}



#logo {
	padding-left: 30px;
	width: 410px;
	height: 142px;
	background: url(img/index_04.png) no-repeat 30px top;
}

#logo h1 a {
	display: block;
	width: 400px;
	height: 140px;
}

#logo h1 a span {
	display: block;
	text-indent: -9999px;
}

#location {
	padding-top: 12px;
	padding-left: 20px;
	color: #787878;
	float: left;
	width: 650px;
}

/* =5 Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

div#nav {
	height: 52px;
}

#nav ul li {
	float: left;
}

#nav ul li a {
	display: block;
	height: 35px;
	padding-top: 17px;
	padding-right: 25px;
	padding-left: 25px;
	color: #fffeff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	background: url(img/nav_normal.png) no-repeat left top;
	float: left;
}

#nav ul li a.active,
#nav ul li a:hover {
	background-image: url(img/nav_active.png);
}

/* =6 Middle
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/


/* =7 Form
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

/* @group search */

#searchform {
	height: 37px;
	padding-right: 20px;
	float: left;
}

#searchform label{display:none}
#searchwrapper{
	width: 231px;
	height:38px;
}
#searchbox{
	border-style:none;
	width: 170px;
	height: 17px;
	background-color:transparent;
	font-size:12px;
	margin:0;
	padding: 15px 8px 5px 10px;
	float:left;
	background-image: url(img/searchbg.png);
	background-repeat: no-repeat;
	background-position: 0 10px;
	color: #000;
}
#searchsubmit{border-style:none;width: 33px;height: 37px;line-height:38px;font-size:12px;cursor:pointer;float:left;margin:0;padding:0
0 0 8px;color: #de5200;background: url(img/searchbg.png) no-repeat right 9px}



/* @end */




/* =8 Extra
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
/* =9 Footer
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/

#footer {
	height: 57px;
	background: url(img/bg_footer.png) repeat-x left top;
	padding-top: 20px;
}

#footer p {
	color: #afafaf;
	text-align: center;
}

#footer a {
	color: #bebebe;
}
#footer ul {
	margin-right: auto;
	height: 20px;
	padding-left: 170px;
}
#footer ul li {
	padding-right: 10px;
	padding-left: 10px;
	float: left;
}

