*{
	margin:0;
	padding:0;
}
img{
	border:none;
}
body{
	background:url("../images/bg.jpg") repeat scroll 0 0 #CCC;
	background-color:#FFF;
	color:#585858;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
}
.grey-text {
	color:#585858;
}
#container{
	width:820px;
	margin:10px auto 0;
	padding:10px;
	background-color:#FFF;
}
#container #sidebar{
	width:200px;
	float:left;
}
#container #sidebar #menu ul li{
	list-style-type:none;
	font-size:16px;
	line-height:30px;
	border-bottom:1px solid #DDD;
	text-transform:uppercase;
	letter-spacing:1px;
}
#container #sidebar #menu ul li.last{
	border-bottom:none;
}
#container #sidebar #menu ul li a{
	color:#585858;
	text-decoration:none;
}
#container #sidebar #menu ul li a:hover{
	color:#E20B16;
}
#home #container #sidebar #menu ul li a.home, #about #container #sidebar #menu ul li a.about, #location #container #sidebar #menu ul li a.location, #downloads #container #sidebar #menu ul li a.downloads, #contact #container #sidebar #menu ul li a.contact{
	color:#E20B16;
}
#container #sidebar p{
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}
#container #sidebar #menu{
	margin-top:28px;
}
#container #sidebar #fairhurstLogo{
	margin-top:25px;
}
#container #mainArea{
	width:600px;
	margin-left:20px;
	float:left;
}
#container #mainArea #mainHeader{
	background-color:#E20B16;
	color:#FFF;
	text-align:center;
	padding:5px 0;
}

#container #mainArea #mainHeader h2{
	font-size:11px;
	font-weight:lighter;
	letter-spacing:4px;
	margin:0 0 5px 0;
}
#container #mainArea #mainHeader h1{
	font-family:"Times New Roman", Times, serif;
	font-size:25px;
	font-weight:lighter;
}
#home #container #mainArea #mainImage{
	width:600px;
	height:420px;
	background-attachment: scroll;
	background-color: #585858;
	background-image: url(../images/main-image-home.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top:10px;
	margin-bottom:20px;
	position:relative;
}
#about #container #mainArea #mainImage{
	width:600px;
	height:420px;
	background-attachment: scroll;
	background-color: #585858;
	background-image: url(../images/main-image-about.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top:10px;
	margin-bottom:10px;
	position:relative;
}
#downloads #container #mainArea #mainImage{
	width:600px;
	height:420px;
	background-attachment: scroll;
	background-color: #585858;
	background-image: url(../images/main-image-downloads.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top:10px;
	margin-bottom:20px;
	position:relative;
}
#contact #container #mainArea #mainImage{
	width:600px;
	height:420px;
	background-attachment: scroll;
	background-color: #585858;
	background-image: url(../images/main-image-contact.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-top:10px;
	margin-bottom:20px;
	position:relative;
}
#map{
	color:#000000;
	font-size:12px;
}
#map a{
	color:#E20B16;
}
.main-img-text
{
   filter:alpha(opacity=80); 
   -moz-opacity: 0.8; 
   opacity: 0.8; 
   background-color:#222;
   position:absolute;
   bottom: 0;
   width:560px;
   padding:10px 20px;
}
#container #mainArea #mainImage h2{
	font-size:32px;
	color:#E20B16;
	font-weight:lighter;
	margin:0 0 7px 0;
}
#container #mainArea #mainImage ul{
	font-size:15px;
	color:#FFF;
}
#container #mainArea #mainImage li{
	margin:0 0 3px 15px;
}
#container #fairhurstLogo p{
	font-size:18px;
	color:#E20B16;
	margin:40px 0 5px 0;
}
#container #textArea p{
	line-height:1.5;
	margin-bottom:15px;
}
#container #textArea a{
	color:#E20B16;
	text-decoration:none;
}
#container #textArea a:hover{
	text-decoration:underline;
}
#container #textArea h2{
	font-size:24px;
	line-height:1.6;
	color:#E20B16;
	font-weight:lighter;
	text-transform:uppercase;
}
#container #textArea h3{
	font-size:18px;
	line-height:1.6;
	color:#E20B16;
	font-weight:bold;
	text-transform:uppercase;
}
#container #textArea ul{
	padding-left:2em;
}
#container #textArea li{
	color:#E20B16;
	margin-bottom:7px;
}
#contactArea  {
	background-color:#E20B16;
	float:left;
	padding:10px;
	width:390px;
	color:#FFF;
}
#container #mainLowerArea #contactArea p{
	font-size:29px;
	font-weight:lighter;
	text-transform:uppercase;
	margin-bottom:5px;
}
#container #mainLowerArea #contactArea .contact-small-txt {
	font-size:14px;
	text-transform:none;
}
#container #mainLowerArea #contactArea input{
	border:none;
	padding:5px;
	font-size:11px;
	color:#807e83;
	width:178px;
}
#container #mainLowerArea #contactArea #name, #email{
	margin-right:5px;
	margin-bottom:5px;
}
#container #mainLowerArea #contactArea #telephone{
	margin-bottom:5px;
}
#container #mainLowerArea #contactArea textarea{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	border:none;
	padding:5px;
	font-size:11px;
	color:#807e83;
	width:375px;
	margin-bottom:5px;
}
#container #mainLowerArea #contactArea #Send{
	background-attachment:scroll;
	background-image:url("../images/send-button.jpg");
	background-position:0 0;
	background-repeat:no-repeat;
	border:medium none;
	cursor:pointer;
	height:24px;
	width:79px;
}
#container #mainLowerArea #lowerImage{
	width:410px;
	float:left;
}
#container #mainLowerArea #lowerImage img{
	float:right;
	border: 1px solid #DDD;
}
#container #footer p{
	font-size:10px;
	text-align:center;
	padding:10px 0;
	color:#807E83;
}
#container #footer a{
	color:#807E83;
	text-decoration:none;
}
#container #footer a:hover{
	text-decoration:underline;
}

table td {
	border-width: 2px;
	padding: 2px;
	border-style: solid;
	border-color: gray;
}
