/* global elements */
* {
	margin: 0;
	padding: 0;
}

a {text-decoration: none;}

body {
	background: #111 url(../img/bg.jpg) repeat-y center top;
	color: #BBB;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
}

p,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}

blockquote {font: bold 1em sans-serif;}

code {
	background: #444;
	display: block;
	font-size: 12px;
	margin: 0 10px 12px;
	overflow: auto;
	padding: 8px 10px;
	white-space: pre;
}

img {border: none; margin:1em;}

ul {margin-left: 2em;}
h1 {font: normal 2.4em sans-serif;
color:#FFCC33;}
h2 {font: bold 2.0em Verdana,sans-serif;
color:#CC9999:
	padding-top: 0.75em;
	padding-bottom: 1.2em;
}
h3 {font: bold 1.7em Verdana,sans-serif;
color:#FFFF99;
	padding-top: 0.75em;
	padding-bottom: 1.2em;
}
/* misc */
.clearer {clear: both;}
.stripes {
	background: #333 url(../img/stripe.gif);
	height: 6px;
}
.left {float: left;}
.right {float: right;}

/* header */
.header {
	background: #111;
	border-bottom: 1px solid #333;
	font: normal 2em sans-serif;
	height: 120px;
}
.header a {
	color: #888;
	display: block;
	line-height: 120px;
	text-decoration: none;
	width: 100%;
}
.header span {padding-left: 32px;}
.header a:hover {
	background: #191919;
	color: #BBB;
}

/* structure */
.container {
	border: 3px solid #444;
	border-top: none;
}

.main {
	background: #303030;
	border-bottom: 1px solid #2A2A2A;
	border-left: 1px solid #2A2A2A;
}
.main .left {width: 64%;}
.main .right {width: 36%;}

.content {
	border-left: 1px solid #444;
	border-top: 1px solid #444;
	padding: 16px;
}
.content p {
	font-size: 1.3em;
	line-height: 1.5em;
	padding-bottom: 1.2em;
}
/* content elements */
.content h1 {
	background: url(../img/bgh1.gif) repeat-x left bottom;
	color: #39D1FD;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}
.content h2 {
	padding-top: 8px;
	padding-bottom:6px;
	font: 1.75em sans-serif;
color:#FFCC33;
}
.content a {
	color: #999;
	text-decoration: underline;
}
.content a:hover {color: #CCC;}
.content .descr {margin-bottom: 5px;}
.content img.illus {
	margin: 1em 1em 1em 0em;
}

.content ul {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0 24px;
	}
	
.content li {
background: url(../img/li.gif) no-repeat;
background-position:0 .5em;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0 24px;
	line-height:1.5em;
	font-size:1.1em;
}

/* navigation */
.nav {background: #191919 url(../img/nav.gif);}
.nav a {
	background: #191919 url(../img/nav.gif);
	border-right: 1px solid #161616;
	color: #CCC;
	float: left;
	font: bold 1em Verdana,sans-serif;
	line-height: 51px;
	padding: 0 20px;
}
.nav a:hover {
	background: #191919 url(../img/nav_hover.gif); color:#FFCC33;
}

/* sub-navigation */
.subnav {
	background: #2A2A2A;
	border: 1px solid #1E1E1E;
	border-top-color: #444;	
	padding: 12px;
}
.subnav h1 {
	padding-top: 8px;
	padding-bottom:6px;
	color: #39D1FD;
}
.subnav h3 {font: bold 1.7em Verdana,sans-serif;
color:#FFCC33;
	padding-top: 0.75em;
	padding-bottom: 1.2em;}
	
.subnav ul {margin: 0;}
.subnav li {
	background: url(../img/li.gif) no-repeat left bottom;
	list-style: none;
	margin: 0;
}
.subnav li a {
	color: #777;
	line-height: 2.4em;
	padding-left: 24px;
	text-decoration: none;
}
.subnav li a:hover {color: #BBB;}

/* footer */
.footer {
	background: #191919;
	border-top: 1px solid #444;
	color: #999;
	padding: 3% 3% 1%;
}
.footer ul {
	border-top: 1px solid #262626;
	margin: 0;
}
.footer li {
	border-bottom: 1px solid #262626;
	list-style: none;
}
.footer li a {
	display: block;
	line-height: 2em;
	padding-left: 4%;
	width: 96%;
}
.footer a {color: #666;}
.footer a:hover {
	color: #BBB;
	background: #222;
}
.col3,.col3center {
	float: left;
	width: 31%;
}
.col3center {margin: 0 3%;}

/* bottom */
.bottom {
	color: #666;
	clear: both;
	font-size: 1.1em;
}
.bottom a, .bottom .right a:hover {color: #888;}
.bottom .right, .bottom .right a {color: #555;}
