body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	text-align: center;
	color: #4F443E;
	background: #619D69 url(images/canvas.gif) repeat-y center top;
	margin:0;
	padding:0;
}
div {
	margin:0;
	padding:0;
}
#wrapper {
	position:relative;
	width: 740px;
	_height: 1040px;
	min-height: 1040px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: url(images/bg/bg.gif) no-repeat right bottom;

}
#header {
	width: 510px;
	margin: 0 0 0 225px;
	padding: 30px 0 10px 0;
	text-align: center;
	z-index: 1;
}
#content {
	width: 510px;
	margin: 0 0 0 225px;
	padding: 0 0 20px 0;
	text-align: center;
	z-index: 1;
}
#columns {
	width: 500px;
	background:url(images/bg/content.gif) repeat-y center top;
	text-align: left;
	margin: 0 5px 0 5px;
	padding-top:20px;
	z-index: 2;

}
.columnOne {
	width: 200px;
	padding: 0 0 0 25px;
	text-align: left;
	float: left;
	display:inline;
	z-index: 2;
}
.columnTwo {
	width: 200px;
	margin: 0 0 0 250px;
	padding: 0 0 0 25px;
	text-align: left;
	z-index: 2;
}
#footer {
	position: absolute;
	bottom:0;
	width: 510px;
	margin:  0 0 0 225px;
	text-align: center;
	background: #DDD6E4;
	z-index: 0;
}

#logo {
	position: absolute;
	top: 50px;
	left: 0px;
	width: 220px;
	margin: 0 ;
	z-index: 0;

}
#printlogo{
	display:none;
	visible:hidden;
}
.special {
	padding:0 20%;
}

h1{ margin: 0 0 .5em 0;  } 
h2, h3, h4, h5, h6{ margin: 1.2em 0 .3em 0;  } 
p, ul, ol, dl { margin: 0 0 1em 0;  } 
ul, ol, dl, li {
	list-style: none outside;
	padding:0 1px;
}

a {
	color: #993366;
	text-decoration: none;
}
a:hover {
	color: #993366;
}
a img{
	border :0px;
}
p a:hover {
	border-bottom : 1px dashed #DDD6E4;
}
p, li {
	font-size: 1.1em;
	line-height: 1.3em;
}
h1 {
	font-family: "times new roman", garamond, georgia, serif;
	font-size: 2em;
	color:#7E64AA;
	font-variant: small-caps;
	text-transform: capitalise;
}
h2 {
	font-family: "times new roman", garamond, georgia, serif;
	font-size: 1.8em;
	color: #619D69;
	font-variant: small-caps;
	text-transform: capitalise;
}
h3 {
	font-family: "times new roman", garamond, georgia, serif;
	font-size: 1.8em;
	color: #7E64AA;
}
h4 {
	font-size: 1.3em;
	color: #977EAD;
	color:#80B579;
}
h5 {
	font-size: 1.3em;
	color: #7E64AA;
}
h6 {font-family: "times new roman", garamond, georgia, serif;
	font-style: italic;
	font-size: 1.8em;
	margin-top: 0;
	margin: 1.2em 0 .6em 0;
}
li {
	padding: 0;
	margin: 0 0 0 15px;
	text-align: left;
	list-style: url(images/dot.gif) outside;
}
li.first {
	color: #977EAD;
	font-weight: bold;
	margin-left:0;
	list-style: url(none) outside;
}
dl {
	margin-bottom: 15px;
}
dt {
	color: #977EAD;
	font-weight: bold;
}
dd {
	margin-left: 50px;
}

#footer p {
	margin: 0 ;
}
#logo img{
	display: block;
	clear: both;

}
.nav {
	width: 100%;
	background-color: #DDD6E4;
	margin-top:1em;
	padding: 2px 0;
	font-variant: normal;
	text-transform: uppercase;
	
}
.nav ul, .nav li{
	display: inline;
	text-align: center;
	list-style: none outside;
	padding: 0;
	margin: 0;
}
.nav li{
	padding: 4px 0;
	line-height:1.4em;
}
.nav li a{
	padding: 0 4px;
	border-bottom : 1px dashed #DDD6E4;
	border-top : 1px dashed #DDD6E4;
}
.nav li a:hover{
	border-bottom : 1px dashed #993366;
	border-top : 1px dashed #993366;
}


.highlight {
	font-weight: bold;
	color: #977EAD;
}
.purple-bg {
	background-color: #DDD6E4;
}
.address {
	font-size: 1.1em;
	margin-top: 0px;
}
.bigheading{
	font-family: "times new roman", garamond, georgia, serif;
	font-size: 2em;
	text-transform: uppercase;
}
.RAC{display:none;}
.index .RAC{display:inline;}
#columns h2{ margin-top:0;  } 



.item {
	border-top: 1px dashed #C1BCDB;
	margin: 20px 5% 0;
}
.form {
	text-align: left;
	padding: 0 40px;
}
table {
	font-size :1em;
	margin:0 0 2em 0;
	width:100%;
}
td {
	padding: 6px 0;
	border-bottom : 1px dashed #DDD6E4;

}
.form label{
	display:block;
	float:left;
	width:90px;
}
.form input{
	float:left;
}
.form span{
	float:left;
}
.form label.postcode{
	margin-left:40px;
	width:70px;
}
.form label.email, .form label.phone, .form label.date{
	width:90px;
}
.form label.radio{
	display:inline;
	float:left;
	width:40px;
}
.form input.radio{
	display:inline;
	float:left;
}
.form .submit{
	margin-left:90px;
}
.pic a {
	border: 0;
}
.pic a:hover {
	border: 0;
}


/* float clearing code/hack */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

