@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
}
h1 {
	color:#39C;
	font-size:24px;
}
h2 {
	color:#333;
	font-size:18px;
}
a:link, a:visited {
	color:#39C;
	text-decoration:underline;
}
a:hover, a:active {
	color: #C00;
	text-decoration:underline;
}
th {
	text-align:left;
}
#container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background: url(../images/plantech_02.jpg);
	height:250px;
	padding:0;  
}
 #header.products {
	background: url(../images/plantech_01.jpg);
}
 #header.contact {
	background: url(../images/plantech_03.jpg);
}
#header h1 {
	margin: 0; 
	padding: 10px 50px; 
	font-size:48px;
	text-align:right;
	color: #9FF;
	text-shadow: 4px 4px 5px #333;
}
#header h2 {
	margin: 0;
	font-size:36px;
	padding: 10px 50px; 
	text-align:right;
	color:#9FF;
	text-shadow: 4px 4px 5px #333;
}
#mainNav {
	background-image:url(../images/plantech-nav_03.jpg);
	background-repeat:repeat-x;
	height:40px;
	color:#FFF;
}
#mainNav ul {
	list-style:none;
	margin:0 0 0 50px;
	padding:0;
}
#mainNav li {
	float:left;
}

#mainNav a:link, #mainNav a:visited  {
	color:#FFF;
	line-height:40px;
	display:block;
	text-decoration:none;
	padding:0 25px ;
}
#mainNav a:hover, #mainNav a:active  {
	background-color:#CCC;
	color:#39C;
}
#mainContent {
	padding: 0 50px; 
	background: #FFFFFF;
	text-align:left;
}
#footer {
	margin: 0 50px; 
	border-top: 1px solid #39C;
}
#footer p {
	margin: 0; 
	font-size:12px;
	padding: 10px 0;
	text-align:center;
}