#nav {
	margin-top:30px;
	width:975px;
	text-align:center;
	margin-bottom:30px;
}
#header {
	
}
#nav a {
	padding:25px;
	padding-left:70px;
	text-decoration:none;
	font-size:16px;
	color:#666666;
}
#nav a:hover {
	color:#009933;
}
#wrapper {
	width:975px;
	margin-left:auto;
	margin-right:auto;
	background-color:#fff;
	
}
html { 
  /* background:url(images/grad.png)
        repeat-x bottom fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
}
body {
	font-family:Helvetica, sans-serif;
	margin:0px;
	font-size:14px;
	
}
#headerimg {
	width:975px;
	clear:both;

}
#content {
	clear:both;
	padding:10px;
	
}
h1 {
	color:#039;
	font-size:28px;
}
h2 {
	font-size:20px;
}

#footer {
	text-align:center;
	height:25px;
	font-size:14px;
	line-height:25px;
	color:#555;
}
a {
	color: #039;
	text-decoration:none;
}
a:hover {
	color:#009933;
}
#maintable {

}
#maintable tr td {
	border:thin solid #666;
	width: 350px;
	-moz-box-shadow: 6px 6px 3px #888;
-webkit-box-shadow: 6px 6px 3px #888;
box-shadow: 6px 6px 3px #888;
	
}
#maintable tr td p {
	padding:20px;
}
#maintable tr td h1 {
	/*background-color:#039;
	color:#FFF;*/
	padding:3px;
	font-size:22px;
	margin-top:0px;
}


/* Products */

#sidebar {
	width:220px;
	float:left;
	padding:10px;
	padding-left:0px;
	font-size:16px;
	text-align:right;
}
#sidebar ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
#sidebar ul li {
	padding-top:5px;
}
#mainsection {
padding:20px;
padding-top:0px;
margin-left:240px;
border-left: solid #BBB thin;

}
a img {
	border-style:none;
}