/* CSS Document */

/*****************  Basic HTML Styles & CSS hacks *****************/

/* ZERO element margins, padding, and border */
html, body, div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, iframe, img, a {
     margin: 0;
     padding: 0;
     border: 0;
}

body {
	background-image: url(../Images/CS_BG1_02.gif);
	background-repeat: repeat;
	/* Creates a layout that centers in the browser no matter what size window the visitor is using. */
	min-width: 800px; /* Add your width and a measurement, such as pixels. */
    text-align: center;
}


/*****************  END Basic HTML Styles & CSS hacks ***************** /

/*****************  Page Positioning Starts Here *****************/


#wrapper {
     width: 750px;
	 height: auto;
     margin: 0 auto;
     text-align: center;
	 background-color:#FFFFFF;
}
 
/*** header ***/

#header {
	position: relative;
 	width: 750px;
	height: 100px;
	background-image: url(../Images/ChemSC_HeaderLogo.jpg);
	background-repeat: no-repeat;
	background-color: #004fb4;
}


/*** content area ***/

#content {
	text-align: left;
}

#contentHome{
	text-align: left;
	height: 240px;
	background-color: #FFFFCC;
}

#flashElement {
	width: 750px;
	height: 240px;
}

/*** columns ***/

#columnHolderLeft {
	float: left;
	width: 500px;
	height: 240px;
	background-color: #FFFFCC;
}
	
#left3column {
	float: left;
	width: 228px; /* 2px allowance for right borders */
	height: 230px;
	padding: 0px 10px 10px 10px ;
	background-color: #FFFFCC;
}

#singleColumn{
	width: 710px;
	padding: 10px 20px 10px 20px;
}

#left2column{
	float: left;
	width: 478px; /* 2px allowance for right borders if desired */
	height: auto;
	padding: 0px 10px 10px 10px;
	
}

#center {
	float: right;
	width: 228px; /* 2px allowance for right borders if desired */
	height: 230px;
	padding: 0px 10px 10px 10px ;
}

#centerHome {
	float: right;
	width: 228px; /* 2px allowance for right borders if desired */
	height: 230px;
	padding: 0px 10px 10px 10px ;
	background-color: #FFFFCC;
}

#right {
	float: right;
	width: 230px;
	padding: 0px 10px 10px 10px;
}

#rightHome {
	float: right;
	width: 230px;
	height: 230px;
	padding: 0px 10px 10px 10px;
	background-color: #FFFFCC;
}

/*** column extra styles ***/

.columnLinesRight {
	border-right: #ffcb05 dotted 2px;
}

.columBgcolorFix {
	background-color: #FFFFCC;
	height: 230px;
}

/*** footer ***/

#footer {
	width: 750px;
	height: 24px;
	background-color: #aebaca;
	text-align: center;
	color:#000000;
	padding: 6px 0px 0px 0px;
	clear: both;
}

/*** Float and Clear Classes ***/

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

.clearBoth {
	clear: both;
}


/*****************  End Page Positioning *****************/


/*****************  Nagavation Styles & Positioning Start Here *****************/

/*** topNav Styles ***/

#topNav {
	position: absolute;
	top: 97px;
	left: 250px;
	width: 500px;
	height: 23px;
	background-color: #FFFFCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
	
#topNav ul { /* all lists */
	padding: 0px;
	margin: 0px;
	list-style: none;
	list-style-type: none;
}

#topNav li { /* all list items */
	float: left;
	width: 121px; /* width needed or else Opera goes nuts */
	height: 21px;
}

.topNavliBorder {
	border-left: 2px solid #ffffcc;
}

#topNav a {
	display: block;
	width: 111px;
	height: 19px; /* a.topNav height + a.topNav padding-top must = hight set in #topNav */
	padding-top: 4px; /* vertical position of link names */
	padding-left: 10px;
	font-size: 12px;
	color: #0063a6;
	text-decoration: none;
	font-weight: bold;
}

#topNav a:hover {
	width: 111px;
	padding-left: 10px;
	background-color:#ffcb05;	

}

#topNav a:visited {
	font-size: 12px;
	color: #0063a6;
	text-decoration: none;
	font-weight: bold;
}

