body,td,th {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
}
body {
	background-color: #113600;
	background-image: url(/media/template2/background.jpg);
	margin-left: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center bottom;
	overflow: hidden;
}
img {
	border: none;
}
a:link {
	text-decoration: none;
	color: #E1A400;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #E1A400;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: underline;
}
h1,h2,h3,h4,h5,h6{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
h1{
	font-size: 150%;
	font-weight: bold;

}
h2{
	font-size: 120%;
	padding-top: 10px;

}
p{
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
form{
	margin: 0px;
	padding: 0px;
}
.field{
	background-color: #000000;
	margin: 0px;
	padding: 5px;
	width: 475px;
	border: 1px solid #4F5764;
	color: #FFFFFF;

}
table{
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
thead td{
	font-weight:bold;
}
tbody td{
}
td{
	padding: 2px;
}
.highlight_row{
	background-color:#000;
}
ul{
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
}
ol{
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
}

/*divs
-------------------------------------*/
.clear{
	clear:both;
}
#container{
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#header{
	background-color: #1A222F;
	background-image: url(/media/template2/header_background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #525A67;
}
#logo{
	float:left;
}
#menu{
	float:right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #1C2026;
	font-size: 11px;
}
#menu ul{
	margin: 0px;
	padding: 0px;
}
#menu ul li{
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
}
#menu ul li a{
	color: #CCCCCC;
	text-decoration: none;
	display: block;
	font-weight: normal;
	height: 40px;
	padding-right: 15px;
	padding-left: 15px;
	line-height: 40px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	float: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #1C2026;
	border-left-color: #686E79;
}
#menu ul li a:hover{
	background-color: #525A67;
	color: #FFFFFF;
	background-image: url(/media/template2/button_background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.absolutes{
	position:relative;
	height:400px;
}
#products{
	height: 400px;
	opacity:.65;
	filter:alpha(opacity=65);
	background-color: #000000;
}
#image{
	background-image: url(/media/template2/header_generic.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	z-index: 1;
	height: 120px;
	width: 700px;
	left: 0px;
	top: 0px;
	font-size: 13px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #525A67;
}
#image .heading {
	position: absolute;
	z-index: 1;
	left: 20px;
	bottom: 20px;
}
#image h1{
	font-weight:normal;
	margin: 0px;
	padding: 0px;
}
#text{
	position: absolute;
	z-index: 10;
	width: 660px;
	height: 239px;
	left: 0px;
	top: 121px;
	overflow: auto;
	padding: 20px;
	font-size: 13px;
}
.image{
	background-color: #FFFFFF;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.two_column_1 {
	float: left;
	width: 320px;
	margin-right: 20px;
}
.two_column_2 {
	float: left;
	width: 320px;
}
