/*  
Site Name: ---
Site URI: ---
Description: ---
Version: 1.0

UPDATE INFO ---------------------------------------

Revision number: 1.0
Last updated: 01 Jan 2008
Last update made by: --- (---@domain.co.nz)

CONVENTIONS ---------------------------------------

hyphenate class / id names - #my-id-name, .my-class-name
class / id names to start with lower case letter (ID's reserved for .net use will start with Upper case letter)

CONTENTS ------------------------------------------

*01: Reset
*02: Util classes & Phrase Elements
*03: Default Styles (Typography, colour)
*04: Structure (layout, size, positioning)
*05: Common Containers & Subclasses
*06: Forms
*07: Custom Containers & Subclasses

*/

/* *01: Reset -----------------------------------------------------------------------------------------------------------------*/

body {color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
img{display:block;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:"'";}
abbr,acronym {border:0;font-variant:normal;}
sup,sub {line-height:-1px;vertical-align: text-top;}
sub {vertical-align:text-bottom;}
input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}

/* *02: Util Classes ----------------------------------------------------------------------------------------------------------*/

.center 				{ text-align: center; }
.right 					{ text-align: right !important; }
.left 					{ text-align: left !important; }
.small 					{ font-size: 9px !important;}
#ie6 .small, #ie7 .small{ font-size: 10px !important;}
.float-right 			{ float: right; }
.float-left 			{ float: left;}
.clear 					{ clear: both; }
.uppercase 				{ text-transform: uppercase; }
.nowrap 				{ white-space: nowrap; }
.offscreen				{ position: absolute; left: -9999px; top: -9999px; }
.hidden					{ display: none; }
.self-clear 			{ zoom: 1; }
.self-clear:after 		{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.no-right-margin		{ margin-right: 0 !important; }
.no-left-margin			{ margin-left: 0 !important; }
.no-top-margin			{ margin-top: 0 !important; }
.no-bottom-margin		{ margin-bottom: 0 !important; }
.hot					{ cursor:pointer; }

/* *02a: Phrase Elements -------------------- */
strong, .bold 			{ font-weight: bold !important; /*letter-spacing:1px;*/ }
em, .italic				{ font-style: italic; }
code					{ font-family: Courier, serif; color: #999; font-size: 0.5em; }
cite					{ font-style: italic; }
abbr, acronym			{ border-bottom: 1px dotted; cursor: help; }
q						{ color: #fff; }
blockquote				{ color: #fff; font-size: 1.1em; margin: 0 0 0.5em 0; }

/* *03: Default Styles --------------------------------------------------------------------------------------------------------*/

body {
	font: 62.5%/1.6 "Lucida Grande","Lucida Sans",Verdana,sans-serif; /* set font size to 10px (a nice round number) - 1.4 line height */
/*	font: 75%/1.5 "Lucida Grande","Lucida Sans",Verdana,sans-serif; /* set font size to 10px (a nice round number) - 1.4 line height */
	background: #fff;
	color: #333;
}

img, #navigation li a, .content-feature { behavior: url(/js/iepngfix.htc) }

h1, h2, h3, h4, h5, h6 { font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-weight: bold; letter-spacing: 0px; margin-bottom: 0; color: #333; }

h1 { font-size: 2.5em; margin: 0; }
h2 { font-size: 1.8em; margin: 0 0 20px 0; }
h3 { font-size: 1.4em; margin: 10px 0 10px 0; color: #666; }
h4 { font-size: 1.4em; margin: 10px 0 0 0; color: #999; }

p { font-size: 1.2em; line-height: 1.4em; margin: 0 0 20px 0; }
	p.tagline { color: #999; margin: 0; }

a { color: #4bb7ff; }

a:hover, a:active { text-decoration: none; color: #101010; }

ul li {
	list-style: disc;
}

ol li {
	list-style-type: decimal;
}

ul.no-markers li {
	list-style: none;
}

dl {
	font-size: 12px;
}

dt {
	float: left;
	clear: left;
	width: 150px;
	margin: 0 0 10px 0;
	color: #999;
}

dd {
	float: left;
	margin: 0 0 10px 20px;
}

blockquote {
	font-size: 14px;
	font-family: "Helvetica Neue", Helvetica;
	font-weight: bold;
	color: #999;
	padding: 30px 0 0 0;
}

.quote-src {
	text-align: right;
}

.big-number {
	font-family: "Helvetica Neue", Helvetica;
	font-size: 32px;
	font-weight: bold;
	color: #000;
}

.grey {
	color: #999;
}

#experience, #awards { display: none; }

/* *04: Structure -------------------------------------------------------------------------------------------------------------*/
/*    : NOTE: only structural css here - widths, heights, floats, margins etc. any styling code to go in '05: Common Containers & Subclasses' */

#master {
	
}

#subpage-head {

}

.wrapper {
	width: 960px;
	margin: auto auto;
	position: relative;
}

#navigation {
	
}

#home-bar {}

#feature-bar {}

#page {
	width: 960px;
	margin: 50px auto 20px auto;
	position: relative;
}

#header {
	padding-bottom: 19px;
	margin-bottom: 39px;
	border-bottom: 1px dotted #CCCCCC;
}

#content {
	/*width: 550px;*/
}

#footer {
	
}

/* *05: Common Containers & Subclasses ----------------------------------------------------------------------------------------*/

/* Subpage Head =============================*/
#subpage-head {
	background: #101010;
}

#feature-bar {
	height: 280px;
	background: #101010 url(../images/interface/bg-featurebar.jpg) repeat-x;
}

/* Navigation ===============================*/
#navigation li {
	list-style: none;
	margin: 0;
	float: left;
	background: url(../images/interface/bg-stripes.png) no-repeat -300px 0;
}

