* {
	margin: 0px;
	padding: 0px;
	
}

body{
	background-image: url(../images/homebg.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px 0;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 5px 0;
}

.center{
	display: block;
	text-align: center;
	padding: 10px 0;
}

#container{
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#header{
	height: 414px;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
}

#logo{
	position: absolute;
	top: 10px;
}

#content{
	background-image: url(../images/home_contentbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 20px;
}

#col_b ul li {
	color:#000;
	list-style-type:none;
	font-size:11px;
	padding:0 0 3px 10px;
	height:100%;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

#number_list{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	list-style-type: none;
}

#number_list li{
	padding: 4px 0 4px 35px;
}

	.one{
	background-image: url(../images/homeimages/list_one.gif);
	background-repeat: no-repeat;
	background-position: left center;
	}
	
	.two{
	background-image: url(../images/homeimages/list_two.gif);
	background-repeat: no-repeat;
	background-position: left center;
	}
	
	.three{
	background-image: url(../images/homeimages/list_three.gif);
	background-repeat: no-repeat;
	background-position: left center;
	}

#col_a{
	width: 255px;
	float: left;
	padding: 0 20px;
}

#col_b{
	width: 240px;
	margin-left: 305px;
	padding: 0 20px;
}

#col_c{
	float: right;
	width: 240px;
	padding: 0 30px;
}

#footer {
	width:100%;
	height:26px;
	padding-top:24px;
	background:url(../images/footerbg.gif) top repeat-x;
	font-size:9px;
	color:#999;
	margin-top:50px;
	text-align: left;
}

#footer span {
	display:block;
	width:900px;
	margin:0 auto;
}

/* MAIN NAV */
#nav {
	width:588px;
	height:27px;
	background:url(../images/nav_unselected.gif) bottom no-repeat;
	padding:87px 0 0 0;
	position:absolute;
	z-index: 1000;
	top: 0px;
}
#nav li {	position: absolute;	top: 87px;	list-style-type: none;	height: 27px;}#nav a {	padding: 27px 0 0 0;	overflow: hidden;	height: 0px !important;}#nav li, #nav a {	display: block;}#nav-home {	width: 56px;	left: 0px;}#nav-how {	width: 111px;	left: 56px;}#nav-results {	width: 74px;	left: 167px;}#nav-clients {	width: 75px;	left: 241px;}#nav-about {	width: 87px;	left: 316px;}#nav-blog {	width: 82px;	left: 403px;}#nav-contact {	width: 103px;	left: 485px;}#nav-home a:hover, body#home li#nav-home a {	background-image: url(../images/nav_selected.gif);	background-position: 0px 0px;}#nav-how a:hover, body#how li#nav-how a {	background-image: url(../images/nav_selected.gif);	background-position: -56px 0px;}#nav-results a:hover, body#results li#nav-results a {	background-image: url(../images/nav_selected.gif);	background-position: -167px 0px;}#nav-clients a:hover, body#clients li#nav-clients a {	background-image: url(../images/nav_selected.gif);	background-position: -241px 0px;}#nav-about a:hover, body#about li#nav-about a {	background-image: url(../images/nav_selected.gif);	background-position: -316px 0px;}#nav-blog a:hover, body#blog li#nav-blog a {	background-image: url(../images/nav_selected.gif);	background-position: -403px 0px;}#nav-contact a:hover, body#contact li#nav-contact a {	background-image: url(../images/nav_selected.gif);	background-position: -485px 0px;}
