@import url('960.css');

/* !RESETS ===================== */
html, body, div, span, address, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* !GLOBAL ===================== */
body {
	background: url(../images/body-bg.png) #102c41 center repeat-y;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

a {
	color: #1587c1; /*#7ec4e8; */
	text-decoration: none;
}
a:hover {
	color: #4a8eb1;
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

.left {
    float:left;
    margin:0 12px 10px 0;
}

/* !GLOBAL WRAPPER ===================== */
#global-wrapper {
	background: #f5f8fa;
	height: 26px;
}

ul#global-nav {
	width: 500px;
}


ul#global-nav {
	float: right;
	list-style: none;
	background: url(../images/global-bg.png) top left no-repeat;
	/* margin-right: 10px; */
	padding-left: 63px;
	height: 50px;
	width: 437px;
}
	ul#global-nav li {
		float: left;
		position: relative;
		font-size: 12px;
	}
		ul#global-nav li a {
			text-decoration: none;
			color: #627d90;
			display: block;
			height: 26px;
			line-height: 26px;
			padding: 3px 7px 3px 7px;
		}
		ul#global-nav li a:hover {
			background: #627d90;
			color: #f5f8fa;
			text-shadow: 0 2px 3px #000;
		}

#global-wrapper div.container_16 {position:relative;}

/* !HEADER ===================== */
#header{

}	

p#phone {
	float: right;
	color: #FFF;
	margin: 10px 10px 0 0;
	font-family: Arial;
	font-size: 16px;
	text-align: right;
}
	p#phone span {
		color: #9acbee;
	}
hr#header-break {
	color: #1c4768;
	background: #1c4768;
	/* border-bottom: 1px solid #2e77a5; */
	clear: both;
	margin: 0;
}
form#search {
	float:right;
	margin: 0 10px 0 0;
	padding: 5px 0 0 20px;
	height: 33px;
	width: 193px;
	background: url(../images/search-bg.png) top left no-repeat;
}
form#search fieldset {
	padding: 5px 0 0 5px;
	height: 17px;
}
	form#search input {
		background: url(../images/search-input-bg.png) top left no-repeat;
		height: 13px;
		width: 108px;
		border: none;
		display: block;
		float: left;
		margin-left: 10px;
		padding: 2px;
	}
	form#search input.submit {
		background: url(../images/search-submit-bg.png) no-repeat;
		height: 17px;
		width: 42px;
		color: #FFF;
		font-size: 8px;
		text-shadow: 0 1px 1px #000;
		padding: 0;
	}


	#translations {
		position: absolute;
		top: 34px;
		right: 24px;
		width: 393px;
        z-index:1001;
		padding: 0;
		display: none;
		margin: 0;
		list-style: none;
		border-bottom: 5px solid #627D90;
		overflow: auto;
		background-color: #F5F8FA;
	}
			#translations li {
				float: left;
				margin: 0;
				padding: 0;
				width: 131px
			}
				#translations li a {
					display: block;
					padding: 4px 2px;
					text-align: center;
					text-decoration: none;
					color: #627D90;
					font: 12px Tahoma, Arial, sans-serif;
				}
				#translations li a:hover {
					background-color: #627D90;
					color: #ebebeb;
				}

ul#primary-nav {
	list-style: none;
	margin-left: 10px;
	background: url(../images/primary-nav-bg.png) top left repeat-x;
}
	ul#primary-nav li{
		float: left;
		position: relative;
		font-size: 14px;
	}
		ul#primary-nav li a{
			color: #b5d3e0;
			text-decoration: none;
			padding: 10px 18px 0 18px;
			display: block;
			height: 28px;
		}
		ul#primary-nav ul li a:hover, ul#primary-nav li.active ul li a:hover {
			color: #000;
			background: #FFF;
		}
		ul#primary-nav li.active a {
			background: #dce4eb;
			color: #454545;
		}
ul#primary-nav ul, ul#primary-nav li.active ul {
	margin: 8px 0 0;
	display: none;
	position: absolute;
	left: 0;
	z-index: 500;
	list-style: none;
	background: url(../images/primary-nav-ul-bg.jpg) #162132 bottom left repeat-x;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
}
	ul#primary-nav ul li, ul#primary-nav li.active ul li {
		font-size: 12px;
	}
		ul#primary-nav ul li a, ul#primary-nav li.active ul li a {
			width: 205px;
			padding: 5px 10px;
			height: auto;
			border-top: 1px solid #BBB;
			background: url(../images/primary-nav-ul-a-bg.gif) #dce4eb left center repeat-x;
			color: #777;
		}
		ul#primary-nav ul li.first a, ul#primary-nav li.active ul li.first a {
			/* margin-top: 10px; */
		}
		ul#primary-nav ul li.last a, ul#primary-nav li.active ul li.last a {
