@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background-image:url(images/background.png);
	background-repeat:repeat-x;
	background-color:#ebe8e0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#231f20;
}

h1{
	margin:0px;
	padding:0px 0px 10px 0px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:18px;
	line-height:20px;
	}

h2{
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding:0px 0px 8px 0px;
	margin:0px;
	color:#3b3839;
}
h3{
	font-size:13px;
	padding:0px 0px 2px 0px;
	margin:0px;
	color:#3b3839;
}

a{color:#231f20; text-decoration:underline;}
a:hover{color:#604e0c;}

img{border:none;}

.displace{position:absolute; left:-2000px;}

.divider{
	height:1px;
	background-color:#ebe8e0;
	margin:20px 0px 20px 0px;
	}

.container{
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

.top{
	width:890px;
	height:107px;
	text-align:right;
}
.top h1{
	color:#ebe8e0;
	font-weight:bold;
	font-size:24px;
	}
.top h2{
	color:#ebe8e0;
	font-weight:normal;
	font-size:20px;
	padding:30px 0px 20px 0px;
	}

.logo{
	width:185px;
	height:100px;
	position:relative;
	padding-top:7px;
	padding-left:8px;
	float:left;
}
.logo a{
	display:block;
	width:185px;
	height:100px;
	background-image:url(images/m&s_logo.png);
}



.left_side{
	width:653px;
	float:left;
}

ul.menu{
	width:653px;
	height:53px;
	margin:0px;
	padding:0px;
	list-style:none;
}
ul.menu li{
	height:53px;
	float:left;
	text-align:center;
}
ul.menu li a{
	display:block;
	height:23px;
	padding-top:30px;
	background-image:url(images/menu.png);
	font-size:20px;
	color:#231f20;
	text-decoration:none;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}

#menu-services a{width:198px; background-position:0px 0px;}
#menu-about a{width:140px; background-position:-198px 0px;}
#menu-resources a{width:196px; background-position:-338px 0px;}
#menu-contact a{width:119px; background-position:-534px 0px;}

#menu-services a:hover{width:198px; background-position:0px -53px;}
#menu-about a:hover{width:140px; background-position:-198px -53px;}
#menu-resources a:hover{width:196px; background-position:-338px -53px;}
#menu-contact a:hover{width:119px; background-position:-534px -53px;}

.copy_container{width:622px; padding-top:15px; overflow:hidden;}

.index_photo{
	width:317px;
	height:301px;
	float:left;
	padding-left:0px;
	padding-right:0px;
	margin-top:0px;
	}

.index_right{
	width:305px;
 	float:right;
	}
	
.index_copy_top{
	width:305px;
	height:20px;
	background-image:url(images/index_copy_top.png);
	background-position:-317px 0px;
}
.index_copy_middle{
	width:271px;
	height:261px;
	padding:0px 22px 0px 12px;
	background-image:url(images/index_copy_middle.png);
	background-position:-317px 0px;
	background-repeat:repeat-y;
	overflow:hidden;
}
.index_copy_bottom{
	width:305px;
	height:20px;
	background-image:url(images/index_copy_bottom.png);
	background-position:-317px 0px;
	}

.long_button {
	width:268px;
	height:26px;
	float:left;
	}
.long_button a{
	display:block;
	width:268px;
	height:26px;
	background-image:url(images/long_button.png);
	font-size:14px;
	line-height:25px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	color:#231f20;
}
.long_button a:hover{ background-position:0px -26px;}



.copy_top{
	width:622px;
	height:20px;
	background-image:url(images/copy_top.png);
}
.copy_middle{
	width:572px;
	padding-right:25px;
	padding-left:25px;
	background-image:url(images/copy_middle.png);
	background-repeat:repeat-y;
	overflow:hidden;
}
.copy_bottom{
	width:622px;
	height:20px;
	background-image:url(images/copy_bottom.png);
	}

ul{}
ul li{padding-bottom:7px;}
/*
ul li a{color:#FFFFFF; font-weight:bold; text-decoration:none;}
ul li a:hover{color:#231f20;}
*/

.bottom_buckets_container{
	width:622px;
	height:270px;
	background-image:url(images/bottom_buckets_bg.png);
	margin-top:15px;
}
ul.bottom_buckets{
	width:612px;
	height:248px;
	list-style:none;
	margin:0px;
	padding:0px;
	padding-top:11px;
}
ul.bottom_buckets li{
	width:141px;
	height:248px;
	float:left;
	padding-left:11px;
	padding-right:1px;
}

ul.bottom_buckets li a{
	display:block;
	width:141px;
	height:248px;
	background-image:url(images/bottom_buckets.jpg);
}
#proservices a{background-position:0px 0px;}
#repair a{background-position:-153px 0px;}
#generator a{background-position:-306px 0px;}
#emergency a{background-position:-459px 0px;}

#proservices a:hover{background-position:0px -248px;}
#repair a:hover{background-position:-153px -248px;}
#generator a:hover{background-position:-306px -248px;}
#emergency a:hover{background-position:-459px -248px;}


.right_side{
	width:247px;
	background-image:url(images/rightside_bg.png);
	background-repeat:repeat-y;
	float:right;
}

.quickjump_bg{
	width:247px;
	height:53px;
	background-image:url(images/quick_jump_bg.png);
} 

ul.quickjump{
	width:160px;
	height:25px;
	padding:22px 0px 0px 70px;
	margin:0px;
	list-style:none;
}
ul.quickjump li{
	height:25px;
	float:left;
}

ul.quickjump li a{
	display:block;
	height:25px;
	background-image:url(images/quickjump.png);
}
#quickjump-home a{width:28px; background-position:0px 0px;}
#quickjump-mail a{width:32px; background-position:-28px 0px;}
#quickjump-gear a{width:25px; background-position:-60px 0px;}
#quickjump-person a{width:25px; background-position:-85px 0px;}
#quickjump-talk a{width:25px; background-position:-110px 0px;}
#quickjump-search a{width:25px; background-position:-135px 0px;}

#quickjump-home a:hover{width:28px; background-position:0px -25px;}
#quickjump-mail a:hover{width:32px; background-position:-28px -25px;}
#quickjump-gear a:hover{width:25px; background-position:-60px -25px;}
#quickjump-person a:hover{width:25px; background-position:-85px -25px;}
#quickjump-talk a:hover{width:25px; background-position:-110px -25px;}
#quickjump-search a:hover{width:25px; background-position:-135px -25px;}


ul.services{
	width:225px;
	margin:0px;
	padding:0px 0px 0px 11px;
	list-style:none;
}
ul.services li{
	width:225px;
	height:42px;
	padding-bottom:3px;
	text-align:center;
}
ul.services li a{
	display:block;
	width:225px;
	height:30px;
	padding-top:12px;
	background-image:url(images/rightside_button.png);
	background-position:0px 0px;
	text-decoration:none;
}
ul.services li a:hover{background-position:0px -42px;}

ul.services li a h2{
	font-size:20px;
	text-decoration:none;
	padding:0px;
	margin:0px;
	font-weight:normal;
	color:#231f20;}

.rightside-part1{
	width:247px;
	height:60px;
	background-image:url(images/rightside-part1.png);
}

.estimate {
	width:215px;
	height:65px;
	padding-left:16px;
}
.estimate a{
	display:block;
	width:215px;
	height:65px;
	background-image:url(images/calendar_estimate.png);
	background-position:0px 0px;
}
.estimate a:hover{ background-position:0px -65px;}

.rightside-part2{
	width:247px;
	height:80px;
	background-image:url(images/rightside-part2-quotes.png);
}

.testimonial{
	width:215px;
	padding-left:16px;
	color:#e3e0cb;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	line-height:18px;
}
.testimonial h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:19px;
	margin:0px;
	padding:0px 0px 10px 0px;
	color:#e3e0cb;
}
.testimonial a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#e3e0cb;
}
.testimonial a:hover{color:#604e0c;}

.rightside-part3{
	width:247px;
	height:70px;
	background-image:url(images/rightside-part3-bottom.png);
}

.copyright{
	background-color:#ebe8e0;
	font-size:11px;
	text-align:right;
	padding:20px 0px 10px 10px;
	overflow:hidden;
}

.bee a{
	width:64px;
	height:64px;
	background-image:url(images/bee.jpg);
	background-position:0px 0px;
	display:block;
	float:right;
	margin-left:20px;
	text-decoration:none;
}
.bee a:hover{background-position:0px 64px;}

.bbb{
	width:40px;
	height:60px;
	margin:10px 0px 0px 0px;
	padding:0px;
	float:left;
	}
	
.iecradio{
	float:left;
	margin:10px 40px 0px 0px;
	}
