/* SCREEN.css */

/* reset all margins */
* {
	margin:0;
	padding:0;
}

/* ================================================= */
/* ------ PAGE LAYOUT ------ */
/* body */
body {
	background-image:url(../jpg/body-background.jpg);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#323b43;
	margin: 20px auto 10px auto;
	text-align:center;
}

/* WRAPPER */
#Wrapper {
	margin: 0 auto 0 auto;
	text-align:center;
	width: 890px;
}

/* HEADER */
#Header {
	height:80px;
	width: 890px;
}

/* NAVIGATION */
#Navigation {
	margin-top:2px;
	text-align:left;
	width:890px;
}
#Navigation div.navigationBorder {
	background-image:url(../jpg/navigation-background.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	height:26px;
	width:890px;
}
#Navigation ul.navlist {
	list-style-type:none;
	margin-bottom:0;
	margin-left: 15px;
}
#Navigation li {
	color: #e3ecf2;
	display:block;
	float:left;
	font-size:11px;
	margin: 1px 0 1px 0;
}
#Navigation li.separator {
	background-image:url(../jpg/navigation-separator.jpg);
	background-repeat:no-repeat;
	background-position:right;
	display:block;
	float:left;
	height:24px;
	margin: 1px 0 1px 0;
	width:2px;
}

#Navigation a {
	color: #e3ecf2;
	display: block;
	margin: 0;
	padding: 5px 8px 6px 6px;
	text-decoration: none;
	width: auto;
}
#Navigation a:hover, #Navigation a:active {
	background-image:url(../jpg/navigation-hover.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	background-color: #676767;
	color:#fff;
}
#Navigation a.active {
	background-image:url(../jpg/navigation-active.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	background-color: #5c5c5c;
	color:#fff;
	display: block;
	font-weight:bold;
}

/* CONTENT */
#Content {
	background-color:#f4f7f9;
	border: 1px solid #7a7a7a;
	margin-top:2px;
	padding: 18px 10px 15px 10px;
	text-align:left;
	width: 868px;
}

/* FULLWIDTH */
#Content div.fullWidth {
	width: 868px;
}

/* TWOCOLUMN */
/* twoColumnLeft */
#Content div.twoColumnLeft {
	float:left;
	padding-left:2px;
	width: 131px;
}
#Content div.twoColumnLeft div.menu2 {
	background-image:url(../jpg/leftmenu-background.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	background-color: #f8f7f7;
	border: 1px solid #7a7a7a;
	margin-bottom:10px;
	padding:0;
	width:129px;
}
/* navlist */
#Content div.twoColumnLeft div.menu2 ul.navlist {
	list-style-type: none;
	margin-bottom:0;
	margin-left:0px;
}
/* title */
#Content div.twoColumnLeft ul.navlist li.title {
	background-image:url(../jpg/leftmenu-title.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#5f6b77;
	color: #FFF;
	display: block;
	font-size: 0.7em;
	font-weight:bold;
	padding:4px 7px 5px 7px;
	width:115px;
}
#Content div.twoColumnLeft ul.navlist li.title a {
	color: #FFF;
	text-decoration: none;
}
/* main */
#Content div.twoColumnLeft ul.navlist li.main {
	color:#565656;
	display: block;
	font-size: 0.7em;
	line-height:1.1em;
	width:129px;
}
#Content div.twoColumnLeft ul.navlist li.main a {
	color:#565656;
	display: block;
	text-decoration: none;
	padding:8px 7px 8px 7px;
	width:115px;
}
#Content div.twoColumnLeft ul.navlist li.main a:link, #Content div.twoColumnLeft ul.navlist li.main a:visited {
	color:#565656;
}
#Content div.twoColumnLeft ul.navlist li.main a:hover, #Content div.twoColumnLeft ul.navlist li.main a:active {
	background-color: #e8e8e8;
	color:#585858;
}
#Content div.twoColumnLeft ul.navlist li.main a.active {
	background-color: #dddee2;
	font-weight:bold;
	text-decoration: none;
}
/* sub */
#Content div.twoColumnLeft ul.navlist li.sub {
	color:#565656;
	display: block;
	font-size: 0.7em;
	line-height:1.1em;
	width:129px;
}
#Content div.twoColumnLeft ul.navlist li.sub a {
	color:#565656;
	display: block;
	text-decoration: none;
	padding:8px 7px 8px 14px;
	width:108px;
}
#Content div.twoColumnLeft ul.navlist li.sub a:link, #Content div.twoColumnLeft ul.navlist li.main a:sub {
	color:#565656;
}
#Content div.twoColumnLeft ul.navlist li.sub a:hover, #Content div.twoColumnLeft ul.navlist li.main a:sub {
	background-color: #e8e8e8;
	color:#585858;
}
#Content div.twoColumnLeft ul.navlist li.main a.sub {
	background-color: #dddee2;
	font-weight:bold;
	text-decoration: none;
}
/* separator */
#Content div.twoColumnLeft ul.navlist li.separator {
	background-image:url(../jpg/leftmenu-separator.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:2px;
	font-size: 0.2em;
	line-height:0;
	margin:0;
	padding:0;
	width:129px;
}