/* 			margin-bottom: 10px; */
			-moz-border-radius-bottomleft: 10px;
			-moz-border-radius-bottomright: 10px;
			-webkit-border-bottom-right-radius: 10px;
			-webkit-border-bottom-left-radius: 10px;
			padding-bottom: 8px;
		}
		a.hover {
			background: #162132;
			color: #FFF;
			/* text-shadow: 0 0 3px #0084ff; */
		}
#banner {
	height: 172px;
}

#breadcrumb-wrapper {
	background: url(../images/breadcrumb-bg.png) top center repeat-y;
	height: 35px;
}
	span.B_crumbBox {
		font-size: 11px;
		margin: 9px 0 0 9px;
		display: block;
		float: left;
		color: #BBB;
	}
	a.B_crumb{
		color: #EEE;
	}
	span.B_currentCrumb {
		color: #FFF;
	}
a#rfq-btn {
	background: url(../images/rfq-btn.jpg) top left no-repeat;
	display: block;
	height: 22px;
	width: 191px;
	float: right;
	text-indent: -9999px;
	margin: 6px 20px 0 0;
}

/* !SIDEBAR LEFT =================== */
#sidebar-left {
}
#sidebar-left h3 a{
	width: 130px;
	background: #eff3f4;
	margin: 10px 0 0 0;
	padding: 8px;
	font-size: 14px;
	color: #b8c7d2;
	border-top: 1px solid #d7e4e8;
	border-bottom: 1px solid #d8dee1;
	border-left: 1px solid #d7e4e8;
	border-right: 1px solid #d7e4e8;
	display: block;
}
ul#secondary-nav {
	list-style-position: inside;
	list-style: none;
}
	ul#secondary-nav li{
		
	}
		ul#secondary-nav li a{
			color: #1b527c;
			font-size: 11px;
			/* background: url(../images/secondary-nav-arrow2.gif) #eff3f4 left center no-repeat; */
			background: #eff3f4;
			width: 126px;
			border-top: 1px solid #f8fafa;
			border-bottom: 1px solid #d8dee1;
			border-left: 1px solid #d7e4e8;
			border-right: 1px solid #d7e4e8;
			padding: 5px 10px;
			display: block;
			text-decoration: none;
		}
		ul#secondary-nav li.active {
			/* background: url(../images/secondar-nav-active-arrow.gif) 147px 5px no-repeat; */
		}
		ul#secondary-nav li.active a {
			background: url(../images/secondar-nav-active-bg.gif);
			color: #FFF;
			border-right: none;
			border-top: none;
		}
		ul#secondary-nav li a:hover {
			text-decoration: underline;
		}
ul#secondary-nav ul {
	display: none;
	list-style: none;
}		
ul#secondary-nav li.active ul {
	display: block;
}
ul#secondary-nav ul li.active {
	background: url(../images/secondary-nav-ul-arrow.gif) 147px center no-repeat;
}
ul#secondary-nav ul li.active a, ul#secondary-nav li.active ul li a{
	background-image: url(../images/secondar-nav-active-ul-bg.gif);
/*
	padding-left: 26px;
	width: 121px;
*/
	border-bottom: 1px solid #97c3e0;
}
ul#secondary-nav ul li.active a {
	font-weight: bold;
}
ul#secondary-nav ul li.active.last a, ul#secondary-nav li.active ul li.last a {
	border-bottom-color: #d8dee1;
}
/* !HOMEPAGE ===================== */	
#banner-home {
	height: 228px;
}
	#banner-home ul, #banner-home li {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#banner-home li {
		width: 940px;
		height: 228px;
		overflow: hidden;
	}
	#controls {
		position: relative;
		top: 150px;
		z-index: 100;
	}
	#prevBtn, #nextBtn{
		background: #d8e5eb;
		display:block;
		width:36px;
		height: 37px;
		top: 60px;
		left: 10px;
		position: absolute;
		background: url(../images/prevBtn.gif) top left no-repeat;
		z-index: 2;
	}
	#nextBtn {
		left: 914px;
		background: url(../images/nextBtn.gif) top left no-repeat;
	}
	#prevBtn a, #nextBtn a{  
		display:block;
		width:36px;
		height: 37px;
		text-align: center;
		color: #1e374a;
		text-indent: -99999px
	}
	#prevBtn a:hover, #nextBtn a:hover {
		text-decoration: none;
	}
