
/*************************************************************************************************/
/* ELEMENT Selectors */
/*************************************************************************************************/

*
{
	padding: 0;
	margin: 0;
}

html
{
	display: block;
}

body
{
	background: #b9c3c9;
	color: #000000;
	display: block;
	font: 81.25%/1.4 Arial, Helvetica, sans-serif;
}

div
{
	display: block;
}

hr
{
	background: none;
	border: none;
	border-top: 1px solid #999999;
	display: block;
	margin: 3em 0em 3em 0em;
	padding: 0em 0em 0em 0em;
	height: 0px;
}

/* TEXT elements */

h1 { clear: both; color: #003262; display: block; font-size: 231%; font-weight: bold; line-height: 1; margin: 0em 0em 1em 0em; border-bottom: 2px solid #febe10; padding: 0em 0em 0.2em 0em; }
h2 { color: #003262; display: block; font-size: 185%; font-weight: bold; line-height: 1; margin: 2em 0em 1em 0em; }
h3 { color: #003262; display: block; font-size: 138%; font-weight: bold; line-height: 1; margin: 1.5em 0em 0.8em 0em; }
h4 { color: #003262; display: block; font-size: 108%; font-weight: bold; line-height: 1; margin: 1em 0em 1em 0em; }
h5 { color: #003262; display: block; font-size: 100%; font-weight: bold; line-height: 1; margin: 1em 0em 1em 0em; }
h6 { color: #003262; display: block; font-size: 100%; font-weight: bold; line-height: 1; margin: 1em 0em 0.5em 0em; }

p
{
	display: block;
	font-weight: normal;
	margin: 1em 0em 1em 0em;
}

a:link, a:active, a:visited
{
	color: #000000;
	text-decoration: underline;
}

a:hover
{
	color: #ff0000;
}

small
{
	font-size: 77%;
	font-weight: normal;
}

strong
{
	font-style: normal;
	font-weight: bold;
}

em
{
	font-style: italic;
}

sup
{
	vertical-align: top;
	font-size: 69%;
	line-height:normal;
}

sub
{
	vertical-align: bottom;
	font-size: 69%;
	line-height: normal;
}

blockquote
{
	background: #cccccc;
	display: block;
	margin: 1em 2em 1em 2em;
	padding: 1em 1em 1em 1em;
}

blockquote h3
{
	margin-top: 0.2em;
}

blockquote p.cite
{
	font-size: 77%;
	margin: 1em 0em 0em 0em;
	text-align: right;
}

/* end TEXT elements */

/* MEDIA elements */

img
{
	border: none;
}

/* end MEDIA elements */

/* LIST Elements */

ul
{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: disc;
	margin: 2em 0em 2em 4em;
}

ul li
{
	background: none;
	margin: 0em 0em 0.2em 0em;
	padding: 0em 0em 0em 0em;
}

ol
{
	list-style-position: outside;
	list-style-type: decimal;
	margin: 2em 0em 2em 4em;
}

ol li
{
	margin: 0em 0em 0.5em 0em;
}

ol.javaScriptStyled li
{
	color: #666666;
	font-style: normal;
	font-weight: bold;
}

ol.javaScriptStyled li span.olItemContent
{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	margin: 0em 0em 0em 0em;
}

dl
{
	display: block;
	margin: 2em 0em 2em 0em;
}

dt
{
	display: block;
	font-weight: bold;
}

dd
{
	display: block;
	margin: 0em 0em 1em 0em;
}

ul ul, ol ul
{
	margin: 1em 0em 1em 2em;
}

/* end LIST Elements */

/* FORM Elements */

form
{
	display: block;
	margin: 2em 0em 2em 0em;
	padding: 0em 0em 0em 0em;
	position: relative;
}

form fieldset
{
	border: none;
	display: block;
	margin: 1em 0em 1em 0em;
}

form fieldset legend
{
	display: none;
}

form div
{
	clear: both;
	margin: 0em 0em 0.5em 0em;
}

form div.formControls
{
	margin: 1.5em 0em 0em 0em;
	text-align: left;
}

form label
{
	color: #666666;
	display: block;
	font-weight: bold;
	float: none;
	text-align: left;
	width: auto;
	margin: 0em 0em 0.2em 0em;
	padding: 4px 0px 0px 0px;
}

form input[type="text"]
{
	color: #000000;
	font: 92%/1.1 Arial, Helvetica, sans-serif; 
	padding: 3px 3px 3px 3px;
	width: 50%;
}

form textarea
{
	color: #000000;
	font: 92%/1.1 Arial, Helvetica, sans-serif; 
	padding: 3px 3px 3px 3px;
	width: 50%;
	height: 6em;
}

form button
{
	font-size: 138%;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
}

form span.required
{
	color: #ff0000;
}

form label.error
{
	color: #ff0000;
}

/* end FORM Elements */

/* TABLE Elements */

table
{
	border: 1px solid #000000;
	border-collapse: seperate;
	border-spacing: 2px;
	margin: 2em 0em 2em 0em;
}

td
{
	border: 1px solid #000000;
	padding: 5px;
	text-align: center;
	vertical-align: top;
}

th
{
	border: 1px solid #000000;
	font-weight: bold;
	padding: 5px;
	text-align: center;
	vertical-align: top;
}

caption
{
	text-align: center;
}

/* end TABLE Elements */

/*************************************************************************************************/


/*************************************************************************************************/
/* LAYOUT */
/*************************************************************************************************/

/* PAGE */

div#page
{
	background: transparent;
	margin: 0px auto 30px auto;
	padding: 0px 0px 0px 0px;
	position: relative;
	width: 960px;
}

div.clearAll
{
	clear: both;
	height: 0px;
}

p.lead
{
	font-size: 108%;
	font-weight: bold;
}

/* end PAGE */

/* HEADER */

div#header
{
	background: transparent url(../images/headerBg.gif) 0px 0px repeat-x;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	height: 86px;
	z-index: 6;
}

div#headerBg
{
	background: url(../images/headerBg.gif) 0px 0px repeat-x;
	width: 100%;
	height: 86px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: -1;
}

div#header a.logo
{
	position: absolute;
	left: 0px;
	top: 7px;
	display: block;
	width: 164px;
	height: 89px;
	background: url(../images/headerLogo.gif) 0px 0px no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	text-align: left;
	z-index: 5;
}

/* end HEADER */

/* BANNER */

div#banner
{
	display: none;
}

/* end BANNER */

/* NAV */

div#nav
{
	background: transparent;
	height: 26px;
	position: absolute;
	right: 0px;
	top: 54px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	z-index: 10;
}

div#nav ul
{
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div#nav ul li
{
	background: none;
	float: left;
	margin: 0px 0px 0px 7px;
	padding: 0px 0px 0px 0px;
}

div#nav ul li a
{
	background: url(../images/navLinkBgBody.gif) 0px 0px repeat-x;
	color: #b9c3c9;
	display: block;
	float: left;
	height: 26px;
	line-height: 26px;
	vertical-align: middle;
	margin: 0px 0px 0px 0px;
	padding: 0px 3px 0px 3px;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
	position: relative;
}

div#nav ul li a:hover
{
	background-position: 0px -60px;
	color: #000000;
	text-decoration: none;
}

div#nav ul li:first-child
{
}

div#nav ul li a span.left
{
	background: url(../images/navLinkBgLeft.png) 0px 0px no-repeat;
	width: 2px;
	height: 26px;
	position: absolute;
	left: -2px;
	top: 0px;
}

div#nav ul li a span.right
{
	background: url(../images/navLinkBgRight.png) 0px 0px no-repeat;
	width: 2px;
	height: 26px;
	position: absolute;
	right: -2px;
	top: 0px;
}

div#nav ul li a:hover span.left, div#nav ul li a:hover span.right
{
	background-position: 0px -60px;
}

/* end NAV */

/* CONTENT */

div#content
{
	background: #d9ebf6 url(../images/contentBg.gif) 0px 0px repeat-x;
	margin: 0px 0px 10px 0px;
	padding: 60px 0px 20px 0px;
}

div#contentBg
{
	background: #d9ebf6 url(../images/contentBg.gif) 0px 0px repeat-x;
	width: 100%;
	/*height: 45px;*/
	position: absolute;
	left: 0px;
	top: 86px;
	z-index: -1;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div#content div#contentMain
{
	float: left;
	width: 600px;
	margin: 0px 40px 0px 0px;
}

div#content div#contentSub
{
	float: left;
	width: 320px;
	padding: 75px 0px 0px 0px;
	text-align: right;
}

div#contentSub ul.heroImageSet
{
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div#contentSub ul.heroImageSet li
{
	background: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div#contentSub ul.heroImageSet li img
{
	border: 1px solid #3f4d5a;
	float: left;
	margin: 0px 0px 10px 10px;
	padding: 0px 0px 0px 0px;
	width: 145px;
	height: 145px;
}

div#contentSub p.contact
{
	clear: both;
	color: #003262;
	margin: 0px 6px 20px 0px;
	padding: 20px 0px 0px 0px;
	font-size: 138%;
}

/* end CONTENT */

/* FOOTER */

div#footer
{
	background: #b9c3c9;
	clear: both;
	color: #ffffff;
	font-size: 100%;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div#footerBg
{
	background: #b9c3c9;
	width: 100%;
	height: 100px;
	position: absolute;
	left: 0px;
	top: 200px;
	z-index: -1;
}

div#footer ul
{
	color: #5c6063;
	float: left;
	list-style: none;
	margin: 10px 50px 0px 0px;
	padding: 0px 0px 0px 0px;
}

div#footer ul li
{
	background: none;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

div#footer ul li a
{
	background: none;
	color: #5c6063;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
}

div#footer ul li a:hover
{
	color: #000000;
	text-decoration: underline;
}

div#footer ul li:first-child
{
}

div#footer p.copyright
{
	border-top: 1px solid #5c6063;
	color: #5c6063;
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}

div#footer p.address
{
	display: inline;
	margin: 0px 10px 0px 0px;
}

div#footer dl
{
	display: inline;
	margin: 0px 0px 0px 0px;
}

div#footer dl dt
{
	display: inline;
	margin-right: 5px;
}

div#footer dl dd
{
	display: inline;
	margin-right: 10px;
}

div#footer dl dd a
{
	color: #ffffff;
}

div#footer dl dd a:hover
{
	color: #000000;
}

/* end FOOTER */

/* LINKS */

a.externalLink
{
	background: url(../images/externalLinkIcon.gif) right -12px no-repeat;
	padding-right: 14px;
}

a.externalLink:hover
{
	background-position: right 3px;
}

a.emergencyService
{
	background: url(../images/emergencyServiceIcon.jpg) 0px 0px no-repeat;
	display: block;
	width: 241px;
	height: 101px;
	overflow: hidden;
	text-align: left;
	text-indent: -9999px;
	border: 1px solid #002f5e;
}

a.emergencyService:hover
{
	border: 1px solid #febe10;
}

p.emergencyService
{
	background: url(../images/emergencyServiceIcon.jpg) 0px 0px no-repeat;
	display: block;
	width: 241px;
	height: 101px;
	overflow: hidden;
	text-align: left;
	text-indent: -9999px;
	border: 1px solid #002f5e;
	margin: 20px 0px 20px 0px;
}

/* end LINKS */

/*************************************************************************************************/


/*************************************************************************************************/
/* MISC. */
/*************************************************************************************************/

/* HOME */

body.home div#content div#contentMain
{
	width: 670px;
	margin: 0px 40px 0px 0px;
}

body.home div#content div#contentSub
{
	width: 250px;
	padding-top: 2.5em;
	text-align: left;
}

body.home div#contentSub div.showcase
{
	width: 240px;
	height: 100px;
	background: 0px 0px no-repeat;
	/*overflow: hidden;*/
	margin: 0px 0px 20px 0px;
	position: relative;
	border: 1px solid #001638;
}

body.home div#contentSub div.showcase h3, body.home div#contentSub div.showcase p
{
	display: none;
}

body.home div#contentSub div.showcase a
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 239px;
	height: 99px;
	display: block;
	border: 1px solid #001638;
	text-indent: -9999px;
	text-align: left;
	display: none;
}

body.home div#contentSub div.showcase a:hover
{
	border: 1px solid #febe10;
}

body.home div#contentSub div.inspection { background-image: url(../images/homeShowcaseBgInspection.jpg); }
body.home div#contentSub div.warranty { background-image: url(../images/homeShowcaseBgWarranty.jpg); }

body.home div#banner
{
	display: block;
	height: 353px;
	background: url(../images/homeBannerBg.jpg) 0px 0px repeat-x;
	position: relative;
}

body.home div#bannerBg
{
	display: block;
	width: 100%;
	height: 353px;
	position: absolute;
	left: 0px;
	top: 86px;
	background: url(../images/homeBannerBg.jpg) 0px 0px repeat-x;
	z-index: -1;
}

body.home div#banner p
{
	display: block;
	margin: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 353px;
	text-align: left;
	text-indent: -9999px;
	background: url(../images/homeBannerHero.jpg) 0px 0px no-repeat;
	overflow: hidden;
	z-index: 1;
}

body.home div#content
{
	background-image: none;
	padding-top: 20px;
}

body.home div#contentBg
{
	background-image: none;
	top: 439px;
}

/* end HOME */

/* MODERNISATION */

img.modernisationProcess
{
	border: 1px solid #3f4d5a;
	margin: 0px 10px 20px 0px;
}

/* end MODERNISATION */

/*************************************************************************************************/

.gallerybox{
  text-align: center;
  width: 240px;
  float: left; 
}

.brochbox {
 width: 25%;
 text-align: center;
 float: left;
 margin-bottom: 20px;

}
