@charset "utf-8";
 /* Stephen Ellice 2010 - for www.whatsongroup.co.uk */
body  {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #efefef;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url(images/bg.jpg);
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.main #container {
	width: 1057px;
	margin: 0 auto;
	text-align: left;
	background-image: url(images/contentbg.png);
	background-repeat: repeat-y;
} 
.main #header {
	background-image: url(images/header-bg.png);
	height: 463px;
} 
.main #slideshowwrap {
	padding-top: 28px;
	padding-left: 70px;

}

.main #navb {
	background-image: url(images/nav-bg.png);
	height: 68px;
}

.main #sidebar1 {
	float: right; 
	width: 250px;
}
.main #mainContent { 
	margin: 0 250px 0 0; 
	padding: 0 20px;
} 
.main #footer {
	background-image: url(images/footerbg.png);
	height: 126px;
	background-repeat: repeat;
} 
.main #footer1 {
	background-image: url(images/footer.png);
	height: 126px;
	width: 1057px;
}

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 {
	margin: 0px;
	padding: 0px;
	font-size: 22px;
	color: #780900;
}
h2 {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	color: #780900;
}

/* start horizonal nav*/
#topnavcontainer {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 1px;
}
#topnavlist {
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 75px;
}
#topnavlist ul, #topnavlist li {
   margin: 0;
   padding: 0;
   display: inline;
   list-style-type: none;
}
#topnavlist a:link, #topnavlist a:visited {
	float: left;
	line-height: 60px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 5px;
	font-size: 22px;
}
#topnavlist a:link,  #topnavlist a:visited, #topnavlist a:hover {
   padding-bottom: 0px;
   background: transparent;
   font-size: 18px;
}
#topnavlist  a:hover {
	text-decoration: underline;
	 color: #fff;
}
#topnavlist li.current a:link,  #topnavlist li.current a:visited {
     text-decoration: underline;
	 color: #fff;
/* end horizonal nav*/
}
a {
	color: #000000;
	text-decoration: underline;
}
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;
}
label {
	text-align: left;
	width: 200px;
	padding-left: 1px;
}
label.hidden {
	position: absolute;
	left: -1600px;
}
.button {
	cursor: pointer;
}
.main #galleryhigh {
	height: 900px;
}