#content-home-bg {
	background: url(../images/content-home-bg.gif) top left repeat-x;
}
	#content-home-wrapper h1 {
		margin: 0 0 0 25px;
		font-size: 22px;
		color: #6988a1;
		letter-spacing: .05em;
		text-shadow: 0 0 3px #AAA;
	}
		#content-home-wrapper h1 span{
			color: #1e374a;
			font-weight: bold;
		}
	#content-home-wrapper p {
		margin: 5px 35px 10px 25px;
		font-size: 13px;
		color: #6988a1;
		width: 650px;
	}
a#rfq-home-btn {
	background: url(../images/rfq-home-btn.gif) top left no-repeat;
	display: block;
	height: 42px;
	width: 182px;
	float: right;
	text-indent: -9999px;
	margin: 20px 50px 30px 0;
}
#buckets-wrapper h2, #buckets-wrapper h4{
	font-size: 16px;
	margin: 12px 0 12px 16px;
	padding: 0 0 0 12px;
	color: #1e374a;
	background: url(../images/home-h2-bg.gif) left center no-repeat;
}
#buckets-wrapper h4 {
	background: none;
	margin: 0;
}
	#buckets-wrapper h2 span, #buckets-wrapper h4 span {
		color: #6988a1;
	}
#buckets-wrapper div#right {
	margin: 12px 0 0 0;
	border-left: 1px solid #d9e3e7;
}
#news-wrapper {
	background: #f5f9fb;
	border: 1px solid #dde4e9;
	margin: 22px 0 0 12px;
}
	#news-wrapper p {
		margin: 5px;
		font-size: 10px;
		color: #a7adaf;
	}	
	#news-wrapper a#all-news {
		text-align: right;
		font-size: 9px;
		display: block;
		margin: 0 10px 5px 0;
	}
.bucket {
	width: 320px;
	height: 75px;
	float: left;
	background:#fcfcfc url(../images/bucket-bg.gif) top left repeat-x;
	margin: 10px 0 0 20px;
	border: 1px solid #dde4e9;
}
.bucket.right {
	margin-left: 10px;
}
	.bucket a.icon, .bucket img {
		float: left;
		position: relative;
		padding-right: 5px;
	}
	.bucket h3 a{
		margin: 8px 0 0 0;
		color: #1e374a;
		text-decoration: none;
		font-size: 12px;
		font-weight: bold;
		width: 245px;
		display: block;
		position: relative;
		margin-left: 68px;
	}
	
	.bucket h3 a{
		margin-left: 0;
	}
	
	.bucket h3 a:hover {
		text-decoration: underline;
	}
	.bucket p {
		font-size: 10px;
		position: relative;
		color: #666666;
		margin-left: 68px;
	}
	.bucket a.learn-more {
		font-size: 9px;
		font-weight: bold;
	}
	.bucket ul{
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	
	.bucket ul li{
		margin: 0;
		padding: 0;
	}
	
	.bucket p{
	padding-top: 5px;
		line-height: 1.6;
		padding-left: 15px;
	}
	
	.bucket p a {
		font-size: 12px;
		
		/* margin-left: 15px; */
	}

/* !CONTENT ===================== */
#content-bg {
	background: url(../images/content-wrapper-bg.png) #f1f8fb top left repeat-x;
	overflow: visible;
}
#content {
	margin-top: 30px;
}
	#content h1 {
		color: #6988a1;
		font-size: 20px;
		margin: 0 0 0 35px;
		padding-bottom: 5px;
		text-shadow: 1px 1px 2px #DDD;
		/* border-bottom: 1px inset #999; */
	}
	#content h2 {
		margin: 10px 0 0 35px;
		color: #3c8cbf;
		font-size: 16px;
		text-shadow: 1px 1px 2px #EEE;
		border-top: 1px solid #E0E0E0;
		padding-bottom:0;
		padding-top: 5px;
		
	}
	#content h3 {
		margin: 10px 20px 0 0;
		color: #112d43; /* #3c8cbf; */
		font-size: 14px;
		text-shadow: 1px 1px 2px #EEE;
		padding-bottom: 0;
		font-weight: bold;
	}
	
	#content.grid_12 h3{
		margin-left: 35px;
	}
	
	#content p, #content address, #content ul{
		margin: 10px 20px 0 35px;
		font-size: 13px;
		color: #555;
	}
	
	#content.grid_12 ul{
		margin: 10px 10px 10px 60px;
	}  
	  
	#content form, #content hr {
		margin: 0 18px 0 35px;
	}
	#content form {
		margin-top: 10px;
		margin-bottom: 10px;
	}

        #content table {
		font-size: 13px;
		color: #555;
                margin:1em 0;              
        }
        #content table td {
                padding: 0px 50px 0 0;
        }
        
        #news-editor table td{
        	padding: 0 !important;
        }
        
        #news-editor table{
        	margin: 0 !important;
        }
        
