body {
	font-family:arial, verdana, helvetica, sans-serif;
	font-size: .75em;
	color:#AAAAAA;
background-image: url(img/background.gif);}

* {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
html {
	height:100%;
	margin-bottom:1px;
}
#container {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	color:#AAAAAA;
	background-image: url(img/blueborder.gif);
	background-repeat: repeat-y;
}

#header {
	width:100%;
}


#bannerspacer {         /*  used for bottom portion of bottle on banner */
position: relative;
background-image: url(img/banner/spacer.gif);
background-repeat: no-repeat;
width:125px;
padding-bottom:45px;
top: -3px;
left: 358px;
overflow: visible;
}



html>body #bannerspacer {    /*  Firefox hack for getting space to line up  */
position: relative;
background-image: url(img/banner/spacer.gif);
background-repeat: no-repeat;
width:125px;
top: -3px;
left: 392px;
padding-bottom:45px;
}

.spacer {         /* regular spacer for body  */
	width:100%;
	height:15px;
background-color: #ffffff;}



hr {
	border:0px;
	color:#E9E9E9;
	background-color:#CDCDCD;
	height: 1px;
	width: 100%;
	text-align: left;
}


h1 {                        /*  was used for banner spacer first main heading now using h2  */

	color:#FFBA27;
	font-size:15px;
	background: #F9F9F9;
	border-width:1px;
	border-color:#0672df;
	border-style:solid;
	text-align:left;
	margin-left:0px;
	margin-right:0px;
	font-weight:300;
	padding:5px;
border: 1px #0672df solid;
		margin-top:10px;
}


h2 {                       /*  normal headings  */
	color:#FFBA27;
	font-size:15px;
	background: #F9F9F9;
	border-width:1px;
	border-color:#0672df;
	border-style:solid;
	text-align:left;
	margin-left:0px;
	margin-right:0px;
	font-weight:300;
	padding:5px;
border: 1px #0672df solid;
		margin-top:-35px;
}


h3 {
	color:#FFBA27;
	font-size:15px;
	background: #F9F9F9;
	border-width:1px;
	border-color:#0672df;
	border-style:solid;
	text-align:left;
	margin-left:0px;
	margin-right:0px;
	font-weight:300;
	padding:5px;
border: 1px #0672df solid;}


#left {
	float:left;
	width:180px;
	background-color:#FFFFFF;
	color:#4a4a4a;
	font-size: 1.2em;
	margin-left: 25px;
	margin-top:30px;
	}


#left a {             /*  used for Download MSDS  */
	color:#FFBA27;
	text-decoration:none;
	background-color:#FFFFFF;
}



#leftcontent p {
	color:#4a4a4a;
	background-color:#FFFFFF;
	font-size: 12px;
	text-align:left;
	margin-left:20px;
	margin-right:20px;
}



#leftcontent p {
	color:#AAAAAA;
	background-color:#FFFFFF;
	font-size: 12px;
	text-align:left;
	margin-left:20px;
	margin-right:20px;
}


#leftcontent ul {
	list-style:none;
	padding-left:20px;
	color:#AAAAAA;
	background-color:#FFFFFF;
	padding-right: 20px;
	font-weight: bolder;
	letter-spacing: .2em;
}

#leftcontent a {
	color:#FFBA27;
	text-decoration:none;
	font-size:16px;
	background-color:#FFFFFF;
}


#leftcontent a:hover {
	color:#FFBA27;
	background-color:#FFFFFF;
	text-decoration: underline;
}


#leftimg  {            /* used for pics in left margin  */
	color: #de8202;
	font-size: 1.3em;
	text-align:center;
	margin-left:14px;
	margin-right:25px;
	line-height: 1.1em;}


#littleimgtext  {      /*  small text underneath pics in left margin  */
	color: #de8202;    /*  primarily used for cleaning kit descript  */
	text-align:right;
	font-size: .8em;}



.current {
	color: #0672df;
	font-size:16px;
	background-color:#FFFFFF;
	font-weight: bold;
}



#main {
	float:left;
	width:520px;
	color:#999999;
	background-color:#FFFFFF;
	padding-bottom:20px;
	background:url(/img/background.png);

}



