/*
CSS for jenhintz.com site
*/

body {
	font-family: arial, verdana, helvetica, sans-serif;
	line-height: 125%;
	color: #333333;
	background-color: #ffffff;
}

h1, h2, h3 {
	font-family: "trebuchet ms", helvetica, verdana, arial, sans-serif;
	font-weight: normal;
	color: #493682;
	background-color: #90ad35;
}

a {
	font-weight: normal;
}	

a:link {
	color: #6b841f;
}

a:visited {
	color: #11593c;
}

a:hover {
	text-decoration: none;
	color: #16895C;
}

a:active {
	color: #B103DC;
}

p {
	font-family: arial, verdana, helvetica, sans-serif;
	line-height: 125%;
	color: #333333;
	padding: 15px;
}

p.prod {
	margin-top: 125px;
	margin-bottom: 25px;
}

li {
	font-size: small;
	color: #333333;
}


#nav {
	position: fixed;
	left: 0px;
	top: 10px;
	background-color: #ffffff;
	color: #90ad35;
}

.body {
	padding-left: 210px;
}

img {
	border: none;
}

img.banner {
	position: relative;
	left: 200px;
	top: 0px;
}

img.product {
	float: left;
	margin-right:5px;
	margin-bottom: 0;
	clear: left;
}