#map {margin:1em 2em;}
/* THREE COLUMN (LEFT COLUMN) */
#content.three_col {
	margin-top: 30px;
}
	#content.three_col h1{
		margin-left: 0;
	}
	#content.three_col p {
		margin-left: 0;
	}
	#content.three_col h2 {
		color: #3c8cbf;
		font-size: 16px;
		margin: 10px 0 0 0;
		text-shadow: 1px 1px 2px #EEE;
		padding-bottom: 0;
	}
/*
	#content.three_col ul {
		margin: 10px 0 0 25px;
	}
		#content.three_col ul li {
			font-size: 12px;
			 margin: 10px 0 0 0;
			color: #555;
			line-height: 1.6;
		}
*/
	#content.three_col img {
		/* border: 1px solid #BBB; */
		/* padding: 5px; */
		/* background: #fff; */
		margin: 0 auto 15px auto;
	}
	
/* THREE COLUMN (RIGHT COLUMN) */
#right-col {
	float: right;
	margin: 10px 15px 10px 10px;
}
#related-docs {
	background: #f4f7f9;
	border: 1px solid #d7e4e8;
	padding-bottom: 3px;
}
	#related-docs span {
		color: #555 /* #b8c7d2 */;
		font-size: 14px;
		padding: 5px;
		display: block;
		margin-bottom: 3px;
		border-bottom: 1px solid #d7e4e8;
	}
	#related-docs a, a.pdf {
		display: block;
		font-size: 11px;
		margin-left: 5px;
		padding: 0 0 3px 18px;
		margin: 5px 0 3px 5px;
		background: url(../images/pdf-icon.gif) left top no-repeat;
		color: #666;
	}
	
	a.pdf{
		display: inline-block;
		font-size: 12px;
		margin: 2px 0 3px 2px;
	}
img#product-logo {
	display:block;
	margin:20px auto;
	position:relative;
}
p#tech-data-btn {
	background: url(../images/tech-data-bg.gif) top left repeat-x;
	color: #FFF;
	display: block;
	font-size: 14px;
	margin: 0;
	text-align: center;
	padding: 5px 0;
	cursor: pointer;
	border: 1px solid #d7e4e8;
}
	p#tech-data-btn span {
		background: url(../images/tech-data-active.gif) 15px center no-repeat;
		display: block;
	}
	p#tech-data-btn.deactivate span {
		background-image: url(../images/tech-data.gif);
	}
#tech-data {
	background: #FFF;
	border: 1px solid #d7e4e8;
	border-top: none;
	cursor: pointer;
	display: none;
}
	#tech-data hr {
		margin: 10px;
	}
	#tech-data span {
		display: block;
		color: #3686bb;
	}
	#tech-data span {
		font-size: 10px;
		margin: 0;
		padding: 5px 10px;
	}
#tech-data ul {
		font-size: 10px;
		margin: 0;
		padding: 0;
		list-style: none;
	}

	#tech-data li {
		font-size: 10px;
		margin: 0;
		padding: 5px;
		border-bottom: 1px dashed #BBB;
	}
	#tech-data strong {
		display: block;
		padding-bottom: 2px;
		}

