/* CSS Document */

/* ---------------- GLOBAL SETUP ---------------- */

body
{
	background-color:#DCDCDC;
}


/* ---------------- TOP IMAGE   ---------------- */


#auseal img 
{
        float: left;
	width:400px; 
	height:188px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 100px;
	padding: 0px;
}


#hyphen img 
{
        float: left;
	width:50px; 
	height:15px;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}

#curite img 
{
        float: left;
	width:400px; 
	height:115px;
	margin-top: 45px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}


/*   					*/
#lhNav  
{
        clear: both;
        float: left; 
	width:200px; 
	height:800px;
}



/* ---------------- VERTICAL MENU ---------------- */
#lhNav ul
{
        clear: both; 
	float: left;

	margin: 0px;
	padding: 0px;
}



/* ---------------- Menu item ---------------- */
#lhNav li
{
	margin-left: 10px;
	margin-top: 5px;
        display: block; 
	color:  blue;
	background-color:#C0C0C0;
        text-decoration: none;
	text-align: left;
}


#h2Hdg  
{
        float: left 
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}


#MSDSbutton  
{
        float: right 
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}


/* ---------------- VERTICAL Products ---------------- */
#prodLst  
{
        clear: both;
        float: left; 
	width: 600px; 
	height: 250px;
}



#prodLst ul
{
        clear: both; 
	float: left;
	left-margin: 0px;
	padding: 30px;
}


#prodLst li 
{

	text-align: left;
}


/* ---------------- Vertical Feature List ---------------- */
#featLst1 
{
        clear: both;
        float: left; 
	width: 600px; 
	height: 50px;
	padding: 0px;
	margin: 0px;
}


#featLst1 ul
{
        clear: both; 
	float: left;
	left-margin: 0px;
	padding: 30px;
}



#featLst1 li 
{

	text-align: left;
}



/* ---------------- Vertical Precautions List ---------------- */
#preLst1
{
        clear: both;
        float: left; 
	width: 600px; 
	height: 250px;
}



#preLst1 ul
{
        clear: both; 
	float: left;
	left-margin: 0px;
	padding: 30px;
}


#preLst1 li 
{

	text-align: left;
}


a:link, a:active, a:visited 
{
	color: #8B0000;text-decoration: none;
}


a:hover 
{
color:#000000;text-decoration: underline;
}


/* ---------------- CONTENT      ---------------- */
#content
{
        width:600px; 
	height:800px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}


#content p
{
	text-align: left
}


#content p.big
{

	line-height: 150%	
}



p.boldc
{
	color: rgb(0,0,255)
	font-weight: bold	
}


h2
{
        color: green;
	text-align: left;
	font-weight: bold;
	text-decoration: underline;	
}


h3
{
        color: blue;
	text-align: left;
	font-weight: bold;
	padding: 0px;	
}


#botImg 
{
        width:800px; 
	height:280px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 100px;
	padding: 0px;
}


/* ---------------- BOTTOM IMAGE   ---------------- */
#botImg img 
{
	width:344px; 
	height:125px;
}