html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption {
	border:0 none;
	font-size:100%;
	margin:0;
	outline-style:none;
	outline-width:0;
	padding:0;
	text-decoration:none;
}
body{
	margin:0;
	padding:0;
	font:12px Verdana, Geneva, sans-serif;
	background:#1568db url(../images/page_bg.jpg) center top fixed no-repeat;
}
													/* html elements*/

h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, Geneva, sans-serif;
	color:#002c6a;
	margin-bottom:10px;
	
}
h1 {
	font-size:24px;
}
h2 {
	font-size:20px;
}
h3 {
	font-size:18px;
}
h4 {
	font-size:14px;
}
h5 {
	font-size:12px;
}
h6 {
	font-size:10px;
}

p {
	margin: 10px;
	color:#002c6a;
}
													/* Links */ 
a:link, a:visited
{
	color:#d20000;
	padding: 0 0px;
	text-decoration: none;
}
a:hover, a:active
{
	color:#d20000;
	text-decoration: underline;
}
a
{
	outline: 0;
	color:#d20000;
}
a img
{
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
img
{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
													/* page */  
strong, b
{
	font-weight: bold;
}
em, i
{
	font-style: italic;
}
													/* Text Elements */
address
{
	font-style: italic;
}
abbr[title], acronym[title], dfn[title]
{
	cursor: help;
	border-bottom: 1px dotted #666;
}
hr{
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #A2A2A2;

}
blockquote {
	float: left;
	border:5px solid #999999;
	font:italic 14px/20px Georgia, "Times New Roman", Times, serif;
	background: url(../images/quote.gif) no-repeat;
	padding-left: 65px;
	margin:10px;
	background-color:#EBEBEB;
}
strong
{
	font-weight: bold;
}
em, dfn, cite
{
	font-style: italic;
}
dfn
{
	font-weight: bold;
}
sup
{
	bottom: 1ex;
}
sub
{
	top: .5ex;
}
small
{
	font-size: 12px;
}
del
{
	text-decoration: line-through;
}
ins
{
	text-decoration: underline;
}
code, pre
{
	line-height: 15px;
}
var, kbd, samp, code, pre
{
	background: #fafafa;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.4;
}
kbd
{
	font-weight: bold;
}
samp, var
{
	font-style: italic;
}
pre
{
	white-space: pre;
	overflow: auto;
	padding: 10px;
	border: 1px solid #333333;
	clear: both;
}
.clr {
	clear:both;
}
code
{
	padding: 0px 3px;
}

													/* Lists: (ul, ol, dl) */
ul, ol, dl
{
	margin-left: 15px;
}
ol, ul
{
	list-style:none
}
li ul, li ol
{
	margin-bottom: 0;
}
ul ul, ol ol, ul ol, ol ul
{
	margin-bottom: 0;
}
ol
{
	list-style-type: decimal;
}
ul
{
	list-style-type: disc;
}
ul ul
{
	list-style-type: circle;
}
ul ul ul
{
	list-style-type: square;
}
#small {
	font:10px Verdana, Geneva, sans-serif;
}
form, fieldset {
	margin:0;
	padding:0;
	border-style:none;
	position:relative;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

													/* main wrapper */
#global {
	display:block;
	width:990px;
	position:relative;
	margin:0 auto;
	background: url(../images/global_bg.jpg) -20px 0 repeat-y;
}

													/* mainleft */
#mainleft {
	width:209px;
	background:#890000;
	float:left;
	z-index:9999;
}

#logo {
	width: 168px;
	height: 150px;
	background: url(../images/logo.jpg) 0 0 no-repeat;
	margin: 10px auto;
}

#logo a{
	display:inline-block;
	width: 168px;
	height: 150px;
}
#mainleft h1{
	color:#fff;
	text-align:center;
	font-size:17px;
	letter-spacing:-1px;
}
#guarantee {
	width: 146px;
	height: 180px;
	background: url(../images/guarantee.png) 0 0 no-repeat;
	margin: 10px auto;
}
#buychemicals {
	width: 174px;
	height: 66px;
	background: url(../images/buy_chemicals.png) 0 0 no-repeat;
	margin: 15px auto;
}

#buychemicals a{
	display:inline-block;
	width: 174px;
	height: 66px;
}
#readblog {
	width: 180px;
	height: 244px;
	background: url(../images/read_blog.png) 0 0 no-repeat;
	margin: 15px auto;
}

#readblog a{
	display:inline-block;
	width: 180px;
	height: 244px;
}

													/* navigation */
#navigation ul {
	margin:0 auto; 
	padding:0px; 
	width:194px;
}

#navigation ul li {
	height:30px;
	line-height:30px; 
	list-style:none; 
	padding-left:10px;
	border-bottom:#a64242 solid; 
	border-width:1px;
	cursor:pointer; 
}

#navigation ul li a {
	color:#fff;
} 
	
	/*Link's Styles*/
#navigation ul li:hover {
	position:relative;
}

	/*Sub Menu*/
