/* --------------------------------------------------- 
TEMPLATE.CSS contains the default styles for websites
built in the anytime system.
--------------------------------------------------- */



/* MAIN ELEMENTS 
Main page elements, page layout, links and other common
styles. */
html, body { 
font-family:Arial, Helvetica, sans-serif;
font-size:12px;  
text-align:center;
background-color:#000000;
background-image:url(../images/main_bg.gif);
background-position:top;
background-repeat:repeat-x;
clear:both;
margin:0 auto; 
}


/* DEFAULT LINKS */
a         {text-decoration:none;color:#df002b;}
a:visited {text-decoration:none;}
a:hover   {text-decoration:none;color:#7e041c;}
a img     {border:none;}


/* DEFAULT HEADERS */
h1, h2, h3, h4, h5, h6 {
margin:0px 0px 0px 0px;
}


h1 {font-size:20px;color:#008699;line-height:26px;}
	h1 span {color:#004a55;}
h2 {font-size:18px;color:#008699;line-height:24px;}
h3 {font-size:17px;color:#444444;line-height:30px;font-weight:normal;}
h4 {font-size:14px;color:#004a55;line-height:15px;padding-top:6px;}
h5 {font-size:12px;color:#008699;line-height:18px;}
h6 {font-size:12px;color:#9a0000;line-height:18px;}



/* OTHER DEFAULT ELEMENTS */
acronym {border:none;}

.clearer {
clear:both;
font-size:0;
line-height:0;
height:0;
padding:0 0 0 0;
margin:0 auto;
}

.divider {
clear:both;
font-size:0;
line-height:0;
height:5px;
padding:0 0 0 0;
margin:0 auto;
margin-top:5px;
border-top:solid #EFEFEF 1px;
}

/* GAPS
Gaps to space elements */
.gap1 {float:left;width:10px;}
.gap2 {float:left;width:20px;}


.img-left {float:left;margin-right:15px;margin-top:4px;}
.img-right {float:right;margin-left:15px;margin-top:4px;}


ul {
padding:0 0 0 0;
margin:0 auto;
}

li {
list-style:none;
padding:0 0 0 0;
margin:0 auto;
}


.top-strong {
font-size:11px;
font-weight:bold;
color:#666666;
}





/* STANDARD PAGE ELEMENTS 
Standard page elements for laying out the main content of a website. */
#container1 {
width:940px;
text-align:center;
margin:0 auto;
margin-left:auto;
margin-right:auto;
padding:0 10px 0 10px;
border:none;
background-image:url(../images/top_bg.gif);
background-position:0 96px;
background-repeat:no-repeat;
}

	/* MAIN HEADER */
	#top {
	height:107px;
	text-align:left;
	}
		
		#top .h-right {
		float:right;
		text-align:right;
		font-size:14px;
		padding:9px 20px 0 0;
		color:#95d6df;
		}
		#top .h-right b, #top .h-right strong {color:#ffffff;}
		#top a {color:#ffffff;}
		#top a:hover {color:#00f0ff;}


#container2 {
width:940px;
text-align:left;
background-color:#ffffff;
margin:0 auto;
margin-left:auto;
margin-right:auto;
padding:0 0 0 0;
border:none;
}

	
	/* MAIN FLASH/BANNER */
	#flash {
	height:260px;
	background-color:#ffffff;
	border-bottom:solid #e8e8e8 12px;
	padding:10px;
	}
	
		#flash .home-mowers {
		float:left;
		width:300px;
		height:260px;
		margin-right:10px;
		background-image:url(../images/mowers_bg.gif);
		background-position:left top;
		background-repeat:no-repeat;
		}
		
		#flash .home-heating {
		float:left;
		width:300px;
		height:260px;
		margin-right:10px;
		background-image:url(../images/heating_bg.gif);
		background-position:left top;
		background-repeat:no-repeat;
		}
		
		#flash .h-title {
		padding-top:24px;
		text-align:center;
		height:34px;
		font-size:16px;
		color:#ffffff;
		}
		#flash .h-button {
		text-align:right;
		padding:6px 9px 0 0;
		}
	
	
	
	
	/* MAIN NAVIGATION */
	#header {
	height:100px;
	color:#ffffff;
	background-color:#9a0000;
	background-image:url(../images/header_bg.gif);
	background-position:0 40px;
	background-repeat:repeat-x;
	}
		
		
		
		/* MAIN NAVIGATION */
		#navigation {
		float:left;
		width:725px;
		color:#ffffff;
		padding-top:13px;
		padding-left:25px;
		}
		
			#navigation li {float:left;}
		
			#navigation li a {
			display:block;
			font-size:13px;
			font-weight:bold;
			line-height:29px;
			padding-left:10px;
			margin-left:0;
			margin-right:3px;
			color:#ffffff;
			}
			#navigation li a strong,
			#navigation li a span {
			padding-right:10px;
			background:transparent url(../images/button_sprite.gif) 0 100px no-repeat;
			}
			
			#navigation li a:hover, #navigation .on a {
			background:transparent url(../images/button_sprite.gif) 0 0 no-repeat;
			background-color:#8a0606;
			color:#fffb00;
			}
			#navigation li a:hover strong,
			#navigation li a:hover span,
			#navigation .on a span {
			display:block;
			background:transparent url(../images/button_sprite.gif) right 0 no-repeat;
			}
			
			
		#sub-nav {
		float:left;
		margin-left:35px;
		margin-top:3px;
		line-height:27px;
		padding-right:10px;
		color:#ffffff;
		background-color:#ad2929;
		background-image:url(../images/subnav_right.gif);
		background-position:right;
		background-repeat:no-repeat;
		}
			#sub-nav .links {
			padding-left:10px;
			background-image:url(../images/subnav_left.gif);
			background-position:left;
			background-repeat:no-repeat;
			}
				#sub-nav .links a {color:#ffffff;}
				#sub-nav .links a:hover {color:#fffb00;}
			
			
			
		#icon {
		float:right;
		height:100px;
		width:160px;
		padding-right:20px;
		}
		
	
	
	/* MAIN CONTENT */
	#main {
	padding:25px 0 20px 35px;
	line-height:18px;
	}
		
		#main .m-left {
		float:left;
		width:500px;
		}
		
		
		#main .m-right {
		float:right;
		width:350px;
		background-color:#d5d5d5;
		background-image:url(../images/side_corner.gif);
		background-position:left top;
		background-repeat:no-repeat;
		margin-top:26px;
		}
			#main .m-right .mr-text {padding:10px 20px 15px 20px;}
			#main .m-right .mr-base {
			display:block;
			text-align:right;
			background-color:#bbbbbb;
			padding:9px 16px 7px 0;
			}
			
		
		.m-feature {
		float:right;
		width:350px;
		height:145px;
		overflow:hidden;
		background-color:#dcdcdc;
		margin-top:6px;
		}
			.m-feature .mf-title {
			float:left;
			width:100px;
			height:145px;
			background-color:#b4b4b4;
			background-image:url(../images/featured_home.gif);
			background-position:left;
			background-repeat:no-repeat;
			}
				.m-feature .mf-title .mf-text {
				color:#444444;
				padding-top:12px;
				text-align:center;
				height:88px;
				font-size:16px;
				line-height:16px;
				}
				.m-feature .mf-title .mf-base {
				text-align:center;
				}
			.m-feature .mf-item {
			float:left;
			margin-left:12px;
			margin-top:12px;
			}
			.m-feature .mf-item .mfi-text {width:106px;height:42px;overflow:hidden;text-align:center;line-height:14px;}
			.m-feature .mf-item .mfi-text a {
			height:35px;
			padding-top:7px;
			display:block;
			background-color:#df002b;
			color:#ffffff;
			}
			.m-feature .mf-item .mfi-text a:hover {
			background-color:#9a0000;
			}
	
	
	
	/* MAIN FOOTER */
	#footer {
	font-size:11px;
	color:#7b7a7a;
	text-align:center;
	padding:24px 35px 18px 35px;
	margin-top:10px;
	line-height:20px;
	height:20px;
	background-color:#585858;
	background-image:url(../images/footer_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	}
	
		#footer .f-left {float:left;}
		#footer .f-right {float:right;}
	
		#footer a {color:#b3b3b3;}
		#footer a:hover {color:#f2e400;}
		
		




