html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
/*table, caption, tbody, tfoot, thead, tr, th, td,*/
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    font:13px/1 Arial, Helvetica, sans-serif;
	height:100%;
	color:#3B3B3B;
}

h1, h2, h3, h4, h5, h6 {
	font-family:Arial, Helvetica, sans-serif;
	color:#025392;
	text-shadow:1px 1px 1px #fff;
}

h1 {
	padding:0 0 20px 0;
	font-size:22px;
}

h2 {
	padding:30px 0 10px 0;
	font-size:18px;
}

span h2 {
	border-bottom:1px solid #E6EFF4;
	width:100%;
	padding-bottom:4px;
}

h3 {
	padding:30px 0 10px 0;
	font-size:13px;
}

h4 {
	padding:10px 0 5px 0;
	color:#000;
}

h4 a, h4 a:hover {
	color:#000;
}

p {
	line-height:1.35em;
}

dt {
	padding:10px 0 5px;
	font-weight:bold;
	font-size:14px;
}

dt a, dt a:hover {
	color:#000;
}

dd {
	line-height:1.35em;
	margin-bottom:20px;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

blockquote {
	margin-top: 20px;
	margin-bottom: 30px;
	margin-left:0;
	padding-left: 15px;
	border-left: 3px solid #ccc;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	color:#06507E;
}

a:hover {
	color:#2D8CDF;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* end of reset */
.left {
	float:left;
}
.subheading {
	font-weight:bold;
	font-size:15px;
	margin:0 0 14px 0;
}
.nav-container {
	float:right; width:601px;
}
/*.nav-top {
	height:49px;
	text-align:right;
	color:#fff;
	text-shadow:1px 1px 1px #00446F;
}

.nav-top a {
	color:#fff;
	text-decoration:none;
}

.nav-top a:hover {
	text-decoration:underline;
}

.nav-top ul {
    list-style:none;
	padding:10px 0 0;
}

.nav-top li {
    display:inline;
	padding-right:7px;
}

.nav-top li.last {
	padding-right:2px;
}
*/
.nav-main {
	padding:0;
	background:url('images/nav_bgd_1.png') no-repeat top left;
	margin-top:44px;
	height:73px;
	width:586px;
	color:#fff;
	float:right;
}

.nav-main ul {
	padding:2px 4px 0;
	text-transform:uppercase;
	font-size:14px;
	text-align:center;
}

.nav-main li {
	display:inline;
}

.nav-main a {
	color:#fff;
	text-decoration:none;
	display:inline-block;
	height:25px;
	padding:12px 10px 0;
}

.nav-main a:hover, .nav-main a.current {
	background:#000;
	color:#A3E4FF;
}

.nav-footer {
	color:#fff;
	text-align:center;
}

.nav-footer ul {
	text-transform:uppercase;
	font-size:12px;
}

.nav-footer li {
	display:inline;
	padding:0 20px;
}

.nav-footer a {
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	text-shadow:1px 1px 1px #111;
}
.nav-footer a:hover {
	text-decoration:underline;
}

.footer-credits {
	float:left;
	font-size:11px;
	padding-top:12px;
	color:#cecece;
}

.footer-credits a {
	color:#cecece;
}
.footer-credits a:hover {
	color:#aaa;
}

.footer-credits ul li {
	display:inline;
	padding-right:7px;
}

.footer-credits ul li.last {
	padding-right:0;
}

.nav-left {
	float:left;
	width:160px;
	border-left:0;
	border-top:1px solid #c4c4c4;
	border-right:1px solid #c4c4c4;
	border-bottom:1px solid #c4c4c4;
	padding:14px;
	margin:20px 0;
	border-radius:0 10px 10px 0;
	background:url('images/gradient_tile_top_2.jpg') repeat-x top left #fff;
}

.nav-left a {
	text-decoration:none;
	padding:5px;
	display:block;
}

.nav-left a:hover, .nav-left a.current {
	background:#E1E1E1;
	color:#06507E;
	border-radius:4px 4px 4px 4px;
}

.nav-left ul {
	list-style:none;
}

.nav-left li {
	padding:3px 0;
	border-bottom:1px solid #efefef;
}

.nav-left li.last {
	border-bottom:0;
}
.main-panel ul {
	margin:10px 25px;
}
.main-panel ul li {
	padding:7px 0;
	line-height:1.35em;
}
.main-panel ol {
	margin:10px 25px;
}
.main-panel ol li {
	padding:4px 0;
	line-height:1.15em;
}
ul.compact {
	margin:10px 25px;
}
ul.compact li {
	padding:4px 0;
	line-height:1.15em;
}
ul.none {
	list-style:none;
}
ul.none li {
	padding:5px 0;
	line-height:1.35em;
}
.download-button {
	margin:30px 0 10px;
}
form div {
	float:left;
	width:100%;
	padding:11px 0;
}
label{
	display:block;
	float:left;
	font-weight:bold;
	color:#252525;
	padding:0 0 2px 2px;
}
.label-note {
	float:left;
	clear:both;
	font-size:11px;
	width:520px;
	padding:0 0 5px 17px;
	color:#666;
	line-height:1.35em;
	background:url('images/up_arrow_2.png') no-repeat 4px 2px;
}
input, select, textarea {
	border:1px solid #c4c4c4;
	border-radius:5px 5px 5px 5px;
	padding:5px;
	font:13px/1.35 Arial, Helvetica, sans-serif;
}
input.fixed, textarea.fixed {
	width:280px;
	float:left;
	clear:both;
}
/* Combo boxes need to be a bit wider */
select.fixed {
	width:292px;
	float:left;
	clear:both;
}
select.narrow {
	width:140px;
	float:left;
	clear:both;
}
input:focus, select:focus, textarea:focus {
	background:#EAF2F9;
	border-color:#ADC4E3;
}
input.button {
	width:120px;
	border:1px solid #00439E;
	border-radius:5px 5px 5px 5px;
	padding:5px;
	background:#116CC3;
	color:#fff;
	cursor:pointer;
	font-weight:bold;
	text-transform:uppercase;
}
input.button:hover {
	background:#2786DA;
	cursor:pointer;
}
a.button {
	width:70px;
	border:1px solid #00439E;
	border-radius:5px 5px 5px 5px;
	padding:5px;
	background:#116CC3;
	color:#fff;
	cursor:pointer;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:none;
	display:block;
}
a.button:hover {
	background:#2786DA;
	cursor:pointer;
}
input.quantity {
	width:35px;
	margin-right:7px;
}
.main-panel {
	float:right;
	width:689px;
	min-height:320px;
	padding:20px 30px 20px 20px;
	margin-bottom:40px;
}
.main-panel p {
	line-height:1.35em;
	margin-bottom:10px;
}
.required {
	color:#ff0000;
	padding-left:4px;
	font-weight:bold;
}
.order-item {
	height:35px;
}
.item-price {
	font-weight:bold;
	font-size:16px;
}

table.data-table {
	padding:5px;
}
table.data-table th {
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:2px solid #CEDDEA;
	padding:5px;
	line-height:1.35em;
	font-weight:bold;
	background:#EAF2F9;
}
table.data-table td {
	border:1px solid #ccc;
	padding:5px;
	line-height:1.35em;
}
table.data-table tr:hover {
	background:#F2F2F2;
}
.bold {
	font-weight:bold;
}
.screenshot {
	padding:10px 40px 30px 0;
}
.screenshot p {
	font-weight:bold;
}
.border {
	border:1px solid #ccc;
	border-radius:5px 5px 5px 5px;
}
a.top {
	font-size:11px;
	float:right;
	text-decoration:none;
	margin-top:-15px;
}
a.top:hover {
	text-decoration:underline;
}
.attention {
	background:red;
}
#vip-btn {
	background:#fff;
	cursor:pointer;
}