@charset "utf-8";

/* Created and Maintained by Whats on Group. www.whatsongroup.co.uk */

body  {
	background: #ccc4c4;
	margin: 0; /*   */
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.main #container { 
	width: 783px;
	background-image: url(images/body-bg.jpg);
	background-repeat: repeat-y;
	margin: 0 auto;
	text-align: left;
} 
.main #header {
	background-image: url(images/header-bg.jpg);
	height: 185px;
} 
.main #addressbar {
	background-image: url(images/address-bar.jpg);
	height: 37px;	
}
.main #hozmenubar {
	background-image: url(images/hozmenu-bar.jpg);
	height: 35px;	
}
.main #titlebar {
	background-image: url(images/titlebar-bg.jpg);
	height: 62px;	
}
.main #titlewrap {
	line-height: 52px;
	font-weight: bold;	
}
.main #sidebar1 {
	float: right;
	width: 250px;

}
.main #mainContent {
	margin: 0 250px 0 0;
} 
.main #copywrap {
	padding-right: 20px;
	padding-left: 40px;	
}
.main #footer {
	background-image: url(images/footer-bg.jpg);
	height: 67px;
}
.main #wogroup {
	font-size: 10px;
	padding-top: 10px;	
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a {
	color: #000;
	text-decoration: underline;
}
/* start horizonal nav*/
#topnavcontainer {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 188px;
}
#topnavlist {
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 10px;
}
#topnavlist ul, #topnavlist li {
   margin: 0;
   padding: 0;
   display: inline;
   list-style-type: none;
}
#topnavlist a:link, #topnavlist a:visited {
	float: left;
	line-height: 28px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	letter-spacing: 2px;
	font-size: 12px;
}
#topnavlist a:link#current, #topnavlist a:visited#current, #topnavlist a:hover {
   padding-bottom: 2px;
   background: transparent;
   color: #fff;
}
#topnavlist a:hover {
	text-decoration: none;
/* end horizonal nav*/

}
#navlist {
  padding-left: 0;
  margin-left: 0;
  width: 200px;
}
#navlist li {
	list-style: none;
	margin: 0;
	padding: 0.5em;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #000;
	font-size: 14px;
	text-align: right;
}
#navlist li a {
	text-decoration: none;
	font-weight: bold;
	color:#000;
}
#navlist  a:link, .navlist2 a:visited {
  font-weight: bold;
  color: #000;
}
#navlist a:hover {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}
.map {
	padding-top: 5px;
	padding-bottom: 5px;	
}