@charset "UTF-8";


#header {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#header #header_up {
	margin: 0px auto;
	padding: 0px;
	width: 960px;
}
#header #header_up #l_box {
	width: 400px;
	float: left;
	margin-top: 20px;
	margin-bottom: 10px;
}

#header #header_up #r_box {
	width: 420px;
	font-size: 0.7em;
	margin-top: 0px;
	margin-bottom: 0px;
	float: right;
}

#header #header_up #l_box h2 {
	color: #333;
	clear: both;
	font-size: 0.7em;
	margin-top: 5px;
}


#header #sitetitle {
	width: 300px;
	height: 35px;
	background: url(../img/logo.png) no-repeat left 0px;
	text-indent: -9999px;
}
#header #sitetitle a {
	display: block;
	width: 300px;
	height: 35px;
	margin-bottom: 8px;
	margin-top: 0px;
}


#header #header_up #r_box #home {
	height: 33px;
	width: 109px;
	display: block;
	background: url(../img/home.png) no-repeat left top;
	float: right;
	margin-bottom: 20px;
	text-indent: -9999px;
	padding: 0px;
	margin-top: 0px;
}
#header #header_up #r_box #home a {
	height: 33px;
	width: 109px;
	display: block;
}

/************* #search **************/
#header #search {
	padding: 0px;
	margin: 19px 0px 3px;
	text-align: right;
	clear: both;
	width: 320px;
	float: right;
}
#header #search input {
	color: #666;
	font-size: 1.2em;
	vertical-align: middle;
}
#header #search .search_size {
	width: 240px;
	padding: 0px;
	margin-right:4px;
	height: 22px;
}
#header #search .search_btn {
	background: url(../img/bg_search.gif) no-repeat center center;
	width: 46px;
	height: 21px;
	margin: 0px 7px 0px 0px;
	padding: 0px;
	border-color: #f4f4f4;
	cursor: pointer;
}
/********* #fontsize styles ***********/
#fontsize {
	width: 80px;
	float: right;
	margin-top: 3px;
	text-indent: -9999px;
}

#fontsize ul li {
	float: left;
}
#fontsize #size {
	background: url(../img/text_size.gif) no-repeat 0px 0px;
	height: 18px;
	width: 70px;
}
#fontsize #size_s a {
	background: url(../img/text_size.gif) no-repeat -80px 0px;
	display: block;
	height: 19px;
	width: 18px;
	margin-right: 5px;
}
#fontsize #size_m a {
	background: url(../img/text_size.gif) no-repeat -98px 0px;
	display: block;
	height: 19px;
	width: 18px;
	margin-right: 5px;
}
#fontsize #size_l a {
	background: url(../img/text_size.gif) no-repeat -116px 0px;
	display: block;
	height: 19px;
	width: 18px;
}
#fontsize #size_s a:hover {
	background: url(../img/text_size.gif) no-repeat -80px -20px;
	display: block;
	height: 20px;
	width: 18px;
	margin-right: 5px;
}
#fontsize #size_m a:hover {
	background: url(../img/text_size.gif) no-repeat -98px -20px;
	display: block;
	height: 20px;
	width: 18px;
	margin-right: 5px;
}
#fontsize #size_l a:hover {
	background: url(../img/text_size.gif) no-repeat -116px -20px;
	display: block;
	height: 20px;
	width: 18px;
}
