@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:800px;
	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:1%;
margin-right:1%;
display:inline;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
}

#menu li a {
color:#F3F3F3;
font-weight:bold;
font-size:14px;
}

#menu li a:hover {
color:#FFFFFF
}

#header {
margin-top:22px;
}

#header h1 {
position: relative;
width:800px;
height:109px;
font-family:Arial, Helvetica, sans-serif;
color:#FFFFFF;

}

#header h1 span {
	position:absolute;
	width:800px;
	height:109px;
	background-image: url(../images/powerwash_limited_header.gif);
}

#bubtext {
width:800px;
margin-top:10px;
}

ul#bubnav {
	list-style:none;
	text-align:center;
}

#bubtext li {
margin:48px;
display:inline;

font-family:Arial, Helvetica, sans-serif;
}

#bubtext li a {
color:#645CF1;
font-weight:bold;
font-size:16px;
}


#bubble {
text-align:center;
}

#title {
	width:800px;
	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 {
	clear:both;
	font-family:Arial, Helvetica, sans-serif;
	color:#1F1F1F;
	width:800px;
	position:relative;
}

#content p {
padding-top:15px;
	margin-right:400px;
	float:left;
	text-align:justify;
	padding-bottom:15px;
}

#content p a {
	color:#4754ED;
	font-size:16px;
}

#content p a:hover {
	color:#0066CC;
}

#video {
	position:absolute;
	right:0px;
	top:25px;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #EFF8FC;
	border-bottom-width: 20px;
	border-bottom-style: solid;
	border-bottom-color: #EFF8FC;
}

#footer {
	clear:both;
	width:800px;
	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;
}