/* !SIDEBAR RIGHT ===================== */
#sidebar-right {
	border-left: 1px solid #d9e3e7;
	margin-left: 0;
	padding-left: 18px;
	padding-top: 10px;
	margin-top: 10px;
	min-height: 250px;
}

	#sidebar-right h4 {
		background: url(../images/quick-contact-h4-bg.gif) top left repeat-x;
		color: #1e374a;
		width: 188px;
		height: 33px;
		padding-top: 10px;
		text-align: center;
		border-right: 1px solid #cedfe5; 
		border-top: 1px solid #cedfe5;
		border-left: 1px solid #cedfe5;
		margin-top: 20px;
	}
		#sidebar-right h4 span {
			color: #6988a1;
		}

/* !QUICK CONTACT (FORM) =============== */
form#quick-contact {
	width: 169px;
	background: url(../images/quick-contact-bg.gif) #f3f6f8 top left repeat-x;
	border: 1px solid #cedfe5;
	padding: 0 0 0 19px;
	margin-bottom: 30px;
}
	form#quick-contact em {
		font-size: 10px;
		margin: 10px 0;
		display: block;
	}
	form#quick-contact p.errors {
		font-size: 11px;
		padding-right: 15px;
		margin-bottom: 5px;
	}
	
	form#quick-contact p.errors strong {
		display: block;
		margin-bottom: 5px;
	}
		form#quick-contact em span {
			color: #F00;
		}
	form#quick-contact input, form#quick-contact textarea {
		width: 144px;
		border: 1px solid #b7cbd2;
		padding: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	}
	form#quick-contact label {
		font-size: 11px;
		color: #737373;
		margin-left: 2px;
	}
	form#quick-contact input.submit,
	form#contact input.submit,
	form#rfq-form input.submit {
		background: #5ca4ca;
		height: 20px;
		width: 50px;
		color: #FFF;
		font-size: 10px;
		text-shadow: 0 1px 1px #000;
		padding: 0;
		margin: 8px 0 8px 2px;
	}
/* CONTACT & RFQ (FORM) =============== */
form#contact, form#rfq-form {
	width: 300px;
}
	form#contact input, form#contact label,
	form#rfq-form input, form#rfq-form label {
		display: block;
	}
	form#contact em,
	form#rfq-form em {
		font-size: 10px;
	}
		form#contact em span, form#contact label span,
		form#rfq-form em span, form#rfq-form label span {
			color: #F00;
		}
	form#contact label,
	form#rfq-form label {
		font-size: 12px;
	}
	form#contact input.submit,
	form#rfq-form input.submit {
		margin: 10px 0 0 0;
		text-shadow: none;
	}
/* !NEWS EDITOR FORM ===================== */
form#news-editor {
	margin-left: 35px;
	font-size: 12px;
}

