/* CSS Document */

body{
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:67.5%;
	line-height:150%;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-x;
/*	background-color:#333333;
	background-color:#999999;*/
}

h1, h2, h3, h4 {
	color:#000033;
	padding:5px 20px;
	font-family:Arial, Helvetica, sans-serif;
}

h1{
	font-size:1.9em;
}
h2{
	font-size:1.7em;
}
h3{
	font-size:1.5em;
	color: #FFF;
}
h4{
	font-size:1.3em;
}

p {
	padding:1px 20px;
	text-align:left;
}

form{
	width:90%;
	margin:0 auto;
}

input, textarea{
	width:100%;
}

label{
	display:block;
	font-weight:bold;
	color:#000033;
	margin-top:20px;
}

input[type=submit]{
	width:auto;
	margin-top:15px;
}

#shadow{
width:1015px;
	padding-right:35px;
	padding-bottom:35px;
	background-image:url(images/shadow.png);
	background-position:bottom right;
	background-repeat:no-repeat;
}

a:link, a:visited{
	color:#000066;
}

a:hover, a:active{
	color:#990000;
}

#awningwrap{
	width:1114px;
/*	height:750px;
*/	margin:10px auto;
	padding-right:15px;
	padding-bottom:10px;
	background-image:url(images/shadow.png);
	background-position:bottom right;
	background-repeat:no-repeat;
}

#left_col{
	width:430px; float:left; margin-left:20px; margin-top:20px;
}

#left_col h4{
	padding:0 20px;
	margin-bottom:0;
}

#left_col p{
	padding:0 20px 10px;
}


#wrapper{
	width:1114px;
	border:5px solid #A7AACB;
/*	margin:10px 0;*/
/*	background-color:#0F1050;
*/	
	background-color:#FFFFFF;
	padding-bottom:10px;
	float:left;
}

#header{
	width:1114px;
	height:110px;
	clear:both;
	background-color:#FFFFFF;
}

#header img{
	float:left;
}


#navwrap{
	margin-top:0;
	width:733px;
	height:100px;
	float:left;
}

#tagline{
	height:50px;
	width:700px;
	margin:30px auto 0;
	text-align:center;
}

#tagline h2{
	padding:0;
	margin:0;
}

#answwerbox{
	width:875px;
	height:400px;
	overflow:auto;
	background:#FFFFFF;
	
}

#questionbox{
	width:875px;
	height:160px;
	border-bottom:5px solid #A7AACB;
	background-image:url(images/serv_top_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	padding-top:5px;
}

#questionbox h2{
	color:#900;
}

#toolbox {
	width:835px;
	margin:0 auto;
}

#toolbox textarea{
	float:left;
	width:330px;
	height:65px;
	border:5px solid #A7AACB;
	margin-right:5px;
}

#question{
	width:330px;
	float:left;
	margin-right:15px;
	border:5px solid #A7AACB;
	height:25px;
}

#toolbox input[type=submit]{
	margin-top:0;
}


#nav{
	width:733px;
	height:20px;
}

.navshift{
	margin-left:57px;
	}

a.nav{
	width:102px;
	height:20px;
	padding-top:10px;
	float:left;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

a.nav:link, a.nav:visited{
	background-image:url(images/nav_btn.gif);
	background-position:0 0;
		
}

a.nav:hover, a.nav:active{
	background-image:url(images/nav_btn.gif);
	background-position:-102px 0;
	
}

a.navselect{
	background-image:url(images/nav_btn.gif);
	background-position:-102px 0;
	width:102px;
	height:20px;
	padding-top:10px;
	float:left;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;}

a.whtlnk, a.whtlnk:link, a.whtlnk:visited{
	color:#FFFFFF;
}

a.whtlnk:hover, a.whtlnk:active{
	color:#999999;
}

.whitebox{
	width:360px;
	height:100px;
	background:#FFFFFF;
	vertical-align:middle;
	margin:10px 10px;
}
a.hammer{
	display:block;
	height:100px;
	width:370px;
	background-image:url(images/hammer.gif);
	background-repeat:no-repeat;
	background-position:top left;
	text-align:right;
	color:#000066;
	text-decoration:none;
	
}

a.hammer:hover{
	background-position:bottom left;
	color:#990000;
}

a.kitchen{
	display:block;
	width:370px;
	height:100px;
	text-decoration:none;
	background-image:url(images/kitchen_sink.gif);
	background-repeat:no-repeat;
	background-position:top left;
	}

a.kitchen:hover{
		background-position:bottom left;
}


a.plumbing{
	display:block;
	width:370px;
	height:100px;
	text-decoration:none;
	background-image:url(images/plumbing.gif);
	background-repeat:no-repeat;
	background-position:top left;
	}

a.plumbing:hover{
		background-position:bottom left;
}


a.gardening{
	display:block;
	width:370px;
	height:100px;
	text-decoration:none;
	background-image:url(images/gardening.gif);
	background-repeat:no-repeat;
	background-position:top left;
	}

a.gardening:hover{
		background-position:bottom left;
}

a.paint{
	display:block;
	width:370px;
	height:100px;
	text-decoration:none;
	background-image:url(images/painting.gif);
	background-repeat:no-repeat;
	background-position:top left;
	}
	
a.paint:hover{
		background-position:bottom left;
}

a.electric{
	display:block;
	width:370px;
	height:100px;
	text-decoration:none;
	background-image:url(images/electric.gif);
	background-repeat:no-repeat;
	background-position:top left;
	}
	
a.electric:hover{
		background-position:bottom left;
}
	
#store_hrs{
	float:right;
	width:230px;
	height:110px;
	color:#FFFFFF;
	background-color:#990000;
}

