/* --------------------------------------------------- 
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;
color:#26241f;
background-color:#afa697;
clear:both;
margin:0 auto; 
}


/* DEFAULT LINKS */
a         {text-decoration:none;color:#88450f;}
a:visited {text-decoration:none;color:#7b4925;}
a:hover   {text-decoration:none;color:#cd5f06;}
a img     {border:none;}


/* DEFAULT HEADERS */
h1, h2, h3, h4, h5, h6 {
font-family:"Times New Roman", Times, serif;
margin:0px 0px 0px 0px;
text-transform:uppercase;
}

h1 {font-size:30px;color:#612e10;line-height:34px;padding:4px 0 4px 0;}
h2 {font-size:18px;color:#612e10;line-height:24px;padding:4px 0 4px 0;}
h3 {font-size:15px;color:#612e10;line-height:20px;padding:4px 0 0 0;}
h4 {font-size:14px;color:#333333;line-height:16px;padding:4px 0 4px 0;}
h5 {font-size:13px;color:#612e10;line-height:15px;padding:4px 0 4px 0;}
h6 {font-size:12px;color:#333333;line-height:14px;padding:4px 0 4px 0;}



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


p {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:18px;
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;
}

.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;}


.blurb {
text-align:center;
font-size:11px;
color:#72370C;
font-style:italic;
font-weight:bold;
}

.b-right2 {
clear:right;float:right;
padding:5px;
margin-left:15px;
}

.b-left2 {
float:left;
padding:5px;
margin-right:15px;
}

.img-left, .img-left2 {float:left;margin-right:15px;margin-top:4px;margin-bottom:5px;}
.img-right, .img-right2 {clear:right;float:right;margin-left:15px;margin-top:4px;margin-bottom:5px;}
.img-left2, .img-right2 {
border:solid #d2cab8 1px;
padding:5px;
background-color:#f0efe4;
}
.img-left2 img, .img-right2 img {
padding:0 0 0 0;
margin:0 0 0 0;
}
.img-full {margin-top:4px;margin-bottom:6px;}

.no1green {color:#95b953;font-weight:bold;}



/* 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 3px;
	background-repeat:no-repeat;
	}




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

	/* MAIN HEADER */
	#header {
	width:889px;
	height:21px;
	margin:0 auto;
	margin-left:auto;
	margin-right:auto;
	padding:24px 0 0 71px;
	border:none;
	}
	
		#header a {color:#003399;}
		#header a:hover {color:#0099CC;}
		
		
		
	/* MAIN FLASH/BANNER */
	#flash {
	height:100px;
	background-color:#302b28;
	background-image:url(../images/flash_bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	margin:0 auto;
	padding:0 0 0 0;
	}
		
		
		
	/* MAIN NAVIGATION */
	#navigation {
	float:left;
	width:210px;
	}
		#navigation .nav-top {
		height:32px;
		background-image:url(../images/nav_top.gif);
		background-position:right bottom;
		background-repeat:no-repeat;
		}
		
		#navigation .nav-inner {
		color:#623012;
		font-size:13px;
		font-family:"Times New Roman", Times, serif;
		text-transform:uppercase;
		text-align:right;
		padding-bottom:30px;
		background-image:url(../images/nav_base.gif);
		background-position:right bottom;
		background-repeat:no-repeat;
		}
	
		#navigation .nav-inner a {
		display:block;
		color:#623012;
		padding-right:30px;
		line-height:18px;
		background-image:url(../images/nav_bg.gif);
		background-position:right 0;
		background-repeat:no-repeat;
		}
		#navigation .nav-inner a:hover, #navigation .nav-inner .on {
		color:#800000;
		background-position:right -18px;
		}
			#navigation .nav-inner .on {font-weight:bold;}
			
			
			
		#navigation .book-holder {}
		
	
	
	/* MAIN CONTENT */
	#main {
	width:960px;
	margin:0 auto;
	margin-left:auto;
	margin-right:auto;
	padding:0 0 0 0;
	border:none;
	}
	
		#main .main-inner {
		float:left;
		width:650px;
		line-height:20px;
		padding:25px 0 0 20px;
		}
		
		.main-inner .text-holder {
		padding-left:10px;
		padding-top:42px;
		background-position:left top;
		background-repeat:no-repeat;
		}
		
		.text-base {
		padding-bottom:0px;
		background-image:url(../images/text_base.gif);
		background-position:center bottom;
		background-repeat:no-repeat;
		}
	
	
	
	#base {
	min-height:177px;
	background-image:url(../images/base_bg.gif);
	background-position:center top;
	background-repeat:repeat-x;
	}
	
	#base-inner {
	width:960px;
	min-height:177px;
	background-image:url(../images/base_logo.gif);
	background-position:left top;
	background-repeat:no-repeat;
	margin:0 auto;
	margin-left:auto;
	margin-right:auto;
	padding:0 0 0 0;
	border:none;
	}
		#base-inner .text-left {
		float:left;
		width:370px;
		height:108px;
		color:#bcb4af;
		font-size:14px;
		font-family:"Times New Roman", Times, serif;
		text-transform:uppercase;
		text-align:left;
		letter-spacing:0.15em;
		padding:72px 0 0 224px;
		}
			.text-left .smaller {
			font-size:11px;
			}
			.text-left a {color:#ded29f;}
			.text-left a:hover {color:#938b6b;}
			
		#base-inner .photos-right {
		float:right;
		width:300px;
		padding-right:52px;
		text-align:right;
		}
	
	
	
		/* MAIN FOOTER */
		#footer {
		clear:left;
		float:left;
		width:504px;
		font-size:11px;
		color:#726660;
		padding:11px 0 0 76px;
		text-align:left;
		}
			#footer a {color:#69432e;}
			#footer a:hover {color:#9b400e;}
		
		




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

.pdf-holder {
clear:right;
float:right;
width:200px;
margin-left:15px;
margin-top:4px;
margin-bottom:5px;
border:solid #d2cab8 1px;
padding:100px 5px 5px 5px;
background-color:#f0efe4;
background-image:url(../images/bikeshed_pdfbg.jpg);
background-position:top;
background-repeat:no-repeat;
}
	.pdf-holder .pdf-text {
	padding:10px;
	}
	
	.pdf-holder .pdf-link {
	padding-left:13px;
	background-image:url(../images/pdf_point.gif);
	background-position:2px 6px;
	background-repeat:no-repeat;
	margin-bottom:4px;
	}





/* PRODUCT PAGES */
.product-holder {display:block;}
	.product-holder .product-item {
	display:block;
	margin-bottom:16px;
	}




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

	form .label {
	clear:both;
	float:left;
	width:140px;
	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:240px;
	height:25px;
	}
		form .input input {
		font-size:12px;
		width:200px;
		}
		
	form .select {
	float:left;
	width:240px;
	height:25px;
	}
		form .select select {
		font-size:12px;
		width:205px;
		}
	
	form .textarea {
	float:left;
	font-size:11px;
	width:240px;
	height:93px;
	}
		form .textarea textarea {
		font-size:12px;
		width:200px;
		height:80px;
		}
		form .textarea img {
		padding-top:3px;
		}
	
	form .button {
	margin-top:2px;
	padding-left:150px;
	padding-bottom:5px;
	}


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