#navigation li a {
	display: block;
	text-indent: -9999px;
	color: #FFF;
	height: 50px;
	overflow: hidden;
}

	#navigation li a.nav-home 			{ background: url(../images/interface/nav-home.png) no-repeat 0 0; width: 70px; }
	#navigation li a.nav-expertise 		{ background: url(../images/interface/nav-expertise.png) no-repeat 0 0; width: 100px; }
	#navigation li a.nav-approach 		{ background: url(../images/interface/nav-approach.png) no-repeat 0 0; width: 104px; }
	#navigation li a.nav-technology 	{ background: url(../images/interface/nav-technology.png) no-repeat 0 0; width: 126px; }
	#navigation li a.nav-about 			{ background: url(../images/interface/nav-about.png) no-repeat 0 0; width: 77px; }
	#navigation li a.nav-contact 		{ background: url(../images/interface/nav-contact.png) no-repeat 0 0; width: 96px; }
	#navigation li a.nav-partners 		{ background: url(../images/interface/nav-partners.png) no-repeat 0 0; width: 100px; }
  #navigation li a.nav-blog 		{ background: url(../images/interface/nav-blog.png) no-repeat 0 0; width: 66px; }	
	#navigation li a:hover 				{ background-position: 0 -50px; }
	
#logo {
	background: url(../images/interface/logo-small.jpg) no-repeat;
	width: 108px;
	height: 50px;
	text-indent: -9999px;
	float: right;
}

/* Content Lists ============================*/
#content li {
	font-size: 1.2em;
	color: #999;
	margin: 0 0 10px 0;
}
	#content li strong { font-weight: normal !important; color: #333; }

#content ul, #content ol {
	margin: 0 0 20px 0;
}

/* Content Sections =========================*/
#content .section {
	padding-bottom: 19px;
	margin-bottom: 29px;
	border-bottom: 1px dotted #ccc;
}

#content .section .section-head {
	width: 300px;
	float: left;
}

#content .section .section-content {
	width: 660px;
	float: left;
	margin: 5px 0 0 0;
}

#content .section-content-blog {
	width: 960px;
	float: left;
	margin: 5px 0 0 0;
}

#content .section h2 {
	margin-bottom: 0;
}

#content .tagline {
	font-size: 1.1em;
}

/* Feature List =============================*/
#content .feature-list li {
	list-style: none;
	margin-left: 0;
	width: 220px;
	float: left;
	border-bottom: 1px dotted #efefef;
	padding: 0 0 5px 0;
}

#content .feature-list li.bottom-line {
	border-bottom: none;
	padding-bottom: none;
}

/* Buttons ==================================*/
.highlight-button {
	display: block;
	width: 180px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #4bb7ff url(../images/interface/bg-clear-stripes.png) no-repeat;
	padding: 5px 10px 5px 10px;
	color: #FFF;
	font-size: 12px;
	text-decoration: none;
}

/* Columns ==================================*/
.col {
	width: 300px;
	margin: 0 30px 0 0;
	float: left;
	position: relative;
}

.last-col {
	margin-right: 0;
}

.col h3 {
	border-bottom: 1px dotted #CCC;
}


/* Feature Highlights ========================*/
.content-feature {
	background: url(../images/interface/bg-feature-highlight.png) no-repeat;
	width: 660px;
	height: 200px;
	position: relative;
	margin: 40px 0 40px 0;
}

.content-feature img {
	position: absolute;
	top: 0;
	left: 0;
}

.content-feature h4 {
	margin: 0 20px 0 200px;
	padding: 20px 0 5px 0;
	font-size: 18px;
	color: #fff;
	border-bottom: 1px dotted #666;
}
	
.content-feature p {
	margin: 0 0 0 200px;
	color: #efefef;
	padding: 20px 20px 0 0;
}

/* Footer ====================================*/
#footer p {
	margin: 0;
	font-size: 12px;
	padding: 1px 0 0 0;
	width: 300px;
	float: left;
}