/* buttons */
#Content div.twoColumnLeft div.buttons {
	width: 131px;
}
#Content div.twoColumnLeft div.buttons div.buttonborder {
	width: 131px;
}
#Content div.twoColumnLeft div.buttons div.buttonimage {
	padding-top:1px;
	padding-bottom:1px;
}


/* twoColumnRight */
#Content div.twoColumnRight {
	float: left;
	margin-left: 17px;
	width: 710px;
}

/* THREECOLUMN */
/* threeColumnLeft */
#Content div.threeColumnLeft {
	float:left;
	padding-left:2px;
	width: 131px;
}
#Content div.threeColumnLeft div.menu2 {
	background-image:url(../jpg/leftmenu-background.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	background-color: #f8f7f7;
	border: 1px solid #7a7a7a;
	margin-bottom:10px;
	padding:0;
	width:129px;
}
/* navlist */
#Content div.threeColumnLeft div.menu2 ul.navlist {
	list-style-type: none;
	margin-bottom:0;
	margin-left:0px;
}
/* title */
#Content div.threeColumnLeft ul.navlist li.title {
	background-image:url(../jpg/leftmenu-title.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#5f6b77;
	color: #FFF;
	display: block;
	font-size: 0.7em;
	font-weight:bold;
	padding:4px 7px 5px 7px;
	width:115px;
}
#Content div.threeColumnLeft ul.navlist li.title a {
	color: #FFF;
	text-decoration: none;
}
/* main */
#Content div.threeColumnLeft ul.navlist li.main {
	color:#565656;
	display: block;
	font-size: 0.7em;
	line-height:1.1em;
	width:129px;
}
#Content div.threeColumnLeft ul.navlist li.main a {
	color:#565656;
	display: block;
	text-decoration: none;
	padding:8px 7px 8px 7px;
	width:115px;
}
#Content div.threeColumnLeft ul.navlist li.main a:link, #Content div.threeColumnLeft ul.navlist li.main a:visited {
	color:#565656;
}
#Content div.threeColumnLeft ul.navlist li.main a:hover, #Content div.threeColumnLeft ul.navlist li.main a:active {
	background-color: #e8e8e8;
	color:#585858;
}
#Content div.threeColumnLeft ul.navlist li.main a.active {
	background-color: #dddee2;
	font-weight:bold;
	text-decoration: none;
}
/* sub */
#Content div.threeColumnLeft ul.navlist li.sub {
	color:#565656;
	display: block;
	font-size: 0.7em;
	line-height:1.1em;
	width:129px;
}
#Content div.threeColumnLeft ul.navlist li.sub a {
	color:#565656;
	display: block;
	text-decoration: none;
	padding:8px 7px 8px 14px;
	width:108px;
}
#Content div.threeColumnLeft ul.navlist li.sub a:link, #Content div.threeColumnLeft ul.navlist li.main a:sub {
	color:#565656;
}
#Content div.threeColumnLeft ul.navlist li.sub a:hover, #Content div.threeColumnLeft ul.navlist li.main a:sub {
	background-color: #e8e8e8;
	color:#585858;
}
#Content div.threeColumnLeft ul.navlist li.main a.sub {
	background-color: #dddee2;
	font-weight:bold;
	text-decoration: none;
}
/* separator */
#Content div.threeColumnLeft ul.navlist li.separator {
	background-image:url(../jpg/leftmenu-separator.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:2px;
	font-size: 0.2em;
	line-height:0;
	margin:0;
	padding:0;
	width:129px;
}
/* buttons */
#Content div.threeColumnLeft div.buttons {
	width: 131px;
}
#Content div.threeColumnLeft div.buttons div.buttonborder {
	width: 131px;
}
#Content div.threeColumnLeft div.buttons div.buttonimage {
	padding-top:1px;
	padding-bottom:1px;
}

