/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Title : 
Author : Ben Rinehart
URL : 

Description : 

Created : 
Modified : 

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

body{
	background: #DBD4CD url(../images/background.jpg);
	}

/* START CONTAINER */
#container{
	width: 800px;
	\width: 820px;
	w\idth: 800px;
	margin: 10px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	border: 2px solid #BBB0A0;
	background: #fff;
	}/* END CONTAINER */

	/* START HEADER */
	#header{
		padding: 0;
		margin-bottom: 0;
		height: 100px;
		}
	
	#header h1{
		width: 225px;
		height: 100px;
		float: right;
		padding: 0;
		margin: 5px 25px;
		background: url(../images/logo.gif) center center no-repeat;
		text-indent: -20000px;
		}
	
	#header h1 a{
		width: 225px;
		height: 100px;
		padding: 0;
		margin: 0;
		border: 0;
		display: block;
		text-decoration: none;
		}/* END HEADER */
	
	/* START NAVIGATION */
	#navigation{
		text-align: center;
		font: italic 14px/36px Georgia, Times, "Times new Roman", serif;
		height: 60px;
		background: url(../images/navigation.gif) bottom center repeat-x;
		}
	
		#global{
			margin: 0;
			padding: 0;
			}
		
			#global li{
				display: inline;
				padding: 0 5px;
				list-style-type: none;
				}
		
				#global li a:link, #global li a:visited{
					text-decoration: none;
					}

				#global li a:hover, #global li a:active{
					}

		a:link, a:visited{
			color: #6A2112;
			}
		
		a:hover, a:active{
			text-decoration: none;
			}/* END NAVIGATION */
	
	/* START PAGE BODY */
	#page_body{
		padding: 0;
		}
		
		#content{
			margin: 15px 50px;
			clear: both;
			}
	
		#page_body h1{
			font: italic 28px Georgia, times, "Times New roman", serif;
			text-align: center;
			color: #6A2112;
			}
			
		h2{
			font: 22px Georgia, times, "Times New roman", serif;
			color: #6A2112;
			}
		
		p, #content ul, #content dl{
			font: 13px/18px Arial, helvetica, verdana, sans-serif;
			}
		
		dl dt{
			font-weight: bold;
			padding-top: 15px;
			}
		
		dl dd{
			margin-left: 0;
			}/* END PAGE BODY */

	/* START INFO PAGES */	
	img.figure-a{
		display: block;
		margin: 0 auto;
		}
	
	img.figure-b{
		float: right;
		margin: 0 0 10px 10px;
		}
		
	img.figure-c{
		float: left;
		margin: 0 10px 10px 0;
		}
	
	.column{
		width: 300px;
		float: left;
		padding: 0 0 25px 50px;
		}
	
	#resources{
		margin: 0;
		padding: 0;
		}
	
		#resources li{
			list-style-type: none;
			padding: 5px 0;
			}
	
	.quote{
		font: italic 16px Georgia, times, "Times New roman", serif;
		text-align: center;
		color: #6A2112;
		}
		
	.heartlist li{
		list-style-image: url(../images/heart.gif);
		}

	#intro{
		width: 800px;
		height: 475px;
		margin: 0 auto;
		}
	
	table.price{
		width: 450px;
		margin: 0 auto;
		border-collapse: collapse;
		font: 13px Arial, helvetica, verdana, sans-serif;
		}
		
		table.price th, table.price td{
			border-bottom: 1px dotted #6A2112;
			}
		
		table.price th{
			text-align: left;
			}
		
		table.price td{
			text-align: right;
			}
		
		table.price tfoot td{
			text-align: left;
			border-bottom: none;
			}
		
			table.price tfoot td p{
				margin: 0;
				}/* END INFO PAGES */
/* START PORTFOLIO */
	#portfolio{
		width: 650px;
		height: 350px;
		display: block;
		clear: right;
		margin: 0 auto;
		padding: 0;
		}

		#portfolio ul{
			margin: 0;
			padding: 0;
			}

		#portfolio li{
			display: block;
			float: left;
			padding: 3px;
			margin: 7px 3px;
			width: 200px;
			height: 120px;
			text-align: center;
			font: 14px "Times New Roman", Times, Georgia, serif;
			letter-spacing: 2px;
			}
			#portfolio li a.image{
				width: 200px;
				height: 100px;
				overflow: hidden;
				display: block;
				margin: 0 auto 0 0;
				border: 1px solid #475065;
				}
					
					#portfolio li a.image{
						padding-left: 0;
						}
				
				#portfolio li a img{
					border: none;
					}/* END PORTFOLIO */	
			
	/* START GALLERIES */
	#gallery{
		width: 750px;
		height: 575px;
		clear: right;
		margin: 0 auto;
		}
	
		#enlarge{
			width: 550px;
			height: 550px;
			float: left;
			}
			
			#enlarge img{
				display: block;
				margin: 50px auto;
				border: 3px solid #6A2112;
				}
		
		#thumbnails{
			width: 750px;
			}
			
			#thumbnails ul{
				margin: 0;
				padding: 0;
				width: 100px;
				}
				
				#thumbnails ul#left{
					float: left;
					}
				
				#thumbnails ul#right{
					float: right;
					}
			
			#thumbnails ul li{
				display: block;
				clear: both;
				width: 100px;
				height: 70px;
				}
		
		#thumbnails img{
			border: 1px solid #6A2112;
			}/* END GALLERIES */
	
	/* START FORMS */
	form{
		font: 13px/18px Arial, helvetica, verdana, sans-serif;
		padding: 15px 50px;
		}

		fieldset{
			float: left;
			padding: 10px;
			margin: 0;
			border: none;
			}

			fieldset fieldset{
				float: right;
				margin: 5px 0;
				width: auto;
				}

				fieldset fieldset label{
					width: 235px;
					}

		legend{
			color: #6A2112;
			}

		label{
			display: block;
			float: left;
			clear: left;
			width: 100px;
			font-size: 12px;
			margin-top: 3px;
			}

		.required{
			color: #6A2112;
			}

		input[type="checkbox"], input[type="radio"]{
			margin: 0 15px 0 0;
			}

		input[type="text"], textarea{
			width: 200px;
			float: left;
			margin: 3px;
			}

		input[type="submit"], input[type="reset"]{
			margin: 3px;
			}

		input[type="submit"]:hover, input[type="reset"]:hover{
			cursor: pointer;
			}/* END FORMS */
	
	/* START FOOTER */
	#footer{
		clear: both;
		padding: 0;
		margin-top: 0;
		text-align: center;
		font: italic 12px/36px Georgia, Times, "Times new Roman", serif;
		color: #6A2112;
		}
		
		#footer .vcard div{
			display: inline;
			padding-right: 10px;
			font-size: 16px;
			}/* END FOOTER */
