/* XFactorService.com */
/* authored by GilbertStudios */
/* all index styles - wrapper, h1, mainNav, content, contactInfo */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	background: #939289;
}
a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #FFF;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
	color: #FF0;
}
.clear {
	clear: both;
}
/* :KLUDGE: all "_" chars are to fix IE 6 wierdness */
#wrapper {
	position: relative;
	left: 50%;
	margin-top: 50px;
	margin-left: -390px;
	width: 780px;
	height: 546px;
	background: url(../images/xfactor_index_mainBk.jpg) no-repeat;
	border: 1px solid #FFF;
}
h1 {
	position: absolute;
	top: 35px;
	left: 15px;
	width: 315px;
	text-indent: -9000px;
}
h1 a {
	display: block;
	height: 180px;
}
/*
      ************************************  mainNav  ***
*/
ul#mainNav {
	position: absolute;
	top: 68px;
	left: 452px;
	width: 131px;
	height: 114px;
	background: url(../images/xfactor_index_nav.jpg) no-repeat;
	list-style: none;
}
ul#mainNav li {
	float: left;
	width: 131px;
	white-space: nowrap;
}
ul#mainNav li a {
	display: block;
	width: 131px;
	height: 23px;
	text-indent: -9000px;
	background: url(../images/xfactor_index_nav.jpg) no-repeat;
}
ul#mainNav li.navCarpets a {
	height: 25px;
	background-position: 0 0;
}
ul#mainNav li.navCarpets a:hover {
	background-position: -131px 0;
}
ul#mainNav li.navUpholstery a {
	height: 22px;
	background-position: 0 -25px;
}
ul#mainNav li.navUpholstery a:hover {
	background-position: -131px -25px;
}
ul#mainNav li.navTileGrout a {
	height: 24px;
	background-position: 0 -47px;
}
ul#mainNav li.navTileGrout a:hover {
	background-position: -131px -47px;
}
ul#mainNav li.navAirducts a {
	height: 20px;
	background-position: 0 -71px;
}
ul#mainNav li.navAirducts a:hover {
	background-position: -131px -71px;
}
ul#mainNav li.navContact a {
	height: 20px;
	background-position: 0 -91px;
}
ul#mainNav li.navContact a:hover {
	background-position: -131px -91px;
}
/*
      ************************************  content  ***
*/
#content {
	position: absolute;
	top: 267px;
	left: 33px;
	width: 340px;
	height: 255px;
}
p {
	margin: 7px 0;
	line-height: 13px;
}
#contactInfo {
	position: absolute;
	top: 420px;
	left: 423px;
	width: 135px;
	height: 45px;
}
#contactInfo p {
	text-align: center;
}
#contactInfo p#phone {
	font-size: 15px;
	font-weight: bold;
}
#contactInfo p a {
	font-weight: normal;
}