/* threeColumnCentre */
#Content div.threeColumnCentre {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	width: 568px;
}
/* threeColumnRight */
#Content div.threeColumnRight {
	float:left;
	padding-left:2px;
	width: 131px;
}
#Content div.threeColumnRight div.menu3 {
	background-image:url(../jpg/leftmenu-background.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	background-color: #f8f7f7;
	border: 1px solid #7a7a7a;
	margin-bottom:10px;
	padding:0;
	width:129px;
}
/* navlist */
#Content div.threeColumnRight div.menu3 ul.navlist {
	list-style-type: none;
	margin-bottom:0;
	margin-left:0px;
}
/* title */
#Content div.threeColumnRight ul.navlist li.title {
	background-image:url(../jpg/leftmenu-title.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#5f6b77;
	color: #FFF;
	display: block;
	font-size: 0.7em;
	font-weight:bold;
	padding:4px 7px 5px 7px;
	width:115px;
}
#Content div.threeColumnRight ul.navlist li.title a {
	color: #FFF;
	text-decoration: none;
}
/* main */
#Content div.threeColumnRight ul.navlist li.main {
	color:#565656;
	display: block;
	font-size: 0.7em;
	line-height:1.1em;
	width:129px;
}
#Content div.threeColumnRight ul.navlist li.main a {
	color:#565656;
	display: block;
	text-decoration: none;
	padding:8px 7px 8px 7px;
	width:115px;
}
#Content div.threeColumnRight ul.navlist li.main a:link, #Content div.threeColumnRight ul.navlist li.main a:visited {
	color:#565656;
}
#Content div.threeColumnRight ul.navlist li.main a:hover, #Content div.threeColumnRight ul.navlist li.main a:active {
	background-color: #e8e8e8;
	color:#585858;
}
#Content div.threeColumnRight ul.navlist li.main a.active {
	background-color: #dddee2;
	font-weight:bold;
	text-decoration: none;
}
/* sub */
#Content div.threeColumnRight ul.navlist li.sub {
	color:#565656;
	display: block;
	font-size: 0.7em;
	line-height:1.1em;
	width:129px;
}
#Content div.threeColumnRight ul.navlist li.sub a {
	color:#565656;
	display: block;
	text-decoration: none;
	padding:8px 7px 8px 14px;
	width:108px;
}
#Content div.threeColumnRight ul.navlist li.sub a:link, #Content div.threeColumnRight ul.navlist li.main a:sub {
	color:#565656;
}
#Content div.threeColumnRight ul.navlist li.sub a:hover, #Content div.threeColumnRight ul.navlist li.main a:sub {
	background-color: #e8e8e8;
	color:#585858;
}
#Content div.threeColumnRight ul.navlist li.main a.sub {
	background-color: #dddee2;
	font-weight:bold;
	text-decoration: none;
}
/* separator */
#Content div.threeColumnRight ul.navlist li.separator {
	background-image:url(../jpg/leftmenu-separator.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:2px;
	font-size: 0.2em;
	line-height:0;
	margin:0;
	padding:0;
	width:129px;
}


/* FOOTER */
#Footer {
	background-image:url(../jpg/footer-repeat.jpg);
	background-repeat:repeat-y;
	background-position:top left;
	color: #e0e0e0;
	margin-top:3px;
	text-align:left;
	width:890px;
}
#Footer div.footerBottom {
	background-image:url(../jpg/footer-bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	width:890px;
}
#Footer div.footerBackground {
	background-image:url(../jpg/footer-top.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	min-height:54px;
	padding-bottom:2px;
	width:890px;
}
* html #Footer div.footerBackground {
	height:54px;
}
#Footer p {
	margin-bottom:0;
}

#Footer div.footerLeft {
	float: left;
	font-size:0.8em;
	line-height:1.2em;
	margin-top:8px;
	margin-right:14px;
	padding-left:16px;
	text-align:left;
	width:365px;
}
#Footer div.footerRight {
	float: left;
	margin-top:40px;
	padding-right:13px;
	text-align:right;
	width:300px;
}
#Footer div.footerLogos {
	float: left;
	margin-top:9px;
	padding-right:7px;
	padding-bottom:5px;
	text-align:left;
	width:175px;
}
#Footer div.footerLogos div.footerlogo {
	float:right;
	padding-right:4px;
}


#Footer ul.navlist {
	display:inline;
	list-style-type:none;
	margin-bottom:0;
	margin-left:0px;
}
#Footer ul.navlist li {
	color:#e0e0e0;
	font-size:0.65em;
	display:inline;
}
#Footer ul.navlist li.separator {
	color:#e0e0e0;
	display:inline;
}

#Footer a {
	color: #e0e0e0;
	text-decoration:none;
}
#Footer a:hover, #Footer a:active {
	color: #e0e0e0;
	text-decoration:none;
}

/* ================================================= */
/* CLASSES */
/* clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* ================================================= */

/* ----- Home Page ----- */
#HomePage {
	padding: 0px 3px 0px 3px;
	width: 862px;
}
#HomePage div.topHome {
	width: 862px;
}
div.topHome div.homeText {
	float:left;
	padding-right:16px;
	width:860px;
}
div.topHome div.homeText h1, div.topHome div.homeText h2 {
	font-size:0.75em;
}
div.topHome div.homeImage {
	float:left;
	margin-top:30px;
	width:328px;
}

#HomePage div.homeButtons {
	margin-top:25px;
	width: 862px;
}
div.homeButtons div.button {
	float:left;
	width:154px;
}
div.homeButtons div.separator {
	float:left;
	width:76px;
}


/* ----- Contact Us Page ----- */
#ContactUsPage {
	width: 868px;
}
#ContactUsPage div.contactLeft {
	float:left;
	margin-right:15px;
	width:320px;
}
#ContactUsPage div.contactRight {
	float:left;
	width:533px;
}



#EnquiryForm {
	background-color:#f0f0f0;
	border:1px solid #7a7a7a;
}
#EnquiryForm h1 {
}



/* ---- SITEMAP ---- */
#SiteMap * {
	margin:0;
	padding:0;
}
#SiteMap ul {
	margin-left: 40px;
	font-size: 11px;
}
#SiteMap li {
	font-size: 1em;
	margin: 5px 0 5px 0;
}



