
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #171717;
	background: #ffffff;
}

.bold {font-weight: bold}
.italic {font-style: italic}
.floatleft {float: left}
.floatright {float: right}
.clear {clear:both}

.blue-text {color: #0065a4}
.grey-text {color: #666666}
.white {color: #ffffff}

a img {border: none}


/*Links
--------------------------------------------------------------------*/

a {text-decoration: none; color: #171717}
a:hover {text-decoration: underline; color: #171717}

p.home a {text-decoration: none; color: #171717}
p.home a:hover {text-decoration: none; color: #729eca}



/*Header and navigation
--------------------------------------------------------------------*/

#header {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 230px;
}


#header-content {
	position: relative;
	margin: 0;
	padding: 0;
	height: 230px;
	z-index: 9000;
}

#overflow {
	position: relative;
	margin: 0;
	padding: 0;
	height: 230px;
	overflow: hidden;
}

#image-area {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1680px;
	height: 230px;
	margin: 0;
	padding: 0;
	margin-left: -840px;
	background: url(banner/content/images/background.jpg) center no-repeat;
}

#overflow.fr { background: url(image/header/flexible-rainscreen.jpg) center no-repeat;}

#overflow.elements { background: url(image/header/elements.jpg) center no-repeat;}


#navi-container {
	width: 910px;
	margin: 0 auto;
}


#navi {
	position: absolute;
	margin: 0 auto;
	bottom: 0;
	background: #333333;
	z-index: 1001;
}

#navi ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 11px;
	text-transform: uppercase;
}


#navi li {float: left;}

#navi li a {
	display: block;
	margin: 0;
	padding: 5px;
	color: #ffffff;
}

#navi li a:hover {
	background: #666666;
	text-decoration: none;
}

#navi li a.top {
	display: block;
	margin: 0;
	padding: 10px;
	padding-left: 15px;
	padding-right: 15px;
	color: #ffffff;
}

#navi li a.top:hover {
	background: #729eca;
	text-decoration: none;
}

#navi li a.nbs {
	display: block;
	margin: 0;
	padding: 0;
	width: 88px;
	height: 31px;
	background: url(image/nbs-btn.gif) -3px 0 no-repeat;
}

#navi li a.nbs:hover {background: url(image/nbs-btn.gif) -97px 0 no-repeat;}


#navi li a.highlight {background: #729eca;}




#navi li ul { /* second-level lists */
	position: absolute;
	padding: 8px;
	background: #333333;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border-top: 5px #729eca solid;
	text-transform: none;
	font-size: 13px;
	line-height: 15px;
	z-index: 1001;
}

#navi li li { clear: both}

#navi li ul ul { /* third-and-above-level lists */
	margin: 0 0 0 170px;
}

#navi li:hover ul ul, #navi li:hover ul ul ul, #navi li.sfhover ul ul, #navi li.sfhover ul ul ul {
	left: -999em;
}

#navi li:hover ul, #navi li li:hover ul, #navi li li li:hover ul, #navi li.sfhover ul, #navi li li.sfhover ul, #navi li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#navi li:hover, #navi li.sfhover {
	background: #729eca;
}

#navi li li:hover, #navi li li li:hover, #navi li li.sfhover, #navi li li li.sfhover {
	background: #729eca;
}



/*content
--------------------------------------------------------------------*/

.content-wrap {
	clear: both;
	margin: 0 auto;
	padding: 0;
}


.margin-bottom25 {margin-bottom: 25px}

.content {
	clear: both;
	margin: 0 auto;
	padding: 0;
	width: 910px;
}