#footer ul {
	float: left;
}

#footer li {
	margin: 0;
	list-style-type: none;
	margin: 0 10px 0 0;
	float: left;
}

#footer li a {
	text-decoration: none;
}

/* Tabs ====================================*/
.tabbed-content 		{ overflow: hidden; }

.tab-nav 							{ display: none; }
.js-enabled .tab-nav 				{ display: block; border-bottom: 1px solid #efefef; }
.js-enabled #content .tab-nav li 	{
	list-style-type: none;
	margin: 0 10px 0 0;
	float: left;
}

.js-enabled .tab-nav li a {
	padding: 10px;
	display: block;
	background: #efefef url(../images/interface/bg-clear-stripes.png) no-repeat;
	color: #4bb7ff;
	text-decoration: none;
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
}

.js-enabled .tab-nav li a.selected {
	color: #FFF;
	background: #4bb7ff url(../images/interface/bg-clear-stripes.png) no-repeat 0 0;
}

.js-enabled .tab-window { overflow: hidden; position: relative; }

.js-enabled .tabbed-items {
	position: absolute;
	top: 0;
	left: 0;
}
.js-enabled .tabbed-items .section { float: left; }


/* *06: Forms -----------------------------------------------------------------------------------------------------------------*/

/* *07: Custom Containers & Subclasses ----------------------------------------------------------------------------------------*/

/* Homepage Head =============================*/
#home-bar {
	height: 410px;
	background: #101010 url(../images/interface/bg-home.jpg) repeat-x;
}

#home-bar #home-hero {
	position: absolute;
	top: 40px;
	left: 0;
}

#home-bar #home-intro {
	margin: 0 0 0 660px;
}

#home-lead-head {
	width: 960px;
	height: 65px;
	background: url(../images/home/home-lead-para.gif) no-repeat;
	text-indent: -9999px;
	/*margin: 80px 0 20px 0;*/
	margin: 130px 0 20px 0;
}

#home-lead-para {
	margin: 0 0 40px 0;
}

.homepage {
	padding: 0 0 60px 0;
}

.homepage .col h3 {
	font-size: 16px;
	padding: 0 0 0 60px;
	color: #101010;
}

.homepage .col p {
	padding: 5px 0 0 0px;
	font-size: 11px;
}

.homepage .highlight-button {
	margin: 0 0 0 0;
}

.home-icon {
	position: absolute;
	top: 0;
	left: 0;
}

/* Flash Rotator =============================*/
#feature-bar.carousel-feature-bar{
	height: 680px;
	padding-top: 40px;
	background: url(../images/interface/bg-featurebar.jpg) repeat-x;
}

#feature-bar.rotator-feature-bar{
	height: 364px;
	padding-top: 40px;
	background: url(../images/interface/bg-featurebar.jpg) repeat-x;
}

#carousel-holder {
/*	height: 680px;*/
	/*border-bottom: 1px dotted #ccc;*/
}

/* jQuery Rotator =============================*/
.rotatepics {
	background: #fff;
	width: 300px;
	height: 240px;
    padding: 0;  
    margin:  0;  
}

.rotatepics img {  
    padding: 0px;  
    border: none;  
    background-color: #fff;  
    width:  300px; 
    height: 240px; 
    top:  0; 
    left: 0;
} 

#search-form {
  position: absolute;
  display: block;
  top: -2.3em;
  margin-left: 630px;
  z-index: 100;
}

.side-panel {
  margin-top: 23em;
}

  .side-panel h4 {
    font-size: 1.4em;
  }
  
  .cat_textbox_small, .cat_listbox_small {
    width:180px;
  }
  
.search-result {
  width: 680px;
  margin-bottom: 1.5em;
}

.spacer {
  height: 6em;
}

.sidebar-gallery{
  position: absolute;
  display: block;
  top: 6em;
  margin-left: 630px;
  z-index: 100;
  width: 330px;
}

.sidebar-gallery img {
  margin: 0 5px 5px 0;
  float: left;
}

.search-box {
  height: 30px;
  border: solid 1px #ccc;
  width: 300px;
}

.search-box {
  padding: 0 3px;
//  padding-top: 0;  
}

.search-box input {
  border: none;
  border-width: 0;
  border-color: #fff;
  width: 270px !important;
  margin-top: 3em;
  z-index: 9999;
  font-size: 11px;
}

.search-box a.button-search {
  text-decoration: none;
  font-size: 14px;
  z-index: 10000;
  line-height: 30px;
  background: transparent url(../Images/Interface/arrow.gif) 50% 50% no-repeat;
// background-position: 50% -7px;
}

.BlogTagList {
  display: none !important;
}

input#CAT_Search {
  padding: 3px;
}

#news-articles, #books-and-media {
  display: none;
}