#navigation ul ul {
	display:none; 
	position:absolute; 
	left:180px; 
	top:0px; 
	border:#fff solid; 
	border-width:1px; 
	background-color:#0099CC; 
}

#navigation ul li:hover ul {
	display:block;
	z-index:9999;
}

#navigation ul ul li { 
	width:140px; 
	float:left; 
	display:inline; 
	border:none;
}

#navigation ul ul li:hover {
	text-decoration:none; 
	border:none;
}

#navigation li:hover ul li ul {
	display:none;
}

#navigation ul ul li ul {
	left:140px; 
	background-color:#0099CC;
}

#navigation ul ul li:hover ul {
	display:block;
}


													/* mainright */
#mainright {
	width:781px;
	background:#4f98fc url(../images/mainright_bg.jpg) 0 0 no-repeat;
	float:left;
}
													/* content */
#content {
	display:block;
	width:543px;
	background:#fff;
	overflow:hidden;
	margin: 184px 0 0 0;
	float:left;
	padding:5px 15px 10px 15px;
}

													/* frontpage buttons */
#content #home_buttons_left, #content #home_buttons_right {
	float:left;
	width:271px;
}

#content #home_buttons_left h2, #content #home_buttons_right h2 {
	color:#c70000;
	font-size:22px;
	letter-spacing:-1px;
}

#content #home_buttons_left  a, #content #home_buttons_right a {
	display:block;
	margin:118px 0 0 10px;
	color:#fff;
}

#carpet_cleaning {
	width:241px;
	height:168px;
	background: url(../images/carpet_cleaning_btn.jpg) 0 28px no-repeat;
	margin: 5px auto;
}
#tile_cleaning {
	width:241px;
	height:168px;
	background: url(../images/tile_cleaning_btn.jpg) 0 28px no-repeat;
	margin: 5px auto;
}
#stone_refinishing {
	width:241px;
	height:168px;
	background: url(../images/stone_refinishing_btn.jpg) 0 28px no-repeat;
	margin: 5px auto;
}
#water_damage {
	width:241px;
	height:168px;
	background: url(../images/water_damage_btn.jpg) 0 28px no-repeat;
	margin: 5px auto;
}
#grout_sealing {
	width:241px;
	height:168px;
	background: url(../images/grout_sealing_btn.jpg) 0 28px no-repeat;
	margin: 5px auto;
}
#grout_cleaning {
	width:241px;
	height:168px;
	background: url(../images/grout_cleaning_btn.jpg) 0 28px no-repeat;
	margin: 5px auto;
}

	
													/* rightbar */
#rightbar {
	display:block;
	width:208px;
	overflow:visible;
	margin: 184px 0 0 0;
	float:left;
}

#rightbar #form {
	height:175px;
	padding:91px 0 0 8px;
}

#rightbar .textfield {
	width: 180px;
	margin: 0 0 7px 0;
	line-height: 16px;
	border: 1px solid #0d6ff5;
	font-size:16px;
	padding:5px;
}
#rightbar #form .submit {
	/* GENERAL */
	width:192px;
	padding:8px 10px;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	outline:none;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:5px;
	/* BACKGROUND GRADIENTS */
	background: #fff;
	background: -moz-linear-gradient(top, #fff, #d5e7ff 60%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(.6, #d5e7ff));
 	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#fff', EndColorStr='#d5e7ff'); /* IE6,IE7 only */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fff', EndColorStr='#d5e7ff')"; /* IE8 only */
	/* BORDER RADIUS */
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	/* BORDERS */
	border:1px solid #0d6ff5;
	/* TEXT COLOR & SHADOW */
	color:#0d6ff5;
	/* INNER SHADOW & OUTER SHADOW */
	box-shadow: 0 0px 1px #5e370f;
	-webkit-box-shadow: 0 0px 1px #5e370f;
	-moz-box-shadow: 0 0px 1px #5e370f;
}
#rightbar #form .submit:hover {
	border:1px solid #ff7900;
}
#rightbar #form .submit:focus {
	/* INNER SHADOW & OUTER SHADOW */
	-webkit-box-shadow: 0 0px 2px #3e1d00;
	-moz-box-shadow: 0 0px 2px #3e1d00;
}

#partners {
	height:246px;
	width:180px;
	margin: 15px auto;
}
dl.image_map {display:block; width:180px; height:246px; background:url(../images/partners.png); position:relative; margin:2px auto 2px auto;}
a.LINK0 {left:2px; top:2px; background:transparent;}
a.LINK0 {display:block; width:171px; height:0; padding-top:52px; overflow:hidden; position:absolute;}
a.LINK0:hover  {background:transparent; border:1px dashed black; color:black;}
a.LINK1 {left:2px; top:51px; background:transparent;}
a.LINK1 {display:block; width:171px; height:0; padding-top:72px; overflow:hidden; position:absolute;}
a.LINK1:hover  {background:transparent; border:1px dashed black; color:black;}

#newsletter {
	width:180px; 
	background-color: #fff;
	margin: 15px auto;
	padding:5px;
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	color:#999999;
}

