/* --------------------------------------------------- 
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:#ffffff;
clear:both;
margin:0 auto; 
}


/* DEFAULT LINKS */
a         {text-decoration:none;color:#43820e;}
a:visited {text-decoration:none;}
a:hover   {text-decoration:none;color:#70a048;}
a img     {border:none;}


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

h1 {font-size:20px;color:#3c8301;line-height:24px;padding:4px 0 4px 0;font-weight:normal;}
h2 {font-size:18px;color:#3c8301;line-height:22px;padding:4px 0 4px 0;font-weight:normal;}
h3 {font-size:16px;color:#3c8301;line-height:20px;padding:4px 0 4px 0;font-weight:normal;}
h4 {font-size:15px;color:#333333;line-height:18px;padding:4px 0 10px 0;font-weight:normal;}
h5 {font-size:13px;color:#333333;line-height:17px;padding:4px 0 4px 0;}
h6 {font-size:12px;color:#333333;line-height:16px;padding:4px 0 4px 0;}



/* 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 #D4D4D4 1px;

}

/* GAPS
Gaps to space elements */
.gap1 {float:left;width:5px;}
.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;}


/* LIST ELEMENTS
list elements */
ul {
margin-top:6px;
margin-bottom:0;
padding-top:0;
padding-bottom:0;
margin-left:0;
padding-left:0;
}
	li {
	font-weight:bold;
	line-height:18px;
	list-style:none;
	margin-top:0;
	padding-top:0;
	padding-bottom:7px;
	margin-left:0;
	padding-left:20px;
	background-image:url(../images/point.gif);
	background-position:5px 5px;
	background-repeat:no-repeat;
	}




/* STANDARD PAGE ELEMENTS 
Standard page elements for laying out the main content of a website. */
#container {
width:960px;
text-align:left;
background-color:#ffffff;
margin:0 auto;
margin-left:auto;
margin-right:auto;
padding:0 0 0 0;
border:none;
}

	/* MAIN HEADER */
	#header {
	display:block;
	height:154px;
	background-image:url(../images/top_bg.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	}
		
		#header #top {
		float:right;
		height:35px;
		font-size:11px;
		line-height:35px;
		text-align:right;
		padding-right:15px;
		}
			#top a {color:#e86c08;}
			#top a:hover {color:#e8b04f;}
			
		#header #logo {
		clear:right;
		float:right;
		height:72px;
		text-align:right;
		padding-top:6px;
		padding-right:15px;
		}
		
		
		/* MAIN NAVIGATION */
		#header #navigation {
		clear:right;
		float:right;
		width:720px;
		height:38px;
		font-size:13px;
		line-height:38px;
		}
			#navigation a {
			line-height:38px;
			color:#ffffff;
			background-image:url(../images/link_divider.gif);
			background-position:left;
			background-repeat:no-repeat;
			padding:0 6px 0 12px;
			}
			#navigation a:hover {color:#bdeca6;}
			#navigation .first {background-image:none;}
			
		#header #tick {
		padding:10px 0 0 40px;
		}
			
		
		
	/* MAIN FLASH/BANNER */
	#flash {
	height:80px;
	background-color:#CCCCCC;
	overflow:hidden;
	}
		#flash .inner {width:1000px;}
		#flash img {}
		
		
	#flash-home {
	height:200px;
	background-color:#CCCCCC;
	}
	
	
	
	#steel {
	display:block;
	height:50px;
	background-image:url(../images/divide_bg.gif);
	background-position:top;
	background-repeat:no-repeat;
	}
		
	
	
	/* MAIN CONTENT */
	#main {
	padding:20px 30px 30px 30px;
	line-height:18px;
	background-color:#efefef;
	}
		#main .m-right {float:right;width:640px;padding-right:40px}
		#main .m-left {float:left;width:170px;text-align:right;padding-top:60px;}
		
		#main .h-right {float:right;width:410px;}
		#main .h-left {float:left;width:440px;}
	
	
	
	/* MAIN FOOTER */
	#footer {
	font-size:11px;
	color:#acacac;
	text-align:center;
	padding:16px 20px 10px 20px;
	background-image:url(../images/footer_bg.gif);
	background-position:top;
	background-repeat:no-repeat;
	}
	
		#footer a {color:#e86c08;}
		#footer a:hover {color:#e8b04f;}
		
		




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


.tab-orange {
width:145px;
height:36px;
line-height:36px;
color:#FFFFFF;
font-size:14px;
font-weight:bold;
text-align:center;
text-transform:uppercase;
background-image:url(../images/tab_orange.gif);
background-position:0 0;
background-repeat:no-repeat;
}

