body {
	font-family:verdana,arial,sans-serif;
	font-size:.7em;
	/*background-color:#e6e7e8;*/
	background-color:#f2f2f6;
	text-align:center;
	margin:0;
	padding:0;
}

.max {
	width:790px;
	background-color:#fff;
	text-align:left;
	margin:0 auto;
}

#header {
	height:105px;
	/*border-top:3px solid #EE2E24;*/
	border-top:3px solid #85A9BD;
}

#header .max {
	text-align:right;
	height:105px;
	width:790px;
}

#splash {
	background-color:#e3e3e3;
	height:105px;
}

#splash .max {
	background-color:#fff;
	text-align:left;
	height:105px;
	width:790px;
}

#splashy {
	width:100%;
	height:83px;
	background-image:url(img/circuit.png);
}

#toplinks {
	padding:10px;
}

#logo {
	float:left;
}

#platform_logos {
	margin-bottom: 10px;
}

#footer .max {
	width:790px;
	background-image:url(img/shadow_bottom.gif);
	background-position:top right;
	background-repeat:no-repeat;
	background-color:#e6e7e8;
	padding-top: 10px;
	clear: both;
}

#copyright {
	padding: 10px;
	text-align: center;
}

h1 {
	font-size: 1.5em;
	color: #D73B16;
}

h2 {
	font-size: 1.3em;
	color: #1a3e54;
}

h2.icon {
	line-height: 2.6em;
}

h2 img {
	float: left;
	margin-right: 5px;
}

.plan {
	vertical-align:top;
	width:245px;
	height:250px;
	background-image:url(img/box.png);
	background-repeat:no-repeat;
	font-size:1.15em;
}

.plan div {
	position:relative;
	width:210px;
	height:215px;
	margin:15px 0px 0 15px;
	border:1px solid transparent;
}

a.more, a:link.more {
	position:absolute;
	bottom:1px;
	right:13px;
	font-weight:bold;
	color:#ffffff;
}

.plan table {
	text-align:center;
	margin: 0 auto;
}

.plan table th {
	background-color:#e2e2e2;
	padding:1px 5px;
}

.plan table td {
	padding:1px 5px;
}

.plan h2 {
	text-align:center;
	color:#ffffff;
	font-weight:bolder;
	font-size: 1.3em;
	margin:-.3em 0 0 0;
}

#content {
	padding: 10px;
}

#contentarea {
	width:747px;
	margin: 0 auto;
}

#navouter {
	background-color:#303030;
	height: 23px;
}

#nav {
	height: 28px;
	width:610px;
	font-weight: bold;
	text-align: center;
	margin:0 auto;
	border-right:1px solid #fff;
}

#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	color:#ffffff;
	font-weight: bold;
}

#nav ul ul {
	padding: 0;
	margin-top: 12px;
	margin-left: 0px;
	border-top:1px solid #fff;
}

#nav li { /* all list items */
	float: left;
	position: relative;
	padding: 5px 0px;
	font-size: 1em;
	width: 100px;
	text-align: center;
	background-color: #303030;
	border-left:1px solid #fff;
}

#nav ul li ul li {
	background-color: #303030;
	border:none;
	width: 15em;
	text-align: left;
	font-weight: normal;
	padding: 0;
}

#nav li a {
	padding: 5px 7px;
}

#nav li a, #nav li a:active, #nav li a:visited, #nav li a:link {
	color: #ffffff;
	text-decoration: none;
	display: block;
}

#nav li a:hover {
	color: #ffffff;
}

#nav li ul li a:hover {
	background-color: #EE2E24;
}

#nav li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
}

#nav li:hover ul, #nav li.over ul { /* lists nested under hovered list items */
	display: block;
}

#sidebar {
	width: 200px;
	padding: 10px;
	vertical-align: top;
}

#content ul {
	list-style-type: none;
	margin-left: 2em;
	padding: 0;
}

#content ul li {
	background-image:url(img/bullet.gif);
	background-position:0 50%;
	background-repeat:no-repeat;
	padding:0 0 0 1.5em;
}

.box {
	width: 100%;
	background-color: #c9be8b;
	border-collapse: collapse;
	color: #000;
	font-size: 0.9em;
}

.box h2 {
	font-size: 1.1em;
	margin-bottom: 10px;
	color: #339;
	line-height: 1.1em;
}

.box p {
	margin-top: 10px;
}

.box .tl {
	background: url(img/box-tl.gif) no-repeat;
	height: 8px;
	width: 8px;
}

.box .tr {
	background: url(img/box-tr.gif) no-repeat;
	height: 8px;
	width: 8px;
}

.box .bl {
	background: url(img/box-bl.gif) no-repeat;
	height: 8px;
	width: 8px;
}

.box .br {
	background: url(img/box-br.gif) no-repeat;
	height: 8px;
	width: 8px;
}

.quote {
	font-style: italic;
}

.todo {
	background-color: yellow;
}

a, a:link, a:visited, a:active, a:hover {
	color: #339;
	text-decoration: underline;
}

.note {
	font-style: italic;
}

.minilist .action {
	text-align: center;
	width: 100px;
}

.purchase, .price {
	text-align: center;
}

.price {
	font-size: 2em;
}

.floaty {
	float: right;
	margin: 0 0 10px 10px;
}

.clear {
	clear: both;
}

table.form,
table.list {
	border-collapse:collapse;
	width:745px;
}

table.form thead,
table.list thead {
	background-image:url(img/white-top-bottom.gif);
	text-align: center;
	font-size:1.1em;
	border-bottom:1px solid #D0D0D0;
}

table.form td,
table.list td {
	padding:5px 7px;
	text-align:center;
}

table.form th,
table.list th {
	padding:7px;
	text-align:center;
}

table.list .spacer {
	font-size:0em;
}

table.list th.feature, table.list td.feature {
	text-align:left;
	font-weight:bold;
}

table.form tbody th,
table.list tbody th {
	background-image:url(img/white-top-bottom.gif);
	border-bottom:1px solid #D0D0D0;
}

table.form {
	border-left:1px solid #D0D0D0;
	border-right:1px solid #D0D0D0;
	border-bottom:1px solid #D0D0D0;
}

table.form tbody td,
table.form tbody th {
	text-align:left;
}

table.list tfoot td {
	padding-top:12px;
}

table.form tfoot a, table.form tfoot a:link, table.form tfoot a:active,
table.list tfoot a, table.list tfoot a:link, table.list tfoot a:active {
	background-color:#303030;
	color:white;
	padding:5px 25px;
	text-decoration:none;
	font-weight:bold;
}

table.list tfoot a:hover {
	background-color:#EE2E24;
}

#ewayBlock {
	float:right;
	margin-left:20px;
}

hr {
	height:3px;
	border-collapse:collapse;
}

table.form table.minilist th {
	background-image:none;
	border:none;
}