#store_hrs p{
	padding:3px 20px;
}

#awning{
	width:160px;
	height:620px;
	float:left;
	background-image:url(images/MazzoneSignWEB-ill2.png);
	background-repeat:no-repeat;
}

#main_content_wrap{
	width:1114px;
	min-height:390px;
	clear:both;
	border-top:2px solid #000000;
/*	border-bottom:2px solid #000000;
*/	padding-bottom:10px;
	padding-top:10px;
	margin-bottom:7px;
	background:#FFFFFF;
}

#servicehead{
	width:410px;
	float:left;
}

#servicehead h1{
	line-height:140%;
}

.redcenter{
	text-align:center;
	color:#C2272D;
	line-height:160%;
}

#main_content{
	width:875px;
	min-height:390px;
	float:left;
	background:#FFFFFF;
	border-right:1px solid #000066;
}

#main_content_home{
	width:875px;
	min-height:390px;
	float:left;
	background:#FFFFFF;
	border-right:1px solid #000066;
	color:#FFF;
	background-image:url(images/homepage_image.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	line-height:160%;
}

#main_content_home h1{
	color:#FFF;
	font-size:2.1em;
}

#main_content_home p{
	display:block;
	width:400px;
	font-size:1em;
}


#main_content img{
	margin-left:10px;
}

#new_item_sidebar{
	width:230px;
	height:390px;
	float:right;
	background-color:#666666;
	color:#FFFFFF;
	overflow:auto;
}

#new_item_sidebar h1{
	color:#FFFFFF;
	line-height:125%;

}

.main_sidebar{
	width:230px;
	float:right;
	margin:15px 0;
	overflow:auto;
}

#footer{
	width:1114px;
	margin:6px auto;
	color:#000066;
}

#footer a, #footer a:link, #footer a:visited{
	color:#000066;
	text-decoration:none;
}

#footer a:hover, #footer a:active{
	color:#990000;
	}


#footerhome{
	width:950px;
	padding:10px 0;
	background:#0F1050;
}

.footerboxes{
	width:300px;
	height:220px;
	float:left;
/*	border:3px solid #0F1050;
*/	background:#FFFFFF;
}

.footerboxes h2{
	padding:0;
}

.firstfooterbox a{
	width:450px;
	height:220px;
	display:block;
}

#flash{
	margin-left:15px;
}
.firstfooterbox:hover{
	background-image:url(images/services2.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

.tung{
	background-image:url(images/tung.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	border:none;
}

.firstfooterbox{
	margin:0 10px 0 10px;
	width:450px;
	background-image:url(images/services2.jpg);
	background-position:top;
	background-repeat:no-repeat;
	border:none;
}

.footerspace{
	margin:0 20px 0 10px;
	width:305px;
	background-image:url(images/toolquestion.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
}

.footerspace p{
	padding:0;
}

.clear{
	clear:both;
}

.fltrt{
float:right;
}


.fltlft{
float:left;
margin-right:10px;
}

.leftspace{
	margin-left:30px;
}

.topdrop{
	margin-top:25px;
	}
	
.servbg{
	background-image:url(images/serv_bg.jpg);
	background-repeat:repeat-x;
}

#shader{
	background-image:url(images/shader.jpg);
	background-repeat:repeat-x;
}
.nomargin{
margin:0;
}

.margin37{
margin-top:37px;
}

.warning{
color:#FF0000;
}
.extralead{
		line-height:200%;
}

.nolead{
	line-height:80%;
}