@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	line-height: 25px;
	background-color: #0a4ea1;
}

h1, h2, h3, h4, h5 { font-weight: normal; }

#page {
	width: 770px;
	margin: 0 auto;
	border: 1px solid #75aff7;
}

#masthead, #footer {
	border: 1px solid #fff;
	margin: 10px;
}

#masthead { height: 138px; }

#masthead h1 {
	width: 219px;
	height: 138px;
	text-indent: -10000px;
	overflow: hidden;
	background: url(../images/logo.png) top left no-repeat;
}

#masthead h1, #masthead h2 {
	float: left;
	font-size: 15px;
}

#masthead h2 { margin: 60px 0 0 20px; width: 180px; }


#masthead .topImage img {
	width: 100px;
	height: 90px;

	float: right;
	margin: 10px 5px 0 0;

	border: 1px solid #fff;
}

#masthead h3 {
	position: relative;
	top: -50px;
	clear: both;
	margin: 0 0 0 10px;
}

#menu {
	position: relative;
	top: -30px;
	clear: both;
	width: 750px;
	height: 31px;
	margin: 0 0 0 20px;
	background: url(/images/menuBG.gif) bottom left no-repeat;
}

#menu a, #footer a {
	width: 80px;
	height: 27px;
	display: block;

	float: left;
	margin: 0 10px;
	padding: 5px 10px;
	background: url(../images/menu.png) top left no-repeat;

	text-decoration: none;
	line-height: 15px;
	text-align: center;
	font-size: 10px;
	color: #fff;
}

#menu a:hover, #footer a:hover { background-position: bottom left; }

#footer {
	height: 31px;
	border: 0;
	background: url(/images/menuBG.gif) bottom left no-repeat;
}

#footer a { line-height: 27px; }
#content {
	clear: both;
	padding: 20px;
}

#content h4 {
	padding: 5px;
	width: 600px;
	margin: 20px auto 0 auto;
	
	text-align: center;
	color: #ff0;
	border: 2px solid #ff0;
}

#content table { margin: 0 auto; }

#content table h4 {
	width: auto;
	padding: 0;
	margin: 0;
	border: 0;
}

#content h5 {
	font-size: 13px;
	font-weight: bold;
}

#content p, #content h4, #content h5 {
	clear: both;

}

#content p { clear: both; }

#content #contactDetails ul {
	list-style-type: none;
	width: 600px;
	margin-bottom: 20px;
}

#content #contactDetails ul li {
	display: inline;
	margin: 0 0 0 10px;
	border-right: 1px solid #fff;
	padding-right: 10px;
}

#content #contactDetails { clear: both; }

#content #emailList {
	float: left;
	width: 45%;
}

#content #emailList ul li {
	display: block;
	margin: 25px 0;
	line-height: 20px;
}

#content #emailList ul li a {
	color: #fff;
}

#content #map {
	float: right;
	width: 40%;
	text-align: center;
	padding-left: 20px;
	border-left: 1px solid #fff;
}
#content #map a img { border: 0; }

#content #contactForm {
	clear: both;
}

#content #contactForm div { padding: 10px 0; clear: both; }
#content #contactForm div label { float: left; width: 250px; }
#content #contactForm div textarea, #content #contactForm div input { float: left; width: 375px; padding: 2px; }
#content #contactForm .button {
	color: #fff;
	border: 1px solid #fff;
	background: none;
	margin-left: 250px;
	width: 125px;
}

.standardImage img, .smallImage img {
	border: 0;
	margin: 5px;
}

.standardImage img {
	width: 135px;
	height: 150px;
}

.smallImage img {
	width: 105px;
	height: 120px;
}

.imageContainer {
	width: 100%;
	text-align: center;
}

.imageContainer2 {
	width: 435px;
	float: left;
}

/* SLIDESHOWS */
.slideshow {
	position: relative;
	width: 292px;
	height: 316px;
	left: 7px;
	float: left;
	overflow: hidden;
	list-style-type: none;
	padding: 5px 0 0 0;
}

/* ADDED 16TH FEB 09 - FACTORY PAGE; NEW SECTIONS */
ul.halfSection {
	list-style-type: none;
}

ul.halfSection li {
	float: left;
	width: 48%;
	margin: 0;
	padding: 1%;
	text-align: left;
}

ul.halfSection li { }