/* --------------------------------------------------- 
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-image:url(../images/background.gif);
background-position:top;
background-repeat:repeat-x;
background-color:#a23403;
clear:both;
margin:0 auto; 
}


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


/* DEFAULT HEADERS */
h1, h2, h3, h4, h5, h6 {
line-height:26px;
margin:0px 0px 0px 0px;
font-family:"Courier New", Courier, monospace;
}

h1 {color:#e62e1b;font-weight:normal;font-size:24px;}
h2 {color:#3F8F0E;}
h3 {color:#4D991A}
h4 {color:#6CCA2F;}
h5 {color:#9ADA70;}
h6 {color:#000000;font-weight:normal;font-size:12px;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;
}





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

	/* MAIN HEADER */
	#header {
	height:92px;
	background-image:url(../images/ollie_top.png);
	background-position:left top;
	background-repeat:no-repeat;
	padding-top:18px;
	}
	
		#header .logo {
		width:426px;
		height:73px;
		background-image:url(../images/logo.png);
		background-position:left top;
		background-repeat:no-repeat;
		margin-left:auto;
		margin-right:160px;
		/*margin-top:18px;*/
		}
	
	
	
	
	/* MAIN HOLDER */
	#main-holder {
	width:858px;
	margin:0 auto;
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
	padding:0 0 0 0;
	border:none;
	}
	
	
	
	
	
		/* MAIN NAVIGATION */
		#navigation {
		height:40px;
		background-image:url(../images/ollie_nav.gif);
		background-position:left top;
		background-repeat:no-repeat;
		background-color:#000000;
		padding:0 0 0 250px;
		}
		
			#navigation a {
			line-height:40px;
			font-family:"Courier New", Courier, monospace;
			color:#ffffff;
			}
			#navigation a:hover {}
		
			
			
		
		
		/* MAIN CONTENT */
		#main {}
		
			#main .m-left {
			float:left;
			width:334px;
			}
			
				#main .ollie-photo {
				float:left;
				width:291px;
				background-image:url(../images/ollie_bottom_image.jpg);
				background-position:left top;
				background-repeat:no-repeat;
				padding-top:34px;
				padding-left:43px;
				padding-bottom:80px;
				}
				
				#main .ollie-gallery {
				float:left;
				width:334px;
				background-image:url(../images/ollie_bottom_photos.jpg);
				background-position:left top;
				background-repeat:no-repeat;
				}
				
					#main .ollie-gallery .og-left {
					float:left;
					width:128px;
					height:158px;
					padding-top:72px;
					padding-left:22px;
					}
					
						#main .ollie-gallery .og-left a {
						float:left;
						display:block;
						width:126px;
						height:140px;
						}
						
					#main .ollie-gallery .og-right {
					float:right;
					width:140px;
					height:193px;
					padding-top:37px;
					padding-right:37px;
					}
					
						#main .ollie-gallery .og-right a {
						float:left;
						display:block;
						width:140px;
						height:170px;
						}
			
				#main .m-left  .l-text {
				width:274px;
				padding:30px;
				line-height:18px;
				}
			
			#main .m-right {
			float:right;
			width:515px;
			}
			
				#main .m-right .notepaper {
				line-height:26px;
				margin-top:20px;
				margin-bottom:10px;
				padding:16px 20px 10px 40px;
				background-image:url(../images/note_paper.gif);
				background-position:left top;
				background-repeat:repeat-y;
				}
		
		
		
		
		
		/* MAIN FOOTER */
		#footer {
		height:30px;
		background-image:url(../images/footer_bg.gif);
		background-position:bottom;
		background-repeat:repeat-x;
		background-color:#210202;
		}
		
			#footer a {color:#1E7500;}
			#footer a:hover {color:#135104;}
		
		

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




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

/* NEWS ELEMENTS */
.news-summary {}
	.news-summary-header {
	height:26px;
	background-image:url(../images/latest_blog.gif);
	background-position:left;
	background-repeat:no-repeat;
	}
	.news-summary-item {height:104px;}
		.news-summary-item .image {
		float:left;
		width:90px;
		height:70px;
		overflow:hidden;
		padding:8px 10px 26px 6px;
		background-image:url(../images/note_photo.png);
		background-position:0 -4px;
		background-repeat:no-repeat;
		}
		.news-summary-item .text {float:right;width:345px;}
		.news-summary-item .text .title {font-family:"Courier New", Courier, monospace;color:#8E2C0F;}
		.news-summary-item .text .link {font-size:11px;color:#999999;}


.news-holder {display:block;}
	.news-item {height:156px;}
		.news-item .image {
		float:right;
		display:inline;
		width:134px;
		height:104px;
		overflow:hidden;
		padding:11px 17px 41px 9px;
		margin-left:10px;
		background-image:url(../images/blog_photo.png);
		background-position:0 -8px;
		background-repeat:no-repeat;
		}
		.news-holder .text {}
		.news-holder .title {font-family:"Courier New", Courier, monospace;color:#8E2C0F;}
		.news-holder .date {font-size:11px;color:#333333;}
		.news-holder .link {font-size:11px;color:#999999;}
	



/* PHOTOGALLERY */
.photo-holder {
margin-left:-4px;
}
	.photo-holder .photo-item {
	float:left;
	width:116px;
	height:156px;
	}
	
		.photo-item .image {
		width:90px;
		height:70px;
		overflow:hidden;
		padding:8px 15px 26px 11px;
		background-image:url(../images/note_photo.png);
		background-position:5px -4px;
		background-repeat:no-repeat;
		}
		
		.photo-item .text {
		width:113px;
		height:26px;
		text-align:center;
		padding-right:2px;
		overflow:hidden;
		}
		
	.photo-holder .photo-full {
	text-align:center;
	padding-left:4px;
	padding-bottom:25px;
	}
	
	 .photo-full .text .header {
	 font-family:"Courier New", Courier, monospace;color:#8E2C0F;
	 }
	
	
	
	
	
/* MAIN FORM */
form {
margin:0 auto; 
padding:0 0 0 0;
}
			
	form .req {
	font-family:"Courier New", Courier, monospace;
	color:#FF6600;
	font-weight:bold;
	font-size:9pt;
	}

	form .label {
	clear:both;
	font-family:"Courier New", Courier, monospace;
	float:left;
	width:170px;
	height:26px;
	font-size:12px;
	line-height:26px;
	padding-right:10px;
	text-align:right;
	}
	
	form .input {
	float:left;
	width:250px;
	height:23px;
	padding-top:3px;
	}
		form .input input {
		font-family:"Courier New", Courier, monospace;
		font-size:12px;
		border-width:0px;
		color:#FF6600;
		width:220px;
		border-bottom:dashed #E2A77E 1px;
		border-bottom-color:#C65A2D;
		}
	
	form .textarea {
	float:left;
	font-size:10px;
	width:250px;
	height:26px;
	}
		form .textarea textarea {
		font-family:"Courier New", Courier, monospace;
		font-size:12px;
		width:240px;
		border-width:0px;
		color:#FF6600;
		height:70px;
		}
		form .textarea img {
		}
	
	form .button {
	height:29px;
	margin-top:23px;
	padding-left:130px;
	}
	
.c-footer {color:#A5633A; font-size:11px;}