.blue-bk {background: #729eca;}
.border-bottom {border-bottom: 1px solid #cccccc;}

#product-boxes {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	padding-top: 25px; 
	padding-bottom: 25px;
}

p.home {
	font-size: 22px;
	line-height: 28px;
	color: #171717;
}

p {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

h1 {
	font-size: 16px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	font-weight: normal;
}

h2 {
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	margin-top: 30px;
	font-weight: normal;
}


#product-boxes h1 {
	margin: 0;
	padding: 25px;
	padding-bottom: 0;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
}

h1.case-studies {
	font-size: 22px;
	line-height: 28px;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	font-weight: bold;
}

h1.case-studies2 {
	font-size: 22px;
	line-height: 28px;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	font-weight: bold;
}

.left-column {
	float: left;
	margin: 0;
	padding: 0;
	padding-top: 25px;
	padding-bottom: 25px;
	width: 300px;
}

.right-column {
	float: right;
	margin: 0;
	padding: 0;
	padding-top: 25px;
	padding-bottom: 25px;
	width: 570px;
}

.large-left-column {
	margin: 0;
	padding: 0;
	padding-top: 25px;
	padding-bottom: 25px;
}



a.headerlink {
	display: block;
	font-size: 14px;
	line-height: 14px;
	color: #0065a4;
	text-decoration: none;
}

a.headerlink:hover { text-decoration: none;}

ul.normal {
	margin: 0;
	margin-left: 10px;
	padding: 0;
	list-style: none;
}

ul.normal li {
	margin-bottom: 20px;
	padding-left: 20px;
	background: url(image/bullets.gif) no-repeat 0 3px;
}


/*highlight box
--------------------------------------------------------------------*/

.highlight-box {
	list-style: none; 
	margin: 0; 
	padding: 0;
	font-size: 10px;
	line-height: 11px;
	text-transform: uppercase;
}

.highlight-box li {float: left; margin-left: 10px; background: #f1f1f1;}

.highlight-box li a {
	display: block;
	float: left;
	width: 253px;
	margin: 0;
	padding: 10px;
	border: 1px solid #cccccc;
	text-decoration: none;
}

.highlight-box li a:hover {
	border: 1px solid #333333;
}


.highlight-box li a.video {
	padding-top: 170px;
	background: url(image/tour-video.jpg) 10px 10px no-repeat;
}

.highlight-box li a.latest-projects {
	padding-top: 170px;
	background: url(image/latest-projects.jpg) 10px 10px no-repeat;
}

.highlight-box li a.literature {
	padding-top: 170px;
	background: url(image/literature.jpg) 10px 10px no-repeat;
}

/*breadcrumbs
--------------------------------------------------------------------*/
.breadcrumbs {
	list-style: none;
	margin: 0;
	margin-left: 15px;
	padding: 0;
	font-size: 11px;
	line-height: 40px;
}

.breadcrumbs li {
	float: left;
	margin: 0;
	padding: 0;
}

.breadcrumbs li a {
	display: block;
	padding-right: 30px;
	background: url(image/breadcrumb-arrow.gif) right no-repeat;
}

.breadcrumbs li a:hover {text-decoration: underline;}



/*case study page
--------------------------------------------------------------------*/

.info-list {
	margin: 0;
	margin-bottom: 8px;
	padding: 15px;
	padding-bottom: 10px;
	list-style: none;
	font-size: 12px;
	line-height: 13px;
	color: #333333;
	background: #f1f1f1;
	border: 1px solid #cccccc;
}

.info-list li { margin-bottom: 5px;}

.info-list span {color: #666666}

.info-list a {color: #333333; border-bottom: 1px dotted #cccccc;}
.info-list a:hover {color: #333333; border-bottom: 1px dotted #000000; text-decoration: none}

p.casestudy {
	font-size: 16px;
	line-height: 18px;
	padding-bottom: 15px;
}

.cs-left-column {
	float: right;
	margin: 0;
	padding: 0;
	padding-top: 25px;
	padding-bottom: 25px;
	width: 300px;
}

.cs-right-column {
	float: left;
	margin: 0;
	padding: 0;
	padding-top: 25px;
	padding-bottom: 25px;
	width: 570px;
}


/*product pages
--------------------------------------------------------------------*/
.divNBSPlus {
	margin: 0;
	padding: 0;
}

.download-nbs-section {
	clear: both;
	margin: 0;
	margin-bottom: 8px;
	padding: 15px;
	padding-bottom: 10px;
	background: #333333; 	
}

.tech-download a {
	display: block;
	height: 13px;
	width: 260px;
	margin-right: 10px;
	padding: 10px;
	padding-top: 153px;
	font-size: 13px;
	line-height: 13px;
	font-weight: bold;
	background: #dddddd url(image/products/tech-download.jpg) 10px 10px no-repeat;
}

.tech-download a:hover {background: #cccccc url(image/products/tech-download.jpg) 10px 10px no-repeat;text-decoration: none}

h1.productname { margin: 0; padding: 0; position: relative; width: 181px; height: 93px; font-size: 11px; line-height: 13px;}
h1.productname span { position: absolute; top: 0; left: 0; width: 181px; height: 93px; background: url(image/logos/optima-fc.gif) 0 0 no-repeat;}

h1.sc4name { margin: 0; padding: 0; position: relative; width: 181px; height: 93px; font-size: 11px; line-height: 13px;}
h1.sc4name span { position: absolute; top: 0; left: 0; width: 181px; height: 93px; background: url(image/logos/optima-sc4.gif) 0 0 no-repeat;}

h1.tfcname { margin: 0; padding: 0; position: relative; width: 181px; height: 93px; font-size: 11px; line-height: 13px;}
h1.tfcname span { position: absolute; top: 0; left: 0; width: 181px; height: 93px; background: url(image/logos/optima-tfc.gif) 0 0 no-repeat;}

h1.ipcname { margin: 0; padding: 0; position: relative; width: 181px; height: 93px; font-size: 11px; line-height: 13px;}
h1.ipcname span { position: absolute; top: 0; left: 0; width: 181px; height: 93px; background: url(image/logos/optima-ipc.gif) 0 0 no-repeat;}

h1.masname { margin: 0; padding: 0; position: relative; width: 181px; height: 93px; font-size: 11px; line-height: 13px;}
h1.masname span { position: absolute; top: 0; left: 0; width: 181px; height: 93px; background: url(image/logos/optima-mas.gif) 0 0 no-repeat;}

h1.clipon { margin: 0; padding: 0; position: relative; width: 364px; height: 93px; font-size: 11px; line-height: 13px;}
h1.clipon span { position: absolute; top: 0; left: 0; width: 364px; height: 93px; background: url(image/logos/clip-on-coping.gif) 0 0 no-repeat;}

h1.specfabs { margin: 0; padding: 0; position: relative; width: 304px; height: 93px; font-size: 11px; line-height: 13px;}
h1.specfabs span { position: absolute; top: 0; left: 0; width: 304px; height: 93px; background: url(image/logos/spec-fabs.gif) 0 0 no-repeat;}

h1.rainwater { margin: 0; padding: 0; position: relative; width: 232px; height: 93px; font-size: 11px; line-height: 13px;}
h1.rainwater span { position: absolute; top: 0; left: 0; width: 232px; height: 93px; background: url(image/logos/rainwater-systems.gif) 0 0 no-repeat;}


#textslider-nav {
	margin: 0px;
	margin-top: 30px;
	margin-left: 30px;
	padding: 0px;
	list-style: none;
	font-size: 10px;
	line-height: 10px;
	text-transform: uppercase;
}

#textslider-nav li {
	float: left;
}

#textslider-nav li a {
	display: block;
	margin: 0;
	padding: 8px;
	padding-left: 10px;
	padding-right: 10px;
	color: #cccccc;
	background: #333333;
}

#textslider-nav li a:hover {
	color: #ffffff;
	background: #333333;
	text-decoration: none;
}

.description-txt {
	width: 450px;
	font-size: 24px;
	line-height: 26px;
	text-align: right;
}


a.pdf-download {
	display: block;
	font-size: 10px;
	line-height: 26px;
	padding-left: 30px;
	background: url(image/pdf-download.gif) 0 0 no-repeat;
	text-transform: uppercase;
	color: #729eca;
}

a.pdf-download:hover {color: #333333; text-decoration: none}

a.nbs-link {
	display: block;
	width: 79px;
	font-size: 10px;
	padding-top: 22px;
	padding-right: 30px;
	background: url(image/nbsplus-spec-button.gif) 0 0 no-repeat;
	text-transform: uppercase;
	color: #729eca;
}

a.nbs-link:hover {color: #333333; text-decoration: none}

#tech-info {	
	margin-top: 20px;
}

.product-images {
	float: right;
	margin: 0;
	padding: 0;
	width: 500px;
}


/*logo bar
--------------------------------------------------------------------*/

#logo-bar {
	clear: both;
	margin: 0;
	padding: 0;
	margin-top: 25px;
	margin-bottom: 25px;
	border: 1px solid #cccccc;
	height: 70px;
}

#logo-bar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#logo-bar li {
	float: left;
	margin: 10px 32px 10px 32px;
}


/*submenu overview pages
--------------------------------------------------------------------*/

.submenu-boxes {
	list-style: none;
	margin: 0;
	padding: 0;
}

.submenu-boxes li {
	float: left;
	margin: 0;
	padding: 0;
	margin-right: 10px;
	margin-bottom: 10px;
}


.submenu-boxes li a {
	display: block;
	margin: 0;
	padding: 10px;
	width: 195px;
	color: #333333;
	font-size: 11px;
	line-height: 11px;
	text-transform: uppercase;
	font-weight: bold;
	border: 1px solid #cccccc;
	text-decoration: none;
}
.submenu-boxes li a:hover { border: 1px solid #333333;}

.submenu-boxes li a img { margin-bottom: 10px; border: none}


.small {font-size: 10px; line-height: 12px; font-weight: normal}

.list { margin: 0; padding: 0; padding-left: 15px;}
.list li {margin: 0; padding: 0; margin-bottom: 10px;}


.box-info {
	margin: 10px;
	padding: 20px;
	background: #333333;
	color: #ffffff;
}


/*footer
--------------------------------------------------------------------*/



#footer-container {
	clear: both;
	margin: 0;
	padding: 0;
	background: #171717;
}

#footer {
	margin: 0 auto;
	padding: 0;
	padding-top: 15px;
	padding-bottom: 40px;
	width: 910px;
	font-size: 10px;
}

