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


/* DEFAULT LINKS */
a         {text-decoration:none;color:#de410b;}
a:visited {text-decoration:none;}
a:hover   {text-decoration:none;color:#de8c0b;}
a img     {border:none;}


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

h1 {font-size:30px;color:#333333;line-height:34px;padding:4px 0 4px 0;}
h2 {font-size:22px;color:#333333;line-height:24px;padding:4px 0 4px 0;}


h3, h4 {
font-size:14px;
color:#ffffff;
line-height:27px;
padding-left:5px;
margin-bottom:3px;
background-position:left;
background-repeat:no-repeat;
}

h3 {background-image:url(../images/h1orange_left.gif);}
h4 {background-image:url(../images/h1green_left.gif);}
	h3 strong, h3 b,
	h4 strong, h4 b {
	display:inline-block;
	line-height:27px;
	padding-left:2px;
	padding-right:7px;
	background-position:right;
	background-repeat:no-repeat;
	}
		h3 strong, h3 b {background-color:#c4522b;background-image:url(../images/h1orange_right.gif);}
		h4 strong, h4 b {background-color:#5f9006;background-image:url(../images/h1green_right.gif);}

h5 {font-size:16px;color:#b12d00;line-height:18px;padding:2px 0 2px 0;}
h6 {font-size:12px;color:#333333;line-height:14px;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 #EFEFEF 1px;
}

/* GAPS
Gaps to space elements */
.gap1 {float:left;width:14px;}
.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;}
.img-middle {display:block;text-align:center;margin-top:4px;margin-bottom:10px;}


/* LIST ELEMENTS
list elements */
ul {
margin-top:6px;
margin-bottom:0;
padding-top:0;
padding-bottom:0;
margin-left:0;
padding-left:0;
}
	li {
	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;
	}

p {
padding:0 0 20px 0;
margin:0 0 0 0;
}




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

	#top {
	height:36px;
	line-height:36px;
	background-color:#191919;
	}
		#top .top-left {
		float:left;
		width:300px;
		line-height:36px;
		font-size:14px;
		font-weight:bold;
		color:#ff6b38;
		padding-left:25px;
		}
		
		#top .top-right {
		float:right;
		width:500px;
		line-height:36px;
		color:#ffffff;
		font-size:12px;
		font-weight:bold;
		color:#ff6b38;
		text-align:right;
		padding-right:25px;
		}
			#top .top-right .input input {
			width:100px;
			}
		
		#top span {
		font-size:20px;
		color:#ffffff;
		}


	/* MAIN HEADER */
	#header {
	height:88px;
	background-color:#ea3000;
	background-image:url(../images/header_bg.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	}

		#header a {color:#003399;}
		#header a:hover {color:#0099CC;}

		#header #top-cart {
		float:right;
		width:175px;
		height:30px;
		color:#ffffff;
		margin-top:38px;
		padding:20px 0 0 70px;
		background-image:url(../images/shopping_bg.gif);
		background-position:right bottom;
		background-repeat:no-repeat;
		}
			#header #top-cart a {color:#ffffff;}
			#header #top-cart a:hover {text-decoration:underline;}



	/* MAIN FLASH/BANNER */
	#flash {
	height:80px;
	padding:10px;
	background-color:#CCCCCC;
	}
		#flash-home {height:200px;background-color:#CCCCCC;}



	/* MAIN NAVIGATION */
	#navigation-holder {
	height:37px;
	background-image:url(../images/nav_under.gif);
	background-position:top;
	background-repeat:no-repeat;
	overflow:hidden;
	}
		#navigation {
		height:37px;
		background-image:url(../images/nav_end.gif);
		background-position:right top;
		background-repeat:no-repeat;
		}
		

		#navigation a {
		float:left;
		display:inline-block;
		height:37px;
		font-size:14px;
		font-weight:bold;
		color:#ffffff;
		line-height:37px;
		background-color:#5f9006;
		background-image:url(../images/nav_bg.gif);
		background-position:bottom;
		background-repeat:repeat-x;
		}
			#navigation a:hover {color:#b4ff2b;}

		#navigation .on {
		color:#141e01;
		background:none;
		background-color:#8cc721;
		}
			#navigation .on:hover {color:#141e01;}

		#navigation .start-off,
		#navigation .start-on {
		float:left;
		display:block;
		width:18px;
		height:37px;
		background-image:url(../images/nav_start.gif);
		}
			#navigation .start-off {background-position:0 -37px;}
			#navigation .start-on {background-position:0 0;}

		#navigation .off,
		#navigation .left,
		#navigation .right {
		float:left;
		display:block;
		width:31px;
		height:37px;
		background-image:url(../images/nav_divide.png);
		}
			#navigation .off {background-position:0 0;}
			#navigation .left {background-position:0 -74px;}
			#navigation .right {background-position:0 -37px;}

		#navigation .rest {
		float:left;
		display:inherit;
		height:37px;
		text-align:right;
		background-color:#5f9006;
		background-image:url(../images/nav_bg.gif);
		background-position:bottom;
		background-repeat:repeat-x;
		}
			#navigation .rest a {
			float:none;
			font-size:11px;
			}





	#title {
	height:50px;
	font-size:18px;
	color:#ffffff;
	text-align:right;
	line-height:50px;
	padding-right:25px;
	background-color:#8cc721;
	background-image:url(../images/nrl.gif);
	background-position:left 4px;
	background-repeat:no-repeat;
	}
		#title a {
		display:block;
		height:50px;
		line-height:50px;
		}



	/* MAIN CONTENT */
	#main {
	line-height:18px;
	}

		#main .main-left {
		float:left;
		width:190px;
		margin-right:10px;
		}

		#main .main-middle {
		float:left;
		width:520px;
		padding:26px 10px 20px 20px;
		}

		#main .main-right {
		float:right;
		width:190px;
		}
			.main-right .side-links {
			width:180px;
			margin-top:10px;
			margin-bottom:10px;
			}
				.main-right .side-links a {display:block;margin-bottom:5px;}



	#base {
	height:40px;
	font-size:14px;
	color:#ffffff;
	line-height:40px;
	text-align:center;
	background-color:#d52f00;
	background-image:url(../images/footer_bg.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	}
		#base span {color:#ffd33b;}



	/* MAIN FOOTER */
	#footer {
	font-size:11px;
	color:#3e3e3e;
	text-align:center;
	padding:10px 20px 10px 20px;
	background-color:#191919;
	}

		#footer a {color:#d32700;}
		#footer a:hover {color:#8b1800;}






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

