html, body, div, p, h1, h2, h3, ul, ol, span, a, table, td, form, img, li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0; padding:0; border:0;
	border-collapse:collapse;
}

body {
	background-color:#0e183b;
	text-align:center;
	background-image:url(bg.jpg);
	text-align:center;
}


#header {
	width:auto;
	height:50px;
	background:#222 url(bg_top.png) top left;
}
#header div {
	width:970px;
	height:50px;
	margin:0 auto;
	text-align:right;
	position:relative;
}
#header ul {
	margin-top:0px;
	list-style-type:none;
	text-align:right;
}
#header ul li {
	display:inline;
	text-align:center;
}
#header ul li a {
	text-decoration:none;
	display:inline-block;
	padding:20px 10px 0px 5px;
	color:#FFF;
	font-size:18px;
	font-weight:bold;
	height:30px;
}
#header ul li a:hover {
	color:#FF0;
	background:#000;
}
.headersel {
	background:#000;
}

#header_sub {
	position:static;
	width:auto;
	height:30px;
	background:#AA0 url(bg_sep.png) top left;
}
#header_sub div {
	width:970px;
	margin:0 auto;
	text-align:right
}
#header_sub ul {
	margin-top:0px;
	list-style-type:none;
	text-align:right;
}
#header_sub ul li {
	display:inline;
	text-align:center;
}
#header_sub ul li a {
	text-decoration:none;
	display:inline-block;
	padding:5px 10px;
	color:#FFF;
	text-shadow:#000 1px 1px 0px;
	font-size:14px;
	font-weight:bold;
	height:20px;
}
#header_sub ul li a:hover {
	background-image:url(menu_hover.png);
	color:#FF0;
}
.subsel {
	background-image:url(menu_hover.png);
}

#title {
	position:absolute;
	top:-40px;
	left:-435px;
	margin:0;
	width:82px !important;
	height:88px !important;
	background:url(icon.jpg) top left no-repeat;
}

#title div {
	position:absolute;
	top:10px;
	left:85px;
	width:200px;
	height:30px;
	text-align:left;
	font-size:18px;
	font-weight:bold;
}

#title a {
	color:#FF0;
}

#title a:hover {
	color:#FFF;
	text-decoration:none;
}

.content {
	width:950px;
	margin:0 auto;
	background:#FFF url(shadow.png) top left repeat-x;
	text-align:left;
	font-size:12px;
	padding:15px 10px 0px 10px;
}

p {
	margin:10px 0px 15px 0px;
}

a {
	color:#039;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:#AAA;
	text-decoration:underline;
}

#footer {
	width:960px;
	margin:0 auto;
	border-top:3px solid #BBB;
	background:#DDD;
	padding:5px;
	color:#999;
	font-size:10px;
	text-align:center;
}

#footer a {
	color:#666;
	text-decoration:none;
}

#footer a:hover {
	color:#888;
	text-decoration:underline;
}

h1 {
	padding-top:10px;
	font-size:24px;
	font-weight:bold;
}

h2 {
	padding-top:10px;
	font-size:16px;
	font-weight:bold;
}

h3 {
	padding-top:10px;
	font-size:14px;
	font-weight:bold;
}

.c1 {
	width:450px;
	float:left;
}

.c2 {
	width:450px;
	float:right;
}

.c3 {
	clear:both;
}

.spacer {
	padding-top:20px;
	clear:both;
}

.video {
	padding:5px;
	text-align:center;
	color:#999;
	font-size:10px;	
}

.video a {
	color:#666;
	text-decoration:none;
}

.video a:hover {
	color:#888;
	text-decoration:underline;
}

.scrollpane {
	width:950px;
	margin:0 auto;
	font-size:12px;
	padding:15px 10px 15px 10px;
	border-top:3px solid #BBB;
	border-bottom:3px solid #BBB;
	background:#DDD;
	color:#999;
}