#footer ul {
	width: 480px;
	list-style: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

#footer li {
	display: block;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

#footer li.first { padding-left: 0; border-left: 0;}

#footer p {color: #666666; font-size: 10px;}

#footer a {color: #cccccc; text-decoration: none;}
#footer a:hover {color: #ffffff}


#harris {float: right; clear: both; margin: 0; padding: 0; position: relative; width: 196px; height: 16px;}
#harris span  {position: absolute; top: 0; left: 0; width: 196px; height: 16px; background: url(image/harris-logo.gif) no-repeat;}


/*news
--------------------------------------------------------------------*/

.news-left {
	float: left;
	margin: 0;
	padding: 0;
	width: 670px;
}

.news-section {
	clear: both;
	margin: 0;
	padding: 0;
	margin-top: 20px;
	margin-bottom: 20px;
}

.news-section-date {
	float: left;
	display: block;
	margin: 0;
	margin-top: 10px;
	padding: 10px;
	display: inline;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	background: #171717 url(image/date-bk.jpg) right repeat-y;
}
.news-section-month {
	font-size: 12px;
	display: block;
	color: #dddddd;
}
.news-section-day {
	font-size: 22px;
	display: block;
	padding-top: 3px;
	color: #729eca;
}

.news-text {
	float: left;
	display: block;
	margin: 0;
	padding: 20px;
	width: 570px;
	background: #ffffff;
}

