/* resets */
body {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0 0 12px 0;
	font-weight: normal;
}
a img {
	border: 0;
}
a {
	outline: none;
}

/* cms styles */
#main .page-video {
	text-align: center;
	margin: 24px 0;
}
#main .photoset {
	margin: 12px 0;
}
#main .photoset img {
	float: left;
	margin: 6px 15px 9px 0;
	border: 2px solid #666;
}
#main .rf-paragraph {
	margin: 0 0 18px 0;
}
#main img.page-image {
	margin: 0 0 12px 12px;
	border: 2px solid #666;
	float: right;
}
#main img.banner-image {
	margin: 0 0 12px 0;
	border: 2px solid #666;
	width: 633px;
}
#main img.right, #main div.right {
	margin: 0 0 12px 12px;
	border: 2px solid #666;
    float: right;
}
#main img.left, #main div.left {
	margin: 0 12px 12px 0;
	border: 2px solid #666;
    float: left;
}

/* styles */
body {
	background: #fff;
}
#body {
	font: 15px "Trebuchet MS", Arial, Helvetica, sans-serif;	
	color:#1B2B1D;
	font-size: 15px;
	line-height: 32px;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
}
#header {
	
}
#logo-wrap {
	background: url(/images/logowrapbg.jpg) repeat-x top center;
}
#logo {
	background: url(/images/logobg.jpg) no-repeat top center;
	height: 135px;
	width: 960px;
	margin: 0 auto;
}
#nav-wrap {
	background: url(/images/navwrapbg.jpg) repeat-x top center;
}
ol#nav {
	list-style-type: none;
	padding: 0;
	margin: 0;
	background: url(/images/navbg.jpg) no-repeat top center;
	height: 48px;
	width: 960px;
	margin: 0 auto;
}

ol#nav li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
ol#nav a {
	color: #fff;
	display: block;
	height: 48px;
}
ol#nav a span {
	display: none;
}
ol#nav a#nav-logo {
	width: 180px;
}
ol#nav a#nav-about_us {
	width: 82px;
	background: url(/images/nav-about_us.jpg) no-repeat;
}
ol#nav a#nav-markets {
	width: 76px;
	background: url(/images/nav-markets.jpg) no-repeat;
}
ol#nav a#nav-products {
	width: 86px;
	background: url(/images/nav-products.jpg) no-repeat;
}
ol#nav a#nav-technology {
	width: 99px;
	background: url(/images/nav-technology.jpg) no-repeat;
}
ol#nav a#nav-sustainability {
	width: 122px;
	background: url(/images/nav-sustainability.jpg) no-repeat;
}
ol#nav a#nav-careers {
	width: 76px;
	background: url(/images/nav-careers.jpg) no-repeat;
}
ol#nav a#nav-news {
	width: 52px;
	background: url(/images/nav-news.jpg) no-repeat;
}
ol#nav a#nav-contact_us {
	width: 96px;
	background: url(/images/nav-contact_us.jpg) no-repeat;
}
ol#nav a:hover, ol#nav a.active {
	background-position: 0 -48px !important;
}

#page-title {
	padding: 42px 15px 24px 30px;
}
#page-title h1 {
	color: #B8C8CE;
	font-size: 56px;
	line-height: 60px;
	letter-spacing: 6px;
	margin: 0;
	text-transform: lowercase;
}
#main {
	background: url(/images/watermark.jpg) no-repeat 50px 28px;
}

#sidebar {
	width: 180px;
	padding-left: 30px;
	float: left;
}
#sidebar ol#subnav {
	list-style-type: none;
	margin: 0;
	padding: 10px 0;
}
#sidebar ol#subnav li {
	margin: 0;
	padding: 0;
}
#sidebar ol#subnav li a {
	color:#6A7C82;
	font-size: 13px;
	text-decoration: none;
}
#sidebar ol#subnav li a:hover, #sidebar ol#subnav li a.active {
	background: #eee;
}

#content {
	min-height: 500px;
	width: 520px;
	float: left;
}
#content-int {
	padding: 6px 30px;
}

#page-image {
	width: 225px;
	float: left;
	padding-top: 15px;
}


/* styles */

#main h2 {

}
#main h3 {
	
}
#main h4 {

}

#main form {
	margin: 24px 0;
}
#main form label {
	width: 100px;
	padding: 3px 15px 3px 0;
	text-align: right;
	float: left;
}
#main form input.text {
	border: 1px solid #999;
	padding: 2px;
	width: 200px;
	font: 14px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #666;
}
#main form textarea {
	font: 14px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	color: #666;
	border: 1px solid #999;
	padding: 2px;
	width: 300px;
	height: 150px;
}


/* markets */

