/* --------------------------------------------------- 
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:Tahoma, 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:#f7941d;}
a:visited {text-decoration:none;}
a:hover   {text-decoration:none;color:#8b4f07;}
a img     {border:none;}


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

h1 {font-size:22px;line-height:24px;padding:4px 0 4px 0;color:#f7941d;}
h2 {font-size:20px;line-height:22px;padding:4px 0 4px 0;}
h3 {font-size:16px;line-height:20px;padding:4px 0 4px 0;color:#f7941d;}
h4 {font-size:16px;line-height:18px;padding:4px 0 4px 0;}
h5 {font-size:14px;line-height:16px;padding:4px 0 4px 0;}
h6 {font-size:12px;line-height:14px;padding:4px 0 4px 0;}



/* OTHER DEFAULT ELEMENTS */
acronym {border:none;}
p {padding-top:0;margin-top:0;}


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

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


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


/* IMAGE HOLDERS
hold images to the left or right */
.img-left {float:left;margin-right:15px;margin-top:4px;margin-bottom:6px;}
.img-right {clear:right;float:right;margin-left:15px;margin-top:4px;margin-bottom:6px;}
.img-main {display:none;text-align:center;}


/* LIST ELEMENTS
list elements */
ul {
margin-top:0px;
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 6px;
	background-repeat:no-repeat;
	}
	
	
		.pdfs ul {
margin-top:0px;
margin-bottom:0px;
padding-top:0;
padding-bottom:0;
margin-left:0;
padding-left:0;
}
	.pdfs li {
	font-weight:normal;
	line-height:18px;
	list-style:none;
	margin-top:0;
	padding-top:0;
	padding-bottom:0px;
	margin-left:0;
	padding-left:20px;
	background-image:url(../images/point.gif);
	background-repeat:no-repeat;
	}




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

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


	/* MAIN HEADER */
	#header {
	height:141px;
	}
		#header .logo {
		float:left;
		width:153px;
		}
		
		
	#top {
	float:right;
	width:708px;
	height:50px;
	padding-right:20px;
	text-align:right;
	}
		#top span {
		font-size:18px;
		vertical-align:middle;
		}
		
		
		
	/* MAIN NAVIGATION */
	#navigation {
	float:right;
	width:728px;
	height:40px;
	line-height:40px;
	color:#323232;
	background-image:url(../images/nav_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	text-transform:lowercase;
	}
	
		#navigation .nav-left {
		float:left;
		width:40px;
		height:40px;
		background-image:url(../images/nav_left.gif);
		background-position:left;
		background-repeat:no-repeat;
		}
		#navigation .nav-right {
		float:right;
		width:40px;
		height:40px;
		background-image:url(../images/nav_right.gif);
		background-position:right;
		background-repeat:no-repeat;
		}
		#navigation .nav-div {
		float:left;
		font-size:0;
		line-height:0;
		width:2px;
		height:40px;
		padding:0 0 0 0;
		margin:0 auto;
		border:none;
		background-image:url(../images/nav_div.gif);
		background-position:top;
		background-repeat:no-repeat;
		}
	
		#navigation a {
		float:left;
		color:#323232;
		text-transform:lowercase;
		display:inline-block;
		padding:0 16px 0 16px;
		background-image:url(../images/nav_link.gif);
		background-position:left 0px;
		background-repeat:repeat-x;
		}
		#navigation a:hover, #navigation .on {
		color:#d36319;
		background-image:url(../images/nav_link.gif);
		background-position:left -40px;
		}
		
		
	.navmenu-dropdown-holder {}
	.navmenu-dropdown-menu {
	font-size:11px;
	font-weight:bold;
	background-color:#000000;
	}
		.navmenu-dropdown-menu a {
		display:block;
		line-height:22px;
		padding:0 0 0 9px;
		border-top:solid #666666 1px;
		overflow:hidden;
		}
		.navmenu-dropdown-menu a:hover {}

		
		
		
	/* MAIN SHOPPING LINKS */
	#cart-nav {
	float:right;
	height:30px;
	line-height:30px;
	color:#bcbeb4;
	background-color:#ffffff;
	padding-right:20px;
	padding-left:20px;
	}
	
		#cart-nav a {font-weight:bold;}
		#cart-nav a:hover {}
		
		
		
	
	.front-link a {
	display:block;
	width:600px;
	height:242px;
	background-image:url(../images/front_image.gif);
	background-position:center 0px;
	background-repeat:no-repeat;
	}
		.front-link a:hover {
		background-image:url(../images/front_image.gif);
		background-position:center -242px;
		}

		
	
	
	/* MAIN CONTENT */
	#main {
	float:right;
	width:688px;
	min-height:400px;
	line-height:18px;
	padding:0 20px 20px 20px;
	background-image:url(../images/background.gif);
	background-position:108px top;
	background-repeat:no-repeat;
	}
	
		#main-left {
		float:left;
		width:160px;
		padding-top:36px;
		}
	
	
	
	#home-left {
	float:left;
	width:260px;
	height:auto;
	/*overflow:hidden;*/
	line-height:18px;
	margin-top:10px;
	position:relative;
	}
	
		#home-left #product-table {
		position:absolute;
		left:0px;
		top:0px;
		}
	
	
	
	#home-right {
	float:right;
	width:600px;
	line-height:18px;
	padding:0 0 0px 0;
	background-image:url(../images/background.gif);
	background-position:top;
	background-repeat:no-repeat;
	}
	
	
	 #home-right #homepage-right {
	float:right;
	width:165px;
	padding:0 0 0 0;
	margin-left:20px;
	
	}
	
		
	 #home-right #homepage-right a {
		color:#f7941d;
		font-size:10px;
		}
		
		
		#home-right #homepage-right a:hover{
		color:#d36319;
		font-size:10px;
		}
	
	
		#home-right #homepage-right .product-box-big-index {
		float:left;
		width:138px;
		height:138px;
		text-align:center;
		margin-right:10px;
		/*margin-top:25px;*/
		background-image:url(../images/product_bigbg.gif);
		background-position:top;
		background-repeat:no-repeat;
		}
		
		
		
		.combo-box-big-text {
		float:left;
		width:24px;
		text-align:center;
		margin-right:10px;
		margin-left:10px;
		margin-top:5px;
		}
	
		.combo-box-big {
		float:left;
		width:138px;
		text-align:center;
		margin-right:0px;
		margin-top:5px;
		background-image:url(../images/product_bigbg.gif);
		background-position:top;
		background-repeat:no-repeat;
		}
		
	
		.product-box-big {
		float:left;
		width:138px;
		text-align:center;
		margin-right:10px;
		margin-top:25px;
		background-image:url(../images/product_bigbg.gif);
		background-position:top;
		background-repeat:no-repeat;
		}
			.product-box-big h5 {padding-bottom:0px;}
			
			
		.product-box-small {}
			.product-box-small .prod-image {
			width:90px;
			padding:5px 25px 15px 5px;
			background-image:url(../images/product_smallbg.gif);
			background-position:top left;
			background-repeat:no-repeat;
			}
			
			.product-box-small .prod-text {
			padding-bottom:10px;
			}
			
			
			

			#comboproducts .main-button {
			float:right;
			margin-top:10px;
			}
			
			
			
			#comboproducts .combodesc {
			padding-top:10px;
			width:100%; 
			}
			
			
			#comboproducts .comboprice {
			margin-top:10px;
			width:70%; 
			float:left;
			}
			
			
		
		.main-button {}
		
			.main-button a {
			float:left;
			display:inline-block;
			line-height:25px;
			color:#3e3d3d;
			padding:0 0 0 13px;
			background-image:url(../images/button_left.gif);
			background-position:left 0px;
			background-repeat:no-repeat;
			}
				.main-button a:hover {
				color:#8b4f07;
				background-image:url(../images/button_left.gif);
				background-position:left -25px;
				}
			
			.main-button a strong {
			font-weight:normal;
			display:inline-block;
			line-height:23px;
			padding:0 14px 2px 0;
			background-image:url(../images/button_right.gif);
			background-position:right 0px;
			background-repeat:no-repeat;
			}
				.main-button a:hover strong {
				cursor:pointer;
				background-image:url(../images/button_right.gif);
				background-position:right -25px;
				}
				
		
		.price-button {}
			.price-button .price-left {
			float:left;
			display:inline-block;
			line-height:35px;
			font-size:24px;
			color:#f7941d;
			padding-right:20px;
			border-right:solid #b6b4b4 1px;
			}
			
			.price-button .button-right {
			float:left;
			display:inline-block;
			margin-left:20px;
			margin-top:6px;
			}
			
		.price-button {}
			.price-button2 .price-left {
			line-height:35px;
			font-size:24px;
			color:#f7941d;
			text-align:right;
			padding-right:15px;
			border-right:solid #b6b4b4 1px;
			}
			
			.price-button2 .button-right {
			width:110px;
			padding-left:15px;
			}

	

