* { padding: 0; margin: 0; }

img {border:0;}

a:link {text-decoration: none; color: #888888; outline: none;}
a:visited {text-decoration: none; color: #888888;}
a:active {text-decoration: none; outline: none; }
a:hover {text-decoration: underline; cursor: pointer; cursor: hand; outline: none;}
h3 {margin-bottom:15px;}
h3 a {color:#006;}
#accordion a:link {
	color:#006;
}
body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 margin-bottom: 10px;
 background-color: #666666;
}
#wrapper { 
 margin: 0 auto;
 width: 1024px;
 background: #FFFFFF url(../images/bg_page_grey.gif);
}
#Banner {
     width: 1024px;
     height: 411px;
}
#header {
     width: 1024px;
     height: 411px;
}
#container {
     overflow: auto;
     width: 100%;
     margin-bottom: 15px;
}
#spacer {
     width: 100%;
     height: 5px;
     background-color: #FFFFFF;
}
#navbar {
     display: inline;
     font: bold 11.45px arial;
     color: #888888;
     text-align: right;
     width: 223px;
     float: left;
}
.navtext {
	padding-right: 35px;
	/*letter-spacing: 0.7px;*/
	line-height: 200%;
}
#middle {
     float: left;
     color: #333;
     margin: 0px 0px;
     padding: 0px;
     width: 218px;
     display: inline;
     position: relative;
     text-align: right;
}
#right {
	display: inline;
	position: relative;
	color: #666666;
	font: 13.3px arial;
	line-height: 25.6px;
	margin: 0px 0px;
	padding-left: 90px;
	padding-right: 50px;
	padding-top: 42px;
	padding-bottom: 20px;
	width: 433px;
	float: right;
}
table.formtable td {
	padding:2px 5px 1px 0;
}
.row {
	clear:left;
	margin:4px 0 0 0;
}
.formular label {
	width:170px;
	display:block;
	float:left;
	text-align:right;
	padding-right:5px;
}
.formular input {
	width:250px;
	height:20px;
}
.formular select {
	height:24px;
}
.formular textarea {
	width:250px;
}
.formular input.postcode {
	width:100px;
}
.formular input.submit {
	width:80px;
	height:24px;
}
#foot {
	width:750px;
	float:right;
	color:#888888;
	text-transform:uppercase;
	font-size:10px;
	margin:0;
	padding:15px 25px 0 25px;
    border-top:1px solid #ffffff;
}
#footer {
	width: 1024px;
	height: 3px;
	background-color: #ffffff;
	margin: 0px 0px;
	clear: both;
 }
#dev {
	width:1024px;
	margin:10px auto;
	color:#888888;
	text-align:right;
}
 
.clear { clear: both; background: none; }
.greytext {font-size:11px; color:#888888; line-height:16px;}
.greytext2 {color:#888888;}

.alignr {text-align:right;}
