body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #583119;
	padding:0;
	margin:0;
	text-align: center;

	background: url(../images/background.png) repeat-x #308725;
}

a {	cursor: pointer; }
:focus { outline: none; }
td { font-size: 11px; vertical-align: top; }
ul { margin-top: 5px; }
li { line-height: 1.3em; }
form { display: inline; }

img { 
	behavior: url('css/pngbehavior.htc');
	border: 0;
}

/* GENERAL */

div.centered {
	position: relative;
	margin: 0 auto 0 auto;
	width: 780px;

	text-align: left;
}

div.header {
	height: 140px;
}

div.header img.logo {
	position: absolute;
	top: 26px;
	left: -40px;
}

div.header img.header_bg {
	position: absolute;
	top: 0px;
	left: 530px;
}

div.header img.address {
	position: absolute;
	top: 35px;
	right: 0px;
}

div.header div.address {
	position: absolute;
	top: 32px;
	right: 20px;

	color: #97BE0D;
	text-align: right;
	line-height: 20px;
}

div.header div.address a {
	color: #97BE0D;
	text-decoration: none;
}

div.menu {
	height: 38px;
}

div.menu div.seperator {
	float: left;
	width: 1px;
	height: 38px;
	background: white;
}

div.menu div.home {
	float: left;
	width: 58px;
	height: 38px;

	background: url(../images/home.png) no-repeat;
}

div.menu a:hover div.home, div.menu a.active div.home {
	background: url(../images/home_up.png) no-repeat;
}

div.menu div.button {
	float: left;
	width: 119px;
	height: 23px;

	color: white;
	text-align: center;
	padding: 15px 0px 0px 0px;

	background: url(../images/button.png) repeat-x;
}

div.menu a:hover div.button, div.menu a.active div.button {
	background: white;
	color: #583119;
}

div.quote {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 23px;
	padding: 9px 30px 7px 30px;

	background: white;
}

div.submenu {
	padding: 0px 15px 7px 30px;
	background: white;
}

div.submenu a {
	color: #97BE0D;
	text-decoration: none;
	padding: 0px 15px 0px 0px;
}

div.submenu a.active {
	color: #583119;
}

div.images {
	height: 190px;
	padding: 0px 0px 0px 30px;

	background: white;
}

div.images div.fadeshow {
	width: 750px;
	height: 190px;
}

div.seperator_text {
	height: 1px;
	background: url(../images/seperator_text.png) no-repeat;
}

div.footer {
	position: relative;
	height: 22px;
	color: white;
	padding: 8px 0px 0px 15px;
	margin: 3px 0px 0px 0px;
	background-image: url(../images/footer.png);
	background-position: -10px;
}

div.footer img.left {
	position: absolute;
	top: 0px;
	left: -15px;
}

div.footer img.right {
	position: absolute;
	top: 0px;
	left: 780px;
}

div.footer a {
	color: white;
	text-decoration: none;
	padding: 0px 15px 0px 15px;
}

/* CONTENT */

div.content {
	background: white;
	padding: 10px 0px 0px 30px;
}

table.content td.text {
	width: 350px;
	text-align: justify;
	padding-bottom: 20px;
}

table.content td.text a {
	color: #583119;
	text-decoration: underline;
}

table.content td.seperator {
	width: 70px;
}

table.content td.image {
	width: 300px;
}

table.content td.image img {
	padding-bottom: 20px;
}

span.text {
	display: block;
}

span.text img {
	float: right;
}

/* CONTACT */

div.content input, div.content select, div.content textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #583119;

	width: 300px;
}

div.content select {
	width: 306px;
	padding: 1px;
	height: 19px;
}

div.content textarea {
	height: 100px;
	overflow: auto;
}

div.content input.checkbox {
	position: relative;
	top: 3px;
	
	width: 16px;
}

div.content input.submit {
	width: 75px;
	margin-top: 10px;

	color: white;
	background: #1E7E27;
	border: 1px solid #111111;
}

div.content span.error { color: red; }

