/*=======================================================
	John Bordon Css
	Created 22nd January 2007
-----------------------------------------------------------------------------------*/

body
{
	margin: 0;
	padding: 0;
	
	background-color: #97946b;
	
	font-family: "Times New Roman", Times, serif;
	font-size: 90%;
	color: #2d3f4e;
}

h1,
h2,
h3
{
	padding: 0;
	margin: 0;

	color: #2d3f4e;
	font-weight: bold;
	font-size: 140%;
}

a:link,
a:visited
{
	color: #2d3f4e;
	text-decoration: underline;
}

a:hover
{
	color: #97946b;
	text-decoration: none;
}

img
{
	border: none;
}

div.site
{
	width: 800px;
	margin: 15px auto 0 auto;
}

div.site .header
{
	width: 100%;
	height: 384px;
	clear: both;
	
	background-image: url(../images/homepage-header-bg.jpg);
	background-repeat: no-repeat;
}

	.header .logo
	{
		padding: 16px 0 0 20px;
		float: left;
	}	
	
	.header .header-icons ul
	{
		float: right;
		padding: 10px 120px 0 0;
	}
	
	.header .header-icons ul li
	{
		float: left;
		padding: 0 0px 0 15px;
		
		list-style-type: none;
	}
	
	.header .header-pic
	{
		width: 
	}
	
#about .header
{
	background-image: url(../images/about-header-bg.jpg);
	background-repeat: no-repeat;
}

#gallery .header
{
	background-image: url(../images/gallery-header-bg.jpg);
	background-repeat: no-repeat;
}

#quality .header
{
	background-image: url(../images/quality-header-bg.jpg);
	background-repeat: no-repeat;
}

#contact .header
{
	background-image: url(../images/contact-header-bg.jpg);
	background-repeat: no-repeat;
}
	
	

div.content
{
	width: 100%;
	padding: 10px 0 10px 0;

	background-image: url(../images/content-bg.gif);
	background-repeat: repeat-y;
	overflow: hidden;
}

div.content-extra
{
	width: 100%;
	padding: 20px 0 20px 0;
	background-image: url(../images/content-bg.gif);
	background-repeat: repeat-y;
	overflow: hidden;
}

div.content .content-extras
{
	width: 80%;
	float: left;
	margin: 0;
}

div.content .navigation
{
	width: 24%;
	float: left;
	margin: 0;
}

div.testimonial
{
	float: left;	padding: 5px;
	margin: 20px 0 0 8px;	
}

div.content .group
{
	width: 41%;
	float: left;
	padding: 0 10px;
	margin: 0 0 0 5px;
}

div.content .group-full
{
	width: 70%;
	float: left;
	padding: 0 10px;
	margin: 0 0 0 5px;
}

div.content .data-capture
{
	float: right;
	margin: 0 11px 0 0;
	width: 27%;
	padding: 0 5px 0 5px;
	
	border-left: 1px dashed #97946b;
	
	text-align: center;
}

div.navigation ul
{
	margin: 0 0 0 15px;
	padding: 0 0 0 0px;
}

div.navigation ul li
{
	margin: 0;
	padding: 10px 0 10px 0;
	
	border-top: 1px dashed #97946b;
	
	list-style-type: none;
}

div.navigation ul .last-item
{
	border-bottom: 1px dashed #97946b;
}

div.navigation a:link,
div.navigation a:visited
{
	text-decoration: none;
	font-size: 110%;
}

div.navigation ul li a.selected-item:link,
div.navigation ul li a.selected-item:visited
{
	color: #97946b;
}

div.data-capture .txt
{
	width: 140px;
}

div.gallery a
{
	display: block;
	border: 1px solid #ccc;
	margin: 5px;
	padding: 5px;
	clear: none;
	float: left;
	
}

div.footer
{
	width: 100%;
	height: 10px;
	padding: 0 0 10px 0;
	
	background-image: url(../images/footer-bg.gif);
	background-repeat: no-repeat;	
}

div.copyright
{
	margin: 0 auto 0 auto;
	width: 350px;
	padding: 0 0 10px 0;
	
	color: #fff;
	font-size: 12px;
	text-align: center;
}
