body, html {
	height: 100%;
	width: 100%;
    color: #1f1f1f;
	font-family: arial, helvetica, sans-serif;
}
body {
	padding: 0;
	margin: 0;
	text-align:center;
	background-color: #eaeaea;
	background-image: url(/images/bg_gradient.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

body a {
        cursor: pointer;
}

/* ---------  Main layout --------- */
#divPage {
	width: 780px;
	/* width: 100%; */
	height: 100%;
	text-align:left;     /* Cause IE 5.0 is GAY */
	margin: 0px auto;
}
#header {
	width: 780px;
	height: 150px;
	/* background: url(/images/header.png) no-repeat; */
}
#logo {
	width: 780px;
	height:150px;
	float:left;
	background-color:#ffffff;
}

#logo h1 {
	display:none;
}

#header img.logo {
        display: none;
}

#content {
    min-height: 400px;
	/* margin: 0px 0px 0px 100px; */
	padding: 20px 15px 15px 170px;
	/* border-left: solid 1px #005187;*/
	background: url(/images/left_image_bg_fill.jpg) repeat-y #ffffff;

	font: 10pt/12pt arial, helvetica, sans-serif;

}

#sideBar {
	position: absolute;
	height: 400px;
	width: 145px;
}

#footer {
	margin: 0px 0px 0px 0px;
	padding: 15px 15px 15px 170px;
	clear: both;
	text-align: left;
	font: 8pt/10pt arial, helvetica, sans-serif;
	color: #808080;	
	/* border-top: 1px solid #e1e1e1;	*/
	border-bottom: 1px solid #e1e1e1;
	background: url(/images/left_image_bg_fill.jpg) repeat-y #fff;
}


/* ---------------- Copy --------------- */
p {
	margin:0px 0px 15px 0px;
	padding:0px;	
	font: 10pt/12pt arial, helvetica, sans-serif;
	text-align: justify;
}

ul, dl, table {
	font: 10pt/12pt arial, helvetica, sans-serif;
}
h1 {
	margin:0px 0px 15px 0px;
	padding:0px;	
	font: bold 16pt/16pt arial, helvetica, sans-serif;
	color: #005187;	
}	
h2 {
	margin:0px 0px 8px 0px;
	padding:0px;	
	font: bold 12pt/12pt arial, helvetica, sans-serif;
	color: #005187;	
}
	
h3 {
	margin:0px 0px 8px 0px;
	padding:0px;	
	font: bold 10pt/12pt arial, helvetica, sans-serif;
	color: #005187;	
}

.floatRight {
	float: right;
	padding: 0px 0px 0px 5px;
}
.floatLeft {
	float: left;
	padding: 0px 5px 0px 0px;
}

p strong, div strong {
        color:black;
}

#content a, #content a:link,#content a:visited, #footer a, #footer a:link, #footer a:visited {
        color:#005187;
}

#content a:hover, #footer a:hover {
        background-color:#f7f7fd;
        text-decoration:underline;
}

/* ---------------- Misc --------------- */

#content td.title {
        font-weight: bold;
        color:black;
        width: 200px;
        margin: 10px 0 0 0;
        background: #f5f5f5;
        vertical-align: top;
        border-bottom: solid 5px #fff;
}
#content td.data {
        background: #f5f5f5;
        width: 400px;
        border-bottom: solid 5px #fff;
}


/* Chris' CSS development import file */

h1#lurethane {
        display:block;
        width:40%;
        height:50px;
        background: url("/images/lurethane.png") no-repeat;
}

h1#lurethane span {
        color:white;
        font-size: 1px;
        float: right;
}

/* various height classes for containing floats */

.quarterSpace {
        height: 11em;
}

.halfSpace {
        height: 13em;
}

.fullSpace {
        height: 20em;
}

/* For images that include a caption. Add floatRight or floatLeft to the class attribute */

dl.gallery
{
        border:3px;
        width: 230px;
        margin-top:0;
        margin-left: 5px;
        text-align: center;
        padding: 3px;
}

.gallery dt {
        font-weight: bold;
}

.gallery dt img
{

}

