@charset "utf-8";
/* CSS Document */

body {
	margin: 50px;
	font: normal .9em Georgia, "Times New Roman", Times, serif;
	background: #deeceb url(../images/bg.gif) repeat-x;
	color:#272727;	
}
@font-face{ 
	font-family: 'bkant';
	src: url('../font/bkant.eot');
	src: url('../font/bkant.eot?#iefix') format('embedded-opentype'),
	     url('../font/bkant.woff') format('woff'),
	     url('../font/bkant.ttf') format('truetype'),
	     url('../font/bkant.svg#webfont') format('svg');
}
.clearfix {
	clear:both;	
}
#wrapper {
	width: 900px;
	margin: 0 auto;	
}

:focus { outline:0; }
a:active { outline:none; }

#slides {
	z-index:100;
}
.slides_container {
	width:480px;
	height:360px;
	overflow:hidden;
	position:relative;
	display:none;
	float:left;
}


.slides_container img {
	-moz-box-shadow: 5px 5px 5px #a2aba6;
 -webkit-box-shadow: 5px 5px 5px #a2aba6;
 box-shadow: 5px 5px 5px #a2aba6;
 border:solid 1px #eff7f6;
}
#slides .slide {
	width:480px;
	height:360px;
	display:block;
}

.slide h1 {
	margin: 0;	
}



#top {
	width: 100%;
	float:left;
	background:url(../images/goldline.gif) bottom left repeat-x;
}
#logo {
	float:left;
	width: 270px;
	background: #deeceb;
}

#logo h1 {
	font-family: bkant;
	text-transform:uppercase;
	font-weight: normal;
    font-style: normal;	
	color: #afa900;
	letter-spacing: .37em;
	margin:0;
	text-shadow: 0 2px #efefef;
}
#logo h2 {
	text-transform:uppercase;
	font: normal 1em bkant;
	color: #545104;
	letter-spacing: .42em;
	margin:0;
	text-shadow: 0 1px #efefef;
}
#topnav {
	margin-left: 320px;
	
}
ul#navigation {
	margin: 0;
	list-style-type: none;
	padding: 21px 0px 0px 0px;
	float: right;
}
ul#navigation li {
	display: inline;
}
ul#navigation a {
	display: block;
	float: left;
	text-decoration: none;
	color:#3a6360;
	padding: 0px 0px 5px 0px;
	font: normal 1.1em bkant;
	text-transform:uppercase;
	text-shadow: 0 1px #efefef;
	margin-left: 25px;
}
	
ul#navigation a:hover {
	color: #afa900;
	border-bottom:solid 3px #6b680b;
}
.active {
	border-bottom:solid 3px #6b680b;	
}
#content {
	width: 100%;
	margin-top: 30px;
	float:left	
}
form {
	margin: 0;	
}
label {
	float: left;
	margin-right:0;
	width: 60px;
	padding-top: 5px;
}
#contactname,
#contactemail,
#contactsubject {
	width: 310px;
	margin: 0px 0px 10px 10px;	
}
#contactmessage {
	width: 310px;
	height: 200px;
	margin: 0px 0px 10px 10px;	
}
#content input.submit-button {
	margin-left: 70px;
	background: #99bcba;
}
#left {
	float:left;
	width: 470px;
	min-height: 370px;	
}
#left img {
	-moz-box-shadow: 5px 5px 5px #a2aba6;
 -webkit-box-shadow: 5px 5px 5px #a2aba6;
 box-shadow: 5px 5px 5px #a2aba6;
 border:solid 1px #eff7f6;
}
#right {
	margin-left: 500px;	
}
.header {
	font: normal 1.2em bkant;
	text-transform:uppercase;
	color: #afa900;
	letter-spacing: .3em;
	text-shadow: 0 2px #efefef;
}
#bottom {
	width: 100%;
	float:left;	
	margin-top: 30px;
	background:url(../images/bottomline.gif) bottom left repeat-x;
	font-size: .8em;
	color: #333;	
}
.bottomtext {
	background: #deeceb;
	padding: 0px 3px 30px 0px;	
}