/* 代码提供：脚本之家 jb51.net */
/* BASIC RESET */
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input {
	margin:0;
	padding:0;
}
/* HTML ELEMENTS */
body {
	
	background-attachment:fixed;
	font:62.5% Georgia, 'Times New Roman', serif;
	letter-spacing:1; color:#FFF
}
/* COMMON CLASSES */
.break {
	clear:both;
}
/* HEADER */
#header {
	height:100%;
}
.headerimg {
	background-position: center top;
	background-repeat: no-repeat;
	width:100%;
	height:100%;
	position:absolute;
}
/* NAVIGATION */
#nav-outer {
	height:110px;
	padding-top:11px;
	position:relative;
	top:24px;
	background-image:url("../images/headerbg.png");
}
#navigation {
	height:100px;
	width:960px;
	margin:0 auto;
	background-image:url("../images/logo.png");
	background-position:top left;
	background-repeat:no-repeat;
}
/* SEARCH */
#search {
	background-color:#051733;
	float:right;
	width:220px;
	padding:10px;
}
#searchtxt {
	padding:3px;
	width:150px;
}
#searchbtn {
	border:1px solid #eee !important;
	background-color:#CD2B3A;
	color:#eee;
	padding:3px;
	margin-left:5px;
}
