/** BASIC */

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(/images/homepage01.jpg) repeat left top;
}

/** FORMS */

form {
	margin: 0px;
	padding: 0px;
}

/** HEADINGS */

h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	font-weight: normal;
	color: #6c5d55;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	color: #788c06 ;
}

/** TEXTS */

body, th, td, input, textarea, select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #575757;
}

p, blockquote, ul, ol, dl {
	margin-top: 0px;
	margin-bottom: 1em;
	text-align: justify;
	line-height: 16px;
}

.text1 {
	margin-bottom: 18px;
	font-size: 14px;
	color: #6c5d55;
}

.text2 {
	font-size: 21px;
	color: #6c5d55;
}

.text3 {
	text-align: center;
	color: #9FA0A0;
}

.text4 {
	font-size: 14px;
	color: #FFFFFF;
}

.text5 {
	font-size: 21px;
	font-weight: normal;
	color: #dfe245;
}

/** LISTS */

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.list1 li {
	padding: 5px 0px;
	background: url(/images/subpage1_02.gif) repeat-x left top;
}

.list1 .first {
	background: none;
}

.list1 h4 {
	font-size: 11px;
}

.list1 p {
	margin: 0px;
	color: #BECACF;
}

.list1 a {
	padding-left: 15px;
	background: url(/images/subpage1_01.gif) no-repeat left center;
	text-decoration: none;
	color: #FFFFFF;
}

.list1 a:hover {
	text-decoration: underline;
}

/** LINKS */

a {
	color: #788c06;
}

a:hover {
	text-decoration: none;
}

.link1 {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

.link2 {
	text-decoration: none;
	color: #FFFFFF;
}

.link2:hover {
	text-decoration: underline;
}

/** STYLES */

.style1 {
	padding-left: 16px;
	background: url(/images/subpage1_01.gif) no-repeat 0px 5px;
}

.style1 a {
	font-size: 14px;
}

.style1 a:hover {
}

/** BACKGROUNDS */

.bg1 { background: url(/images/homepage02.jpg) repeat-x left top; }
.bg2 { background: url(/images/homepage03.jpg) repeat-x left top; }
.bg3 { background: url(/images/homepage07.jpg) no-repeat left top; }
.bg4 { background: url(/images/homepage08.gif) repeat-x left bottom; }
.bg5 { background: #FFFFFF; border: 3px solid #FFFFFF; }
.bg6 { background: url(/images/homepage14.gif) repeat-x left top; }
.bg7 { background: url(/images/homepage16.gif) repeat-x left top; }

/** MISC */

.align-justify { text-align: justify; }
.align-right { text-align: right; }

img { border: none; }

.img1 {
	float: left;
	margin: 0px 15px 0px 0px;
}

.img2 {
	float: right;
	margin: 0px 0px 0px 15px;
}

hr { display: none; }

.hr1 {
	height: 1px;
	margin-top: 15px;
	padding-bottom: 15px;
	background: url(/images/homepage13.gif) repeat-x left top;
}


#name, #e-mail, #subject, #message, #name2,#e-mail2, #phone, #postcode{
	width: 200px;
	background:#EEEEEE;
}

.contactDetails{
	font-size:14px;
	font-weight: bold;
	color: #ffffff;
	padding-top: 10px;
	float: right;
}



#navbar{
float:right;
height:1em;
margin:60px 20px 0 0;
padding:0;
	
}

#navbar li{
	float: left; 
	list-style-type: none;
}
#navbar li a{
	display: block; 
}
#navbar li a:hover{
	text-decoration:underline;
}
#navbar li ul {
	display: none; 
	width: 120px;
	font-size:12px;
	border:solid 1px #575757;
	background: #ffffff;	
}
#navbar li ul li{
	width:120px;
}
#navbar li ul li a {
	color:#1D5065;
	height:15px;
	padding-top:0px;
	margin-top:0px;
	margin-bottom:0px;
	border-bottom:solid 1px;
	padding-bottom:5px;
	background:none;
}
#navbar li ul li a:hover{
	text-decoration:underline;		
}
#navbar li ul .last{
	background:none;	
}
#navbar li:hover ul {
	display: block; 
	position: absolute;
	padding:0px;
	margin:0px;
}
#navbar li.hover ul {
	display: block; 
	position: absolute;
	padding: 0px;
	margin: 0px;
}
#navbar li:hover li {
	float: none;
}

.contactInfo {
	float:right;
	font-size:15px;
	margin-right:10px;
	margin-top:-43px;
	text-align:right;
}

#navbar li a.sel
{
	color: #e2e469;
	font-weight:bold;
}