#topNav li ul { /* second-level lists */
	position: absolute;
	background-color: #FFFFCC;
	width: 121px;
	border-right: 2px solid #0063a6;
	border-bottom: 2px solid #0063a6;
	border-left: 2px solid #0063a6;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#topNav li:hover ul, #topNav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	width: 121px;
}

/***leftNav Styles ***/

#leftNav {
	width: 200px;
	height: 454px;
	background-color: #c6e2bc;
	float: left;
}

#leftNav ul {
	width: 200px; /* Stops list wrap, set to total width of element */
	font-size: 18px;
	font-weight: bold;
	position: relative;
}

.leftNavHeader {
	list-style: none; /* no bullets */
	display: block;
	height: 18px;
	width: 200px;
	color: #000000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0;
	background-color: #fff;
}

#leftNav li {
	list-style: none; /* no bullets */
	width: 200px;
}

#leftNav a {
	display: block; /* set whole tab clickable for ie */
	width: 190px; /* 190px + 10px padding = 200px toatal*/
	color: #0063a6;
	text-decoration: none;
	font-weight: bold; 
	font-family: Arial, Helvetica, sans-serif;
	height: 30px; /* px height +  padding-top = px total height */
	padding-top: 5px; /* vertical position of links in box */
	padding-left: 10px;
}

#leftNav a:hover {
	color: #0063a6;
	text-decoration: underline;
	font-weight: bold;
	cursor: pointer;
}
	
/*** footerNav Styles ***/

#footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	cursor:pointer;
}

#footer a:link, #footer a:visited {
	color:#000000;
	cursor: pointer;
}

#footer a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #ffffff;
	text-decoration: underline;
	cursor:pointer;
}

/*****************  Nagavation Styles & Positioning End Here *****************/

/*****************  Content Styles Start Here *****************/

/*** padding Classes ***/

.contentPadding {
	padding: 15px 20px 10px 10px;
}


/*** heading and text styles ***/

#content h1 {
	margin: 15px 0px 0px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:  #3333FF;
}

#content h2 {
	margin: 10px 0px 0px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffcb05;
}

#content h3 {
	margin: 5px 0px 0px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999999;
}

#contentHome h1 {
	margin: 15px 0px 0px 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:  #3333FF;
}
/*** Content Paragraph styles ***/


.content_p {
	padding: 5px 0px 5px 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	font-style: normal;
	font-weight: normal;
}

.ContentHighlightp {
	padding: 10px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style:normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 19px;
}

/*** typography styles ***/

.boldText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #00a0b1;
	font-style: normal;
	font-weight: bold;
}

.boldTextBlue12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0063a6;
	font-style: normal;
	font-weight: bold;
}

.boldTextBlue16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0063a6;
	font-style: normal;
	font-weight: bold;
}

.boldTextBlue18 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0063a6;
	font-style: normal;
	font-weight: bold;
}

.bigBoldText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #00a0b1;
	font-style: normal;
	font-weight: bold;
}

.boldUnderlinedText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #00a0b1;
	font-style: normal;
	font-weight: bold;
	text-decoration:underline;
}

/*** image styles ***/

.imageBorder {
	border: #000000 solid 2px;
	margin: 10px 0px 10px 10px;
}

/*** table styles ***/

.productTable {
	margin: 10px 10px 2px 10px;
	width: 690px; /* 710px - 20px */
	border: #000000 2px solid;
}

.specTable {
	margin: 10px 0px 10px 0px;
	border: #000000 2px solid;
	width: 479px; /* 473 - 4px border */
}

.blackRow {
	background-color:#000000;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

.whiteRow {
	background-color:#FFFFFF;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

.GrayRow {
	background-color: #CCCCCC;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

.greenRow {
	background-color: #009933;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

.blueRow	{
	background-color: #3333FF;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

.tableCollumnBorders {
	/*border-left: #000000 1px solid;*/
	padding:5px;
}

.tableRowBorders {
	/*border-top: #000000 1px solid;*/
	padding: 5px;
}
.cellPadding {
	padding: 5px;
}

.caption {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#000000;
	text-align: right;
	padding: 2px 10px 2px 5px;
}

/*** other ***/

