@import url("userStyles.css");



* {
	margin: 0px;
	padding: 0px;
}
a {
	outline:none;
	color: #FFF;
}
#headerWrapper {
	height: 188px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#headerHomeWrapper {
	height: 100px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#bodyWrapper {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	height: auto;
	position: relative;
	margin-bottom: 80px;
	padding-bottom: 80px;
}
#footerWrapper {
	height: 50px;
	width: 100%;
	position: fixed;
	bottom: 0px;
	background-image: url(../images/wtf_footerBG.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF!important;
	font-size: 12px;
	font-weight: normal;
	z-index: 50;
}
#footerWrapper #innerFooter {
	height: 25px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 18px;
	color: #FFF;
}
#headerWrapper  #logo{
	display: block;
	height: auto;
	width: auto;
	position: absolute;
	top: 55px;
}
HTML {
	background-repeat: repeat-x;
	background-image: url(../images/wtf_mainBG.png);
	background-color: #303C56;
	display: block;
	height: 100%;
	width: 100%;
}
body {
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/wtf_lightrayBG.png);
	height: 100%;
	width: 100%;
	display: block;
}
#nav  {
	position: absolute;
	left: 0px;
	bottom: 0px;
	list-style-type: none;
	width: auto;
}
#nav li  {
	float: left;
}
#nav li a:link , #nav li a:visited{
	height: 40px;
	display: block;
	text-indent: -1000em;
	background-image: url(../images/wtf_navUp.png);
	background-repeat: no-repeat;
}
#nav li a:hover, #nav li a:active {
	height: 40px;
	display: block;
	text-indent: -1000em;
	background-image: url(../images/wtf_navOver.png);
	background-repeat: no-repeat;
	width: 50px;
}
#nav li #home  {
	background-position: 0px 0px;
	width: 55px;
}
#nav li #about  {
	background-position: -63px 0px;
	width: 85px;
}
#nav li #availability  {
	background-position: -155px 0px;
	width: 92px;
}
#nav li #services  {
	background-position: -252px 0px;
	width: 163px;
}
#nav li #testimonials  {
	background-position: -419px 0px;
	width: 100px;
}
#nav li #contact  {
	background-position: -526px 0px;
	width: 95px;
}
#phoneNumber  {
	position: absolute;
	right: 0px;
	bottom: 10px;
}
#innerFooter #footleft {
	display: block;
	height: 22px;
	width: auto;
	float: left;
	text-align: left;
}
#innerFooter #footright {
	display: block;
	height: 22px;
	width: auto;
	float: right;
	text-align: right;
}

