@charset "utf-8";

/* ------------------------------------------- global styles ------------------------------------------------- */

html {
     overflow: -moz-scrollbars-vertical;
}

/* Remove border around linked images */
img {
	border: 0;
	padding: 0;
	margin: 0;
	}

body {
	margin: 0px;
	padding: 0px;
	background-color: #0e8142;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 20px;
	text-align: center;
}

h2 {
	font-size: 16px;
	margin: 5px 0px;
}

h3 {
	font-size: 16px;
}

h4 {
}

h5 {
}

h6 {
}

p {
	font-size: 14px;
	line-height: 20px;
}

img.border {
	border: 1px solid #336600;
}

img.right {
	float: right;
	margin: 0px 0px 20px 20px;
}

img.left {
	float: left;
}

a {
	color: #006752;
	text-decoration: none;
}

a:hover {
	color: #ff7200;
	text-decoration: underline;
}

li {
	margin: 8px 0px;
	font-size: 14px;
}
/* ------------------------------------------- page backgrounds ------------------------------------------------- */

div#gradient-bg {
	background-image: url(../images/gradiant-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 100%;
}

div#stripes-bg {
	background-image: url(../images/stripes-bg.png);
	height: 100%;
	padding-top: 10px;
}

/* ------------------------------------------- main container ------------------------------------------------- */

div#main-container-top2 {
	width: 770px;
	height: 186px;
	padding-top: 20px;
	margin: 0px auto;
	background-image:url(../images/main-container-top2.png);
}

div#main-container-middle {
	width: 770px;
	margin: 0px auto;
	background-image: url(../images/main-container-middle2.png);
	background-repeat: repeat-y;
	position: relative;
}

div#main-container-bottom {
	width: 770px;
	height: 29px; 
	margin: 0px auto;
	background-image: url(../images/main-container-bottom2.png);
	clear: both;
}

/* ------------------------------------------- header ------------------------------------------------- */

div#header {
	background-image: url(../images/header-bg2.jpg);
	width: 730px;
	height: 176px;
	margin: 0px auto;
}

div#header h1#logo {
	text-indent: -9999em;
	background-image: url(../images/logo2-biotex-foam-insulation.png);
	width: 222px;
	height: 174px;
	margin: 0px;
	margin-top: 0px;
	margin-left: 30px;
	float: left;
	background-repeat: no-repeat;

}

div#header ul {
	margin: 0px;
	margin-right: 20px;
}

div#header ul li {
	display: inline;
	list-style: none;
}

div#header ul li a {
	color: #FFF;
	font-size: 18px;
	text-decoration: none;
	display: block;
	width: 110px;
	height: 30px;
	background-image:url(../images/top-nav-tab.png);
	float: right;
	text-align: center;
	padding-top: 2px;
	font-weight: bold;
}

div#header ul li a:hover {
	background-image: url(../images/top-nav-tab-hover.png);
	text-decoration: underline;
}

div#header p {
	width: 225px;
	height: 65px;
	background-image: none;
	float: right;
	clear: right;
	color: #FFF;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.6em;
	padding: 3px;
	margin-top: 60px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}

/* ------------------------------------------- nav ------------------------------------------------- */

div#nav { 
width: 744px;
height: 31px;
background-image: url(../images/nav-bg.png);
margin: 0px auto;
clear: both;
padding-top: 4px;
text-align: center;
}

div#nav ul {
	margin: 0px;
	padding: 0px;
}

div#nav ul li {
	display: inline;
	list-style: none;
	text-align: center;
	border-right: 1px solid #76bf8b;
	padding-top: 6px;
	padding-bottom: 2px;
	margin-left: -4px;
}

div#nav ul li.no-border {
	border: none;
}

div#nav ul li a {
	color: #FFF;
	font-size: 18px;
	text-decoration: none;
	font-weight: bold;
	padding: 3px 22px 1px 22px;
	line-height: 24px;
}

div#nav ul li a:hover {
	background-color: #3bb95f;
	text-decoration: underline;
}

/* css dropdown (not used)
div#nav li ul {
	display: none;
}

div#nav li ul li {
	display: block;
	background-image:url(../images/nav-drop-bg.png);
	width: 390px;
	height: 37px;
}
div#nav li ul li {
	display: block;
	border:none;
	text-align: left;
}

div#nav li:hover ul {
	display: block;
	position: absolute;
	top: 210px; left: 280px;
}
 */
/* ------------------------------------------- page content ------------------------------------------------- */

