/*
 *  @copyright		Copyright 2007 (c) Solo Media Works, Inc.
 *	@author			Maxwell Berkel
 *  @description	Default website styles
 *
 *  General Styles
 **************************************************************************************/
 
* {
	padding: 0;
 	margin: 0;
}

a {
	color: #3366CC;
	text-decoration: none;
}

p a:hover, ul li a:hover  {
	color: #3770E3;
}
 
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2D2D2D;
	text-align: center;
}

h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0 0 10px 0;
}

h2 {
	height: 34px;
	font-size: 28px;
	text-indent: -99999px;
}

h3 {
	font-size: 18px;
}

img, a img {
	border: 0;
}

p {
	margin: 0 0 12px 0;
}

ul {
	margin: 0 0 10px 12px;
}

ul li {
	display: list-item;
	list-style: square;
	margin: 0 0 10px 16px;
}

p.error, span.error {
	color: #f00;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

p.required, span.required {
	color: #f00;
}

.right {
	float: right;
}

.row {
	min-height: 1px;
	height: auto !important;
	height: 1px;
	clear: both;
}

html>body .row {
	overflow: auto;
}

p.small, span.small {
	font-size: 75%;
}

 
/*
 *  Wrapper Styles
 **************************************************************************************/
 
#wrapper {
	width: 804px;
	text-align: center;
	margin: 0 auto;
	clear: both;
}
 
 
/*
 *  Header Styles
 **************************************************************************************/
 
#header {
	height: 332px;
	background: url(../img/header_bg.png) no-repeat top center;
	clear: both;
}

h1 {
	width: 336px;
	height: 308px;
	float: left;
	background: transparent url(../img/planet_janitorial_logo.jpg) no-repeat top center;
	text-indent: -99999px;
	margin: 10px 0 0 30px;
}

h1 a {
	width: 336px;
	height: 308px;
	text-decoration: none;
	border: 0;
}

#service-line {
	width: 337px;
	height: 48px;
	float: right;
	background: transparent url(../img/service_line_and_bonded_insured.jpg) no-repeat top center;
	text-indent: -99999px;
	margin: 257px 30px 0 0;
}

 
/*
 *  Navigation Styles
 **************************************************************************************/
 
#navigation {
	height: 53px;
	background:  url(../img/navigation_bg.png) no-repeat top center;
	margin-top: 2px;
	clear: both;
}

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

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

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

#navigation ul li.first {
	margin-left: 48px;
}

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

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

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

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


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

#content {
	min-height: 340px;
	height: auto !important;
	height: 340px;
	text-align: left;
	background: url(../img/shadow.png) no-repeat top center;
	padding: 52px 55px 12px;
	clear: both; 
}

h2.why-choose-planet-janitorial {
	background: transparent url(../img/hdr2_why_choose_planet_janitorial.jpg) no-repeat top left;
}

h2.services-offered {
	background: transparent url(../img/hdr2_services_offered.jpg) no-repeat top left;
}

h2.is-it-clean-test {
	background: transparent url(../img/hdr2_is_it_clean_test.jpg) no-repeat top left;
}

#error-view, #message-view, #success-view {
	line-height: 145%; 
	border: 1px solid #D1D9BA; 
	background: #FAFFCA; 
	padding: 18px; 
	margin-bottom: 15px;
	clear: both;
}

#status-view {
	background: #fff; 
}


/*
 *  Footer Styles
 **************************************************************************************/
 
#footer {
	height: 120px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #C0C0C0;
	line-height: 145%;
	padding: 20px 55px 0;
	clear: both;
}

#footer-left {
	float: left;
}

#footer-right {
	float: right;
}

