@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #fff;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 100%;
	background-color: #000;
	background-image: url(images/body-bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
.main #container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	border: 2px solid #000;
	background-image: url(images/content-bg.png);
	background-repeat: repeat-y;
}
.main #header {
	background-image: url(images/header.png);
	height: 147px;
}
.main #headertext {
	font-size: 18px;
	font-weight: bold;
	float: right;
	padding-right: 30px;
	text-align: right;
	height: 60px;
	width: 400px;
	padding-top: 40px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 25px;
}
.main #topnavcontainer {
	float: right;
	clear: right;
	padding-right: 20px;
}
#topnavlist {
	margin: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#topnavlist ul, #topnavlist li {
   margin: 0;
   padding: 0;
   display: inline;
   list-style-type: none;
}
#topnavlist a:link, #topnavlist a:visited {
	float: left;
	line-height: 20px;
	text-decoration: none;
	color: #d42083;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	letter-spacing: 2px;
	font-size: 17px;
	font-weight: bold;
}
#topnavlist a:link#current, #topnavlist a:visited#current, #topnavlist a:hover {
   padding-bottom: 2px;
   background: transparent;
   color: #fff;
}
#topnavlist a:hover {
	text-decoration: none;
}
.main #slideshowholder {
	background-image: url(images/offer-slide.jpg);
	height: 368px;
}
.main #mainContent {
	padding: 0 20px;
}
.main #pagecontent {
	padding-right: 30px;
	padding-left: 30px;
}
.main #titlebg {
	background-image: url(images/title-bg.png);
	height: 101px;
}
.main #titletext {
	font-size: 18px;
	font-weight: bold;
	padding-left: 50px;
	line-height: 120px;
}
.main #footer {
	background-image: url(images/footer-bg.png);
	height:103px;

}
.main #footertext {
	color: #595858;
	font-size: 12px;
	text-align: center;
	padding-top: 50px;
}
.footerlink {
	color: #595858;
	font-weight: bold;
	text-decoration: none; 
}


h1 {
	font-size: 18px;
	font-weight: bold;
}form {
	margin: 0px;
	padding: 0px;
}
label,input {
	display: block;
	width: 150px;
	float: left;
	margin-bottom: 10px;
}
label,textarea {
	display: block;
	width: 230px;
	float: left;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
label {
	text-align: left;
	width: 200px;
	padding-left: 1px;
}
label.hidden {
	position: absolute;
	left: -1600px;
}
.button {
	cursor: pointer;
	color: #fff;
	background-color: #CC0066;
	height: 30px;
	width: 100px;
}
.formfieldcolour {
	color: #CC0099;
	background-color: #000;
	border: 2px solid #fff;
}
.googlemap {
	float: right;
	width: 400px;
	border: 4px solid #fff;
	background-color: #fff;
	text-align: center;
}a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}
.main #ifram {
	height: 900px;
	width: 700px;	
}
