/*Base layout*/

	body
	{
		padding: 0;
		margin: -1px;
		background: #000;
	}

	
	#wrapper
	{
		position : absolute;
		top : 0;
		width : 90%;
		min-height : 100%;
		min-width : 710px;
		margin-left : 5%;
		margin-right : 5%;
		background-color : #ffc;
	}

	
	#headercontainer
	{
		position:relative;
		height: 280px;
		width: 100%;
		overflow: hidden;
		margin-bottom: 20px;
		padding: 10px;
		background: url('images/header-bg%20copy.png') no-repeat top;
		font-family:"Century Gothic",Helvetica,Arial,Geneva,sans-serif
	}
	
	#headercontainer .alt
	{
		color: #333;
		font-size:100%;
		font-weight: bold;
		border-bottom: none;
	}
	
	#Logo
	{
		clear: both;
		text-align: center;  
		height: 150px;
		width: 100%; 
		left:10px;
		font-size: 250% !important;
		overflow: hidden;
		z-index: 1;
	}
	
	#Tagline
	{
		margin-top: -10px;
		font-family: "Trebuchet MS", Verdana, Sans-serif !important;
		color: #333;
		font-weight: bold;
		font-size: 16px;
	}
	
	#Tagline q {max-height: 1.5em;}
	
	#contacthead{
		position:relative;
		width: 100%;
		color: #333 !important;
		font-size: 95%;
		height: 20px;
		margin-top: -15px;
	}
	#email, #phonenum{
		position: relative;
	}
	
	#email{
		float:right;
		text-align: right;
		padding-right: 20px;
		width: 46%;
	}
	#phonenum{
		float:left;
		width: 50%;
	}

	
	#Navigation
	{
		position: relative;
		width: 100%;
		height: 40px;
		font-size:100%;
		text-decoration:none;
		border-bottom: none;
		text-align: center;
		margin-top: 40px;
	}

	
	/*==Nav buttons==*/
	#Navigation .links
	{
		margin-left: 5px; 
		margin-right: 5px;
		display: inline;
	}
	
	#Navigation img, #Logo img
	{
		text-decoration:none;
		border-style: none;
	}


	#Content
	{
		position: relative;
		float:left;
		font-family: Candara,Helvetica,Verdana,Geneva,sans-serif;
		color: #333;
		width: 95%;
		height: 100%;
		padding-left: 20px;
		padding-right: 20px;
		line-height: 1.5em;
		border-left: 4px solid #CD8500;
		overflow:hidden;
	} 

	p{max-width: 40em}
	#big {font-size:1.05em}
	
	blockquote
	{
		max-width: 25em;
		line-height: 2em;
		margin-top: 50px;
	}	
	
	blockquote:before, blockquote:after {
		color: #eac975;
		display: block;
		font-size: 600%;
		
	}
	
	blockquote:before {
		content: open-quote;
		height: 0;
		margin-bottom: -0.4em;
		margin-left: -0.5em
	}
	blockquote:after {
		content: close-quote;
		margin-top: -0.4em;   
		margin-left: 4em;
	}
	
	cite{font-weight: 700}
	
	img
	{padding: 0 5px 0 5px;}

	
	#leftbdr 
	{
		position: absolute;
		margin-left: -45px;
		height: 100%;
		width: 45px;
		background-image: url('images/bdrleft.png');
		background-repeat:  repeat-y;
	}
	
	#rightbdr 
	{
		position: absolute;
		float:right;
		left:100%;
		top:0;
		margin-right:57px;
		height: 100%;
		width: 45px;
		background-image: url('images/bdrright.png');
		background-repeat:  repeat-y;
	}

	#shoppic
	{	position:relative;
		float: right;
		width: 460px;
		margin-bottom: 20px;
		margin-left: 30px;
}
		
	.shoppics
	{	float:left;
		border: 4px solid #333;
		width: 150px;
		height: 150px;
		margin-bottom: -10px;
		margin-right: -6px	}
		
	.shoppics img {padding:0}


	/*==Sets font for headings==*/
	h1, h2, h3, img
	{
		font-family:"Century Gothic",Helvetica,Arial,Geneva,sans-serif;
		font-weight: normal;
		margin-top:0;
	}

	h1
	{
		color: #EE9A00;
		border-bottom: dotted 1px #EE9A00;
		letter-spacing: -2px;
		font-size: 2.25em;
		
	}

	h2
	{
		color: #FFC125;
		margin-bottom: 0;
		letter-spacing: -0.5px;
	}


/*
===Links===
*/

	#Content p a
	{
		font-style: italic;
		border-bottom: dotted 1px #FFB90F;
	}

	a{
		color: #EE9A00 !important; 
		text-decoration:none;
	}
	
	a:visited{
		color: #eac975 !important;
		text-decoration:none;
	}
	
	a:hover{
		color: #FFB90F !important;
		text-decoration:none;
	}
