/**
  Theme Name: Expert Cleaning
  Theme URI: http://www.white-hat-web-design.co.uk
  Author: White Hat Web Design
  Author URI: http://www.white-hat-web-design.co.uk
*/

body {
	font-family: arial, verdana;
	color: #5d5c5c;
	font-size: 14px;
	background: #a2caf5 url(images/bg.jpg) repeat-x;
}

#container {
	width: 940px;
	margin: auto;
	background: white;
}

#header {
	position: relative;
}
#bannerleft {
	background: url(images/top-banner-left.jpg) no-repeat;
	height: 268px;
	width: 433px;
	float: left;
	position: relative;
}
#logo {
	position: absolute;
	top: 10px;
	left: 150px;
}
#companyname {
	position: absolute;
	top: 120px;
	margin: 0;
	color: white;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	width: 100%;
}
#tagline {
	position: absolute;
	top: 170px;
	margin: 0;
	color: white;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	width: 100%;
}
#phone {
	position: absolute;
	top: 200px;
	margin: 0;
	color: white;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	width: 100%;
}
#email {
	position: absolute;
	top: 230px;
	margin: 0;
	color: white;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	width: 100%;
}
#companyname a, #tagline a, #phone a, #email a {
	color: white;
	text-decoration: none;
}
#banner img {
	float: left;
}

#wrapper {
	padding: 5px 0px 5px 5px;
}

a img {
	border: none;
}

h1 {
	margin-top: 0;
	padding-top: 5px;
}

#areasgraphic {
	float: right;
	margin-left: 5px;
}

#bottom {
	
}
#bottom img {
	float: left;
	margin: 3px;
}

#footer {
	width: 940px;
	margin: 0 auto;
	background: url(images/footer.gif) no-repeat bottom left;
}
#footer p {
	padding-right: 15px;
	text-align: right;
	font-size: 80%;
	line-height: 30px;
	margin: 0;
}
#footer p a {
	color: #4a4949;
	text-decoration: none;
}

#navigation {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
}

#navigation li a {
	color: #4a4949;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 16px;
}