/* COMMON PAGE STYLES
Common page (ie. contact page) styles. */


/* NEWS PAGES */
.news-holder {display:block;}
	.news-holder .news-item {display:block;}
		.news-holder .news-item .image {
		float:left;
		background-color:#CCCCCC;
		margin-right:10px;
		margin-top:2px;
		overflow:hidden;
		}
	.news-holder .news-detail {display:block;}
		.news-holder .news-detail .image {
		float:right;
		margin-left:10px;
		margin-bottom:10px;
		}
	.news-holder .date, .news-sum-holder .date {font-size:11px;color:#646464;}
	.news-holder .base {font-size:11px;}
.news-sum-holder {display:block;}
	.news-sum-holder .news-item2 {display:block;margin-bottom:10px;line-height:16px;}
		.news-sum-holder .news-item2 .image1 {
		float:left;
		background-color:#BBBBBB;
		margin-right:10px;
		overflow:hidden;
		}
	
	
	

/* PHOTO GALLERY PAGES */	
.gallery-holder {display:block;}
	.gallery-holder .gh-item {
	float:left;
	width:100px;
	background-color:#CCCCCC;
	padding:3px;
	}
		.gallery-holder .gh-item .image {
		width:100px;
		height:100px;
		margin-bottom:10px;
		overflow:hidden;
		}
		
		
		
/* STAFF PAGES */	
.staff-holder {display:block;}
	.staff-holder .sh-item {margin-top:18px;}
		.staff-holder .sh-item .image {
		width:100px;
		height:100px;
		margin-bottom:10px;
		overflow:hidden;
		}
		.staff-holder .sh-item .sh-member {
		float:left;
		width:100px;
		margin-top:10px;
		background-color:#EFEFEF;
		text-align:center;
		}
		.staff-holder .sh-item .sh-member .shm-image {
		width:96px;
		height:96px;
		background-color:#CCCCCC;
		overflow:hidden;
		}
		
		
		
		

/* PRODUCT PAGES */
.product-holder {display:block;}
	.product-holder .product-item {display:block;}
		.product-holder .product-item .image {
		float:left;
		margin-top:8px;
		overflow:hidden;
		}
		.product-holder .product-item .text {
		float:right;
		width:395px;
		}

		
		
		
		
/* TESTIMONIALS PAGES */	
.testimonial-holder {display:block;}
	.testimonial-item {display:block;margin-top:18px;}
	.testimonial-holder .th-person {font-weight:bold;}
	



/* FAQS PAGES */
.faq-holder {display:block;margin-top:18px;}
	.faq-item {display:block;padding:2px 0 6px 15px;}




/* LINKS PAGES */
.links-holder {display:block;margin-top:18px;}
		
		
		
		
		
/* NEXT PREVIOUS PAGES */		
.nextprev {float:right;}
	.nextprev .num {
	color:#333333;
	background-color:#E0E0E0;
	padding:0 4px 0 4px;
	margin-left:3px;
	}
	.nextprev .cur {
	font-weight:bold;
	background-color:#B5B5B5;
	}
	.nextprev .np {
	color:#ffffff;
	background-color:#9a0000;
	padding:0 4px 0 4px;
	margin-left:3px;
	}
	.nextprev .se {
	color:#A0A0A0;
	background-color:#F3F3F3;
	}
	.nextprev a:hover {
	text-decoration:none;
	color:#fffb00;
	background-color:#8a0606;
	}
	.nextprev .title {
	font-size:11px;
	font-weight:bold;
	color:#666666;
	}




	
	
	
	
/* MAIN FORM */
form {
margin:0 auto; 
padding:0 0 0 0;
}
			
	form .req {
	color:#E74E03;
	font-weight:bold;
	font-size:12px;
	}

	form .label {
	clear:both;
	float:left;
	width:100%;
	height:18px;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	text-align:left;
	margin-right:10px;
	}
	
	form .input {
	float:left;
	width:100%;
	height:25px;
	}
		form .input input {
		font-size:12px;
		width:100%;
		background-color:#E0E0E0;
		border:solid #999999 1px;
		}
		
	form .select {
	float:left;
	width:100%;
	height:25px;
	}
		form .select select {
		font-size:12px;
		width:100%;
		background-color:#E0E0E0;
		border:solid #999999 1px;
		}
	
	form .textarea {
	float:left;
	font-size:11px;
	width:100%;
	height:93px;
	}
		form .textarea textarea {
		font-size:12px;
		width:100%;
		height:80px;
		background-color:#E0E0E0;
		border:solid #999999 1px;
		}
		form .textarea img {
		padding-top:3px;
		}
	
	form .button {
	display:block;
	margin-bottom:10px;
	text-align:right;
	}


.form-under {font-size:11px;color:#666666;}

