/* Contents:
	Sitewide Styles
	Header Layout
	Content Layout
	Footer Layout
	Titles
	Individual Page Formatting
	Text Formatting
*/



/* Sitewide Styles
--------------------------------------------------------------------------------------- */

body {
	background-color: #aa480c;
	background-image: url(images/body_bg.jpg);
	background-repeat:repeat-x;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	font-size: 14px;
	margin: 0px;
	}
 	
#page {
	margin:0px auto;
	width: 760px;
	background-color: #f3eae2;
	background-image: url(images/layout_content_bg.jpg);
	background-repeat: repeat-y;
 }


/* Header Layout
--------------------------------------------------------------------------------------- */

#header, #subheader, #footer, #footercredits {
	width: 760px;
	clear: both;
	}

#header {
	height: 120px;
	}
	
#subheader {
	height: 25px;
	background-image: url(images/layout_subtitle.jpg);
	background-repeat: no-repeat;
	}

#navigation { 
	width: 720px;
	background-image:url(images/nav_bg.jpg);
	padding: 0px 20px 0px 20px;
	}



/* Content Layout
--------------------------------------------------------------------------------------- */

#content {
	background-image: url(images/layout_content_top.jpg);
	background-repeat:no-repeat;
	text-align: left;
	padding: 0px 60px 20px 60px;
	line-height: 20px;
	}


/* Footer Layout
--------------------------------------------------------------------------------------- */

#footer {
	background-image: url(images/layout_footer.jpg);
	background-repeat: no-repeat;
	height: 50px;
	}

#footercredits {
	color: #fbf9f6;
	font-weight: bold;
	background-color: #aa480c;
	padding-bottom: 20px;
	}

/* Titles
--------------------------------------------------------------------------------------- */

#titleoverview, #titleservices, #titlegallery, #titlesuppliers, #titlecontact {
	width: 360px;
	height: 30px;
	margin: 0px 140px 0px 140px;
	clear:both;
	}
	
#titleindex {
	width: 360px;
	height: 10px;
	margin: 0px 140px 0px 140px;
	clear:both;
	}
	
	
#titleoverview {
	background-image: url(images/title_overview.jpg);
	}

#titleservices {
	background-image: url(images/title_services.jpg);
	}

#titlegallery {
	background-image: url(images/title_gallery.jpg);
	}

#titlesuppliers {
	background-image: url(images/title_suppliers.jpg);
	}

#titlecontact {
	background-image: url(images/title_contact.jpg);
	}

/* Individual Page Formatting
--------------------------------------------------------------------------------------- */

#contacta, #contactb, #suppliersa, #suppliersb, #indexa, #indexb {
	display: inline;
	float:left;
	}
	
#gallerycontent, #gallerynav {
	width: 640px;
	text-align: center;
	}

.galleryimage, .imageright, .imageleft {
	border: 1px solid #612908;
	background-color: #FFFFFF;
	padding: 5px;
	margin: 5px;
	}
	
.imageright, .imageleft {
	display: inline;
	}
	
.imageright {
	float: right;
	margin-left: 10px;
	}
	
.imageleft {
	float: left;
	margin-right: 10px;
	}
	
#contacta {
	width: 299px;
	padding-right: 20px;
	border-right: 1px solid #612908;
	}
	
#contactb {
	width: 300px;
	padding-left: 20px;
	}

#suppliersa, #suppliersb {
	width: 320px;
	}

#indexa, #indexb {
	margin-top: 20px;
	margin-bottom: 20px;
	}	

#indexa {
	width: 370px;
	padding-right: 10px;
	border-right: 1px solid #612908;
	}

#indexb {
	width: 258px;
	height: 290px;
	background-image: url(images/index_rt.gif);
	background-repeat: no-repeat;
	}
	



/* Text Formatting
--------------------------------------------------------------------------------------- */

a:link {
	color: #612908;
	text-decoration: none;
}
a:active {
	color: #612908;
	text-decoration: underline;
}
a:visited {
	color: #612908;
	text-decoration: none;
}
a:hover {
	color: #612908;
	text-decoration: underline;
 }

a.altlinks:link {
	color: #fbf9f6;
	text-decoration: none;
	}
a.altlinks:active {
	color: #fbf9f6;
	text-decoration: underline;
	}
a.altlinks:visited {
	color: #fbf9f6;
	text-decoration: none;
	}
a.altlinks:hover {
	color: #fbf9f6;
	text-decoration: underline;
	}

.hide {
	display:none;
	}
	
div#content hr {
	display: block; 
	clear: left; 
	margin: -0.66em 0;
  	visibility: hidden;
	}
	
li {
	list-style-image:url("images/bullet.gif");
	margin-left: 0px;
	}
	
.dropcap {
	float: left;
	width: 31px;
	font-size: 52px;
	line-height: 34px;
	font-weight: normal;
	color:#612908;
	}

	
.subtitle, .smalltitle, .bolder, .textblock {
	font-weight: bold;
	color: #612908;
	
	}

.subtitle, .smalltitle, .textblock {
	text-transform: uppercase;
	}
	
.subtitle, .textblock {
	font-size: 16px;
	letter-spacing: 1pt;
	}
	
.smalltitle {
	font-size: 12px;
	}
	
.textblock {
	border: 1px solid #612908;
	background-color: #FFFFFF;
	width: 220px;
	padding: 20px;
	margin: 10px;
	}
	
	
	