#main .market-table {
	margin-bottom: 18px;
	line-height: 28px;
}
#main .market-table h2 {
	margin-bottom: 3px;
	color: #0075bf;
    font-size: 18px;
    font-weight: bold;
}
#main .market-table .headers {
	height: 28px;
	clear: both;
	margin-bottom: 2px;
}
#main .market-table .row {
	clear: both;
	margin-bottom: 2px;
}
#main .market-table .spacer {
	width: 2px;
}
#main .market-table .column1 {
	width: 246px;
	margin-right: 2px;
}
#main .market-table .column2 {
	width: 196px;
}
#main .market-table .colhead {
	background-color: #0075BF;
	color: #FFFFFF;
	font-size: 11px;
	position: relative;
	text-transform: uppercase;
	float: left;
	padding: 0 4px;
	font-weight: bold;
}
#main .market-table .col {
    cursor: pointer;
	padding: 8px 4px;
    font-size: 13px;
    line-height: 16px;
    color: #000;
    font-weight: normal;
}
#main .market-table .row-even .col {
	background: #8ab0df;
}
#main .market-table .row-odd .col {
	background: #c8d8ef;
}
#main .market-table .row-hover .col {
	background: #6a94d1;
}
#main .market-table .description {
	background: #e3ebf7;
	padding: 8px 4px;
    font-size: 13px;
    line-height: 16px;
    color: #000;
    font-weight: normal;
	margin-bottom: 2px;
}


/* products */

#main .product-table {
	margin-bottom: 18px;
	line-height: 28px;
}
#main .product-table .headers {
	height: 28px;
	clear: both;
	margin-bottom: 2px;
	background-color: #0075BF;
	color: #FFFFFF;
	font-size: 11px;
	position: relative;
	text-transform: uppercase;
	padding: 0 4px;
	font-weight: bold;
}
#main .product-table .title {
	clear: both;
	margin-bottom: 2px;
	cursor: pointer;
	padding: 8px 4px;
    font-size: 13px;
    line-height: 16px;
    color: #000;
    font-weight: normal;
}
#main .product-table .row-even {
	background: #8ab0df;
}
#main .product-table .row-odd  {
	background: #c8d8ef;
}
#main .product-table .row-hover  {
	background: #6a94d1;
}
#main .product-table .description {
	background: #e3ebf7;
	padding: 8px 4px;
    font-size: 13px;
    line-height: 16px;
    color: #000;
    font-weight: normal;
	margin-bottom: 2px;
}

#main #sample_request_form {
    
}

#main #sample_request_form label {
    display: block;
    float: none;
    width: 400px;
    text-align: left;
}

#main #sample_request_form .spec_req_text {
    display: block;
    padding-bottom: 20px;
    padding-left: 30px;
}

/* homepage  */

#body.homepage #nav-wrap {
	background: url(/images/navwrapbg-home.jpg) repeat-x top center;
}
#body.homepage ol#nav {
	background: url(/images/navbg-home.jpg) no-repeat top center;
	height: 48px;
}
#body.homepage ol#nav a#nav-about_us {
	width: 89px;
	background: url(/images/nav-about_us-home.jpg) no-repeat;
}
#body.homepage ol#nav a#nav-markets {
	width: 83px;
	background: url(/images/nav-markets-home.jpg) no-repeat;
}
#body.homepage ol#nav a#nav-products {
	width: 92px;
	background: url(/images/nav-products-home.jpg) no-repeat;
}
#body.homepage ol#nav a#nav-technology {
	width: 108px;
	background: url(/images/nav-technology-home.jpg) no-repeat;
}
#body.homepage ol#nav a#nav-sustainability {
	width: 135px;
	background: url(/images/nav-sustainability-home.jpg) no-repeat;
}
#body.homepage ol#nav a#nav-careers {
	width: 82px;
	background: url(/images/nav-careers-home.jpg) no-repeat;
}
#body.homepage ol#nav a#nav-news {
	width: 57px;
	background: url(/images/nav-news-home.jpg) no-repeat;
}
#body.homepage ol#nav a#nav-contact_us {
	width: 107px;
	background: url(/images/nav-contact_us-home.jpg) no-repeat;
}

#body.homepage #page-title {
	padding: 42px 15px 6px 270px;
}
#body.homepage #page-title h1 {
	color: #B8C8CE;
	font-size: 66px;
	line-height: 76px;
	letter-spacing: 14px;
}
#body.homepage #sidebar { 
	display: none;
}
#body.homepage #wrapper {
	position: relative;
}
#body.homepage #main {
	background: none;
}
#body.homepage #content {
	min-height: 300px;
	width: 630px;
	float: none;
	padding-left: 330px;
}
#flashcontent {
	width: 300px;
	top: 70px;
	left: 30px;
	position: absolute;
	z-index: -3;
}

#error {
    font-style: italic;
}

.other_span {
    margin-left: 10px;
}

.red {
    color: #CC0000;
}

.error_field {
    color: #CC0000;
}


/* footer */
#footer {
	background: url(/images/tagline.jpg) no-repeat top right;
	font-size: 10px;
	line-height: 20px;
	padding: 50px 70px 20px 222px;
	margin: 0 15px;
	color: #7eabcc;
	text-transform: uppercase;
}
#footer a {
	color: #999;
	text-decoration: none;
}
#footer a:hover {
	color: #023246;
}




/* other styles */
.clear {
	clear:both;
}
.fakelink {
	color: #999;
	text-decoration: underline;
}