﻿body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 0.8em;
	background: #89BC38;	
}

img {
	border: 0;
}
	
#page {
	margin: 0 auto;
	width: 900px;
	border: 1px solid #73A622;
	border-top-width: 0;
}

#top {
	background-color: #fff;
	height: 76px;
	width: 900px;
	background-image: url('images/tile_top.png');
}

#product_highlight {
	height: 270px;
	background-color: #333333;	
	border-bottom: 1px solid #000000;
	color: #F0F0F0;
	background-image: url('images/tile_product_box.png');
}

#product_highlight .content {
	float: right;
	width: 550px;
	margin: 15px 0 0 0;
} 

#product_highlight .content ul {
	list-style-image: url('images/bulletpoint_simple.gif');
}

#product_highlight .content a {
	color: #F0F0F0;
	text-decoration: none;
}

#product_highlight div.button {
	background-color: #494949; 
	height: 30px; 
	width: 150px; 
	padding: 4px;	
	float: left;
	margin-right: 15px;
}

#product_highlight .button .header {
	font-weight: bold; 
	text-decoration: underline; 
	color: #6FBDD0;	
	font-size: 9pt;
}

#product_highlight .button a { 
	font-size: 8pt;
	line-height: 130%;
}

#content {
	background-color: #fff;
	padding: 10px 10px 100px 10px;
}

#top ul {
	float: right;
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 20px 0 0 0;
}

#top li {
	display: inline;
	margin-right: 20px;
}

#top li a {
	font-size: 14pt;
	font-weight: bold;
	color: #89BC38;	
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	text-decoration: none;
}

#top li a:hover {
	text-decoration: underline;
}

h1 {
	font-family: Arial, "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 14pt;
	margin: 0 0 10px 0;
}

h2 {
	font-family: Arial, "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 12pt;
	margin: 0 0 10px 0;
}

.textfield {
	width: 250px;		
	background-color: #eee;
	border: 1px solid silver;
}

.buttonarea {
	width: 250px;
	text-align: center;	
}

input.button {
}

.status {
	background-color: #D6E8F2;
	border: 1px solid #C0D6E2;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
	padding: 1px;
	display: block;
	width: 99%;
}

.floatstop {
	float: none;
	clear: both;
	font-size: 1px;	
}

.separator {
	float: none;
	clear: both;
	font-size: 1px;	
	border-bottom: 1px dotted silver;
	margin: 15px 0;
}

.featurelist .feature {
	float: left; 
	width: 450px; 
	text-align: justify;	
	padding: 0 0 0 15px;
}

.featurelist img {
	float: left;
	border: 5px	solid #eee;
}

a {
	color: #6FBDD0;
}