@charset "utf-8";
body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
* {
	padding:0px;
	margin:0px;
	outline:none;
}
a img {
	border:0px;
}
a {
	text-decoration:none
}
#container {
	width:960px;
	margin-top:22px;
	margin-left:auto;
	margin-right:auto;
}
#menu {
	position:absolute;
	top:0px;
	width:100%;
	height:22px;
	background-color:#4F6BB7;
}
ul#topnav {
	list-style:none;
	text-align:center;
}
#menu li {
	margin-left:16px;
	margin-right:16px;
	display:inline;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}
#menu li a {
	color:#F3F3F3;
	font-weight:bold;
	font-size:12px;
}
#menu li a:hover {
	color:#FFFFFF
}
#header {
	margin-top:22px;
}
#header h1 {
	position: relative;
	width:960px;
	height:109px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
#header h1 span {
	position:absolute;
	width:960px;
	height:109px;
	background-image: url(../images/powerwash-west-midlands.jpg);
}
#bubtext {
	width:960px;
	margin-top:10px;
}
ul#bubnav {
	list-style:none;
	text-align:center;
}
#bubtext li {
	margin:39px;
	display:inline;
	font-family:Arial, Helvetica, sans-serif;
}
#bubtext li a {
	color:#645CF1;
	font-weight:bold;
	font-size:13px;
}
#bubble {
	text-align:center;
}
#title {
	width:960px;
	background-image: url(../images/titleBG.gif);
	background-repeat: repeat-x;
	color:#555555;
	height:35px;
}
#title h2 {
	float:left;
	padding-left:10px;
	line-height:35px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
}
#i {
	float:left;
	padding-left:5px;
}
#content {
		float:left;
	clear:both;
		margin-top:15px;
	font-family:Arial, Helvetica, sans-serif;
	color:#1F1F1F;
	width:400px;
		margin-bottom:40px;

}
#content p {
	text-align:left;
}
#content p a {
	color:#4754ED;
	font-size:16px;
}
#content p a:hover {
	color:#0066CC;
}
#video {
	float:right;
	margin-top:15px;
	margin-bottom:15px;
	border-left-width: 7px;
	border-left-style: solid;
	border-left-color: #D1DDF3;
	border-bottom-width: 12px;
	border-bottom-style: solid;
	border-bottom-color: #D1DDF3;
}


#footer {
	clear:both;
	width:960px;
	margin-top:40px;
	margin-bottom:10px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #7E7E7E;
	padding-top:5px;
	position:relative;
}
ul#footnav {
	list-style:none;
}
#footer li {
	display:inline;
	font-family:Arial, Helvetica, sans-serif;
	color:#4754ED;
	padding:3px;
}
#footer li a {
	font-family:Arial, Helvetica, sans-serif;
	color:#4754ED;
}
#footer li a:hover {
	color:#629BF0;
}
li#copy {
	position:absolute;
	right:0px;
}
#affs {
	position:relative;
}
#affs span a {
	position:absolute;
	right:3px;
	color:#4754ED;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
#affs span a:hover {
	color:#629BF0;
}

