/* @group CSS RESET */
	
*,html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin: 0; padding: 0; } table { border-collapse: collapse; border-spacing: 0; } fieldset,img { border: 0; } address,caption,cite,code,dfn,em,strong,th,var { font-style: normal; font-weight: normal; } ol,ul { 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; }
	
/* @end */
	
/* @group FOUNDTION */
	
body {
	background: black;
	color: white;
	margin: 0 auto;
	text-align: center;
	font-family: "Helvetica Neue", "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
	font-size: 62.5%;
}
	
body#home {
	background: black url(../img/siteBground.png) center 238px repeat-x;
}
	
#container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	}
	
.indent {
	text-indent: -4000px;
}

br {
	height: 0px;
	line-height: 0px;
}

.clear {
	clear: both;
}

.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.highlight {
	background: #870005;
	text-transform: uppercase;
	display: none;
}

.displayNone {
	display: none;
}

a { outline: 0; }

a:link {
	color: #3bddfe;
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
	color: #34C1DE;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #34C1DE;
	text-decoration: none;
}

a:active {
	color: #FE3B63;
}
	
/* @end */
	
/* @group MASTHEAD */
	
body#home h1 { 
	width: 465px;
	height: 164px;
	display: block;
	margin: 10px auto 15px auto;
	background: url(../img/masthead.png) left top no-repeat;
}
	
/* @end */


/* @group SIMPLE INT REFIN */
	
/* @group BUTTONS */
	
ul.navigation {
	list-style: none;
	text-align: center;
	width: 477px;
	padding: 0 237px;
	height: 72px;
	margin-bottom: 14px;
	}
	
.navigation li {
	float: left;
	display: inline;
	margin: 0;
	cursor: default;
	}
	
.navigation li .selected {
	background: #fff;
	}
	
.navigation li a {
	height: 72px;
	display: block;
	}
	
.navigation a:link {
	text-align: center;
	margin: 0;
	padding: 0;
	}
	

.navigation li#default-tab a { 
	background: url(../img/closer-x.png) center 17px no-repeat;
	width: 30px;
	margin-right: 20px; 
	}
	
.navigation li#default-tab a.selected {
	background-image: none;
	}
	
#heading li#simple-tab a {
	background: url(../img/nav.png)  left bottom no-repeat;
	width: 113px;
	}
	
#heading li#simple-tab a.selected {
	background: url(../img/nav.png)  left top no-repeat;
	width: 113px;
	}

#heading li#refined-tab a {
	background: url(../img/nav.png) -150px bottom no-repeat;
	width: 121px;
}


#heading li#refined-tab a.selected {
	background: url(../img/nav.png) -150px top no-repeat;
	width: 121px;
}


#heading li#intelligent-tab a {
	background: url(../img/nav.png) -300px bottom no-repeat;
	width: 143px;
	margin-right: 50px;
}

#heading li#intelligent-tab a.selected {
	background: url(../img/nav.png) -300px top no-repeat;
	width: 143px;
	margin-right: 50px;
}	
/* @end */





#slider {
	width: 932px;
	margin: 0 auto;
  	position: relative;
	height: 484px;
	background: url(../img/contentBorder.png) left 73px no-repeat;
	padding: 0 14px 14px 14px;
}

.scroll {
	height: 399px;
	background: url(../img/contentBground-1.jpg) left 0px no-repeat;
	overflow: hidden;
	position: relative; /* fix for IE to respect overflow */
	clear: left;
	}

#content {
	width: 4760px;
	}
	
.scrollContainer {
	overflow: hidden;
	}
	
.scrollContainer div.panel {
	height: 399px;
	width: 932px;
	float: left;
	margin: 0;
	display: inline;
	overflow: auto;
	text-shadow: #000 0 1px 2px;
	
	
	}
	
#simple-pane {
	background: url(../img/sliderBgrounds.png) left top no-repeat;
}

#refined-pane {
	background: url(../img/sliderBgrounds.png) left -450px no-repeat;
}

#intelligent-pane {
	background: url(../img/sliderBgrounds.png) left -900px no-repeat;
}
	
.panel dl {
	margin: 45px 60px 0 60px;
}

.panel dt {
	display: none;
}
	
/* @group QUOTES */
	
.panel .quote {
	float: left;
	display: inline;
	width: 385px;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.6em;
}

.panel blockquote {
	padding: 25px;
}

.panel blockquote span {
	display: block;
	text-align: right;
	color: #b4b4b4;
}

#simple-pane .quote {
	background: #0b2c37 url(../img/simple/quoteBottom.png) left bottom no-repeat;
}

#simple-pane blockquote {
	background: url(../img/simple/quoteTop.png) left top no-repeat;
}

#refined-pane .quote {
	background: #331c0f url(../img/refined/quoteBottom.png) left bottom no-repeat;
}

#refined-pane blockquote {
	background: url(../img/refined/quoteTop.png) left top no-repeat;
}

