html, body {
	margin:0px;
	padding:0px;
	font-family: arial,helvetica;
}

#header {
	height:168px;
	width:100%;
	min-width:960px;
	background: #fff url("images/header-bottom.jpg") 0px 134px repeat-x;
	margin:0px;
	padding:0px;
}

#header-top {
	background: #fff url("images/header-top-left.jpg") repeat-x;
	height:44px;
	width:100%;
	margin:0px;
	padding:0px;
}

#header-top-middle{
	background-image: url("images/header-top-middle.jpg");
	background-repeat: repeat-x;
	width:80px;
	height:44px;
	margin:0px;
	padding:0px;
	float:right;
}

#header-top-right{
	background: #fff url("images/header-top-right.jpg") repeat-x;
	width:50%;
	height:44px;
	margin:0px;
	padding:0px;
	float:right;
}

#header-top-menu {
	float:right;
	color:#fff;
	font-family: arial,helvetica;
	font-size: 12pt;
	font-weight:bold;
	margin:0px;
	padding:10px 30px 0px 0px;
}

#header-top-menu a {
	text-decoration: none;
	color: #fff;
	margin-right:20px;
}
#header-top-menu a:visited, #header-top-menu a:hover, #header-top-menu a:link {
	text-decoration: none;
	color: #fff;
	margin-right:20px;
}

#header-phone {
	float:right;
	margin:20Px 130px 0px 0px;
	color: #006;
	font-family: arial,helvetica;
	font-size: 12pt;
	font-weight:bold;
}

#header-logo {
	width: 262px;
	height:73px;
	position: absolute;
	z-index: 1;
	float:left;
	padding:0px;
	margin-left:60px;
}

#header-top-logo img {
	padding:0px;
	margin:0px;
	border: none;
}

#header-bottom-menu {
	position:relative;
	z-index:100;
	float:right;
	clear:both;
}

#header-bottom-menu ul {
	margin:0px 0px 0px 0px;
	bottom:0;
}

#header-bottom-menu ul li {
	display: inline;
	list-style-type: none;
	color: #fff;
	font-family: arial,helvetica;
	font-weight:bold;
	font-size: 10pt;
	margin:0px 0px 0px 0px;
}

#header-bottom-menu ul a {
	background-color: #006;
	color: #fff;
	float:left;
	text-decoration:none;
	margin:0px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	border-top: 1px solid white;
	border-left: 1px solid white;
	border-right: 1px solid white;
}

#header-bottom-menu ul a:link, #header-bottom-menu ul a:visited {
	background-color: #006;
	color: #fff;
	text-decoration:none;
	margin:0px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
}

#header-bottom-menu ul a:hover {
	background-color: #FFDE00;
	color: #000;
	text-decoration:none;
	border-top: 1px solid #444;
	border-left: 1px solid #444;
	border-right: 1px solid #444;
}
