@charset "UTF-8";
/* CSS Document */

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: url("images/bg_main.gif");
}

p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #202020;
	margin-top: 0;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	font-weight: 100;
	color: #0C3d05;
	margin-top: 0;
	margin-bottom: 0;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 27px;
	font-weight: 100;
	color: #0C3d05;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 10px
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: 100;
	color: #0C3d05;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 10px
}

hr {
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	visibility: hidden;
	overflow: hidden;
	height: 1px;
	display: none;
}

#container {
	width: 800px;
	height: auto;
	height: auto !important;
	min-height: 593px;
	border: solid #FFFFFF 10px;
	position: absolute;
	left: 50%;
	margin: 40px 0 0 -400px;
}

#container_sm {
	width: 525px;
	border: solid #FFFFFF 10px;
	margin: 0px;
}

#mast {
	width: 800px;
	height: 90px !important;
	margin: 0;
	position: relative;
	float: left;
	background: url("images/bg_mast.jpg") no-repeat top;
}

#content {
	width: 800px;
	height: auto;
	height: auto !important;
	min-height: 430px;
	position: relative;
	float: left;
	background: url("images/bg_content.jpg") repeat-y;
	margin: 0;
}

#content_sm {
	width: 525px;
	background: url("images/bg_content_sm.jpg") repeat-y;
	margin: 0;
	padding: 10px 0px;
}

#footer {
	width: 800px;
	height: 73px;
	margin: 0;
	position: relative;
	float: left;
	background: url("images/bg_footer.jpg") no-repeat top;
}

#contentmain {
	width: 465px;
	height: auto;
	position: relative;
	float: left;
	margin: 10px 10px 10px 20px;
}

#content a {
	color: #0C3D05;
}

#content a:hover {
	color: #0C3D05;
	text-decoration: none;
}

#contentmainimg {
	width: 275px;
	height: auto;
	position: relative;
	float: right;
}

#productnav {
	width: 265px;
	height: auto;
	position: relative;
	float: left;
	margin: 20px 0 0 20px;
}

#productnav ul {
	margin-top: 10px;
}

#productnav ul li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-decoration: none;
	color: #202020;
}

#productnav li {
	list-style-image: url("images/bullet.gif");
	margin: 5px 0;
}

#tables  { color: #003B27; font-size: 11px; padding: 10px 0 0; }
#tables a.producttext { font-size: 12px; }

#tables a,
#productnav li a {
	color: #0C3D05;
	text-decoration: none;
}

#tables a.hover:hover,
#tables a.producttext:hover,
#productnav li a:hover {
	color: #FFFFFF;
	background: #0C3D05;
	text-decoration: none;
}

.thumbnails {
	clear: both;
}

.thumbnails ul {
	margin: 0;
	list-style: none;
	padding: 0;
}

.thumbnails li {
	margin: 0;
	display: inline;
}

.thumbnails a {
	width: 105px;
	height: 125px;
	margin-right: 10px;
	position: relative;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
	color: #202020;
	text-align: center;
}

.thumbnails li a:hover {
	position: relative;
	float: left;
	text-decoration: none;
	color: #0C3d05;
}

.thumbnails li a img {
	border: 1px #FFFFFF solid;
}

.thumbnails li a:hover img {
	border: 1px #0C3d05 solid;
}

.navigation {
	width: 800px;
	height: 10px;
	position: relative;
	float: right;
	text-align: right;
	text-transform: uppercase;
	background: none;
}

.navigation ul {
	list-style: none;
	padding: 0;
	margin: 70px 0 0 0;
}

.navigation li {
	margin: 0;
	display: inline;
}

.navigation li a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	padding: 2px 10px 4px;
	position: relative;
}

.navigation li a:hover {
	background: #44823a;
	padding: 2px 10px 4px;
}

.smallselect { font-size: 10px; }
.smallinput { font-size: 90%; }

.img_over { border: 1px solid #0C3D05; cursor: pointer; }
.img_out  { border: 1px solid #fff; }

.searchresultstable		{ border-collapse: collapse; }
.searchresultstable	td	{ border: 1px solid black; }
.searchresultstable	td.title,
.searchresultstable	#innertable td	{ border-width: 0px; padding-left: 0px; }

.newwindowimg			{ position: relative; top: 4px; }

/* */