#page-content {
	padding: 20px;
	padding-top: 0px;
	color: #2e130b;
	font-size: 13px;
	line-height: 24px;
}

/* ------------------------------------------- olympic ------------------------------------------------- */

div#olympic {
	width: 780px;
	text-align: right;
	font-size: 12px;
	margin: 0px auto;
	padding-right: 60px;
	padding-bottom: 10px;
	color: #FFFFFF;
}

div#olympic a {
	color: #FFF;
	text-decoration: underline;
}

div#olympic a:hover {
	text-decoration: none;
	color: #FFFFCC;
}

/* ------------------------------------------- colums ------------------------------------------------- */

div#left-column {
	width: 150px;
	float: left;
	padding: 0px 40px;

}

div#left-column p {
	font-size: 12px;
}

div#right-column {
	width: 150px;
	float: right;
	padding: 0px 40px;
	text-align: center;
	padding-bottom: 50px;

}

div#right-column p {
	font-size: 12px;
	font-weight: bold;
}
	
div#right-column img {
	margin-bottom: 5px;
}
	

/* ------------------------------------------- contact page ------------------------------------------------- */

div#contact-form {
	width: 550px;
	margin-left: 50px;
}

/* ------------------------------------------- knowledge Center  ------------------------------------------------- */

div#left-sub-nav {
	width: 150px;
	float: left;
}

	
div#left-sub-nav ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

div#left-sub-nav ul li {
	list-style: none;
	padding-top: 0px;
	padding-right: 0px;

	padding-left: 0px;

}

div#left-sub-nav a {
	font-size: .9em;
	color:#FFF;
	background-image: url(../images/left-nav-bg.png);
	width: 150px;
	padding: 15px;
	display: block;
	text-decoration: none;
	font-weight: bold;
	background-repeat: no-repeat;
	line-height: 0.2em;
}

div#left-sub-nav a:hover {
	background-image: url(../images/left-nav-bg.png);
	text-decoration: underline;
	background-repeat: no-repeat;
}

div#left-sub-nav a.active {
	background-image: none;
}

	
div#sub-nav-content {
	width: 550px;
	float: right;
}

table.reference-table {
	font-size: 13px;
	border-collapse: collapse;
}

table.reference-table th {
	background-color: #999;
}

table.reference-table th, .reference-table td {
	border: 1px solid #CCC;
	padding: 7px;
	
}

#rightColumn1 {
	float: right;
	clear: both;
	height: 100%;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 320px;
	font-size: 12px;
	line-height: 22px;
	list-style-position: outside;
	}
	

#rightColumn2 {
	float: right;
	clear: both;
	height: 100%;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 320px;
	line-height: 22px;
	font-size: 13px;
	}
	
	
#rightColumn3 {
	float: right;
	clear: both;
	height: 100%;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 320px;
	font-size: 12px;
	line-height: 22px;
	}
	
#rightColumn4 {
	float: right;
	clear: both;
	height: 100%;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 320px;
	font-size: 12px;
	line-height: 22px;
	}
#rightColumn5 {
	float: right;
	clear: both;
	height: 100%;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 320px;
	font-size: 12px;
	line-height: 22px;
	}
	
	
	
/* ------------------------------------------- shadow boxes ------------------------------------------------- */

.box-top {
	width: 280px;
	height: 30px;
	background-image: url(../design/top-box-grn.gif);
	color: #FFFFFF;
	font-size: 1.1em;
	line-height: 30px;
	margin: 0px;
	-moz-border-radius: 0px/0px;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.box-top h2 {
	width: 255px;
	height: 26px;
	font-size: 14px;
	line-height: 30px;
	padding: 4px;
	color: #FFF;
	text-indent: 0;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -10px;
	margin-left: 0px;
}

.box-middle {
	background-image: url(../design/box-blend.gif);
	width: 280px;
	margin: 0px;
	bold: lighter;
	height: 100%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	list-style-position: outside;
	font-size: 12px;
}

.box-bottom{
	width: 280px;
	height: 30px;
	background-image:url(../design/bottom-box.gif);
	text-align: right;
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.box-middle p {
margin: 0px;
padding: 0px;
}

.box-middle ul {
margin: 0px  0px 0px 20px;
padding: 0px 0px 10px 0px;
}

.box-middle li {
margin: 0px 0px 0px 0px;
padding: 0px;
}


/* ------------------------------------------- XXX ------------------------------------------------- */

