body
{
	margin:  0px;
	padding: 0px;
	background-color: #CCCCCC;
	background-image: url(img/bg.gif);
}

.main
{
	width: 800px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	min-height: 100%;
	background-color: #FFFFFF;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.header
{
	width: 100%;
	height: 160px;
	background-color: #328FAB;
	border-bottom: 1px solid #999999;
}

.navigation
{
	width: 160px;
	float: left;
	margin: 20px;
	padding: 0px;
	margin-right: 0px;
}

.navigation p
{
	margin: 0px; 
	padding: 0px;
}

.navigation a
{
	font-weight: bold;
	text-decoration: none;
	color:#999999;
	display: block;
	width: 100%;
	margin-top: 2pt;
	margin-bottom: 2pt;
	height: 14pt;
}

.navigation a:hover
{
	text-decoration: none;
	color:#000000;
	background-color: #DDDDDD;
}

.navigation a.old
{
	font-weight: bold;
	text-decoration: none;
	color:#CCCCCC;
	display: block;
	width: 100%;
	margin-top: 2pt;
	margin-bottom: 2pt;
	height: 14pt;
}

.navigation a.old:hover
{
	text-decoration: none;
	color:#000000;
	background-color: #DDDDDD;
}

.navigation .current
{
	font-weight: bold;
	color:#000000;
	display: block;
	width: 100%;
	margin-top: 2pt;
	margin-bottom: 2pt;
	height: 14pt;
}

.content
{
	margin: 20px;
	padding: 0px;
	float: left;
	width: 560px;
}

.content b, 
.content strong
{
	/*color: #46818f;*/
	color: #174c5a;
}

.content a
{
	color: #174c5a;
}

.content h1
{
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 140%;
	color: #999999;
}

.content h2
{
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 110%;
	color: #666666;
}

.content .spacer
{
	height: 1px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
	border-bottom: 1px #D5D5D5 solid;	
}

.annotation, 
.annotation strong, 
.annotation b
{
	font-size: 75%;
	color: #777777;
}

.annotation strong, 
.annotation b
{
	font-weight: bold;
}

.content li
{
	margin-bottom: 20px;
}

.key_features li
{
	margin-bottom: 5px;
}

.right_image
{
	float: right;
	margin-left: 20px;
}

.right_image p,
{
	margin: 0px;
	margin-top: 2px;
	font-size: 10px;
	text-align: right;
	color:#666666;
	width: inherit;
}

.footer
{
	clear: both;
	margin: 20px;
	padding: 0px;
}

#reseller_list
{
	 float:left;
	 display:block;
	 width:300px;
	 margin-right:20px
}

#reseller_application
{
	float:right;

	width:200px;
	border:1px solid #999999;
	display:block;
	margin-right:-50px;
	padding:20px;
	font-size: 75%;
	color: #777777;
	background-color:#FFFFFF;
}