/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
* {
	padding:0px;
	margin:0px;
}
body {
	margin: 0;
	padding: 0;
	text-align: center;
	background: #EAB360 url(images/bg-body.jpg) repeat-x left top;
}
p, h1, h2, h3, h4, h5, a, ul, li, lo, td {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
p, li {
	font-size: 12px;
}
p, h1 {
	margin: 15px 0;
}
h1 {
	border-bottom: 1px solid #84653C;
	color: #006600;
	font: normal 32px "Times New Roman", Times, serif;
}
h2 {
	font-size: 16px;
}
address {
	text-align: left;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #003300;
	position: absolute;
	left: 35px;
	top: 465px;
}

ul { padding:5px 0px 5px 25px;}
/* ----------------- IMAGE/ALIGNMENT ELEMENTS ----------------- */
.left {
	float: left;
	margin: 0 15px 15px 0;
}
.right {
	float: right;
	margin: 0 0 15px 15px;
}
.leftborder {
	padding: 2px;
	border: 1px solid #000;
	float: left;
	margin: 0 15px 15px 0;
}
.rightborder {
	padding: 2px;
	border: 1px solid #84653C;
	float: right;
	margin: 0 4px 15px 15px;
}
.border {
	padding: 2px;
	border: 1px solid #000;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.ulleft {
	float: left;
	margin-left: 10px;
	padding-left: 20px;
}
/* ----------------- NAV ELEMENTS ----------------- */
a:link, a:hover, a:active, a:visited {
}
/* ----------------- Vertical --------------------- */
div#nav {
	background: #84653C;
	width: 150px;
	border: 1px solid #6D5432;
	position: absolute;
	left: 30px;
	top: 200px;
	z-index:1000;
}
ul#mainnav {
	margin: 0;
	padding: 0;
}
ul#mainnav li {
	display: inline;
	list-style: none;
}
ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	font-family: "Times New Roman", Times, serif;
	margin: 0;
	font-weight: bold;
	text-transform: uppercase;
	padding: 6px 0 6px 10px;
}
ul#mainnav li a:hover, ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	color: #003300;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
div#container {
	margin: 0px auto;
	position: relative;
	width: 912px;
}
div#left {
	background: url(images/bg-left.jpg) no-repeat;
	height: 560px;
	width: 207px;
	position: absolute;
	left: 0px;
	top: 0px;
}
div#header {
	width: 912px;
	height: 250px;
	text-align: right;
}
div.welcome {
	background: url(images/bg-header-welcome.jpg) no-repeat right top;
}
div.service {
	background: url(images/bg-header-service.jpg) no-repeat right top;
}
div.manu {
	background: url(images/bg-header-manu.jpg) no-repeat right top;
}
div.gallery {
	background: url(images/bg-header-gallery.jpg) no-repeat right top;
}
div.ref {
	background: url(images/bg-header-ref.jpg) no-repeat right top;
}
div.location {
	background: url(images/bg-header-location.jpg) no-repeat right top;
}
div.contact {
	background: url(images/bg-header-contact.jpg) no-repeat right top;
}
div.aboutus {
	background: url(images/bg-header-aboutus.jpg) no-repeat right top;
}
div#content-bg {
	background: url(images/bg-content.jpg) top center repeat-y;
	width:912px;
	float:left;
}
div#content {
	background: url(images/bg-content-top.jpg) no-repeat top right;
	line-height: 18px;
	color: #003300;
	width: 650px;
	clear:both;
	float:right;
	padding:30px 30px 1px 25px;
}
div#content div.column {
	float: left;
	width: 250px;
	background: #F3D6A9;
	padding-right: 15px;
	padding-left: 15px;
	height: 235px;
	color: #3E2F1C;
	border-top: 1px solid #B27232;
	border-right: 2px solid #B27232;
	border-bottom: 2px solid #B27232;
	border-left: 1px solid #B27232;
	margin-right:25px;
}
div#content div.columnmargin {
	width:650px;
	margin:0 auto;
	float:left;
}
div#content div.columnmargin ul {
	padding-left:25px;
}
div#allrefs {
	float:left;
	width:650px;
	text-align:left;
}
div#allrefs h2 {
	margin-bottom:10px;
}
div.refs {
	float:left;
	width:650px;
	padding-bottom:10px;
	text-align:left;
}
div#content div.refcolumn {
	float: left;
	margin-right: 20px;
	text-align: left;
	font: 12px Arial, Helvetica, sans-serif;
	margin-top: 0px;
}
div#content div.refcolumn2 {
	float: left;
	margin-right:50px;
	text-align: left;
	font: 12px Arial, Helvetica, sans-serif;
	margin-top: 0px;
}
div#content div.refcolumn h3, div#content div.refs div.refcolumn2 h3 {
	margin-top: 0px;
	font-size: 14px;
	border-bottom: 1px solid #84653C;
}
div#footer {
	width: 660px;
	height: 22px;
	background: url(images/bg-footer.jpg) top left no-repeat;
	font-size: 10px;
	text-align: left;
	color: #84653C;
	padding-right: 30px;
	padding-left: 222px;
	padding-top: 3px;
	clear:both;
}
div#footer a:link, div#footer a:visited {
	color: #84653C;
}
div#copyright {
	margin-top: 10px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #A8682B;
	text-align: left;
	padding-left: 210px;
	margin-bottom: 15px;
	padding-right: 10px;
}
div#copyright a:link, div#copyright a:visited {
	color: #A9672B;
}
div#copyright img {
	float: right;
	margin-top: -30px;
}
div#audio {
	position: absolute;
	height: 13px;
	width: 111px;
	top: 280px;
	left: 775px;
}
div#map {
	padding: 2px;
	margin-bottom: 15px;
	border: 1px solid #84653C;
	width: 650px;
	height: 450px;
}