.tab-grey {
float:left;
width:200px;
height:36px;
line-height:36px;
color:#3c3c3c;
font-size:12px;
font-weight:bold;
text-align:center;
text-transform:uppercase;
background-image:url(../images/tab_grey.gif);
background-position:0 0;
background-repeat:no-repeat;
}

.tab-grey-beside {
float:left;
height:36px;
line-height:36px;
}




/* PRODUCT PAGES */
.product-holder {display:block;margin-top:20px;}
.product-holder2 {float:left;display:block;margin-top:20px;width:420px;}
	.product-holder2 .text-right {
	float:left;
	width:200px;
	}
	.product-holder .text-right {
	float:left;
	width:400px;
	}
	.from-right {
	float:right;
	width:170px;
	padding-top:60px;
	}
	
.product-sum {display:block;}
	.products-sum .product-seclist {float:left;width:200px;}
		.product-seclist ul {
		list-style:none;
		margin:0 0 0 0;
		padding:0 0 0 0;
		}
		.product-seclist ul li {
		margin:0 0 0 0;
		padding:0 0 0 0;
		width:200px;
		}
		.product-seclist a {
		display:block;
		color:#ffffff;
		padding-left:10px;
		line-height:26px;
		background-color:#e49622;
		background-image:url(../images/highlight.gif);
		background-position:left;
		background-repeat:repeat-y;
		border-top:solid #efb763 1px;
		border-bottom:solid #c9841e 1px;
		}
			.product-seclist a:hover {color:#ffd07f;}
			
	.products-sum .product-pointer {float:left;width:22px;}
		.product-pointer ul {
		list-style:none;
		margin:0 0 0 0;
		padding:0 0 0 0;
		background-image:url(../images/pointer_bg.gif);
		background-position:left;
		background-repeat:repeat-y;
		}
		.product-pointer ul li {
		margin:0 0 0 0;
		padding:0 0 0 0;
		width:22px;
		line-height:28px;
		}
		.product-pointer ul .on {
		background-image:url(../images/pointer.gif);
		background-position:left;
		background-repeat:no-repeat;
		}
	.products-sum .product-preview {float:left;width:200px;margin-left:10px;}
		.product-preview .pp-text {
		padding-top:10px;
		color:#a44c07;
		text-align:center;
		}
			.product-preview .pp-text a {color:#a44c07;}
			.product-preview .pp-text a:hover {color:#df6708;}





/* NEWS PAGES */
.news-holder {display:block;}
	.news-holder .news-item {display:block;margin-bottom:10px;}
		.news-holder .news-item .image {
		float:left;
		margin-right:10px;
		overflow:hidden;
		}
	.news-holder .news-detail {display:block;}
		.news-holder .news-detail .image {
		float:right;
		margin-left:10px;
		margin-bottom:10px;
		}
	.news-holder .date {font-size:11px;color:#666666;}
	.news-holder .base {font-size:11px;}
	
	
	

/* PHOTO GALLERY PAGES */	
.gallery-holder {display:block;}
	.gallery-holder .gh-item {
	float:left;
	width:140px;
	text-align:center;
	}
		.gallery-holder .gh-item .image {
		width:140px;
		height:80px;
		margin-bottom:10px;
		overflow:hidden;
		}
		
.gallery-features {}
	.gallery-features .image {
	}
	
	.gallery-features .text {
	text-align:center;
	padding-bottom:16px;
	}
		
		
		
/* 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;
		}
		
		
		
		
/* 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;margin-top:8px;margin-bottom:10px;padding:0 25px 0 25px;}




/* 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:#000000;
	padding:0 4px 0 4px;
	margin-left:3px;
	}
	.nextprev .se {
	color:#A0A0A0;
	background-color:#F3F3F3;
	}
	.nextprev a:hover {
	text-decoration:none;
	color:#CCCCCC;
	background-color:#000000;
	}




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

	form .label {
	clear:both;
	float:left;
	width:160px;
	height:25px;
	font-size:11px;
	font-weight:bold;
	color:#a44c07;
	line-height:20px;
	text-align:right;
	margin-right:10px;
	margin-bottom:4px;
	}
	
	form .input {
	float:left;
	width:320px;
	height:25px;
	}
		form .input input {
		font-size:12px;
		width:300px;
		}
		
	form .select {
	float:left;
	width:320px;
	height:25px;
	}
		form .select select {
		font-size:12px;
		width:305px;
		}
	
	form .textarea {
	float:left;
	font-size:11px;
	width:320px;
	height:93px;
	}
		form .textarea textarea {
		font-size:12px;
		width:300px;
		height:80px;
		}
		form .textarea img {
		padding-top:3px;
		}
	
	form .button {
	margin-top:2px;
	padding-left:170px;
	padding-bottom:5px;
	}


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