.news-text p {
	margin: 0;
	margin-top: 10px;
	padding: 0;
}


a.full-story-link {
	display: block;
	margin-top: 10px;
	padding-right: 15px;
	width: 100px;
	height: 20px;
	font-size: 9px;
	text-transform: uppercase;
	line-height: 20px;
	text-align: center;
	background: #666666 url(image/read-arrow.gif) no-repeat  right;
	color: #ffffff;
	text-decoration: none;
}
a.full-story-link:hover {
	background: #333333 url(image/read-arrow.gif) no-repeat right;
}


.news-right {
	float: right;
	margin: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px;
	width: 160px;
	background: #333333;
	color: #ffffff;
	line-height: 13px;
}
.news-right a {color: #729eca; text-decoration: none}
.news-right a:hover {color: #729eca; text-decoration: underline}

.news-right ul {
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
	list-style: none;
}

.news-right li {
	margin: 0;
	margin-top: 8px;
	color: #729eca;
}

a.back-link {
	display: block;
	padding-left: 12px;
	width: 110px;
	height: 20px;
	font-size: 9px;
	text-transform: uppercase;
	line-height: 20px;
	text-align: center;
	background: #666666 url(image/back-arrow.gif) no-repeat left;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}
a.back-link:hover {
	color: #ffffff; text-decoration: none; background: #7c7c7c url(image/back-arrow.gif) no-repeat left;
}

.storythumbnail {
	float: left;
	margin: 0;
	margin-right: 20px;
	padding: 0;
	width: 150px;
	height: 150px;
	border: 1px solid #cccccc;
}

p.articlevideo {
	margin: 0 auto;
	width: 480px;
	height: 270px;
	margin-top: 30px;
}


/*contact
--------------------------------------------------------------------*/

.contactlabel {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	width: 50px;
	font-weight: bold;
}

.contactlabel2 {
	display: block;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	color: #0065a4
}

.contact {
	display: block;
	margin: 0;
	padding: 0;
}

.contact a { text-decoration: none; border-bottom: 1px dotted #cccccc}
.contact a:hover { text-decoration: none; border-bottom: 1px dotted #333333}

#map_canvas { height: 500px; width: 570px }
#map { height: 350px; width: 100%;}

#map_container {
	margin: 0;
	padding: 4px;
	border: 1px solid #cccccc;
}

#form_container {
	margin: 0;
	padding: 15px;
	background: #eeeeee;
}

.details {width: 250px;}

#share {
	float: right;
	margin: 0;
	padding: 0;
	padding-top: 13px;
	font-size: 10px;
}

#share a { text-decoration: none; background: none}


.departments {
	margin: 0;
	margin-top: 20px;
	padding: 15px;
	padding-bottom: 5px;
	background: #eeeeee;
}

.departments h2 { margin-top: 0}


/*forms
--------------------------------------------------------------------*/


form p {
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
}

label {
	display: block;
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	color: #0065a4
}

label.smallprint {
	font-size: 10px;
	line-height: 12px;
	text-transform: none;
	color: #333333;
	font-weight: normal;
}

input {width: 270px}

input.radio {
	width: 20px;
	float: right;
}

textarea {
	width: 270px;
	border: 1px solid #cccccc;
	padding: 2px;
	margin-top: 3px;
}


#submit { cursor: pointer; background: #729eca; border: none; color: #ffffff; margin-top: 10px; padding: 10px; text-transform: uppercase;font-weight: bold;}
#submit:hover { background: #333333}

/*accreditation page
--------------------------------------------------------------------*/

.accred_box {
	margin: 0;
	margin-bottom: 20px;
	padding: 15px;
	border: 1px solid #cccccc;
}

.accred_box h3 {
	margin: 0;
	padding: 0;
}

.accred_box img {
	display: block;
	float: right;
	margin: 0;
	padding: 0;
}

.accred_box p {
	width: 350px;
	margin: 0;
	margin-top: 5px;
	padding: 0;
}

.accred_box p a { text-transform: uppercase; font-size: 10px; color: #666666; margin-right: 10px;}
.accred_box p a:hover { text-decoration: underline}

.list-accred-box { font-style: italic}

.list-accred-box li {
	margin: 0;
	margin-bottom: 8px;
	padding: 0;
}

/*intro pages
--------------------------------------------------------------------*/

.intro-column {
	float: left;
	margin: 0;
	padding: 0;
	padding-top: 25px;
	padding-bottom: 25px;
	width: 240px;
}

.intro-column-right {
	float: right;
	margin: 0;
	padding: 0;
	padding-top: 25px;
	padding-bottom: 25px;
	width: 644px;
}

.intro-column-right ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 10px;
	line-height: 10px;
	text-transform: uppercase;
}

.intro-column-right li {
	float: left;
	margin: 0;
	padding: 0;
	margin-left: 20px;
	margin-bottom: 20px;
	background: #f1f1f1;
}

.intro-column-right a {
	display: block;
	width: 280px;
	padding: 10px;
	border: 1px solid #cccccc;
	text-decoration: none;
	overflow: hidden;
}

.intro-column-right a:hover {border: 1px solid #333333}

.intro-column-right li img {
	display: block;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
}

blockquote {
	margin: 20px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 0px;
	font-style: italic;
	color: #0065a4;
}

blockquote span {
	font-size: 15px;
	padding-right: 1px;
}



cite {
	margin: 20px;
	margin-top: 0px;
	margin-left: 0px;
	padding: 0px;
	font-size: 10px;
	text-transform: uppercase;
	font-style: normal;
}


/*links page
--------------------------------------------------------------------*/

#linkslist {
	list-style: none;
	margin: 0;
	margin-top: 30px;
	padding: 0;
}

#linkslist li {
	float: left;
	padding: 10px;
	border: 1px solid #cccccc;
	margin-right: 10px;
	margin-bottom: 10px;
	width: 420px;
	background: #eeeeee;
}

#linkslist h3 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 14px;
	color: #0065a4;
}

#linkslist p {
	margin: 0;
	padding: 0;
}

#linkslist li p a { text-transform: uppercase; font-size: 10px; color: #666666; margin-right: 10px;}
#linkslist li p a:hover { text-decoration: underline}

#gallery {
	width: 570px;
	height: 450px;
}

#galleryone {
	width: 500px;
	height: 400px;
}

.ldrgif {
	display: block;
	margin: 0 auto;
	margin-top: 220px;
	margin-bottom: 220px;
}

#linkArchive a, #linkCurrent a
{
    display:block;
    height:72px;
    font-size:20px;
    line-height:25px;
    color:#666666;
    padding-top:58px;
}