#intelligent-pane .quote {
	background: #2a1532 url(../img/int/quoteBottom.png) left bottom no-repeat;
}

#intelligent-pane blockquote {
	background: url(../img/int/quoteTop.png) left top no-repeat;
}
	
/* @end */

.panel .copy {
	margin: 0 0 0 442px;
	font-size: 1.4em;
	line-height: 1.6em;
}

.panel p {
	margin: 0 0 1.6em 0;
	font-weight: bold;
	-moz-opacity: .9;
	opacity: .9;
}
	
/* @group THUMBNAILS */
	
.panel .thumbnails {
	float: left;
	display: inline;
	clear: left;
	margin: 25px -5px 0 -5px;
	width: 395px;
	text-align: center;
}

.panel .thumbnails a {
	position: relative;
}

.panel .thumbnails img {
	padding: 1px;
	background: black;
	border: 1px solid #3bddfe;
}

.panel .thumbnails .two {
	margin-left: 12px;
}
	
/* @end */
		
/* @end */

#container .container {
	margin: 0 60px 60px 60px;
}

h2 {
	text-align: center;
	font-weight: bold;
	padding: 15px 0 60px 0;
	font-size: 1.4em;
	color: #b2b2b2;
}
	
/* @group BOTTOM CONTENT */
	
#extendedContent-right, #extendedContent-left {
	width: 390px;
}

#extendedContent-right {
	float: right;
	display: inline;
}
	
.container h3, #extendedContent-left dt {
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	text-indent: -9999px;
	overflow: hidden;
	outline: 0;
}

.container p, .listedLinks {
	font-size: 1.3em;
	line-height: 1.6em;
	margin: .8em 0 3.8em 0;
}

.container ul.listedLinks li {
	background: url(../img/navArrow.png) left .3em no-repeat;
	padding-left: 17px;
	list-style-type: none;
}

.container ul.listedLinks li span {
	display: block;
	margin: .5em 0 0 0;
	color: #888;
	font-weight: bold;
}
	
/* @group EXTENDED-LEFT */

	
h3#ecoFriendly {
	height: 39px;
	width: 262px;
	background: url(../img/ecoHeader.png) left top no-repeat;
}

p.eco {
	color: #84c270;
}

h3#calibration {
	width: 111px;
	height: 20px;
	background: url(../img/calibrationHeader.png) left center no-repeat;
}

p.calibration {
	color: #FFA93A;
}

h3#partners {
	width: 84px;
	height: 17px;
	margin: 0 0 13px 0;
	background: url(../img/partnersHeader.png) left top no-repeat;
}
	
/* @group MANUFACTURERS */
	
	
.manu-container { position: relative; }

h3#manufacturers {
	width: 151px;
	height: 20px;
	margin: 7px 0 12px 0;
	background: url(../img/manufacturersHeader.png) left top no-repeat;
}

p.manu {
	margin-bottom: 1.6em;
}

#manu-slider {
	background: #0d1f24 url(../img/manuBground.png) left top repeat-x;
	border: 1px solid #076173;
	overflow: hidden; 
	width: 390px;
	position: absolute;
	bottom: 0;
}

#manu-slider dl {
	margin: 10px;
}
	
#manu-slider dt {
	font-size: 1.3em;
	width: 150px;
	font-weight: bold;
	float: left;
	clear: left;
	margin: 1em;
	color: #fff;
	text-indent: 0;
}
#manu-slider dd {
	padding: 1em 15px 1em 190px;
	font-size: 1.2em;
	line-height: 1.6em;
	display: block;
}
	
/* @end */
	
/* @end */
	
/* @group EXTENDED-RIGHT */

#extendedContent-right {
	text-align: center;
}
	
/* @group CONTACT */

#contact {
	text-align: left;
}

#contact fieldset {
}

#contact dt {
	width: 82px;
	height: 20px;
	margin: 7px 0 12px 0;
	background: url(../img/contactHeader.png) left top no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	outline: 0;
}

#contact dd {
	font-size: 1.3em;
	line-height: 1.6em;
	color: #bbb;
}

#contact .name {
	border-bottom: 1px solid #292929;
	padding-bottom: .5em;
	margin: 0 0 .5em 0;
	font-weight: bold;
	color: white;
}

#contact strong, #contact label {
	font-weight: bold;
	float: left;
	display: inline;
	width: 120px;
	color: white;
}

#contact .message label {
	padding: 0 0 .5em 0;
}

#contact li {
	padding: .2em 0;
}

#contact label em {
	color: red;
	font-weight: bold;
	display: none;
}

#contact form {
	display: none;
}

#contact fieldset {
	margin-top: 1.6em;
	padding-top: 1.6em;
}

#contact legend {
	display: none;
}

#contact li input {
	width: 260px;
}

#contact .button {
	width: 100px;
	float: right;
	margin: .5em 0;
}

