@charset "UTF-8";
html {
	height: 101%;
}

body  {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	height: 101%;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	color: #000000;
	background-image: url(../images/hsh-background.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
.twoColFixLtHdr #container { 
	width: 980px; 
	margin: 50px auto 0px auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/trans-web-mid.png);
	background-repeat: repeat-y;
	background-position:left;	
	background-color: none;
} 

.twoColFixLtHdr #container img#topBorder {
	margin: -10px 0px 0px 0px;
	padding: 0px;
}
.twoColFixLtHdr #footer img#bottomBorder {
	margin: 0px 0px 0px 0px;	
}


/******************
** HEADER STYING **
******************/
.twoColFixLtHdr #header { 
	width: 960px;
	margin: 0px 10px 0px 10px;
	padding: 0px;
} 

.twoColFixLtHdr #header #logo {
	float: left;
	margin: 57px 0px 0px 50px;
	padding: 0px;	
}

.twoColFixLtHdr #header #banner {
	float: right;
	margin: 57px 0px 0px 0px;
}






/************************
** LEFT COLUMN STYLING **
************************/
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 248px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px;
	margin: 0px;
}


.twoColFixLtHdr #sidebar1 ul {
	list-style-type: none;
	margin: 0px;
	padding: 20px 0px 0px 0px;
	text-align: right;
	float: right;
}

.twoColFixLtHdr #sidebar1 ul li {
	width: 100%;
	color: #000000;
	padding:5px 0px;
	margin: 0px 0px 5px 0px;
	float: right;
	clear: both;
}
.twoColFixLtHdr #sidebar1 ul li.home { background-color: #0094d7; width: 189px; }
.twoColFixLtHdr #sidebar1 ul li.regularCleaning { background-color: #40ae49; width: 189px; }
.twoColFixLtHdr #sidebar1 ul li.oneOffServices { background-color: #fdbb2d; width: 189px; }
.twoColFixLtHdr #sidebar1 ul li.contactUs { background-color: #ed1c26; width: 189px; }

.twoColFixLtHdr #sidebar1 ul li a:link,
.twoColFixLtHdr #sidebar1 ul li a:active,
.twoColFixLtHdr #sidebar1 ul li a:visited {
	margin: 0px 10px 0px 0px;
	padding: 0px;
	color: #000000;
	text-decoration: none;
 	width: 189px;
}
.twoColFixLtHdr #sidebar1 ul li a:hover,
.twoColFixLtHdr #sidebar1 ul li a.current {
	color: #FFFFFF;	
}

.twoColFixLtHdr #sidebar1 p { text-align: right; }
.twoColFixLtHdr #sidebar1 p a:link,
.twoColFixLtHdr #sidebar1 p a:active,
.twoColFixLtHdr #sidebar1 p a:visited {
	font-size: 1.8em;
	text-decoration: none;
	color: #000000;
}
.twoColFixLtHdr #sidebar1 p a:hover {
	text-decoration: underline;	
}

.twoColFixLtHdr #sidebar1 blockquote {
	width: 200px;
	float: right;
	margin: 0px;
	padding: 0px;
	text-align: right;
	color: #666666;
	line-height: 1.5em;
	font-size: 1em;
}


/*************************
** MAIN CONTENT STYLING **
*************************/
.twoColFixLtHdr #mainContent { 
	float: right;
	width: 648px;
	margin: 0px 32px 0px 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px 20px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 1.1em;
} 

.twoColFixLtHdr #mainContent h1 {
	font-size: 1.6em;
	color: #666;
	font-weight: normal;
	background-repeat:no-repeat;
	background-position: left;
	padding-left: 110px;
	margin-top: 25px;
	margin-left: -33px;
}

.twoColFixLtHdr #mainContent h1.home { background-image: url(../images/glove_01.jpg); }
.twoColFixLtHdr #mainContent h1.regularCleaning { background-image: url(../images/glove_02.jpg); margin-top: 55px; }
.twoColFixLtHdr #mainContent h1.oneOffServices { background-image: url(../images/glove_03.jpg); margin-top: 85px }
.twoColFixLtHdr #mainContent h1.contact { background-image: url(../images/glove_04.jpg); margin-top: 115px; }

.twoColFixLtHdr #mainContent h2 {
	font-weight: normal;
	font-size: 1.3em;
	color: #666;
	margin-bottom: 0px;
}

.twoColFixLtHdr #mainContent p {
	line-height: 1.5em;	
	margin-right: 20px;
}

.twoColFixLtHdr #mainContent span.largish a:link,
.twoColFixLtHdr #mainContent span.largish a:active,
.twoColFixLtHdr #mainContent span.largish a:visited {
	text-decoration: none;	
	color: #000;
	border-bottom: 1px dashed #000;
}
.twoColFixLtHdr #mainContent span.largish a:hover {
	border-bottom: 1px solid #000;
}











/*******************
** FOOTER STYLING **
*******************/
.twoColFixLtHdr #footer {
	width: 980px;
	margin: 0px auto 50px auto;
	padding: 0px 0px 20px 0px;
	font-size: 1em;
	text-align: center;

} 
.twoColFixLtHdr #footer ul {
	list-style-type: none;
	float: left;	
	color: #0094D7;
	margin: 5px auto 0px 40px;
	padding: 0px;
	font-size: 0.85em;
	width: 100%;
}

.twoColFixLtHdr #footer ul li {
	float: left;
	width: auto;
	margin: 0px 5px 0px 0px;
	padding: 0px 5px 0px 0px;
	border-right: 2px solid #40AE49;
}
.twoColFixLtHdr #footer ul li a:link,
.twoColFixLtHdr #footer ul li a:active,
.twoColFixLtHdr #footer ul li a:visited {
	color: #0094D7;
	text-decoration: none;
}
.twoColFixLtHdr #footer ul li a:hover { text-decoration: underline; }


.twoColFixLtHdr #footer ul li.noBorder { border-right: none; }

.twoColFixLtHdr #footer span#resolutionDesign a:link,
.twoColFixLtHdr #footer span#resolutionDesign a:active,
.twoColFixLtHdr #footer span#resolutionDesign a:visited {
	color: #4a9bac;
	text-decoration: none;	
	font-size: 0.85em;
	margin: 5px 5px 0px 0px;
	display: block;
	text-align: center;
}
.twoColFixLtHdr #footer span#resolutionDesign a:hover {
	text-decoration: underline;	
}



/********************
** GENERIC STYLING **
********************/
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

img { border: 0px; }
.larger { font-size: 2em; }
.largish { font-size: 1.6em; }
.lMarg10px { margin-left: 10px; }