@charset "utf-8";
/* CSS Document */

body {
	background-color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#container {
	width: 800px;
	height: auto;
	background-color: #FFFFFF;
	margin: 0 auto auto auto;
	font-size: 11px;
	text-align: justify;
	color: #000000;
	line-height: 16px;
}
#header {
	width: 800px;
	height: 100px;
	background-image: url(../images/header.jpg);
}
#title {
	width: 740px;
	height: 19px;
	background-image: url(../images/product_bar.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
	color: #ffffff;
	font-size: 14px;
	padding-top: 2px;
	margin: 0 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
img.float {
	float: right;
	clear: right;
	margin: auto auto auto 20px;
}
img {
	padding: 0;
	border: none;
	margin-left: 20px;
}
img.divider {
	margin: 20px 0 0 0;
}
p {
	margin: 10px 65px 0 20px;
}
#key_features {
	color: #333333;
	font-size: 11px;
	margin: 10px 0 10px 20px;
}
.key_title {
	color: #00467F;
	font-size: 13px;
	font-weight: bold;
}
ul {
	margin: 0;
	padding-left: 12px;
	list-style: disc;
}
li {
	margin-top: 2px;
}
#top_nav {
	margin: 20px 0 0 20px;
}
a{
	text-decoration: none;
	color: #00467F;
}
a.section{
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 12px
}
a:hover{
	text-decoration: none;
	color: #00a5d9;
}
a.back_to_top {
	color: #ffffff;
	font-size: 10px;
	text-align: right;
	margin: 0 80px 0 0;
	float: right;
	clear: right;
	font-variant: normal;
}
a.back_to_top:hover {
	color: #00a5d9;
	font-size: 10px;
	text-align: right;
	margin: 0 80px 0 0;
	float: right;
	clear: right;
	font-variant: normal;
}