@CHARSET "UTF-8";
* html {margin:0;padding:0;}
html {
	height: 100%;
}
body {
	font-family: Tahoma, Geneva, sans-serif;
	color: #000;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	height: 100%;
}
h1 {
	font-family: Georgia, serif;
	font-style: italic;
}
.hr {
	width: 100%;
	border-bottom: 1px dotted #a19789;
	margin: 50px 0;
}
.field {
	background-image: url(img/field_bg.png);
	background-repeat: repeat-x;
	background-color: #FFF;
	border-top: 1px solid #6e675d;
	border-left: 1px solid #6e675d;
	border-right: 1px solid #a19789;
	border-bottom: 1px solid #a19789;
}
.fielderror {
	background-color: #FF8080;
	border-top: 1px solid #6e675d;
	border-left: 1px solid #6e675d;
	border-right: 1px solid #a19789;
	border-bottom: 1px solid #a19789;
}
#wrapper {
	position: relative;
	min-height: 100%;
	overflow: hidden;	
}
#topmenu {
	color: #FFF;
	background-color: #000;
	padding: 45px 15px 2px;
	width: 770px;
	text-align: right;
	margin: 0 auto 0 auto;
	
}
#topmenu a {
	display: inline;
	padding: 2px 4px;
}
#topmenu a:link {
	color: #FFF;
	text-decoration: none;
}
#topmenu a:visited {
	color: #FFF;
	text-decoration: none;
}
#topmenu a:hover {
	background-color: #893200;
	color: #f6b342;
	text-decoration: none;
}
#topmenu a:active {
	color: #FFF;
	text-decoration: none;
}
#header {
	width: 100%;
	padding: 0 0 0 0;
	margin: 0;
	background-image: url(img/head_bg.png);
	background-repeat: repeat-x;
	overflow-x: hidden;
}
#header img {
	vertical-align: bottom;
}
.topspace {
	width: 100%;
	background-color: #000;
}
#page{
	width: 100%;
	height: 100%;
	min-height: 100%;
	padding: 0 0 80px 0;
	margin: 0;
	background-color: #FFF;
	background-image: url(img/page_bg.png);
	background-repeat: repeat-x;
}
#contentwrapper {
	overflow-x: hidden;
	width: 800px;
	margin: 0 auto;
}
#menuwrap{
	float: left;
}
#menu {
	padding: 45px 0 40px 0;
	width: 185px;
	color: #FFF;
	background-color: #867e72;
	background-image: url(img/menu_bg.png);
	background-repeat: repeat-x;
}
#menu h1 {
	padding: 6px 5px 3px;
	margin: 20px 0 0 0;
	font-size: 20px;
	font-weight: normal;
	color: #CCC;
	background-color: #635d54;
	border-bottom: 1px dotted #f39400;
}
#menu p {
	display:block;
	margin: 10px 0 0 0;
	padding: 0 20px 0 20px;	
}
#menu form {
	font-size: 10px;
	display: block;
	margin: 0;
	padding: 0 20px 0 20px;
}
#menu form label{
	display: block;
	margin: 6px 0 0 0;
}
#menu form input{
	font-size: 10px;
	font-family: Tahoma, Geneva, sans-serif;
}
#menu form textarea{
	font-size: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	display: block;
	margin: 0 0 10px 0;
}
#menu ul {
	display: block;
	font-size: 16px;
	font-weight: normal;
	margin:0;
	padding-left: 16px;
	background-image: url(img/list_arrow.png);
	background-repeat: repeat-y;
}
#menu ul li {
	display: block;
	list-style-type: none;
	padding:0;
	margin-bottom:0;
}
#menu ul li a{
	display: block;
	padding: 4px 0;
	margin:0;
}
#menu ul li a:link{
	color: #FFF;
	text-decoration: none;
}
#menu ul li a:visited{
	color: #FFF;
	text-decoration: none;
}
#menu ul li a:hover{
	color: #FFF;
	text-decoration: none;
	padding: 4px 0 4px 5px;
	font-style: italic;
	border-left: 9px solid #f39400;
	background-color: #626262;
}
#menu ul li a:active{
	color: #FFF;
	text-decoration: none;
}
#menu ul li a#current{
	color: #FFF;
	text-decoration: none;
	padding: 4px 0 4px 5px;
	font-style: normal;
	font-weight: bold;
	border-left: 9px solid #867e72;
	background-color: #867e72;

}
#content {
	margin: 20px 0 0 60px;
	width: 555px;
	float: left;
	overflow: hidden;
	overflow-x: hidden;
}
#content h1{
	display: block;
	padding: 0 0 2px 0;
	margin: 0 0 20px 0;
	font-size: 30px;
	font-weight: normal;
	background-image: url(img/line.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#content p{
	margin: 0 0 10px 0;
	padding: 0 20px;
	text-align: justify;
}
#content a {
	color: #aa2704;
}
#content a:link {
	color: #aa2704;
}
#content a:visited {
	color: #aa2704;
}
#content a:hover {
	color: #fa5e00;
}
#content a:active {
	color: #aa2704;
}
#content table {
	width: 515px;
	margin: 0 20px;	
}
#content table p{
	padding: 0;
	text-align: left;
}
#content table.service {
	/*background-color: #000;
	background-color: #e0d7c9;
	background-image: url(img/serv_tbl_bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-top: 1px solid #6e675d;
	border-left: 1px solid #6e675d;
	border-right: 1px solid #a19789;
	border-bottom: 1px solid #a19789;*/
}
#content table.crew h1{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	margin:0 0 13px 0;
	padding:4px 0 2px 6px;
	font-weight:bold;
	font-style:italic;
	background-image: none;
	color: #CCC;
	background-color: #635d54;
	border-bottom: 1px dotted #f39400;
}
#content table.crew h2{
	font-size: 12px;
	margin:0;
	padding:0 0 0 16px;
	font-weight:bold;
	font-style:normal;
}
#content table.crew p{
	font-size: 11px;
	padding:0 0 0 16px;
}
#content table.service h1{
	font-family: Tahoma, Geneva, sans-serif;
	display:block;
	margin:0;
	padding:0;
	font-weight:bold;
	font-style:italic;
	font-size: 16px;
	background-image: none;
}
#content table.service h2{
	display:block;
	margin:0 0 13px 0;
	padding:0;
	font-weight:bold;
	font-style:normal;
	font-size: 12px;
}
#content table.service ul{
	padding:0 0 0 15px;
	margin:10px 0;
}
#content table.service ul li{
	list-style-type: disc;
	font-size:11px;
	font-style:italic;
	margin: 0 0 5px 0;
}
.photowrap {
	border-left: 1px solid #635d54;
	border-top: 1px solid #635d54;
	border-bottom: 1px solid #635d54;
	padding: 0;
	margin: 0;
}
#content img.photo {
	border: 6px solid #e3d5c1;
	vertical-align: bottom;
}
#jobs {
	margin: 0 40px;	
}
.ad_end {
	margin: 0 0 60px 0;
	border-bottom: 3px solid #635d54;
}
#jobs h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	margin:0 0 13px 0;
	padding:4px 0 2px 6px;
	font-weight:bold;
	font-style:italic;
	background-image: none;
	color: #CCC;
	background-color: #635d54;
	border-bottom: 1px dotted #f39400;
}
#jobs p {
	text-align: left;
	font-size: 11px;
}
#jobs ul {
	font-size: 11px;
}
#foot {
	position: relative;
	margin-top: -41px;
	min-height: 40px;
	background-image: url(img/foot_bg.png);
	background-repeat: repeat-x;
	background-color: #939393;
	border-top: 1px solid #7d7d7d;
	width: 100%;
}
#foot p {
	display:block;
	width:800px;
	margin: 0 auto;
	padding: 6px 0;
	color: #333;
}
#foot a {
	color: #333;
	text-decoration: none;
}
#foot a:link {
	color: #333;
	text-decoration: none;
}
#foot a:visited {
	color: #333;
	text-decoration: none;
}
#foot a:hover {
	color: #aa2704;
	text-decoration: underline;
}
#foot a:active {
	color: #333;
	text-decoration: none;
}