/* GREY BOX */
.greybox {
float:left;
width:160px;
text-align:center;
padding-top:4px;
background-image:url(../images/greybox_bg.gif);
background-position:top;
background-repeat:no-repeat;
}
	.greybox h6 {
	clear:both;
	font-size:0;
	line-height:0;
	height:4px;
	padding:0 0 0 0;
	margin:0 auto;
	background-image:url(../images/greybox_base.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	}


.greybox02 {
float:left;
width:230px;
text-align:center;
padding-top:4px;
background-image:url(../images/greybox02_bg.gif);
background-position:top;
background-repeat:no-repeat;
}
	.greybox02 h6 {
	clear:both;
	font-size:0;
	line-height:0;
	height:4px;
	padding:0 0 0 0;
	margin:0 auto;
	background-image:url(../images/greybox02_base.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	}



/* HEADERS */






/* CATEGORIES SIDE */
.categories-side {}
	.categories-side ul {
	margin-top:15px;
	margin-bottom:20px;
	padding-top:0;
	padding-bottom:0;
	margin-left:0;
	padding-left:7px;
	padding-right:7px;
	}
		.categories-side li {
		font-weight:bold;
		line-height:22px;
		list-style:none;
		margin-top:0;
		margin-bottom:0;
		margin-left:0;
		padding-top:0;
		padding-bottom:0;
		padding-left:14px;
		border-bottom:solid #d9d9d9 1px;
		background-image:url(../images/point2.gif);
		background-position:3px 8px;
		background-repeat:no-repeat;
		}







/* PRODUCT PAGES */
.products-holder {margin-top:10px;}
	.products-holder .product {}

	.products-holder .product .image {
	height:70px;
	margin-bottom:4px;
	}
	.products-holder .product .pricetext {
	font-size:11px;
	color:#737373;
	text-transform:uppercase;
	font-weight:bold;
	}
	.products-holder .product .price {
	font-size:18px;
	color:#b32f01;
	font-weight:bold;
	}
	.products-holder .product .divider {
	clear:both;
	font-size:0;
	line-height:0;
	height:3px;
	padding:0 0 0 0;
	margin:0 auto;
	margin-top:3px;
	border-top:solid #dcdcdc 1px;
	}
	.products-holder .product .text1,
	.products-holder .product .text2 {
	font-size:11px;
	min-height:54px;
	margin:0 4px 0 4px;
	padding:7px 3px 7px 3px;
	}
		.products-holder .product .text1 {background-color:#f6f3e4;}
		.products-holder .product .text2 {background-color:#ecf3de;}
		.products-holder .product .title {
		font-size:13px;
		font-weight:bold;
		}



.prod-holder {margin:10px 0 0 0;}
	.prod-holder .description {
	float:left;
	width:270px;
	}

	.prod-holder .right {
	float:right;
	width:230px;
	}
	.prod-holder .right .divider {
	clear:both;
	font-size:0;
	line-height:0;
	height:3px;
	padding:0 0 0 0;
	margin:0 auto;
	margin-top:3px;
	border-top:solid #dcdcdc 1px;
	}
	.prod-holder .right .pricetext {
	font-size:11px;
	color:#737373;
	text-transform:uppercase;
	font-weight:bold;
	}
	.prod-holder .right .price {
	font-size:18px;
	color:#b32f01;
	font-weight:bold;
	}
	.prod-holder .right .text1,
	.prod-holder .right .text2 {
	font-size:11px;
	min-height:54px;
	margin:0 4px 0 4px;
	padding:7px 3px 7px 3px;
	}
		.prod-holder .right .text1 {background-color:#f6f3e4;}
		.prod-holder .right .text2 {background-color:#ecf3de;}
		.prod-holder .right .title {
		font-size:13px;
		font-weight:bold;
		}
			.prod-holder .right .text1 .divider {height:8px;margin-top:7px;border-top:solid #ffffff 1px;}

			.prod-holder .right .text1 .quantity input {
			width:30px;
			}

			.prod-holder .right .text1 label {
			clear:both;
			display:block;
			width:95%;
			font-weight:bold;
			line-height:20px;
			padding-bottom:2px;
			text-align:left;
			}
			.prod-holder .right .text1 .input {
			clear:both;
			width:97%;
			height:22px;
			text-align:left;
			padding-left:6px;
			margin-bottom:6px;
			}
				.prod-holder .right .text1 .input select {
				width:97%;
				}



.brands-holder {
padding-left:11px;
padding-bottom:20px;
}
	.brands-holder td {
	width:66px;
	height:66px;
	background-color:#ffffff;
	}



.chart {
text-align:center;
border:solid #dcdcdc 1px;
margin:6px 0 20px 0;
}
	.chart td {
	padding:4px 0 4px 0;
	}

	.chart .coloured {background-color:#f6f3e4;}
	.chart .headers {font-weight:bold;color:#234402;font-size:13px;border-bottom:solid #dcdcdc 1px;}
	.chart .blank {background-color:#dcdcdc;}




/* 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: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;
		}




/* 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:18px;padding:0 15px 0 15px;}




/* LINKS PAGES */
.links-holder {display:block;margin-top:18px;}



.sitemap-holder {padding:5px 15px 0 15px;}





/* NEXT PREVIOUS PAGES */
.nextprev {
display:block;
text-align:center;
margin-top:10px;
}
	.nextprev .num {
	color:#666666;
	background-color:#E0E0E0;
	padding:2px 6px 2px 6px;
	margin-left:6px;
	}
	.nextprev .cur {
	color:#ffffff;
	font-weight:bold;
	background-color:#c4522b;
	}
	.nextprev .np {
	color:#ffffff;
	background-color:#8cc721;
	padding:2px 6px 2px 6px;
	margin-left:6px;
	}
	.nextprev .se {
	color:#666666;
	background-color:#F3F3F3;
	}
	.nextprev a:hover {
	text-decoration:none;
	color:#000000;
	background-color:#de8c0b;
	}
	.text {
	font-size:11px;
	font-weight:bold;
	color:#666666;
	}








/* MAIN FORM */
form {
margin:0 auto;
padding:0 0 0 0;
}

	form .req {
	color:#FF3300;
	font-weight:bold;
	font-size:12px;
	}

	form .label {
	clear:both;
	float:left;
	width:120px;
	height:25px;
	font-size:11px;
	font-weight:bold;
	color:#2E5014;
	line-height:20px;
	text-align:left;
	margin-right:10px;
	margin-bottom:4px;
	}

	form .input {
	float:left;
	width:260px;
	height:25px;
	}
		form .input input {
		font-size:12px;
		width:250px;
		}

	form .select {
	float:left;
	width:260px;
	height:25px;
	}
		form .select select {
		font-size:12px;
		width:255px;
		}

	form .textarea {
	float:left;
	font-size:11px;
	width:280px;
	height:93px;
	}
		form .textarea textarea {
		font-size:12px;
		width:250px;
		height:80px;
		}
		form .textarea img {
		padding-top:3px;
		}

	form .button {
	margin-top:2px;
	padding-left:130px;
	padding-bottom:5px;
	}


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



.searchbox {
width:95%;
padding:12px 5px 5px 5px;
margin-bottom:22px;
border:solid #E4E4E4 1px;
}	
	.searchbox form .label {
	clear:both;
	float:left;
	width:100px;
	height:25px;
	font-size:11px;
	font-weight:bold;
	color:#2E5014;
	line-height:20px;
	text-align:left;
	margin-right:10px;
	margin-bottom:4px;
	padding-top:2px;
	}
	.searchbox form .input {
	float:left;
	width:190px;
	height:25px;
	padding-top:2px;
	}
		.searchbox form .input input {
		font-size:12px;
		width:190px;
		}
		
	.searchbox form .button {
	float:left;
	width:180px;
	height:25px;
	margin-top:0;
	padding-left:0px;
	text-align:right;
	}


