/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #D7D7D7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}	
	
#header {
	width: 100%;
	height: 100px;
	background-color: #FFF562;
	background: url(images/header_slice.gif) repeat-x;
	}
	
#header #right {
	width:300px;
	height:100px;
	float:right;
	background:url(images/header_right.gif);
	}	
	
#navigation {
	width: 100%;
	height: 57px;
	background-image: url(images/nav_bg.jpg);
	background-repeat: repeat-x;
	}
	
#navigation a {
	text-decoration: none;
	}
	
#navigation ul {
	padding: 0;
	margin: 0;
	}
	
#navigation li {
	float: left;
	margin: 0 0;
	}
	
#navigation li a {
	float: left;
	display: block;
}

#homeLink {
	width: 82px;
	height: 57px;
	background-image: url(images/btn_home.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	}
	
#aboutLink {
	width: 116px;
	height: 57px;
	background-image: url(images/btn_about.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	}
	
#locationsLink {
	width: 131px;
	height: 57px;
	background-image: url(images/btn_locations.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	}
	
#informationLink {
	width: 158px;
	height: 57px;
	background-image: url(images/btn_information.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	}
	
#linksLink {
	width: 77px;
	height: 57px;
	background-image: url(images/btn_links.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	}
	
#main {
	}
	
#main #left {
	width: 110px;
	background-image: url(images/left_bg.gif);
	background-repeat: repeat-y;
	}
	
#main ul {
	padding-right: 10px;
	}
	
#main li {
	display: block;
	font-size: small;
	padding-top: 5px;
	padding-bottom: 5px;
	}
	
#main #left #titleLeft {
	width: 110px;
	height: 36px;
	background-image: url(images/title_left.gif);
	background-repeat: no-repeat;
	}
	
#main #left #pic1 {
	width: 100px;
	height: 100px;
	margin: 5px;
	position: relative;
	background-image: url(images/main_left_pic1.jpg);
	background-repeat: no-repeat;
	}
	
#main #left #pic2 {
	width: 100px;
	height: 100px;
	margin: 5px;
	position: relative;
	background-image: url(images/main_left_pic2.jpg);
	background-repeat: no-repeat;
	}
	
#main #left #pic3 {
	width: 100px;
	height: 100px;
	margin: 5px;
	position: relative;
	background-image: url(images/main_left_pic3.jpg);
	background-repeat: no-repeat;
	}	
	
#main #middle {
	margin-left: 110px;
	padding-bottom: 20px;
	color: #FEFEFE;
	background-color: #343399;
	background-image: url(images/main_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	}
	
#main h1 {
	margin-left: 10px;
	margin-right: 10px;
	font-size: large;
	}
	
#main h2 {
	margin-top: 25px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: medium;
	}	
	
#main p {
	font-size: small;
	margin-left: 10px;
	margin-right: 10px;
	}
	
#main a {
	color: #FFFFFF;
	}		
	
#main #homeTitle {
	display: block;
	width: 250px;
	height: 36px;
	background-image: url(images/title_home.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	}
	
#main #aboutTitle {
	display: block;
	width: 250px;
	height: 36px;
	background-image: url(images/title_about_us.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	}

#main #locationsTitle {
	display: block;
	width: 250px;
	height: 36px;
	background-image: url(images/title_locations.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	}	

#main #informationTitle {
	display: block;
	width: 250px;
	height: 36px;
	background-image: url(images/title_info.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	}
	
#main #linksTitle {
	display: block;
	width: 250px;
	height: 36px;
	background-image: url(images/title_links.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	}	
	
#main #right {
	width: 202px;
	background-color: #FFFFFF;
	background-image: url(images/right_bg.jpg);
	background-position: left;
	background-repeat: repeat-y;
	}
	
#main #right a {
	text-decoration: none;
	}
	
#main #right #location1 {
	display: block;
	width: 192px;
	height: 80px;
	margin: 10px;
	background-image: url(images/right_fforestfach.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	}
	
#main #right #location2 {
	display: block;
	width: 192px;
	height: 80px;
	margin: 10px;
	background-image: url(images/right_richardson_rd.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	}
	
#main #right #location3 {
	display: block;
	width: 192px;
	height: 80px;
	margin: 10px;
	background-image: url(images/right_northampton_ln.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	}
	
#main #right #location4 {
	display: block;
	width: 192px;
	height: 80px;
	margin: 10px;
	background-image: url(images/right_haverfordwest.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	}		
	
#footer {
	width: 100%;
	height: 28px;
	background-image: url(images/footer_bg.jpg);
	background-repeat: repeat-x;
	}
	
#footer #left {
	float: left;
	}
	
#footer #left ul,li {
	display: inline;
	}

#footer #left ul {
	padding: 0;
	}
	
#footer #left a {
	color: #D7D7D7;
	font-size: small;
	text-decoration: none;
	margin: 0 5px;
	}
	
#footer #left a:hover {
	text-decoration: underline;
	}	
	
#footer #right {
	float: right;
	height: 28px;
	padding-top: 2px;
	}

#footer #right a {
	color: #D7D7D7;
	font-size: small;
	text-decoration: none;
	margin: 0 5px;
	}
	
#footer #right a:hover {
	text-decoration: underline;
	}
	
#companyRegistration {
	width: 100%;
	}
#companyRegistration p {
	margin: 0 0 0 5px;
	color: #333333;
	font-size: small;
	}

.map {
	}

.address {
	margin-top: 5px;
	margin-bottom: 5px;
	}
	
.hidden {
	display: none;
	}