﻿/*global*/
html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form{
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
}
html,body {
	height: 100%;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #e1e0e0;
	background: #160500;
}

/*text*/
p {line-height: 1.2em;}

.hr {margin: 10px;}

.hr-top {margin-top: 10px;}

.hr-bot {margin-bottom: 10px;}

h1 {line-height: 1em; font-size: 1.4em; font-weight: normal; padding-bottom: 12px;}

h2 {line-height: 1em; font-size: 1.1em; font-weight: normal; padding: 0 40px 8px 40px; color: #bd6029;}

h3 {line-height: 1.4em; font-size: 1.2em;}

h4 {line-height: 1em; font-size: 1.1em; font-weight: normal; padding: 0 40px 8px 40px; color: #bd6029;}

li {line-height: 1.2em;}

.centre {text-align: center;}

.marg-l {margin-left: 110px;}

.color {color: #bd6029;}

a {color: #bd6029;}

a,
a:visited {text-decoration: none;}

a:hover,
a:active {text-decoration: underline;}

address {font-style: normal;line-height: 1.2em;}

/*images*/

/*box classes*/
.clearer {
	clear: both;
	height: 0px;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
}

.fleft {float: left;}

.fright {float: right;text-align: right;}

.details {display: none;}

/*boxes*/
#header {
	min-width: 980px;
	max-width: 1100px;
	height: 290px;
	margin: 0 auto;
	background: url(images/header-bg.jpg) top center no-repeat;
}
#banner {
	height: 106px;
	width: 520px;
	margin: 118px auto 0 auto;
	z-index: 3;
}
#mask {
	position: absolute;
	top: 0;
	left: 0;
	margin: 151px 0 0 -53px;
	height: 106px;
	width: 530px;
	z-index: 5;
	background: url(images/mask.png);
}
#headerlink {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 60px;
	height: 87px;
	width: 423px;
}
#domainlink {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 257px;
	height: 35px;
	width: 423px;
}

#nav {
	position: relative;
	height: 33px;
	width: 423px;
	margin: 0 auto;
	
}
#nav ul li {
	list-style: none;
	display: block;
	float: left;
	width: 100px;
}
#nav ul li#homelink {
	width: 109px;
}
#nav ul li#aboutlink {
	width: 86px;
}
#nav ul li#serviceslink {
	width: 105px;
}
#nav ul li#contactlink {
	width: 123px;
}
#nav ul li a {
	display: block;
	text-align: center;
	line-height: 33px;
	font-size: 1.3em;
	color: #1d1f1f;
}
#nav ul li a:hover {
	text-decoration: none;
	color: #f7f6f9;
}
#nav ul li#homelink a {
	padding-left: 26px;
	background: url(images/nav/home.gif);
}
#nav ul li#homelink a:hover {
	background: url(images/nav/home.gif) 0 33px;
}
#nav ul li#aboutlink a {
	background: url(images/nav/about.gif);
}
#nav ul li#aboutlink a:hover {
	background: url(images/nav/about.gif) 0 33px;
}
#nav ul li#serviceslink a {
	background: url(images/nav/services.gif);
}
#nav ul li#serviceslink a:hover {
	background: url(images/nav/services.gif) 0 33px;
}
#nav ul li#contactlink a {
	padding-right: 26px;
	background: url(images/nav/contact.gif);
}
#nav ul li#contactlink a:hover {
	background: url(images/nav/contact.gif) 0 33px;
}

.tag {display: block; position: absolute; right: 0; top: 0;}

#contact-tag {
	margin: 45px -133px 0 0;
	height: 65px;
	width: 50px;
}
#contact-tag2 {
	margin: 35px -183px 0 0;
	height: 55px;
	width: 50px;
}
#bookmark-tag {
	margin: 110px -150px 0 0;
	height: 27px;
	width: 50px;
}
#bookmark-tag2 {
	margin: 90px -200px 0 0;
	height: 27px;
	width: 50px;
}
#bookmark-tag3 {
	margin: 100px -163px 0 0;
	height: 25px;
	width: 25px;
}

#main {
	min-width: 980px;
	max-width: 1100px;
	min-height: 100%;
	margin: 0 auto -98px auto;
	background: url(images/rep-bg.jpg) top center repeat-y
}

#content-rep {
	width: 547px;
	margin: 0 auto;
	background: url(images/content-rep.gif) top center repeat-y;
}
#content-top {
	background: url(images/content-top.gif) top center no-repeat;
}
#content-bot {
	background: url(images/content-bot.gif) bottom center no-repeat;
	padding: 20px 0;
}

#content-bot p.text {
	padding: 0 30px;
}

#content-bot ul {
	margin: 20px 60px;
}
#content-bot ul li {
	list-style: none;
	padding: 0 0 8px 15px;
	background: url(images/bullet.gif) top left no-repeat;
	line-height: 15px;
}
#content-bot ul li a {
	color: #e1e0e0;
}
#content-bot ul li a:hover {
	color: #bd6029;
	text-decoration: none;
}

