body {
	font-family:arial;
	font-size:12px;
	color:#000;
	background:#fff;
	margin:0px;
	padding:0px;
	}
a {
	text-decoration:none;
	color:#000;
	outline:none;
}
img {
	border:none;
	margin: 0 auto 0 auto;
	}
a:hover {
	color:#00CC33;
	}
h1 {
	font-size:25px;
	font-weight:normal;
	margin:0 0 0 15px;
	}
.float {
	float:left;
	}
.float form {
	margin-top:15px;
	}
.clear {
	clear: both;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
}
#header div.minwidth {
	min-width:1020px;
	}
div.text {
	margin:-25px 0 0 25px;
	max-width:730px;
	float:left;
	}
ul#topnav {
	list-style-type:none;
	background-image: url('topnavbg.gif');
	background-position:top right;
	background-repeat:none;
	float:left;
	width:800;
	height:25px;
	margin:0 0 0 -25px;
}
ul#topnav li {
	float:left;
	font-weight:bold;
	padding:0px;
}
ul#color {
	list-style-type:none;
	float:right;
	width:320px;
	margin-top:10px;
}
ul#color li {
	float:left;
	font-weight:bold;		
}
span.text {
	float:left;
	margin-left:30px;
	}
#left-column {
	
	width:155px;
	height:auto;
	float:left;
	}
/* Product Category Dropdown */
ul.products {
	height:0px; 
	width:120px; 
	margin:-20px 0 0 10px; 
	padding:0; 
	list-style-type: none; 
	font-size:14px; 
	font-weight:bold;
	}
ul.products a, ul.products a:visited {
	color:#fff; 
	background:url('blue-bottle-bg.jpg'); 
	display:block; 
	height:25px; 
	width:120px;
	}
ul.products a:hover {
	color:#CCFFFF; 
	background:url('blue-bottle-bg2.jpg');
	}
ul.products li:hover ul {
	display:block; 
	position:absolute; 
	top:0; 
	left:80px;
	}
ul.products li:hover ul li:hover ul {
	display:block; 
	position:absolute; 
	left:120px; 
	top:0;
	list-style-type: none; 
	}
ul.products li:hover ul li:hover ul li a {
	display:block;
	}
ul.products li a, .menu ul li a:visited {
	display:block; 
	line-height:24px; 
	text-indent:10px;
	}
ul.products li {
	float:left; 
	margin-right:1px; 
	position:relative;
	}
ul.products li ul {
	display: none;
	list-style-type: none; 
	}
ul#leftnav {
	list-style-type:none;
	background-image: url('LeftNav03.gif');
	background-repeat:no-repeat;
	float:left;
	width:155px;
	margin:0px;
	}
ul#leftnav li {
	padding:3px 0px;
	margin-left:0px;
	}
ul#leftnav li.industry a{
	color:#009933;
	}
ul#leftnav li a{
	font-weight:bold;
	margin-left:-35px;
	}
ul#leftnav li p {
	width:125px;
	border:2px solid #CCCCCC;
	padding:3px;
	margin-left:-40px;
	}
div#content {
	float:left;
	}
div#content img.main {
	margin-left:25px;
	margin-top:25px;
	}
div#content a.heading {
	margin:10px 0 0 30px;
	float:left;
	font-size:20px;
	}
/* Small Rounded Rectangular Box */
div.roundrect {
	background-image:url('rounded-right.gif');
	background-repeat:no-repeat;
	background-position:top right;
	float:left;
	width:275px;
	margin:25px 0 0 5px;
	}
div.roundrect h2{
	background-image:url('rounded-left.gif');
	background-repeat:no-repeat;
	background-position:top left;
	margin:0px;
	padding:9px 9px 9px 9px;
	color:#009933;
	font-size:20px;
	font-weight:normal;
	}
div.roundrect p{
	background-image:url('rounded-left.gif');
	background-repeat:no-repeat;
	background-position:bottom left;
	margin:0px;
	padding:0 0 0 9px;
	}
div.roundrect em{
	background-image:url('rounded-right.gif');
	background-repeat:no-repeat;
	background-position:bottom right;
	font-style:normal;
	padding:0 9px 9px 9px;
	display:block;
	}
div.roundrect ul {
	list-style-type:none;
	}
/* Large Rounded Rectangular Box */
div#roundrect2 {
	background-image:url('rounded-right.gif');
	background-repeat:no-repeat;
	background-position:top right;
	margin:5px 0 0 25px;
	}
div#roundrect2 div#upperleft{
	background-image:url('rounded-left.gif');
	background-repeat:no-repeat;
	background-position:top left;
	padding:9px 0px 0px 0px;
	color:#009933;
	font-weight:normal;
	}
div#roundrect2 div#lowerleft{
	background-image:url('rounded-left.gif');
	background-repeat:no-repeat;
	background-position:bottom left;
	margin:0px;
	padding:0px 0px 0px 9px;
	}
div#roundrect2 div#lowerright{
	background-image:url('rounded-right.gif');
	background-repeat:no-repeat;
	background-position:bottom right;
	font-style:normal;
	padding:0;
	width:100%;
	}
div#roundrect2 ul {
	list-style-type:none;
	margin:10px;
	}
div#roundrect2 div#item {
	width:33%;
	float:left;
	margin:5px 0 5px 0;
	padding-bottom:5px;
	text-align: center;
	
	}
div#roundrect2 div#item {
	margin-bottom:0px;
	}
/*Footer*/
div#footer {
	text-align:center;
	float:none;
	clear:both;
	margin-top:50px;
	}
div#footer ul#color {
	list-style-type:none;
	float:none;
	margin:0px auto 0px auto;
	font-weight:bold;
	width:175px;
}
div#footer ul#color li {
	display:inline;		
}
#footer ul#links {
	list-style-type:none;
	font-weight:bold;
	margin:15px auto 0px auto;
	float:none;
	}
#footer ul#links li {
	display:inline;
	}
div#footerlinks {
	background-image:url('rounded-left-footer.gif');
	background-repeat:no-repeat;
	background-position:top left;
	margin:0px;
	padding:9px 0px 9px 0px;
	width:680px;
	text-align:left;
	}
div#footerlinks div {
	background-image:url('rounded-right-footer.gif');
	background-repeat:no-repeat;
	background-position:top right;
	margin:-9px 0 0 7px;
	padding:9px 9px 9px 0px;
	height:75px;
	}
div#footerlinks ul {
	list-style-type:none;
	float:left;
	margin:0 0 0 -30px;
	}
div#footerlinks ul li {
	float:none;
	}
div#footerlinks ul li a.green {
	color:#009933;
	}
div#footerlinks img {
	float:left;
	margin-left:5px;

	}
	
	

