/* Carpet and Flood Patrol - eastcountycarpetcleaning.com */
/* authored by GilbertStudios */
/* all main styles - wrapper, mastHead, h1, mainNav, mainPage, content, sideBar, footers */
/* page specific styles beneath main styles listed above */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	min-width: 750px;
	text-align: center;
	background: #07673D url(../z_images/bkgdTile.jpg);
}
a {
	color: #07673D;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #742525;
	text-decoration: underline;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
/* :KLUDGE: all "_" chars are to fix IE 6 wierdness */
#wrapper {
	position: relative;
	margin: 0 auto;
	width: 750px;
	_overflow: hidden;
	text-align: left;
	border-left: 2px solid black;
	border-right: 3px solid black;
	border-bottom: 3px solid black;
	background: #FFF;
}
#mastHead {
	position: relative;
	width: 750px;
	height: 155px;
	_overflow: hidden;
	background: url(../z_images/mastHead.jpg) no-repeat;
}
h1 a {
	display: block;
	width: 300px;
	height: 120px;
	_line-height: 150px;
	_overflow: hidden;
	text-indent: -999em;
	font-size: 12px;
}
ul#mainNav {
	position: absolute;
	display: inline;
	float: left;
	top: 120px;
	left: 300px;
	width: 450px;
	height: 30px;
	list-style: none;
	background: url(../z_images/mainNav.jpg) no-repeat;
}
ul#mainNav li {
	display: inline;
	float: left;
}
ul#mainNav li a {
	display: block;
	height: 30px;
	_line-height: 30px;
	text-indent: -999em;
}
li#navHome a {
	width: 85px;
	background: url(../z_images/mainNav.jpg) no-repeat 0 0;
}
li#navHome a:hover {
	background-position: 0 -30px;
}
li#navServices a {
	width: 115px;
	background: url(../z_images/mainNav.jpg) no-repeat -85px 0;
}
li#navServices a:hover {
	background-position: -85px -30px;
}
li#navFaq a {
	width: 80px;
	background: url(../z_images/mainNav.jpg) no-repeat -200px 0;
}
li#navFaq a:hover {
	background-position: -200px -30px;
}
li#navAbout a {
	width: 170px;
	background: url(../z_images/mainNav.jpg) no-repeat -280px 0;
}
li#navAbout a:hover {
	background-position: -280px -30px;
}
/*
      ************************************  You are Here Code  ***
*/
#pgServices li#navServices a {
	background-position: -85px -30px;
	cursor: default;
}
#pgFaq li#navFaq a {
	background-position: -200px -30px;
	cursor: default;
}
#pgAbout li#navAbout a {
	background-position: -280px -30px;
	cursor: default;
}
/*
      ************************************  mainPage  ***
*/
#mainPage {
	width: 750px;
	background: #FFF url(../z_images/contentTile.jpg) repeat-y;
	border-bottom: 1px solid #666;
}
#content {
	position: relative;
	display: inline;
	float: left;
	width: 410px;
	margin: 0 0 10px 320px;
}
h2 {
	margin: 15px 0;
	font-size: 17px;
	font-weight: normal;
	color: #742525;
}
p {
	margin: 7px 0px;
	line-height: 18px;
}
h3 {
	margin: 15px 0 0 0;
	font-size: 15px;
	font-weight: normal;
	color: #742525;
}
#content ul, #content ol {
	margin: 10px 20px 10px 35px;
}
#content ul li, #content ol li {
	margin: 5px;
}
#content ul li a, #content ol li a {
	text-decoration: underline;
}
#content img {
	margin: 10px 0 10px 10px;
	float: right;
	border: 0;
}
#content img.border {
	border: 1px solid #742525;
}
#content img#profLogos {
	margin: 15px 0 10px 20px;
}
.fixgap {
	float: right;
	height: 0;
}
.clear {
	clear: both;
}
/*
      ************************************  sideBar / sidePic  ***
*/
#sideBar {
	position: relative;
	display: inline;
	float: left;
	width: 301px;
	height: 263px;
	margin: 0 0 20px -730px;
	text-indent: -999em;
	background: url(../z_images/sidePic.jpg) no-repeat;
}
/*
      ************************************  footer  ***
*/
#footer {
	width: 750px;
	text-align: center;
	font-size: 12px;
}
p#footNav {
	margin: 11px 20px;
}
p#design {
	font-size: 11px;
}
#subFoot {
	margin: 11px 20px;
	font-size: 10px;
	line-height: 13px;
	color: #666;
	text-align: justify;
}
#footer abbr {
	border: 0;
	text-decoration: none;
}
/*
      ***************************************************************************
	  All basic pages styles above...  All individual page specific styles below.
      ***************************************************************************
*/
/*
      ************************************  #pgIndex  ***
*/
#pgServices #content img {
	margin: 0 0 10px 10px;
}
#steamCleaningCarpets {
	margin: 11px 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

#carpetCleaningContact {
	margin: 4px 0 11px 20px;
	float: right;
	width: 180px;
	height: auto;
	text-align: center;
	line-height: 17px;
}
#pgAbout h6 {
	margin: 7px;
	font-size: 13px;
	color: #742525;
}
#carpetCleaningContact p {
	margin: 10px;
}
.nine {
	font-size: 9px;
}