.gallery dd
{
        margin: 0;
        padding: 0;
}

/* Definition Feature list based on style in PDF file. */

dl.featureList {
        width:250px;
        padding: 5px; 10px;
        padding-left: 20px;
}

dl.featureList dt {
        display: block;
        margin:0 ;
        width:220px;
        padding: 4px 15px;
        background-color:#00538a;
        color:#ffffff;
        font-style: italic;
        font-weight: bold;
}

dl.featureList dd {
        display: block;
        margin: 0;
        width:220px;
        padding: 4px 15px;
        border-bottom: 1px solid #00538a;
        background: url("/images/feature_bullet.png") no-repeat;
}

/* General Table Class */

.chart {
        border-top:1px solid #000;
}

.chart td {
        border-bottom:1px solid #000;
}

/* Side Nav List */

#navList {
	width:150px;
	padding: 5px;
	margin: 5px;
	background: #eeeeee;
	list-style:none;
}

#navList a:hover {
	font-weight: bold;
}

/* ------------------ Generic tables ------------------ */
/*
#content table {
	border-top: solid 1px #80a0d0;
	border-left: solid 1px #80a0d0;
}
#content table td {
	border-bottom: solid 1px #80a0d0;
	border-right: solid 1px #80a0d0;
	padding: 1px 3px 1px 3px;
}
*/

#content .productTable {
	width: auto;
	font-size: 10px;
	border-top: none;
	border-left: none;
}
#content .productTable td {
	text-align: center;
	padding: 2px 8px 2px 8px;
	border-right: none;
	border-bottom: none;
}
/* win ie column formating */
#content .productTable col.odd {
	background: #E5E6F2;
}
#content .productTable col.even {
	background: #F2EEF5;
}
/* mac ie, mozilla, safari column formating */
.productTable tbody tr>td, .productTable  tbody tr>td+td+td, .productTable  tbody tr>td+td+td+td+td, .productTable  tbody tr>td+td+td+td+td+td+td {
	background: #E5E6F2;
}
.productTable tbody tr>td+td, .productTable tbody tr>td+td+td+td, .productTable tbody tr>td+td+td+td+td+td, .productTable tbody tr>td+td+td+td+td+td+td+td  {
	background: #F2EEF5;
}

#content .productTable thead td {
	background: #629337;
	color: #ffffff;
	padding: 8px 10px 8px 10px;
	font-weight: bold;
	border-left: solid 1px #ffffff;
}
#content .productTable tbody tr>td:first-child {
	border-left: solid 1px #ffffff;
}
#content .productTable tfoot td {
	font-size: 10px;
	color: #808080;
	background: #ffffff;
}

#content .productTable tr.divider td {
	border-top: solid 1px #629337;
}
#content .productTable tr.divider td.image {
	border-top: none;
}
#content .productTable td.image {
	background: #ffffff;
}


#content .productTablePlain td {
	background: #ECF1F7;
}


.clearBoth {
	clear: both;
}

dl.imageGallery
{
	text-align: center;
	padding: 2px;
	float: left;
	margin: 0px 9px 0px 9px;
	width: 75px;
	height: 150px;
}

.imageGallery dt {
	font-weight: bold;
}		
.imageGallery dt img
{
	border: 1px solid #000;
	width: 75px;
	height: 75px;
}

.imageGallery dd
{
	margin: 0px 0 0 0;
	padding: 0;
	font-weight: normal;
	font-size:12px;
}		

#searchDatabase {

}

#searchDatabase fieldset {
        margin-top: 20px;
        padding: 10px 20px;
        width: 260px;
		-moz-border-radius: 5%;
}

#searchDatabase legend {

}

#searchDatabase label {

}

#searchDatabase input, #searchDatabase select  {
        border: 1px solid #aaa;
        font-size:10pt;
        padding: 1px;
        margin-bottom: 8px;
        width: 100%;
}

#searchDatabase input.submit {
        width: 80px;
        float:right;
}

#searchDatabase input.submit:hover, #subscribeForm fieldset input.button:hover {
        border: 1px solid #444;
		}
