/* Header Login */
#user_login_top {
	position: absolute;
	float: left;
	right: 10px;
	top: 35px;
}
#user_login_top .text {
	border: 1px solid #0d0d0d;
	background: #323232 url(../images/text_bg.png) repeat-x 0 0;
	color: #a1a1a1;
	font-size: 12px;
	padding: 4px 5px 5px;
	margin-right: 10px;
	width: 100px;
	float: left;
}
#loginForm {
	float: left;
}
#logoutForm {
	float: left;
	margin-right: 20px;
}
.greeting {
	float: left;
	margin-right: 10px;
	color: #a1a1a1;
	font-size: 15px;
}
#user_login_top .greeting a {
	color: #fff;
}
/* Navigation */
.nav_gradient {
	position: absolute;
	left: -200px;
	bottom: 0px;
}
#navigation {
	position: absolute;
	bottom: 0px;
	left: 30px;
	list-style: none;
	width: 600px;
	font-size: 13px;
	letter-spacing: -0.02em;
}
#navigation li {
	float: left;
	background: url(../images/nav_right.png) no-repeat 100% 80px;
}
#navigation li a {
	float: left;
	display: block;
	height: 2.5em;
	hei\ght: 1.9em;
	padding: 0.4em 1.5em 0.2em 1.5em;
	background: url(../images/nav_left.png) no-repeat 0% 80px;
	color: #eeb7b7;
	text-decoration: none;
	overflow: hidden;
}
#navigation li a:hover {
	color: #fff;
}
#navigation li.active, #navigation li.active a, #navigation li.active a:hover {
	background-position: 0% 0px;
	color: #1e1e1e;
}
/* Header Search */
#search_wrap {
	position: absolute;
	right: 150px;
	bottom: 14px;
}
#search_wrap form {
	position: relative;
	float: left;
}
#search_wrap label {
	font-size: 13px;
	padding-top: 3px;
	color: #fff;
	float: left;
	cursor: pointer;
}
#search_wrap .text {
	background: #fff;
	border: 1px solid #661004;
	font-size: 12px;
	padding: 4px 25px 4px 5px;
	margin-left: 10px;
	width: 120px;
	float: left;
	
}
#search_wrap #search {
	position: absolute;
	top: 3px;
	right: 5px;
	background: url(../images/search_bg.png) no-repeat 0 0;
	text-indent: -9999px;
	border: none;
}
/* Header RSS */
#rss {
	position: absolute;
	right: 30px;
	bottom: 14px;
	font-size: 13px;
}
#rss span {
	float: left;
	margin-right: 10px;
	padding-top: 1px;
}
#rss img {
	float: left;
}