a.nm_add_page {
	padding: 5px;
	display: block;
	width: 127px;
	margin: 10px 0 10px 35px;
	color: #FFF;
	text-align: center;
	font-size: 14px;
	background: url(../images/primary-nav-bg.png) left center repeat-x;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.nm_row_even, .nm_row_odd {
	margin: 0 35px;
	padding: 10px;
	border:1px solid #BBBBBB;
	margin:0 35px 10px;
	padding:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.nm_row_even {
	background: #F3F6F8;
}
.nm_row_odd {
	background: #FFF;
}
.nm_title {
	padding: 0 0 20px 0;
}
.nm_button {
	float: left;
	position: relative;
	margin-left: 5px;
}
	#content div.nm_button form {
		margin: 0;
	}
	
/* !NEWS PAGE (DITTO FORMATTING) ============ */
.ditto_item {
	border: 1px solid #BBB;
	background: #FFF;
	margin:0 18px 10px 35px;
	padding:5px 0;
	clear: both;
	overflow: auto;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
}

h3.ditto_pageTitle {
	background: url(../images/primary-nav-ul-a-bg.gif) #FFF top center repeat-x;
	margin: 5px 0 5px 0 !important;
	display: block;
	font-weight: bold;
	padding:0 0 5px 5px;
	border-bottom: 1px solid #BBB;
	text-shadow: 0 2px 2px #FFF;
}
	h3.ditto_pageTitle a {
		color: #666;;
	}
h4.ditto_subTitle {
	font-size: 15px;
	color: #1587C1;
	padding:10px 0 0 10px;
	font-style: italic;
}

span.ditto_documentInfo {
	font-size: 10px;
	color: #999;
	margin-top: 5px;
	padding-left: 10px;
}
.ditto_introText {
	padding-left: 10px;
}
.ditto_readMore a{
	font-size: 12px;
	font-weight: bold;
	display: block;
	margin: 5px 10px 0 15px;
	float: right;
}
/* next & previous buttons */
#ditto_pages {
	margin: 5px 0 5px 35px;
	overflow: auto;
}
#content p.ditto_pagesShown {
	font-size: 10px;
}
.ditto_currentpage, .ditto_page, .ditto_next_link, .ditto_previous_link, .ditto_off {
	display: block;
	float: left;
	padding: 2px 5px;
	border: 1px solid #BBB;
	margin: 2px;
	background: #FFF;
	font-size: 12px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.ditto_off {
	color: #999;
}
/* NEWS PAGE LAYOUT ============= */
.news_subTitle, .news_showAll {
	margin-left: 35px;
}
.news_subTitle {
	font-style: italic;
	font-size: 14px;
	color: #333;
	margin-top: 10px;
}
.news_showAll {
	font-size: 10px;
	margin: 10px 0 0 40px;
	font-weight: bold;
	border: 1px solid #BBB;
	padding: 5px;
	background: #FFF;
	width: 100px;
	display: block;
}

/* WAYFINDER CALLS ============= */
/* Insulating Coatings Landing */
ul#internal-wf {
	margin: 15px 0 0 35px !important;
	padding: 0;
	list-style: none;
}
	ul#internal-wf li {
		/* height: 115px; */
		/* height: 85px; */
		margin: 0 10px 10px 0;
		padding: 5px;
		border: 1px solid #dce3e8;
		background: url(../images/internal-wf-bg.png) #f7f9fa top left repeat-x;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		overflow: auto;
	}
	ul#internal-wf img {
		/* float: left; */
		/* margin-bottom: 10px; */
		/* margin: 5px; */
	}
	ul#internal-wf p {
		font-size: 12px;
		margin: 5px 10px 10px 10px;
		display: block;
	}
	ul#internal-wf p.title a {
		color: #1e374a;
		font-size: 14px;
		/* font-weight: bold; */
		margin-bottom: 0;
	}
	ul#internal-wf a.learn-more {
		color: #59a3c9;
		font-size: 11px;
		font-weight: bold;
		display: block;
	}
/* Applications Landing */
ul#application-wf {
	margin: 15px 0 0 35px;
	list-style: none;
}
	ul#application-wf li {
		float: left;
		width: 200px;
		border: 1px solid #BBB;
		margin:0 10px 10px 0;
		position: relative;
	}
		ul#application-wf li a {
			display: block;
			background: url(../images/primary-nav-ul-a-bg.gif) #FFF top center repeat-x;
			padding: 5px;
			color: #333;
			font-weight: bold;
			font-size: 14px;
			border-bottom: 1px solid #BBB;
		}
ul#application-wf ul {
	list-style: none;
	background: #FFF;
}
	ul#application-wf ul li {
		width: auto;
		border: none;
		margin: 0;
		float: none;
		
	}
		ul#application-wf ul li a {
			background: none;
			padding: 2px 10px;
			color: #7ec4e8;
			font-weight: normal;
			font-size: 12px;
			border: none;
			color: #666;
		}
		ul#application-wf ul li a:hover {
			color: #4a8eb1;
		}
		ul#application-wf li.last a {
			border: none;
		}

/* !DEALER LIST ============ */
.dealer-list-holder {
	margin: 10px 20px 0 35px;
}

.dealer-list{
	width: 100%;
	color: #333;
}

.dealer-list td,th {
	text-align: left;
	font-size: 12px;
	padding: 2px 5px !important;
	line-height: 20px;
}
.dealer-list th {
	background: #333;
	color: #FFF; 
	font-weight: bold;
	text-align: center;
}
.dealer-list tr.odd {
	background: #DDD;
}

	.dealer-list strong a{
		text-decoration: underline;
		color: #333;
	}

.dealer-list a span{
	color: #ebebeb;
	font-size: smaller;
}

.dealer-list a, .dealer-list a img {
	display: block;
	margin: 0 auto;
}
/* !VIDEO PLAYER ========== */
#kaltura_player {
	margin: 20px 50px;
}

#videos {margin-left:2em;}
#videos object {margin:2em 0;}
		
