html, body, div, dl, dt, dd, h1, h2, h3, h4, pre, form, fieldset, p, blockquote, th, td, img, a {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font: normal 12px/18px Verdana;
	background: #f3f1e9 url('/img/bg_body.gif') repeat-x top left;
	color: #474747;
	text-shadow: #000 0 0 0;
}

a {
	color: #FFFFFF;
}

img, a {
	outline: none;
}

p {
	padding: 15px 0 7px 0;
	margin: 0;
	line-height: 22px;
}

ul {
	padding: 0;
	margin: 0 0 0 30px;	
}

ul li {
	line-height: 25px;	
}

code {
	background: #45464B;
	border: 1px solid #F0F0F0;
	color: #FFF;
	display: block;
	font: normal 11px/18px Verdana,Sans-Serif;
	margin: 5px 0 10px 0;
	padding: 8px 10px;
	white-space: pre;
}

th {
	font: normal 11px Tahoma;
	padding: 15px 0 0 6px;
	text-align: left;
}

#col_left img {
	padding: 5px;
	background: white;
	border: 1px solid #DDD;
	margin: 5px 20px 7px 0;
}

span.current {
	background : #9F2727;
	padding: 2px 5px 3px 5px;
	color: #FFF;
	font-size: 11px;
}

html > body #empty {
	height: 90px;
}

#empty {
	clear: both;
	height: 90px;
}

h2 {
	font: normal 18px Arial;
	color: #597C9F;	
	margin: 5px 0 10px 0;
}

table.options td {
	padding: 5px 15px 5px 3px;
	border-bottom: 1px solid #CFCCC2;
}

div#wrapper {
	width: 950px;
	margin: 0px auto;
	height: 100%;
	position: relative;
	min-height: 100%;
}

html > body #wrapper {
	height: auto;
}

div#header {
	height: 200px;
}

div#header h1 a {
	position: absolute;
	background: transparent url('/img/bg_logo.gif') no-repeat center center;
	text-indent: -9000px;
	width: 599px;
	height: 163px;
	cursor: pointer;
}

div#footer {
	position: absolute;
	bottom: 0;
	width: 728px;
	color: #666;
	font: normal 12px Verdana;
}

div#footer p {
	display: block;
	padding: 10px;
}

div#col_left {
	float: left;
	width: 728px;
}

div#col_left h1 {
	margin-top: 30px;
	clear: both;
	font: normal 22px Arial;
	color: #597C9F;	
}

ul#tabs {
	overflow: auto;
	list-style: none;	
	margin: 0;
}

ul#tabs li {
	float: left;
}

ul#tabs li a {
	color: #45464B;
	display: block;
	padding: 13px 0 0 20px;
	text-decoration: none;
	height: 38px;
}

ul#tabs li a:hover {
	text-decoration: underline;
}

ul#tabs li a.active {
	font-weight: bold;
}

ul#tabs li a.active:hover {
	text-decoration: none;
}

a#home {
	background: url('/img/ico_home.gif') no-repeat center left;
	width: 90px;
}

a#example {
	background: url('/img/ico_example.gif') no-repeat center left;
	width: 90px;
}

a#howto {
	background: url('/img/ico_howto.gif') no-repeat center left;
	width: 65px;
}

a#faq {
	background: url('/img/ico_faq.gif') no-repeat center left;
	width: 55px;
}

a#support {
	background: url('/img/ico_support.gif') no-repeat center left;
}

div.borderline {
	border-top: 1px solid #e0ddd3;
	border-bottom : 1px solid #FFF;
	height: 0px;	
	line-height: 0px;
	margin-bottom: 20px;
}

div#col_right {
	float: right;
	width: 210px;
	text-align: center;
	color: #605D5B;
	font-size: 10px;
	line-height: 20px;
}

div#col_right ul {
	list-style: none;
	margin: 0 0 20px 0;	
}

div#col_right ul li a {
	color: #0066CC;
}

a#donate {
	display: block;
	color: #605D5B;
	background: #FFF;
	border: 1px solid #e5e2d7;
	padding: 5px 10px 0 10px;
	height: 45px;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #FFF;
	margin-bottom: 20px;
}

a#donate:hover {
	border: 1px solid #FFF;
	background: #45464B;
	color: #FFF
}

#beer {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url('/img/donate.png') no-repeat top left !important;
	background-image: none;
	filter: none ! important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/donate.png', sizingMethod='scale');
}

div.faq {
	padding: 10px 0;
}

div.faq strong {
	display: block;
	padding: 10px;
	color: #FFF;
	background: #48494E;
	font-weight: normal;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;
}

div.faq p {
	padding: 10px;
	border: 1px solid #E5E2D7;
	background: #FFF;
}
