﻿body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #f5f5f5;
	background: #E5ECF9 url('images/bkgd.gif') repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#outer_container {
	background-repeat: repeat-y;
	width: 812px;
	background-position: top left;
	margin: 0 auto;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container {
	width:800px;
	margin:0 6px 0 6px;
	position:relative;
	background-color:#fff;


	border-top:5px solid #97acd7;
		font-family:Arial, Helvetica, sans-serif;
	font-size:12px

}


#main {
	background: repeat-x;
	padding: 10px 30px 10px 30px;
}

/* some tags need this */
table {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.headlineBox {
	width: 300px;
	border: 1 gray dotted;
	font-size: medium;
	color: #333333;
	width: 330px;
}

.productName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000000;
	padding-top: 18px;
	padding-bottom: 18px;
}

.downloadNow {
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 330px; /* border: 1 gray dotted; */;
	text-align: center;
}



/* Subsection Tabs from http://livepipe.net/projects/control_tabs/
--------------------*/
#main ul.subsection_tabs {
	list-style:none;
	margin:0;
	padding:0;
	clear:both;
	/* border-bottom:1px solid #ccc; */
	height:28px;
	clear:both;
	font-style:normal;
	font-family:tahoma,sans-serif;
	font-weight:bold !important;
}

#main ul.subsection_tabs li {
	float:left;
	margin-right:7px;
	text-align:center;
}

#main ul.subsection_tabs li a {
	display:block;
	height:28px;
	padding:2px 6px 2px 6px;
	background-color:#fff;
	color:#666;
	width:80px;
	text-decoration:none;
	color:#555555;
	border-width:1px 1px 0px 1px;
	border-style:dotted;
	border-color:#bbbbbb #bbbbbb #bbbbbb #bbbbbb;
	font-style:normal;
	font-family:tahoma,sans-serif;
	font-weight:bold !important;
	font-size:12px; /* was 75% */
}

#main ul.subsection_tabs li a:hover {
	color:#666;
}

#main ul.subsection_tabs li a.active {
	background-color:#ddd;
}

#main ul.register_tabs {
	border-bottom:none;
}

#main ul.register_tabs li a.active {
	background-color:#6d7a81;
	color:#fff;
}

.howitworksTable {
	
	border-width:1px 1px 1px 1px;
	border-style:dotted;
	border-color:#bbbbbb #bbbbbb #bbbbbb #bbbbbb;
	padding: 12px;

}

.navSelected {	
	color:#666;
}