ul {
	padding:0px;
	margin-top:3px;
	padding-left:20px;
	list-style-position:outside;
	list-style-image:url(dot.gif);
}
.ulr {
	list-style-image:url(rdot.gif);
}

li { padding:1px 0 1px 0; }

.button {
	display:block;
	background:#BBB;
	background: linear-gradient(to bottom, #EEE,#999);
	border:solid #666 1px;
	margin:10px;
	height:26px;
	width:300px;
	padding-top:3px;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	text-shadow:#FFF 0 0 5px;
	-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
}

.button:hover {
	color:#999;
	text-decoration:none;
}

.bigbutton {
	display:block;
	background:#BBB;
	background: linear-gradient(to bottom, #EEE,#999);
	border:solid #666 2px;
	margin:10px;
	height:45px;
	padding-top:5px;
	font-size:30px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	text-shadow:#FFF 0 0 10px;
	-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
}

.bigbutton:hover {
	color:#999;
	text-decoration:none;
}

.dlbutton {
	display:block;
	background:#BBB;
	background: linear-gradient(to bottom, #EEE,#999);
	border:solid #666 1px;
	margin:10px;
	height:40px;
	padding-top:2px;
	font-size:18px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	text-shadow:#FFF 0 0 5px;
	-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
}

.dlbutton:hover {
	color:#999;
	text-decoration:none;
}

.dltiny {
	font-size:12px;
	text-shadow:#FFF 0 0 3px;
}

.fullsizead {
	clear:both;
	width:970px;
	margin:0 auto;
	background-color:#FFF;
}

.screenshot {
	border:none;
	padding:5px;
}

.box {
	padding:10px;
	margin:10px;
	background-color:#DDD;
	border:2px solid #BBB;
	-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px;
	text-align:left;
}
.inner {
	margin:5px;
	padding:5px;
	background:#BBB;
}

.linkbar { padding:5px 3px 3px 3px; font-size:12px; list-style-image:none; }
.linkbar li { display:inline;  width:100px; }
.linkbar li a {
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
	background: #E0E0E0;
	background: linear-gradient(to top,#C0C0C0,#FFF);
	border: 1px solid #999;
	text-align:left;
	padding:2px 3px;
	text-decoration:none;
}
.linkbar li a:hover {
	background:#039;
	border-color:#039;
	color:#EFA;
	text-decoration:none;
}

.attention { color:#B00;  padding:3px 3px 3px 23px; background-image:url(../img/icon_warning.png); background-position:3px 1px; background-repeat:no-repeat; }
.note { color:#FF9; padding:3px 3px 3px 23px; background-image:url(../img/icon_bulb.png); background-position:3px 1px; background-repeat:no-repeat; }
.code { color:#AFA; background:#030; border:2px solid #AFA; padding:2px; font-family:"Lucida Console", Consolas, "Courier New", Courier, monospace; overflow-x:auto; }
.security { color:#9EFFB1; background-color:#022409; padding:3px 3px 3px 39px; background-image:url(../img/cat_security.png); background-position:3px 1px; background-repeat:no-repeat; }
.vali { color:#666; font-family:"Courier New", Courier, monospace; padding-right:2px; }
.valn { color:#FFF; font-family:"Courier New", Courier, monospace; font-size:larger; }

.bg0 { background:#CCC; padding:2px; }
.bg1 { background:#EEE; padding:2px; }
.row0 td { background:#CCC; padding:5px; }
.row1 td { background:#EEE; padding:5px;}
.no { color:#C00; font-weight:bold; }
.yes { color:#0B0; font-weight:bold; }

.stars { display:inline-block; height:10px; background-image:url(../img/icon_star.png); background-position:top left; background-position:repeat-x; text-align:left; }
.stars0 { display:inline-block; height:10px; background-image:url(../img/icon_star_gray.png); background-position:top left; background-position:repeat-x; }
.unisize { display:inline-block; text-align:left; width:100px; }
.stdshadow { text-shadow:#666 1px 1px 0; }