#logos {
	height: 179px;
	width: 379px;
	background: url(images/logos.gif);
	position: relative;
	margin: 30px auto;
}
.logo {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}
.logo span {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	height: 116px;
	width: 117px;
	z-index: 2;
}
#arada {
	height: 62px;
	width: 50px;
}
#arada span {
	margin: -27px 0 0 -35px;
	background: url(images/logos/arada.png);
}
a#arada:hover span {
	display: block;
}
#villager {
	height: 36px;
	width: 86px;
	margin: 12px 0 0 70px;
}
#villager span {
	margin: -38px 0 0 -13px;
	background: url(images/logos/villager.png);
}
#villager:hover span {
	display: block;
}
#aarrow {
	height: 40px;
	width: 82px;
	margin: 12px 0 0 176px;
}
#aarrow span {
	margin: -37px 0 0 -17px;
	background: url(images/logos/aarrow.png);
}
#aarrow:hover span {
	display: block;
}
#romotop {
	height: 31px;
	width: 97px;
	margin: 80px 0 0 0;
}
#romotop span {
	margin: -45px 0 0 -9px;
	background: url(images/logos/romotop.png);
}
#romotop:hover span {
	display: block;
}
#fondis {
	height: 28px;
	width: 88px;
	margin: 82px 0 0 116px;
}
#fondis span {
	margin: -44px 0 0 -14px;
	background: url(images/logos/fondis.png);
}
#fondis:hover span {
	display: block;
}
#westfire {
	height: 40px;
	width: 45px;
	margin: 78px 0 0 230px;
}
#westfire span {
	margin: -40px 0 0 -36px;
	background: url(images/logos/westfire.png);
}
#westfire:hover span {
	display: block;
}
#saey {
	height: 32px;
	width: 73px;
	margin: 80px 0 0 305px;
}
#saey span {
	margin: -42px 0 0 -22px;
	background: url(images/logos/saey.png);
}
#saey:hover span {
	display: block;
}
#stovax {
	height: 22px;
	width: 90px;
	margin: 141px 0 0 1px;
}
#stovax span {
	margin: -48px 0 0 -14px;
	background: url(images/logos/stovax.png);
}
#stovax:hover span {
	display: block;
}
#yeoman {
	height: 50px;
	width: 90px;
	margin: 130px 0 0 112px;
}
#yeoman span {
	margin: -36px 0 0 -12px;
	background: url(images/logos/yeoman.png);
}
#yeoman:hover span {
	display: block;
}
#dovre {
	height: 34px;
	width: 90px;
	margin: 135px 0 0 225px;
}
#dovre span {
	margin: -41px 0 0 -14px;
	background: url(images/logos/dovre.png);
}
#dovre:hover span {
	display: block;
}

#nav2 {
	padding: 17px 23px 22px 23px;
}
#nav2 img {
	float: left;
}
#nav2 img.marg-r {
	margin-right: 43px;
}

#spacer {
	height: 98px;
}

#footer-wrap {
	min-width: 980px;
	max-width: 1100px;
	margin: 0 auto;
}

#footer {
	width: 592px;
	height: 98px;
	line-height: 1.5em;
	margin: 0 auto;
	background: url(images/footer-rep.gif) top center repeat-y;
	text-align: center;
}
#footer a {
	color: #7a7a7b;
}
#footer p {
	padding-top: 10px;
	color: #7a7a7b;
}

/* Form Styling */
#form_div {
	padding-left: 40px;
	float: left;
}
#form_div p.label {
	padding: 5px 0 0 0;
}
#form_div p, #form_div h2 {
	width: 220px;
	padding-left: 0;
	padding-right: 0;
}

#map {
	float: right;
	padding-right: 40px;
}

#details {
	padding: 0 40px;
}
#details p, #details address {
	line-height: 1.3em;
}
#contact-address {
	display: block;
	float: left;
}
#registered-address {
	display: block;
	float: right;
	text-align: right;
}

.submit {
    background: url(images/send-email.jpg);
    margin: 8px 0 0 41px;
    height: 28px;
    width: 138px;
    border: none;
	display: block;
}
.submit:hover {
    background-position: 0 28px;
	cursor: pointer;
}       
.input {
    color: #e1e0e0;
	width: 220px;
	font-size: 13px;
    border: 1px solid #1a1c1c;
    background: #2b2d2e;
    padding: 3px;
}
.input:focus {
    color: #333333;
    background-image: none;
    background-color: #b0b0b0;
}
.textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
    color: #e1e0e0;
	width: 220px;
	height: 75px;
	font-size: 13px;
    border: 1px solid #1a1c1c;
    background: #2b2d2e;
    padding: 3px;
}
.textarea:focus {
    color: #333333;
    background-image: none;
    background-color: #b0b0b0;
}
#towns {display:none;}