#contact .message {
	padding-top: .8em;
}

#contact textarea {
	display: block;
	width: 385px;
	height: 90px;
}
	
/* @end */

#gallery-intro a {
	display: block;
	text-decoration: none;
	width: 356px;
	margin: 40px auto 0 auto;
}

#gallery-intro img {
	border: 2px solid black;
}

#gallery-intro a:link {
	border: 2px solid #222;
	border-top-width: 4px;
	border-bottom-width: 4px;
	background: #222;
	text-decoration: none;
}

#gallery-intro a:visited {
	border: 2px solid #222;
	border-top-width: 4px;
	border-bottom-width: 4px;
	background: #222;
}

#gallery-intro a:hover {
	border: 2px solid #34C1DE;
	border-top-width: 4px;
	border-bottom-width: 4px;
	background: black;
}

#gallery-introa:active {
	border: 2px solid black;
	border-top-width: 4px;
	border-bottom-width: 4px;
	background: black;
}

#gallery-intro span {
	display: block;
	padding: 4px 6px 6px 6px;
	font-size: 1.3em;
	border-top: 2px solid #222;
}
	
/* @end */

/* @end */
	
/* @group COPYRIGHT */
	
#copyright {
	border-top: 1px solid #292929;
	padding: 1em 0 0 0;
	margin-bottom: 3.2em;
	text-align: right;
	font-size: 1em;
	line-height: 1.6em;
	color: #fff;
	text-transform: uppercase;
}

body#gallery #copyright {
	margin-top: 40px;
}

#copyright span {
	color: #444;
	text-transform: lowercase;
}

#copyright span a:link {
	color: #444;
}

#copyright span a:visited {
	color: #444;
}

#copyright span a:hover {
	color: #777;
}

#copyright span a:active {
	color: #555;
}
	
/* @end */
	
/* @group GALLERY */

body#gallery {
	background: black url(../img/siteBground.png) center 120px repeat-x;
	margin-top: 10px;
}

body#gallery #masthead {
	float: left;
	width: 960px;
	display: inline;
	margin: 20px 0 60px 0;
}

body#gallery h1 {
	display: block;
	width: 150px;
	height: 77px;
	margin: 5px 15px 5px;
	background: url(../img/masthead-gallery.png) left top no-repeat;
}

body#gallery a.title {
	float: left;
	display: inline;
	padding: 2px;
	margin: 0 55px;
	border: 2px solid transparent;
}

body#gallery a:link.title {
}

body#gallery a:link.visited {
}

body#gallery a:hover.title {
	border: 2px solid #34C1DE;
}

body#gallery .galleryBlurb {
	float: right;
	text-align: left;
	width: 660px;
	margin: 30px 0 0 0;
	font-size: 1.3em;
	font-weight: bold;
}

body#gallery .galleryBlurb a {
	display: block;
	margin-top: 1em;
}

body#gallery .container { margin: 40px 0 0 0; padding: 0; }

body#gallery .gallery-pic {
	margin: 0 0 20px 0;
	padding: 0;
	display: inline;
	float: left;
	width: 320px;
}

body#gallery .gallery-pic a { display: block; margin: 0; padding: 10px 0; text-align: center; text-decoration: none; border-width: 1px; border-style: solid;}

body#gallery .gallery-pic a:link {
	border-color: transparent;
}

body#gallery .gallery-pic a:visited {
	border-color: transparent;
}

body#gallery .gallery-pic a:hover {
	border-color: #34C1DE;
}

body#gallery .gallery-pic a:active {
	border-color: #FE3B63; outline: 0;
}

body#gallery .gallery-pic img { margin: 0 auto; }

/* NEW GALLERY */

body#gallery .project { width: 470px; float: left; display: inline; margin: 20px 0; padding: 5px 0 40px 490px; border-bottom: 1px solid #111; }

body#gallery .project:last { padding-bottom: 0; border: 0; }

body#gallery .project dt { float: right; width: 470px; text-align: left; margin: 0; padding: 5px 0 0 0; font-size: 1.4em; font-weight: bold; }

body#gallery .project dd { float: right; display: inline; margin: 0; padding: 0; color: #bbb; }

body#gallery .project .pics { float: left; display: inline; width: 470px; margin: 0; padding: 0; margin: 0 0 0 -490px; }


body#gallery .project .pics ul,
body#gallery .project .pics li { list-style: none; margin: 0 -16px 0 0; padding: 0; display: inline; float: left; clear: none; }

body#gallery .project .pics .bigPic,
body#gallery .project .pics li { height: 240px; background: #181818; margin-bottom: 10px; border: 1px solid #000; padding: 4px; }

body#gallery .project .pics li { margin: 0 15px 7px 0; padding: 2px; height: 30px; width: 60px; }

body#gallery .project p { margin-bottom: 1em; }
	
/* @end */
	
