body{
	margin:0px;
	padding:0px;
	background:url(../images/bg.jpg) repeat-x #282828;
	background-position:0px -70px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
	font-size:13px;
	color:#696969;
}

#container{
	width:960px;
	margin:0px auto;
	margin-top:-70px;
}

#main_image{
	width:601px;
	height:422px;
	float:left;
	background:url(../images/main_image_bg.jpg) no-repeat;
	padding:108px 0px 0px 69px;
	position:relative;
}

#main_image_images{
	float:left;
}

#subnavLinks{
	position:absolute;
	top:120px;
	right:0px;
	margin:0px;
	padding:0px;
	list-style-type:none;
	z-index:1001;
	width:160px;
	padding:10px;
	font-size:11px;
	display:none;
}

#subnavLinks li a{
	color:#ccc;
	text-decoration:none;
	padding:10px 0px;
	float:left;
	display:block;
	width:160px;
	border-bottom:1px dotted #ccc;
	font-weight:bold;
}

#subnavLinks li a:hover{
	color:#fff;
}

#subnavBg{
	position:absolute;
	right:3px;
	top:108px;
	width:0px;
	height:398px;
	background:#000;
	z-index:1000;
	filter:alpha(opacity=70);
	opacity:0.7
}


#right{
	width:290px;
	height:530px;
	float:left;
	background:url(../images/right.jpg) no-repeat;
	position:relative;
}

#logoHome{
	position:absolute;
	top:130px;
	left:32px;
	width:180px;
	height:185px;
	text-indent:-10000px;
	font-size:0px;
	text-decoration:none;
	overflow:hidden;
	
}

.contactDetails{
	position:absolute;
	top:325px;
	left:32px;
	width:180px;
	text-align:center;
	
}

#nav{
	position:absolute;
	bottom:4px;
	left:-8px;
	list-style-type:none;
}

#nav li{
	margin:0px;
	padding:0px;
}

#nav li a:focus{
	outline:none;
	-ie6-outline:none;
}

#nav li a{
	width:180px;
	height:29px;
	background:#000;
	display:block;
	margin-bottom:7px;
	font-size:0px;
	text-indent:-10000px;
	overflow:hidden;
	background:url(../images/navigation.jpg) no-repeat;
}

.home{
	background-position:0px 0px !important;
}
a.home:hover{
	background-position:-180px 0px !important;
}

.about-us{
	background-position:0px -36px !important;
}
a.about-us:hover{
	background-position:-180px -36px !important;
}

.what-we-do{
	background-position:0px -72px !important;
}
a.what-we-do:hover{
	background-position:-180px -72px !important;
}

.gallery{
	background-position:0px -108px !important;
}
a.gallery:hover{
	background-position:-180px -108px !important;
}

.contact-us{
	background-position:0px -144px !important;
}
a.contact-us:hover{
	background-position:-180px -144px !important;
}



#content{
	width:600px;
	padding:0px 0px 0px 70px;
	float:left;
	text-align:justify;
	line-height:24px;
}

#content h1, #content h2{
	margin:0px;
	padding:0px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", Arial;
	font-size:19px;
	color:#bbb;
	font-weight:normal;
}

#content h2{
	font-size:16px;
	margin-top:10px;
	color:#999;
}

#content a{
	color:#898989;
	text-decoration:none;
	font-weight:bold;
}

#content a:hover{
	color:#ccc;
}

.footer{
	color:#595959;
	padding-top:5px;
	border-top:1px dotted #393939;
	font-size:11px;
	margin-top:30px;
}

.footer a{
	color:#595959 !important;
	font-weight:normal !important;
}

.field1, .field5{
border:0px;
background:#212121;
padding:7px 7px 8px 7px;
width:332px;
display:block;
float:left;
margin-bottom:3px;
color:#7b7b7b;
font-family:Calibri, Arial, Helvetica, sans-serif;
font-size:12px;
}

.error{
background:#FFEBE8;
border:1px solid #DD3C10;
padding:4px 8px 4px 8px;
text-align:left;
color:#333;
margin-bottom:10px;
display:block;
margin-top:10px;
}

.success{
background:#FFFABF;
border:1px solid #FFB900;
padding:4px 8px 4px 8px;
text-align:left;
color:#333;
margin-bottom:10px;
display:block;
margin-top:10px;
}


#content form{
	margin-top:20px;
}

.clearer{
	clear:both;
}

.field5{
	height:200px;
	width:450px;
}

.btn{
	border:0px;
	background:#212121;
	padding:7px 7px 8px 7px;
	font-weight:bold;
	display:block;
	float:left;
	margin-bottom:3px;
	color:#7b7b7b;
	font-family:Calibri, Arial, Helvetica, sans-serif;
}