/* !FOOTER ===================== */
#footer-wrapper {
	background: url(../images/footer-wrapper-bg.png) #f4f5f6 top left repeat-x;
	clear:both;
	height: 150px;
	position: relative;
	bottom: 0;
	width: 100%;
}
#footer {
	background: url(../images/footer-bg.png) top center no-repeat;
	width: 1000px;
	margin: 0 auto;
	padding: 50px 0 0 0;
}
hr#footer-break {
	color: #d1d6d8;
	background: #d1d6d8;
	border-color: #FFF;
	border-style: solid;
	border-width: 0 0 1px 0;
	clear: both;
	padding: 1px 0 0 0;
	margin: 0 auto;
	width: 940px;
}
div#address {
	font-size: 10px;
	margin: 20px 0 0 50px;
	width: 575px;
	float: left;
	color: #6988a1;
}
	div#address strong {
		font-weight: bold;
	}
	
	div#address p{
		margin: 0 40px 5px 0;
		float: left;
	}
ul#footer-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
	margin: 15px 25px 0 0;
}
	ul#footer-nav li {
		float: left;
		position: relative;
	}
		ul#footer-nav li a {
			color: #6988a1;
			font-size: 10px;
			text-decoration: none;
			padding: 0 5px;
			border-left: 1px solid #6988a1;
		}
		ul#footer-nav li a:hover {
			text-decoration: underline;
		}
		ul#footer-nav li.first a {
			border: none;
		}
p#credits {
	margin: 10px 30px 0 0;
	font-size: 10px;
	display: block;
	text-align: right;
	color: #BBB;
	float:right;
}
/* !SITEMAP WF =============== */
ul#sitemap {
	list-style: none;
}
ul#sitemap li a {
	color: #333;
}
ul#sitemap ul {
	margin-top: 5px !important;
	margin-left: 25px !important;
}
	ul#sitemap ul li a {
		color: #7ec4e8;
	}
/* !AJAX SEARCH STUFF =============== */
.AS_ajax_resultsIntroFailure {
	font-size: 14px;
	color: #F00;
	margin-left: 35px;
}
.ajaxSearch_resultLink, .ajaxSearch_resultDescription {
	font-size: 14px;
}
.ajaxSearch_result {
	border-bottom: 1px solid #DDD;
	margin:0 18px 0 35px;
	padding: 15px 10px;
}
div.ajaxSearch_resultExtract p{
	margin: 10px 0 0 0 !important;
}
.ajaxSearch_highlight {
	background: #FF0;
}

.ajaxSearch_paging{
	display: block;
margin:0px 18px 0px 35px;
padding: 10px 0;
font-size: 12px;
}

img.floatright{
	float: right;
	margin: 0 0 10px 10px !important;
}

img.floatleft{
	float: left;
	margin: 0 10px 10px 0 !important;
}

img.centered{
	margin: 0 auto;
	display: block;
}

a img{
	border: 0;
}

div.cols{
	overflow: auto;
}

p.twocols{
	width: 48% !important;
	margin-right: 1.5% !important;
	float: left !important;
}

p.threecol{
	width: 32% !important;
	margin-right: 1% !important;
	float: left !important;
}


#content #contact input,
#content #rfq-form input{
	width: 150px;
	padding: 3px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}


#content select{
	margin-bottom: 10px;
}

#content textarea{
	width: 250px;
	height: 100px;
	border: 1px solid #ccc;
}

#content form p{
	margin: 10px 0;
}

div.video{
	padding:0 0 15px 35px;
	display: none;
}

#video-thumbs{
	margin: 10px 0 0 35px;
}

#video-thumbs img{
	padding-bottom: 5px;
}

#video-thumbs p{
	float: left;
	padding: 0 10px 10px 0;
	margin: 0;
	width: 190px;
	text-align: center;
}

#video-full h2{
	padding: 5px 0;
	margin: 10px 0 15px 0;
}

#video-full .close{
	position: absolute;
	top: 40px;
	right: 0;
}

div.special, input.valid{
	display:none;
}
#contact .valid, #rfq-form .valid{
	display:none;
}


img.messengerBtn{
	margin:10px 0px 0px 12px;
}

div#messengerContainer ul{
	list-style-type:none;
}
div#messengerContainer ul li a{
	font-weight:bold;
}

p.backTop{
	text-align:center;
	padding-bottom:30px;
}
p.backTop a{
	font-size:12pt;
}


