@charset "UTF-8";
body {
	background-color: #0d0d0d;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}

#header{
	width: 880px;
	height: 126px;
	margin-left: auto;
	margin-right: auto;
}

#main-image{
	width: 783px; 
	height: 353px;
	margin-left: auto;
	margin-right: auto;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #9c9277;
	border-bottom-color: #d0cdcd;
}

#main{
	width: 783px;
	margin-left: auto;
	margin-right: auto;
	
}

.main-right{
	width: 497px;
	float: right;
	background-color: #313030;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	color: #bcbbbb;
}

.main-right a{
	color: #bcbbbb; 
}

.main-right a:hover{
	color: #bcbbbb; 
}


.main-left{
	width: 221px;
	float: right;
	padding-right: 35px;
}

.left-column{
	width: 223px;
	margin-top: 5px;
	padding-right: 25px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #666666;
	float: left;
}

.right-column{
	width: 218px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	margin-top: 5px;
}
	
.header-left{
	width: 281px;
	float: left;
	padding-left: 19px;
	padding-top: 22px;
}

.header-right{
	width: 530px;
	float: left;
	padding-right: 50px;
	padding-top: 105px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #807e7e;
	text-transform: uppercase;
}

a.navigation{
	color: #f7f7f7;
	text-decoration: none;
	margin-left: 3px;
	margin-right: 3px;
	font-weight:normal;
}

a.navigation:hover{
	color: #807e7e;
	text-decoration: none;
	margin-left: 3px;
	margin-right: 3px;
	font-weight:normal;
}

a.sitemap{
	color: #f7f7f7;
	text-decoration: none;
	font-weight:normal;
}

a.sitemap:hover{
	color: #807e7e;
	text-decoration: none;
	font-weight:normal;
}

h1{
	color: #f7f7f7;
	font-weight: normal;
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 15px;
}

h2.contact{
	color: #f7f7f7;
	font-weight: normal;
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 15px;
}

h2{
	color: #f7f7f7;
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 15px;
}

h3{
	color: #f7f7f7;
	font-weight: normal;
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 15px;
}

p{
	line-height: 18px;
}	

.formstyle{
	color: #000000;
	background-image: url(Images/form-bg.jpg);
	background-repeat: repeat;
	background-color: #e0e0e0;
	border: 1px solid #333333;
	font-size: 11px;
	padding: 1px;
}

p.nopadd{
	margin-top: 5px;
	margin-bottom: 5px;
}

p.nomargintop{
	margin-top: 5px;
}

.orange{
	color: #d1831d;
	font-weight: bold;
}

.subheading{
	font-size: 14px;
	font-weight: bold;
	color: #FEFEFE;
	}
	
h2.subheadings{
	font-size: 14px;
	font-weight: bold;
	color: #FEFEFE;
	text-transform: lowercase;
	margin-top: 0px;
	}

.bottom-contact{
	padding-top: 55px;
	text-align: right;
}

#footer{
	width: 783px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	padding-top: 25px;
}

.footer-left{
	width: 250px;
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #313030;
	text-transform: uppercase;
	font-size: 10px;
}

.footer-right{
	width: 533px;
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #313030;
	text-transform: uppercase;
	font-size: 10px;
}

.tel{
	color: #FFFFFF;
	font-size: 14px;
	letter-spacing: 1px;
}

.tel-orange{
	color: #d1831d;
	font-size: 14px;
}

a{
	color: #FFFFFF;
}

a:hover{
	color: #FFFFFF;
	text-decoration: none;
}

.line{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;	
}


	
	
