@charset "utf-8";
/* CSS Document */

#header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFF;
	height: 176px;
	width: 1000px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(/images/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
}
#header #header-left a img {
	border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	margin-top:2px;
	margin-left:2px;
}
#header #header-left a {
	float: left;
		border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
}
#header #header-left .header-sellcar {
	clear: both;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	width: 210px;
	line-height: 33px;
	height: 33px;
	padding-top: 10px;
	background-image: url(/images/header-sellcar.png);
	background-repeat: no-repeat;
	text-align: center;
	text-decoration: none;
	padding-left: 19px;
	margin-top:2px;
	margin-left:1px;
}
#header #header-left {
	float: left;
	width: 236px;

}
#header #header-slogan {
	float: left;
	padding-top: 25px;
}
#header #header-person {
	float: left;
	margin-top: 25px;
}
#header #header-navigation {
	float: right;
	margin-top: 5px;
	margin-right: 5px;
}
#header #header-navigation a {
	padding: 5px;
	float: left;
}

