﻿#top-wrapper {
	display: block;
	margin: 0px auto;
	width: 1024px;
}

#top-wrapper #header {
	display: block;
	padding-top: 12px;
	position: relative;
	width: 1024px;
}

.logo{
	display: block;
	height: 100px;
	margin-left: 30px;
	width: 286px;
	float:left;
	cursor:pointer;
	margin-top: -12px;
	border: 0;
}
.header_top_link{
	float: right;
	margin-top: 5px;
	line-height:16px;
	margin-right: 10px;
	font-size:12px;
}
.header_top_link a{
	color: #fff;
	font-size: 10px;
	padding: 0 7px;
	float:left;
	font-size:12px;
}
#top-wrapper #header #search_box form {
	display: block;
	height: 36px;
	right: 0;
	top: 28px;
	position: absolute;
	width: 220px;
}

#top-wrapper #header #search_box fieldset {
	border: none;
}

#top-wrapper #header #search_box form input.input_text {
	color: #7d7d7d;
	font-size: 11px;
	padding: 2px 4px;
	width: 160px;
	height: 16px;
	border: 1px solid #333333;
	float: left;
}

#top-wrapper #header #search_box button {
	background-color: transparent;
	border: none;
}
#search img{
	float: left;
}
fieldset {
	border: 1px solid #8cacbb;
	margin: 1em 0em 1em 0em;
	padding: 0em 1em 1em 1em;
	line-height: 1.5em;
	width: auto;
}

input {
	font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial,
		sans-serif;
	visibility: visible;
	border: 1px solid #ddd;
	border-color: #666 #ddd #ddd #666;
	color: Black;
	vertical-align: middle;
	background: White url('../images/input_background.gif') repeat-x;
}

button {
	font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial,
		sans-serif;
	visibility: visible;
	border: 1px solid #8cacbb;
	color: Black;
	vertical-align: middle;
	background-color: #dee7ec;
	padding: 1px;
	cursor: pointer;
	font-size: 90%;
	text-transform: none;
}

.slider_bottom_bg {
	background: url('../images/slider_bottom_bg.gif') top left repeat-x;
	display: block;
	height: 8px;
	line-height: 8px;
	width: 1024px;
}
.header_top_link .last{
	border-right: none;
}