/*
 *  @copyright		Copyright 2007 (c) Solo Media Works, Inc.
 *	@author			Maxwell Berkel
 *  @description	Default website styles
 *
 *  Header Styles
 **************************************************************************************/
 
#header {
	width: 530px;
	height: 475px; 
	float: right;
	text-align: center;
	background: none;
	clear: both;
}

h1 {
	width: 406px;
	height: 372px;
	float: none;
	background: transparent url(../img/planet_janitorial_logo_homepage.jpg) no-repeat top center;
	text-indent: -99999px;
	margin: 45px auto 0;
	clear: both;
}

h1 a {
	width: 406px;
	height: 372px;
	text-decoration: none;
	border: 0;
}

#service-line {
	width: 309px;
	height: 22px;
	float: none;
	background: transparent url(../img/service_line.jpg) no-repeat top center;
	text-indent: -99999px;
	margin: 18px auto 0;
	clear: both;
}

 
/*
 *  Navigation Styles
 **************************************************************************************/
 
#navigation {
	width: 250px;
	float: left;
	background: none;
	margin-top: 130px;
	clear: none;
}

#navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
	clear: both;
}

#navigation ul li {
	display: block;
	float: left;
	list-style: none;
	list-style-image: none;
	text-indent: -99999px;
	padding: 0;
	margin: 35px 0 0 40px;
}

#navigation ul li a {
	display: block;
	height: 24;
}

#navigation ul li.first {
	margin: 0 0 0 40px;
}

#navigation ul li.home {
	width: 64px;
	background: url(../img/mn_home.png) no-repeat top center;
}

#navigation ul li.why-choose-planet-janitorial a {
	height: 58px;
}

#navigation ul li.why-choose-planet-janitorial {
	width: 171px;
	height: 58px;
	background: url(../img/mn_why_choose_planet_janitorial.png) no-repeat top center;
}

#navigation ul li.services-offered {
	width: 175px;
	background: url(../img/mn_services_offered.png) no-repeat top center;
}

#navigation ul li.is-it-clean-test {
	width: 155px;
	background: url(../img/mn_clean_test.png) no-repeat top center;
}


/*
 *  Content Styles
 **************************************************************************************/

#content {
	height: 485px !important;
	text-align: left;
	background: url(../img/content_bg_homepage.png) no-repeat bottom center;
	padding: 0;
	clear: both; 
}


/*
 *  Footer Styles
 **************************************************************************************/
 
#footer {
	height: 120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #C0C0C0;
	background: url(../img/shadow.png) no-repeat top center;
	line-height: 145%;
	padding: 42px 45px 0;
	clear: both;
}

#footer-left {
	float: left;
}

#footer-right {
	float: right;
}