#side_menu_container{

}	

#side_menu_container li{
font-size:14px;
line-height:18px;
}
#side_menu_container a:hover{

}
	
		/* FLASH IMAGE */	
		
#flash_container{
height:400px;
}
		
		
	#flash {
	position:relative;
	}
		
		#flash #flash-over {
		position:absolute;
		left:0px;
		top:0px;
		z-index:800;
		}
		
		#flash .holdertable {
		position:absolute;
		left:0px;
		top:0px;
		z-index:600;
		display:none;
		}
		
		
	
	
		/* FLASH IMAGE */	
	#product_flash {
	position:relative;

	}
		
		#product_flash #flash-over {
		position:absolute;
		left:0px;
		top:0px;
		z-index:800;
		
		}
		
		#product_flash table {
		position:absolute;
		left:0px;
		top:0px;
		z-index:600;
		display:none;
		}
		
	

	
	
	
	/* MAIN FOOTER */
	#footer {
	line-height:18px;
	font-size:11px;
	color:#a4a4a3;
	text-align:left;
	padding:10px 0 15px 0;
	border-top:solid #dbdada 1px;
	}
		
		#footer .footer-right {float:right;}
		#footer a {color:#f7941d;}
		#footer a:hover {color:#8b4f07;}
		
		
		
		@charset "utf-8";