#newsletter a {
	text-decoration:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	color:#999999;
}

													/* footer */
#footerarea {
	width:990px;
	margin: 0 auto;
	background: url(../images/global_bg.jpg) -20px 0 repeat-y;
}
#footerarea #left {
	width:209px;
	overflow:hidden;
	float:left;
	min-height:68px;
}
#footerarea #middle {
	width:573px;
	overflow:hidden;
	float:left;
	background:url(../images/footer_bg.jpg) 0 0 no-repeat;
	min-height:68px;
}

#footerarea #middle a{
	display:inline-block;
	width: 267px;
	height: 43px;
	background:url(../images/schedule_service_btn.jpg) 0 0 no-repeat;
	margin:11px 0 0 22px;
}

#footerarea #right {
	width:208px;
	overflow:hidden;
	float:left;
	min-height:68px;
}
#footerlinks {
	text-align:center;
	font-size:10px;
}



													/* social icons */
#social {
	position: relative;
	float:right;
	width:265px;
	height:62px;
}

#facebook a {
	display:inline-block;
	float:right;
	margin-left:3px;
	border:none;
	width: 62px;
	height: 62px;
	background: url(../images/facebook.png) 0 -18px no-repeat;
}

#facebook a:hover {
	display:inline-block;
	background-position: 0 -7px;
	border:none;
} 

#twitter a {
	display:inline-block;
	float:right;
	margin-left:3px;
	border:none;
	width: 62px;
	height: 62px;
	background: url(../images/twitter.png) 0 -18px no-repeat;
}

#twitter a:hover {
	display:inline-block;
	background-position:0 -7px;
	border:none;
}

#linkedin a {
	display:inline-block;
	float:right;
	margin-left:3px;
	border:none;
	width: 62px;
	height: 62px;
	background: url(../images/linkedin.png) 0 -18px no-repeat;
}

#linkedin a:hover {
	display:inline-block;
	background-position:0 -7px;
	border:none;
}

#feed a {
	display:inline-block;
	float:right;
	margin-left:3px;
	border:none;
	width: 62px;
	height: 62px;
	background: url(../images/rss.png) 0 -18px no-repeat;
}

#feed a:hover {
	display:inline-block;
	background-position: 0 -7px;
	border:none;
}

#contact_form {
	margin:0 0 0 10px;
}

#contact_form label {
	display:block;
	margin:0 0 3px 5px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	color:#3e3e3e;
}
.textfield, .textarea {
	/* GENERAL */
	width:350px;
	margin-bottom:7px;
	padding:8px 8px;
	/* BORDER RADIUS */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	background: #e0e0e0;
	outline:none;
}
.textarea {
	height:225px;
	-webkit-box-shadow: 0 0px 2px #3e1d00;
	-moz-box-shadow: 0 0px 2px #3e1d00;
}
.textfield:hover, .textarea:hover {
}
.textfield:focus, .textarea:focus {
	/* INNER SHADOW & OUTER SHADOW */
	-webkit-box-shadow: 0 0px 2px #3e1d00;
	-moz-box-shadow: 0 0px 2px #3e1d00;
	background: #F6F6F6;
	background: -moz-linear-gradient(top, #EEE, #FFF 35%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #EEE), color-stop(.25, #FFF));
 	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#EEEEEE', EndColorStr='#FFFFFF'); /* IE6,IE7 only */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#EEEEEE', EndColorStr='#FFFFFF')"; /* IE8 only */
}

.submit_contact {
	/* GENERAL */
	width:250px;
	padding:15px 15px;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-weight:bold;
	text-transform:uppercase;
	cursor:pointer;
	outline:none;
	/* BACKGROUND GRADIENTS */
	background: #4080d7;
	background: -moz-linear-gradient(top, #4080d7, #649ae2 60%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4080d7), color-stop(.6, #649ae2));
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#4080d7', EndColorStr='#649ae2'); /* IE6,IE7 only */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4080d7', EndColorStr='#649ae2')"; /* IE8 only */
	/* BORDER RADIUS */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	/* BORDERS */
	border:1px solid #5e370f;
	/* TEXT COLOR & SHADOW */
	color:#fff;
	/* INNER SHADOW & OUTER SHADOW */
	box-shadow: 0 0px 1px #5e370f;
	-webkit-box-shadow: 0 0px 1px #5e370f;
	-moz-box-shadow: 0 0px 1px #5e370f;
}
.submit_contact:hover {
	
}
.submit_contact:focus {
	/* BACKGROUND GRADIENTS */
	background: #649ae2;
	background: -moz-linear-gradient(top, #649ae2, #4080d7 60%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #649ae2), color-stop(.6, #4080d7));
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#649ae2', EndColorStr='#4080d7'); /* IE6,IE7 only */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#649ae2', EndColorStr='#4080d7')"; /* IE8 only */
	/* INNER SHADOW & OUTER SHADOW */
	-webkit-box-shadow: 0 0px 3px #0c0c0c;
	-moz-box-shadow: 0 0px 3px #0c0c0c;
}