@charset "utf-8";

/*
==========================================================================
	
	STYLE.CSS | CSS FRAMEWORK
	--------------------------
 	Main Project specific styles
	
	- KINETICS -
	
	author: FuelDesign Ltd www.fueldesign.co.nz

	Contents:
	--------------------------
	1 - Default Typography Sizing, Colours and Margins
	2 - Global Styles for types
	3 - Main Structural Divs
	4 - Header styles
	5 - Main body Styles
	6 - Footer Styles
	7 - Page Specific styles

==========================================================================
*/
	@import url("base.css");
	@import url("forms.css");

/*
==============================================================<=============
1 - Default Typography Sizing, Colours and Margins
==========================================================================
*/
body  { color:#6e6d69; background-color:#fff; font-size:12px; line-height:18px; text-align:center; font-family: Tahoma, "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif; font-style:normal; font-weight:normal; font-variant:normal; }
/*
==========================================================================
2 - Global Styles for types
==========================================================================
*/
/* links */
a:link, a:visited { border-bottom: none; color: #6e6d69; }
a:hover, a:active { border-bottom: none; color: black; }

.downText a:link, .downText a:visited { border-bottom: 1px solid #99A123; color: #6e6d69; }
.downText a:hover, .downText a:active { border-bottom: none; color: black; }

/* remove dotted outlines in FF */
a:hover, a:active, a:focus { outline:0 none; }

a:link.external, a:visited.external { background: transparent url(../images/bg/external.gif) top right no-repeat; padding-right: 12px; }

/* list types */
ul li { }
ul { }

dl dt { font-weight: bold;  width:80px; float:left }
dl dd img { display: inline; }
dd, dt { margin-top: 8px; }
/* ol li { list-style-type: lower-alpha; list-style-position: inside; } */

/* blockquotes */
blockquote { margin-bottom: 1em; }
blockquote p { font-family: georgia, "times new roman", serif; color: #6e6d69; font-size: 14px; margin: 5px 5px 5px 10px; }
cite { display:block;font-style:italic;color:#ccc;font-weight:normal;padding-left:10px; }

.ContentBoxText blockquote { margin-bottom: 0; }
div .blockquote {background-color:#333333;}
.blockquote blockquote p { padding:10px 10px 10px 20px; color:#ccc; margin-left:-10px; }
.blockquote cite { padding:10px 10px 10px 10px; background-color: #6e6d69; color:#ccc; margin-left:-10px; font-style:italic; }


/* strong */
strong { color: #6e6d69; font-weight:bold; }
strong.error { color: #d00; }

/* em */
em.required { color: #f00; font-weight: bold; font-style: normal; }

/* headers */
h1 { color: #333; }
h2 { color: black; font-size:14px; }
h3 { color: #6e6d69; font-weight:bold; font-size:14px;}
h4 { color: #6e6d69; }
h1 { font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif; font-size:20px; font-style:normal; font-variant:normal; font-weight:normal; text-transform:lowercase; color:#6e6d69;  }
/* box model padding */
h1, h2, h3 { padding: 0 0 25px 0; }
#subcolumn h2 { padding:5px 0 5px 0;}
h4 { padding: 5px 0 10 5px; }
p { padding: 0 5px 10px 5px; }



/*
==========================================================================
3 - Main Structural Divs
==========================================================================
*/
.thrColAbs #container { 
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 980px;  /* using 20px less than a full 900px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

/* Tips for absolutely positioned sidebars:
1. Absolutely positioned (AP) elements must be given a top and side value, either right or left. (As a default, if no top value is given, the AP element will begin directly after the last element in the source order of the page. This means, if the sidebars are first element in the #container in the document's source order, they will appear at the top of the #container even without being given a top value. However, if they are moved later in the source order for any reason, they'll need a top value to appear where you desire.
2. Absolutely positioned (AP) elements are taken out of the flow of the document. This means the elements around them don't know they exist and don't account for them when taking up their proper space on the page. Thus, an AP div should only be used as a side column if you are sure the middle #mainContent div will always contain the most content. If either sidebar were to contain more content, that sidebar would run over the bottom of the parent div and the sidebar would not appear to be contained.
3. If the above mentioned requirements are met, absolutely positioned sidebars can be an easy way to control the source order of the document.
*/
.thrColAbs #leftSideBar { position: absolute; top: 10px; left: 0; width: 208px;  /*height:100%;*/ display:block; background: none no-repeat; } /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
.thrColAbs #rightSideBar { position: absolute; top: 10px; right: 14pt; width: 208px; /*height:100%;*/ display:block; background: none no-repeat;  } /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
.thrColAbs #mainContent { margin: 0 248px; width:460px; min-height:550px;height:auto !important;height:580px; background: none no-repeat 0px 10px;  }

* {
	
} /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
.thrColAbs #mainWrapper { /*width:100%; height:100%;*/ min-height:580px;height:auto !important;height:580px; display:block; background: white none repeat-x scroll 0 0; }
.thrColAbs #header { z-index:10; width:100%; height:116px; text-align: left; display:block; background:#fff url(../images/bg/menu-bg.png) repeat-x bottom; }
.thrColAbs #secondHeader { width:100%; height:160px; display:block; background: #b2b2b2 url(../images/bg/header-bg.png) repeat-x; overflow:hidden; }
.thrColAbs #footer { width:100%;  height:32px; background: #4a4a4a url(../images/bg/footer-bg.png) repeat-x ;  position:relative;  overflow:hidden;}

#centerHeader { width: 980px; height:116px; display:block; margin:0px auto;  position:relative; }
centerSecondHeader {  width: 980px; height:163px; display:block; margin:0px auto;  position:relative; }
#footerCenter { width: 980px;  margin:0px auto;  padding:7px 0 0 20px; text-align: right; position: absolute; right:0px; }
#contactFormCenter {width: 980px;  margin:0px auto;  padding:5px; text-align: left; }

/*
==========================================================================
4 - Header styles
==========================================================================
*/

#header a:hover, #header a:focus, #header a:active { border:0px;text-decoration:none; }

#headerLeft { position: absolute; left:0px;  }
#headerRight { position: absolute; right:20px; bottom:5px; }

#header #flashcontent { position:absolute; right:0px; top:0; }

#header ul#nav { height:30px; line-height:30px; padding-bottom:0px; margin-left:20px; }
#header ul#nav li { list-style:none; float:left; margin:0px; padding:0px 1px 5px; }
#header ul#nav li a { display:block; padding:0px 0px 2px }
#header ul#nav li a:hover { border-bottom:3px solid black; text-decoration:none; }

#header ul#nav li a.focus { border-bottom: 3px solid black;text-decoration:none; }
#header ul#nav li.btn-home a.focus { background-position: 0px 0px; }
#header ul#nav li.btn-contact-us a.focus { background-position: -395px 0px; }

/* Header Navigation List */
#headerRight ul { list-style-type:none;margin-left:10px;padding:0; }
#headerRight li { float:left;margin:0;padding:0;height:15px;line-height:15px; }
#headerRight li a span { margin-left:-1999px; }
#headerRight a { margin:0 0 0 10px; display:block; height:15px; } 
#headerRight a {float:none;}

/* Header Icon Buttons */
#headerRight #btnHome a { background:transparent url(../images/header/menu/homeicon.png) no-repeat scroll 0 bottom; display:block; height:15px; width:18px; }
#headerRight #btnHome a.selected, #headerRight #btnHome a:hover { background:transparent url(../images/header/menu/homeicon.png) no-repeat scroll 0 0; display:block; }
#headerRight #btnSitemap a { background:transparent url(../images/header/menu/sitemapicon.png) no-repeat scroll 0 bottom; display:block; height:15px; width:16px; }
#headerRight #btnSitemap a.selected, #headerRight #btnSitemap a:hover, #headerRight #btnSitemap a:active  { background:transparent url(../images/header/menu/sitemapicon.png) no-repeat scroll 0 0; display:block; height:15px; width:16px; } 
#headerRight #btnContact a { background:transparent url(../images/header/menu/emailicon.png) no-repeat scroll 0 0; display:block; height:15px; width:17px; }
#headerRight #btnContact a.selected, #headerRight #btnContact a:hover { background: url(../images/header/menu/emailicon.png) bottom; display:block; height:15px; width:17px; } 


#imageSwitcher { width:980px; display:block; margin: 11px auto 0px;  display:none;  height:163px;}
a.activeI { color: #fff; font-size:14px; position:absolute; bottom:10px; left: 15px; font-style:normal; font-weight:bold; text-decoration:underline; }

#caseStudies, #ourGallery, #information { margin-left:43px;;  }
#ourServices, #caseStudies, #ourGallery , #information { width:208px; height:137px; display:block; border: 0px none;  float :left; overflow:hidden; position:relative; }
#ourServices { background: transparent url(../images/header/headimg/focus-box-1.png) no-repeat scroll 0 0; display:block; }
#caseStudies { background: transparent url(../images/header/headimg/focus-box-2.png) no-repeat scroll 0 0; display:block; }
#ourGallery { background: transparent url(../images/header/headimg/focus-box-3.png) no-repeat scroll 0 0; display:block; }
#information { background: transparent url(../images/header/headimg/focus-box-4.png) no-repeat scroll 0 0; display:block; }

.click {  }

/* Contact Us Form */
#contactUsForm { background: white none repeat-x scroll 0 0; width:auto;height:auto;overflow: hidden; margin:0px; padding:0px; }
#contactUsFormError { width:100%; height:470px; background: url(../images/bg/contactus-bg.png) repeat-x; overflow: hidden;  margin:0px; padding:0px; /*position:relative;*/ }
#contactMainForm { float:left; width:445px;  height:349px; }
#contactMainFormError { float:left; width:445px; height:349px; }
#contactDetails { float:left;  width:300px; height:349px; margin-left:15px; }
#contactMap { float:right;  width:253px; height:349px; padding-top:5px; margin-right:15px;}
#closeform { text-align:right; float:right;}
#googleLink { padding:0px; margin: 3px 0px; }

.submit { width:125px; height:30px; background: #171717 scroll; border:1px solid #fff;  color:#fff; padding:5px; margin-left:100px; border-radius:5px; cursor:pointer; }
.submit .button { border:1px solid #dedede; cursor:pointer; }
.submit:hover { width:125px; height:30px;  background: #f5f5f5 scroll; border:1px solid #fff; padding:5px; margin-left:100px; border-radius:5px; cursor:pointer;
	color: #999;
}
.error { background:#fed3d6 none repeat scroll 0% 0%; border:3px solid #fc9ca3; padding:10px; color:#bb000e; }

#viewmap a:link, #viewmap a:visited  { color: #6e6d69; }
#viewmap a:hover { color: black; }

/*
==========================================================================
5a - Left content styles
==========================================================================
*/

#mainmenu { list-style-type: none; padding: 0 0 0 5px; }
#mainmenu  li { height:20px; border-bottom:1px solid #e2e1e1; padding-top:5px; overflow:hidden; }
#mainmenu a { display:block; height:20px;line-height:20px; font-size:14px; text-decoration:none; border-bottom:0px none; }
#mainmenu a:link, #mainmenu a:visited { font-size:14px; color: #6e6d69;  height:12px; }
#mainmenu a:hover , #mainmenu a:active { font-size:14px; color: black;  height:12px; }
#mainmenu li a:hover { background: url(../images/img/menu-active-icon.png) no-repeat 174px 2px; display:block; height:20px; }
#mainmenu a.active, #mainmenu a.active span#red, #mainmenu a.active span#blue, #mainmenu a.active span#green { color: black;  background: url(../images/img/menu-active-icon.png) no-repeat; background-position:174px 1px; display:block; height:20px; }

#mainmenu li.sub a, #mainmenu li.sub a:active, #mainmenu li.sub a:visited { font-size:12px; color: black;  }
#mainmenu li.sub a:hover { font-size:12px; color: #6e6d69;  }

span#red {
	color: #b60840;
}

span#blue {
	color: #009eec;
}

span#green {
	color: #6bb430;
}

/*
==========================================================================
5b - Center Bar styles
==========================================================================
*/

/* Slide Fix */
#slideFixContainer { margin:0px; padding:0px; }

/* Page Titles */
#titleHead {  position:relative;  width:460px; }
.headLeft {}
.headRight { font-size:14px; position:absolute; right:15px; top:5px; }

/* Content Boxes */
#accordion ul { list-style:none; margin:0 0 0 50px; }
#accordion li { list-style:none; margin:0 0 10px 0; }
#accordion .ContentBoxText ul  { margin: 0 5px 15px; }
#accordion .ContentBoxText ul li { list-style:disc; margin:0 0 2px 0;
	padding-left: 10px;
	list-style-position: inside;
	list-style-type: square;
}
#accordion .ContentBoxText ul.downloads li  { list-style:none; margin: 0 0 0 5px; }

.boxHeaderContainer {  width:446px;height:29px;color:#fff;padding:5px 0 0 10px;position:relative;font-family:"Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;font-style:normal;font-weight:normal; }
.boxHeaderContainer a { display:block;font-size:14px;color:#fff;font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif; font-style:normal; font-weight:normal; }
.boxHeaderContainer span { position:absolute;right:30px;top:4px;cursor:pointer;font-size:14px;font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif; font-style:normal; font-weight:normal; }
.boxHeaderContainer span img { display:inline;font-size:14px; }

.mainHeadStyle { display:block;width:446px;height:29px;margin:0;padding:0; color:#fff; background:transparent url(../images/bg/box-header.png) no-repeat scroll 0 0; }

.mainHeadStyle-red { display:block;width:446px;height:29px;margin:0;padding:0; color:#fff; background: transparent url(../images/bg/box-header-red.png) no-repeat scroll 0 0; }

.mainHeadStyle-blue { display:block;width:446px;height:29px;margin:0;padding:0; color:#fff; background: transparent url(../images/bg/box-header-blue.png) no-repeat scroll 0 0; }

.mainHeadStyle-green { display:block;width:446px;height:29px;margin:0;padding:0; color:#fff; background: transparent url(../images/bg/box-header-green.png) no-repeat scroll 0 0; }
.mainHeadStyle a, .mainHeadStyle a:link, .mainHeadStyle a:visited, .mainHeadStyle-red a, .mainHeadStyle-red a:link, .mainHeadStyle-red a:visited, .mainHeadStyle-green a, .mainHeadStyle-green a:link, .mainHeadStyle-green a:visited, .mainHeadStyle-blue a, .mainHeadStyle-blue a:link, .mainHeadStyle-blue a:visited { color:#fff; font-size:14px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif; font-style:normal; font-weight:normal; }
.mainHeadStyle a:hover, .mainHeadStyle-red a:hover, .mainHeadStyle-green a:hover, .mainHeadStyle-blue a:hover { color: #6e6d69; font-size:14px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif; font-style:normal; font-weight:normal; }
.ContentBoxText { width:444px; border: 1px #e1e1e1 solid; border-width: 0 1px 1px 1px; }
.ContentBoxText p {  margin: 0 5px 0px 5px; } 

.contentBox {  width:446px; padding:0px; margin:10px 1px; background-color:#fff; }

.infoLink { text-align:right; } 

.ContentBoxFooter { margin:0;padding:0;display:block;width:444px;height:23px;line-height:23px; border:1px #e1e1e1 solid; border-width: 0 1px 1px 1px; background:transparent url(../images/bg/box-footer-bg.png) repeat-x scroll 0 0; }
.footerContainer { position:relative; /*margin:2px 5px 0 9px;*/ height:23px;line-height:23px; padding:0;margin:0; }
.footerContainer a { display:block; }
.footerContainer span { position:absolute; right:30px;top:4px; cursor:pointer; }
.footerContainer span img { display:inline; }

.downloadContentArea { background-color: #dddddd; width: 444px;  border: 1px #e1e1e1 solid;  }
.downloadContentArea ul { margin-top:5px;  }
/*.downloadContentArea li { width: 100%;  ist-style:none;  border: 1px #fff solid;  border-width: 0 0 1px 0; padding: 0 0 5px 0; height:20px; }*/
/*.downText {float:left;}*/

/*
==========================================================================
5c - Right Bar styles
==========================================================================
*/

#rightSideBarPadding  h3,  #rightSideBarPadding  h2,  #rightSideBarPadding blockquote, #rightSideBarPadding  p { margin:1px 5px 1px 5px; padding:0px; }

/*
==========================================================================
5d - Main content styles
==========================================================================
*/

/* #leftSideBar styles */
.thrColAbs #leftSideBarPadding { padding: 13px 10px 15px 7px; }

/* #rightSideBar styles */
.thrColAbs #rightSideBarPadding { padding: 15px 5px 15px 5px; }

/* #mainContent styles */
.thrColAbs #mainContentPadding { padding: 22px 5px 10px 5px; display:block; min-height:500px; height:100%; }

/*
==========================================================================
6 - Footer styles
==========================================================================
*/
ul#foot-nav { padding-right: 8px;}
ul#foot-nav li { list-style: none; float:left; font-size: 12px; padding: 0px 2px; margin-left: 0px; }
#foot-nav a { color: #999 }
#foot-nav a:hover, #foot-nav a:active {  color: black; border-bottom:0px none; }
/*
==========================================================================
7 - Page specific styles
==========================================================================
*/ 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* Gallery */
ul.gallery { padding: 0 0 10px 0; }
ul.gallery li { list-style:none; float:left; padding:10px 0 0 10px; }

/* sitemap */
ul#sitemap, #sitemap ul { list-style: none; background: transparent url(../images/bg/vline.png) repeat-y scroll 0 0; margin: 0; padding: 0; } 
#sitemap ul { list-style: none; margin: 0 0 0 40px; }
#sitemap li { list-style: none; margin: 0; padding: 0 12px; line-height: 20px; background: transparent url(../images/bg/node.png) no-repeat top left; text-transform:uppercase; font-weight:bold; }
#sitemap li.noshow { background:none; font-size:0; }
#sitemap li ul { margin: 0 0 0 28px; }
#sitemap li ul li { font-size:12px;list-style: none; margin: 0; padding: 0 12px; line-height: 20px; background: transparent url(../images/bg/node.png) no-repeat top left; text-transform:none; font-weight:normal;} 
#sitemap li.last { background: transparent url(../images/bg/lastnode.png) no-repeat scroll 0 0; }
#sitemap li ul li ul { background:none; }
#sitemap a { border-bottom: 0px none; }
ul#sitemap a:hover {color: #000;}

/* menu address */

div#menuaddress {
	width: 100%;
	margin-top: 0;
}

div#menuaddress p {
	font-size: 10px;
	color: #6e6d69;
}

div#menuaddress p strong {
	color: black;
}

#headerRight #btnVoid a {
	position: absolute;
	left: -999em;
}

/* new contact page */

div#subcolumn {
	float: left;
	width: 250px;
	margin-right: 20px;
}

img#floatleftimg {
	float: left;
	margin-right: 12px;
}


/* 2011 - June Updates - Liam */
.centre { text-align:center; }

#email-us, #email-us:visited { display:block; width:186px; height:50px; border:0 none; background: #1f95a3 url(../images/email-btn.jpg) no-repeat top left; text-indent:-999999px;}
#email-us:hover, #email-us:active { display:block; width:186px; height:50px; border:0 none; background: #1f95a3 url(../images/email-btn.jpg) no-repeat bottom left; text-indent:-999999px;}