/* CSS Document */

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


/* 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:12px;color:#333333;}
	.news-holder .base {font-size:11px;}
	
	
.news-summery {}
	.news-summery .news-item {
	color:#000000;
	font-size:12px;
	}
	.news-summery .news-item .text {}
	
	

/* PHOTO GALLERY PAGES */	
.gallery-holder {display:block;}
	.gallery-holder .gallery-item {
	float:left;
	width:140px;
	text-align:center;
	}
		.gallery-holder .gallery-item .image {
		width:140px;
		height:140px;
		margin-bottom:5px;
		overflow:hidden;
		}
		
.photo-holder {
display:block;
text-align:center;
}
		
		
		
/* STAFF PAGES */	
.staff-holder {display:block;}
	.staff-holder .staff-cat {display:block;}
		.staff-holder .staff-member {
		float:left;
		width:140px;
		text-align:center;
		}
		.staff-holder .staff-member .image {
		width:140px;
		height:140px;
		margin-bottom:5px;
		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:0px;margin-bottom:18px;}




/* 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:#f7941d;
	font-weight:bold;
	font-size:12px;
	}

	form .label {
	clear:both;
	float:left;
	width:190px;
	height:25px;
	font-size:11px;
	font-weight:bold;
	color:#353535;
	line-height:20px;
	text-align:right;
	margin-right:10px;
	margin-bottom:4px;
	}
	
	form .input {
	float:left;
	width:300px;
	height:25px;
	}
		form .input input {
		font-size:12px;
		width:280px;
		}
		
	form .select {
	float:left;
	width:300px;
	height:25px;
	}
		form .select select {
		font-size:12px;
		width:285px;
		}
	
	form .textarea {
	float:left;
	font-size:11px;
	width:300px;
	height:93px;
	}
		form .textarea textarea {
		font-size:12px;
		width:280px;
		height:80px;
		}
		form .textarea img {
		padding-top:3px;
		}
	
	form .subbut {
	margin-top:2px;
	padding-left:200px;
	padding-bottom:5px;
	}
	
			form .main-button {}
		
			.main-button .submit a{
			float:left;
			display:inline-block;
			line-height:25px;
			color:#3e3d3d;
			padding:0 0 0 13px;
			background-image:url(../images/button_left.gif);
			background-position:left 0px;
			background-repeat:no-repeat;
			}
				.main-button .submit a:hover {
				color:#8b4f07;
				background-image:url(../images/button_left.gif);
				background-position:left -25px;
				}
			
			.main-button .submit a strong {
			font-weight:normal;
			display:inline-block;
			line-height:23px;
			padding:0 14px 2px 0;
			background-image:url(../images/button_right.gif);
			background-position:right 0px;
			background-repeat:no-repeat;
			}
				.main-button .submit a:hover strong {
				cursor:pointer;
				background-image:url(../images/button_right.gif);
				background-position:right -25px;
				}

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