﻿/* 
   The below CSS file was built using samples + techniques described by Rachel Andrew in her book:
   The CSS Anthology: 101 Essential Tips, Tricks & Hacks
*/

/* Overall Page */

body {
	margin: 5px 0 0 30px;
	padding-left:10px;
	padding-bottom: 2em;
	background: #FFFFFF url(vertblue.gif) repeat-y;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	
}

/* Header Section */

#header {
	
	height: 115px;color: #0066cc;
	background:transparent url(ecoclean.gif) no-repeat;
}
#header .title {
	font: 80% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	margin-right: 2em;
	margin-top: 1.1em;
	margin-left:3em;
	padding:0 0 0 400px;
	vertical-align:text-bottom;
}
.breadcrumb {
	font: 70% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
	color: gray;
	background-color: transparent;
	margin-left:14em;
	margin-right: 2em;
	margin-top: 0.3em;
	font-weight:bold;
}

#header a:link, a:visited  {
	color: #B51032;
}
#star {
position:absolute;
background-image: url(star5_2.gif);
top:45px;
left:16px;
height:100px;width:100px;
z-index:50;
}
/* Footer */

#footer {
	position: absolute;
	vertical-align:bottom;
	
	left: 200px;
	width: 100%;
	height: 1.5em;
	background-color: #ffffff;
	color: #0000FF;
	border-top: #778899;
	text-align: center;
}

#footer a:link, #footer a:visited {
	padding: 0.8em 1em 0.5em 1em;
	color: gray;
	background-color: transparent;
	font-size: 60%;
}


/* Navigation */

#navigation {
	width: 180px;
	top: 14em;
	left: 12px;
	width: 13em;	
	position:absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size:90%;
}
#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	border-bottom: 1px solid #ED9F9F;
}
#navigation li a:link, #navigation li a:visited  {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 12px solid #99ffff;
	border-right: 1px solid #99ffff;
	background-color: #ccffff;
	color: #000000;
	text-decoration: none;
	font-size:80%;
	font-weight:bold;
}
#navigation li a:hover {
	background-color: #99ffff;
	color: red;
}
#navigation ul ul {
	margin-left: 12px;
}
#navigation ul ul li {
	border-bottom: 0px solid #711515;
	margin:0;
}
#navigation ul ul a:link, #navigation ul ul a:visited {
	background-color: #ED9F9F;
	color: #711515;
}
#navigation ul ul a:hover {
	background-color: #711515;
	color: #FFFFFF;
}
#navigation p.ital {
	font-size: 110%;
	line-height: 1.6em;
	font-weight:bold;
	font-style:oblique;
	text-align:left;
	font-family:Times New Roman; 
}

/* Main Content */

#content 
{
	margin-top:1em;
	margin-left: 10em;
	margin-right: 2em;
	background:#ccffff url(gcleaner2.gif) no-repeat bottom right;
	padding: 0 30px 0 10px;
	min-height:500px;
	max-width:600px;
	
}
h1 {
	font: 150% Arial, Helvetica, Georgia, "Times New Roman", Times, serif;
}
#content p {
	font-size: 80%;
	line-height: 1.6em; 
}
#content p.left {
	float:left; 
	margin: 4px;

}
#content p.right {
	float:right;
	 clear: right; 

}
.bbleft
 {float: left; 
    clear: left; 
    margin: 4px; 
}
.bbright
 {float: right; 
    clear: right; 
    margin: 4px; 
}
.bbcenter
 {text-align:center; 
    clear: right; 
    margin: 4px; 
}
#content p.ital {
	font-size: 110%;
	line-height: 1.6em;
	font-style:italic;
	text-align:center; 
}
#content p.contactus {
	font-size: 120%;
	color:#000000;
	line-height: 1em;
	font-weight:bold;
	text-align:left; 
}
.blist {font-size: 80%;
	line-height: 1.6em; 
}
#fleft {
background: url(homecleaner.png) no-repeat;
padding:100px 0 0 0px;
}
#fsb {
font-size: xx-small;
background: url(fsb.gif) no-repeat;
width:60px;
vertical-align:bottom;
}
#fsb a{
border:0px;}

.testimonial {
font-size:medium;
font-style:italic;
font-family:Comic Sans MS;
padding:0 100px 0px 40px;}