@import url("reset.css");
@import url("product_classes.css");
@import url("forms.css");
@import url("data_table.css");

body {
	font-family: Georgia, Serif;
	font-size: .75em;
	color: #393937;
	background: #716F62;
	line-height: 1.35em;
}
#header {
	display: block;
	height: 132px;
	width: 100%;
	background: url('../images/bgtop.jpg') top center repeat-x;
	text-align: center;
}
#container {
	margin: 0 auto;
	width: 1000px;
	height: 100%;
	position: relative;
	background: url('../images/bg.jpg') top center repeat-y;
	padding-bottom:122px;
}
#footer {
	position: absolute;
	bottom: 0px;
	height: 147px;
	width: 1000px;
	background: url('../images/footer.jpg');
}
#footerinside {
	position: absolute;
	bottom: 0px;
	height: 147px;
	width: 1000px;
	background: url('../images/insidefooter.jpg');
}
#copy {
	position: absolute;
	top: 14px;
	left: 131px;
	font-size: .8em;
	color: #716F62;
}
#innercontainer {
	position: relative;
	top: -25px;
	left: 101px;
}
#topcontent {
	position: relative;
	display: block;
	width: 798px;
	height: 226px;
	overflow: hidden;
	background: url('../images/topcontentbottom.jpg') bottom center no-repeat;
}
#topcontentinside {
	position: relative;
	display: block;
	width: 798px;
	height: 226px;
	overflow: hidden;
	background: url('../images/topcontentbottominside.jpg') bottom center no-repeat;
}
#nav {
	float: left;
	z-index: 999;
	display: block;
	height: 226px;
	width: 205px;
}
#nav li {
	float: left;
}
#nav span {
	display: none;
}
#nav a {
	display: block;
	background-repeat: no-repeat;
	background-position: top left;
}
#nav a:hover {
	background-position: top right;
}
#home {
	background-image: url(../images/home2.jpg);
	width: 205px;
	height: 33px;
}
#about {
	background-image: url(../images/about2.jpg);
	width: 205px;
	height: 40px;
}
#services {
	background-image: url(../images/services2.jpg);
	width: 205px;
	height: 40px;
}
#affiliates {
	background-image: url(../images/affiliates2.jpg);
	width: 205px;
	height: 40px;
}
#contact {
	background-image: url(../images/contact2.jpg);
	width: 205px;
	height: 40px;
}
#innovation {
	background-image: url(../images/innovation2.jpg);
	width: 205px;
	height: 33px;
}
#blog {
	background-image: url(../images/blog.jpg);
	width: 178px;
	height: 33px;
}
#content {
	float:right;
	position: relative;
	text-align: right;
	vertical-align: middle;
	height: 226px;
	padding-right: 30px;
	overflow: hidden;
	display: block;
	width: 550px;
	font-size: .90em;
	position: relative;
	top: -8px;
}
#photo {
	display: block;
	width: 587px;
	height: 320px;
}
#bottomcontentinside {
	position: relative;
	display: block;
	width: 798px;
	background: url('../images/insidebottombg.jpg') repeat-y;
}
#bottomcontentinsidetop {
	background: url('../images/insidebottomtop.jpg') top no-repeat;
}
#bottomcontentinsidetext {
	padding: 45px 65px 15px 30px;
}
a {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #87BE3E;
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}
.green {
	color: #87BE3E;
}
.large {
	font-size: 1.55em;
}
.bigger {
	font-size: 1.20em;
}
.italics {
	font-style: italic;
}
p {
	margin-top: 5px;
	margin-bottom: 18px;
}	