/* C&C Window Cleaning */
/* authored by GilbertStudios */
/* all main styles - wrapper, h1, midPageOut, midPageIn, mainPage, content, mainNav, sideBar, footers */
/* page specific styles beneath main styles listed above */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	min-width: 800px;
	text-align: center;
	background: #CCC url(../z_images/bkgd-tile.gif);
}
a {
	color: #0012DF;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #99CC99;
	text-decoration: underline;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
/* :KLUDGE: all "_" chars are to fix IE 6 wierdness */
#wrapper {
	position: relative;
	margin: 15px auto;
	width: 800px;
	_overflow: hidden;
	text-align: left;
	background: #3F3F3F;
	border: 1px solid #3F3F3F;
}
h1 {
	margin: 0;
	width: 800px;
	_overflow: hidden;
	text-indent: -999em;
	font-size: 12px;
}
h1 a {
	display: block;
	height: 200px;
	_line-height: 200px;
	background: url(../z_images/bk-headWindowCleaning.jpg) no-repeat;
}

/*
      ************************************  midPageOut / In  ***
*/
#midPageOut {
	position: relative;
	width: 800px;
	background: #000080 url(../z_images/bk-mid-centerRepeat.jpg) repeat-y;
}
#midPageIn {
	position: relative;
	width: 800px;
	background: url(../z_images/bk-mid-bottom800.jpg) bottom left no-repeat;
}
/*
      ************************************  mainNav & nav  ***
*/
#mainNav {
	position: relative;
	margin: 0;
	display: inline;
	float: left;
	width: 200px;
}
ul#nav {
	margin: 30px 10px 15px;
	display: inline;
	float: left;
	width: 180px;
	list-style: none;
}
ul#nav li {
	display: inline;
}
ul#nav li a {
	display: block;
	width: 180px;
	height: 40px;
	line-height: 40px;
	color: #FFF;
	background: #777;
	font-size: 20px;
	font-weight: normal;
	text-decoration: none;
	text-indent: 10px;
}
ul#nav li a:hover {
	text-decoration: none;
	color: #000080;
	background: #CCC;
}
#payNow {
	margin: 7px 0 10px 30px;
	display: inline;
	float: left;
	_overflow: hidden;
	font-size: 12px;
	width: 140px;
	height:55px;
}
.leftBlueImg {
	margin: 17px 0 15px 10px;
	display: inline;
	float: left;
	width: 180px;
	_overflow: hidden;
	text-indent: -999em;
	font-size: 12px;
}
#imgSunset {
	height:224px;
	background: url(../z_images/img-blue01-sunset.jpg) no-repeat;
}
/*
      ************************************  You are Here Code  ***
*/
#pgIndex ul#nav li.navHome a, #pgServices ul#nav li.navServices a, #pgAbout ul#nav li.navAbout a {
	text-decoration: none;
	color: #FFF;
	background: #000080;
	cursor: default;
}
/*
      ************************************  mainPage / content  ***
*/
#mainPage {
	position: relative;
	display: inline;
	margin: 0;
	padding-top: 7px;
	float: left;
	width: 600px;
	color: #000;
	background: url(../z_images/bk-mid-top600.jpg) no-repeat;
}
#content {
	position: relative;
	display: inline;
	margin: 0 0 0 20px;
	float: left;
	width: 360px;
}
h2 {
	margin: 0 0 10px 0;
	font-size: 25px;
	font-weight: bold;
	color: #99CC99;
}
p {
	margin: 7px 0px;
	line-height: 18px;
}
h3, h3 a {
	margin: 15px 0 5px;
	font-size: 19px;
	font-weight: normal;
	color: #000080;
}
h4 {
	margin: 15px 0 5px;
	font-size: 17px;
	font-weight: bold;
	color: #3F3F3F;
}
.smTxt {
	font-size: 11px;
	font-style: italic;
}
#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: 5px 0 10px 20px;
	float: right;
	border: 0;
}
#content img.border {
	border: 1px solid #3F3F3F;
}
.fixgap {
	float: right;
	height: 0;
}
.clear {
	clear: both;
}
.dkBlue {
	color: #000080;
}
.dkGrey {
	color: #3F3F3F;
}
.paleGreen {
	color: #99CC99;
}

/*
      ************************************  mainPage / sideBar  ***
*/
#sideBar {
	position: relative;
	display: inline;
	margin: 0 0 0 20px;
	float: left;
	width: 200px;
}
#sideBar p#bbbMember {
	margin: 7px 0 0 10px;
	_margin: 7px 0 0 5px;
}
#sideBar p#bbbMember a {
	display: block;
	width: 180px;
	height: 65px;
	_line-height: 65px;
	_overflow: hidden;
	text-indent: -999em;
	font-size: 12px;
	background: url(../z_images/bbb-btn-rightGreen.jpg) no-repeat;
}
#sideBar p {
	margin: 27px 0px;
	float: left;
	display: inline;
	_width: 195px;
	font-size: 19px;
	line-height: 25px;
	color: #3F3F3F;
	text-align: center;
}
/* Safari */ @media screen and (-webkit-min-device-pixel-ratio:0) { #sideBar p { width: 195px; } }
#sideBar p.dkBlue {
	color: #000080;
}
#sideBar p strong {
	color: #000;
	font-weight: normal;
	letter-spacing: 2.5px;
}
#sideBar p em {
	font-size: 17px;
	font-style: normal;
}
#sideBar p.rightGreenImg {
	margin: 10px 0 10px 10px;
	display: inline;
	float: left;
	width: 180px;
	_overflow: hidden;
	text-indent: -999em;
	font-size: 12px;
}
#sideBar p#imgLadder {
	height:382px;
	background: url(../z_images/img-green01-ladderCleaner.jpg) no-repeat;
}
#sideBar p#imgLeftLuxLR {
	height:286px;
	background: url(../z_images/img-green02-leftLuxuryLR.jpg) no-repeat;
}
#sideBar p#imgRtLuxLR {
	height:286px;
	background: url(../z_images/img-green03-rightLuxuryLR.jpg) no-repeat;
}
#sideBar p#imgRtNeutLR {
	height:270px;
	background: url(../z_images/img-green05-rightNeutralLR.jpg) no-repeat;
}
#sideBar p#imgLftNeutLR {
	height:270px;
	background: url(../z_images/img-green04-leftNeutralLR.jpg) no-repeat;
}
/*
      ************************************  footer  ***
*/
#footer {
	margin: 0;
	padding-top: 7px;
	width: 800px;
	text-align: center;
	font-size: 13px;
	color: #FFF;
	background: #3F3F3F;
}
#footer a {
	color: #FFF;
}
#footer a:hover {
	color: #99CC99;
}
#footNav {
	font-size: 10px;
}
p#design, p#design a {
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
}
#subFoot {
	margin: 20px;
	font-size: 10px;
	line-height: 13px;
	color: #666;
	text-align: justify;
}
#subFoot a {
	color: #666;
}
#footer abbr {
	border: 0;
	text-decoration: none;
}
/*
      ***************************************************************************
	  All basic pages styles above...  All individual page specific styles below.
      ***************************************************************************
*/
/*
      ************************************  #pgIndex  ***

*/
#pgIndex #sideBar p {
	margin: 7px 0px;
}
#pgIndex #sideBar p#bbbMember {
	margin: 7px 0 0 10px;
	_margin: 7px 0 0 5px;
}
#pgIndex #sideBar p.rightGreenImg {
	margin: 10px 0 10px 10px;
}
/*
      ************************************  #pgServices  ***
*/
