@import url("reset.css");
@import url("http://fonts.googleapis.com/css?family=Open+Sans");

body
{
	margin: 30px 0;
	padding: 0;
	background: #DFDFDF url('../images/background.jpg') repeat-x;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.clear
{
	clear: both;
}

a
{
	color: #A76D18;
	text-decoration: none;
}

a:hover
{
	color: #000;
	text-decoration: none;
}

img
{
	border: 0;
}

#container
{
	margin: 0 auto;
	width: 800px;
	border: 5px solid #FFF;
	background: #CCC;
}

#header
{
	width: auto;
	height: 115px;
	border-bottom: 5px solid #FFF;
	background: #D2E8AC url('../images/background-header.jpg') no-repeat;
}

#menu
{
	width: auto;
	height: 46px;
	border-bottom: 5px solid #FFF;
	background: #F90 url('../images/background-menu.jpg') repeat-x;
}

#menu ul
{
	list-style-type: none;
	font-weight: bold;
}

#menu ul li
{
	display: inline;
}

#menu ul li a
{
	float: left;
	padding: 0 30px;
	line-height: 46px;
	font-size: 13px;
	text-transform: capitalize;
	background: #FF9900 url('../images/background-menu.jpg') repeat-x;
	color: #FFF;
	text-decoration: none;
	border-right: 2px solid #FFF;
}

#menu ul li a.active
{
	background: #FF9900 url('../images/background-active.jpg') repeat-x;
}

#menu ul li a:hover
{
	background: #333  url('../images/background-hover.jpg') repeat-x;
	color: #FFF;
}

#main
{
	width: auto;
	padding: 15px 15px 0 15px;
	line-height: 22px;
	
	min-height: 300px;
	height: auto !important;
	height: 300px;
	
}

#main p
{
	margin: 0 0 15px 0;
	padding: 0;
}

#main h1, h2, h3, h4, h5
{
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	font-size: 175%;
	font-weight: normal;
	color: #555;
	border-bottom: 1px dashed #999;
	letter-spacing: -1px;
}

#main ul
{
	margin: 0 0 15px 25px;
	padding: 0;
	list-style-type: disc;
}

#main li
{
	margin: 0;
	padding: 0;
}

#logobanner
{
	width: 768px;
	height: 75px;
	border: 1px solid #999;
	margin: 0 0 15px 0;
	background: #DBDBDB;
}

#homegallery
{
	float: right;
	width: 350px;
	height: 250px;
	border: 1px solid #999;
	margin: 0 0 15px 15px;
}

.prodcont
{
	width: 769px;
	height: 150px;
	border: 1px solid #999;
	background: #EEE;
	margin: 0 0 15px 0;
}

.prodimg
{
	float: left;
	width: 200px;
	height: 150px;
	border-right: 1px solid #CCC;
	background-image: url('../images/imgbackground.jpg');
	background-repeat: no-repeat;
}

.prodimg img
{
	margin: 14px 14px 0 14px;
	border: 1px solid #CCC;
}

.prodtext
{
	float: right;
	width: 538px;
	height: 135px;
	background: #FFF;
	padding: 15px 15px 0 15px;
	overflow: auto;
}

table#contacttable
{
	width: 768px;
}

table#contacttable td
{
	width: 384px;
	vertical-align: top;
}

#footer
{
	clear: both;
	width: 800px;
	border-top: 5px solid #FFF;
	background: #DBDBDB;
	line-height: 15px;
	color: #555;
	font-size: 11px;
}

#footer p
{
	margin: 0 0 5px 0;
	padding: 0;
}

#footerleft
{
	float: left;
	width: 380px;
	padding: 10px 10px 5px 10px;
}

#footerright
{
	float: left;
	width: 380px;
	padding: 10px 10px 5px 10px;
	text-align: right;
}