#maincontent_ul {
	color: #4a4a4a;
	float: left;
	width: 25%;
	padding-left: 15px;
	margin-top: 10px;
	margin-left: 15px;
	text-indent: +5px;}



#maincontenttable p {
	color: #404040;
	background-color:#FFFFFF;
	border-bottom:1px;
	border-left:1px;
	border-right:1px;
	border-top:0px;
	border-style:solid;
	border-color:#0672df;
	margin-left:0px;
	margin-right:0px;
/*	margin-bottom:15px;*/
	text-align: justify;
	line-height: 1.3em;
	padding-top: 5px;
	padding-left: 20px;
	padding-bottom: 10px;
	padding-right: 20px;
}


#maincontenttable ul{
	text-align: left;
	display: list-item;
	list-style-image: url(img/bullet.gif);
	text-indent: +15px;
	margin-left: 20px;
	clear: left;
}



#maincontent p {
	color: #4a4a4a;
	background-color:#FFFFFF;
	border-bottom:1px;
	border-left:1px;
	border-right:1px;
	border-top:0px;
	border-style:solid;
	border-color:#0672df;
	margin-left:0px;
	margin-right:0px;
/*	margin-bottom:15px;*/
	padding:20px;
	text-align: justify;
	line-height: 1.3em;
}



#maincontent img {
	float: left;
	margin-left:20px;
	margin-right:20px;
	padding-top: 20px;
	padding-left: 10px;
	padding-bottom: 0px;
	padding-right: 0px;
}


#maincontent a {
	color:#FFBA27;
	background-color:#FFFFFF;
	text-decoration:none;
}



#maincontent a:hover {
	color:#FFBA27;
	background-color:#FFFFFF;
	text-decoration:underline;
}



#maincontent_rightpic p {    /*  used for main content w/ pic on right side  */
	color: #4a4a4a;
	background-color:#FFFFFF;
	border-bottom:1px;
	border-left:1px;
	border-right:1px;
	border-top:0px;
	border-style:solid;
	border-color:#0672df;
	margin-left:0px;
	margin-right:0px;
/*	margin-bottom:15px;*/
	line-height: 1.3em;
	padding:20px;
	text-align: justify;
}


#maincontent_rightpic img {
float: right;
margin-left:20px;
margin-right:20px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 30px;
padding-right: 10px;}



#maincontent_ul {
float: left;
width: 25%;
padding-left: 22px;
margin-top: 10px;
margin-left: 10px;}


#maincontent_ul ul
{

text-align: left;
display: list-item;
list-style-image: url(img/bullet.gif);
}

#centercontentouter {
float: left;
width: 20%;
margin: auto;
text-align: center;
}

#centercontent {
float: left;
width: 60%;
padding-bottom: 10px;
text-align: center;
}


#footer {
	clear:both;
	margin-left:25px;
    margin-right:25px;
	width:740px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}



#footer a {
	color:#AAAAAA;
	text-decoration:none;
}


#footer a:hover {
	color:#AAAAAA;
	text-decoration:underline;
}


#footerimg {
	clear:both;
	margin-left: auto;
    margin-right:auto;
	width: 850px;
}

.right {
	color:#AAAAAA;
	float:right;
	font-size:120%;
	margin-top:10px;
	margin-bottom: 0px;
	margin-right: 10px;}


.left {
	color:#AAAAAA;
	float:left;
	font-size:120%;
	margin-top:10px;
	margin-left:10px;
}


.post_top {
	background:url('img/content_top.gif') no-repeat;
	margin-left:17px;
	margin-right:20px;
	width:483px;
	height:31px;
}


.post_btm {
	background:url('img/content_btm.gif') no-repeat;
	width:500px;
	height:31px;
}


.small{
	text-indent: +0px;
	font-size: .8em;
}


.normtext{     /* used for description of main links  */
	color: #707070;
	letter-spacing: 1px;
	font-weight: lighter;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}


input.btn{
   color:#0672df;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:84%;
   font-weight:bold;
   background-color: #F9F9F9;
   border:1px solid;
   border-top-color:#0672df;
   border-left-color:#0672df;
   border-right-color:#0672df;
   border-bottom-color:#0672df;}


