/*
//  Copyright (c) 2007 I Sioux Media Productions. All rights reserved.
*/

/* @group Reset CSS */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* @end */

body {
	width: 670px;
	margin: 0 auto;
	padding: 0;
	background: #e3e4e9 url(../img/background.png) repeat-x top left;
	font: .7em/1.5em "Lucida Grande","Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
	overflow: -moz-scrollbars-vertical;
}

#eru_game {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -300px 0 0 -400px;
}

a,
a:link,
a:visited,
a:active {
	color: #000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #d92818;	
}

#header {
	width: 670px;
	height: 84px;
}

ul.language {
	margin-top:0.5em;
	float: right;
	font-size: 0.9em;
}
ul.language li {
	float: left;
	padding: 0 1em;
	height: 10px;
	line-height: 10px;
	border-right: 1px solid #000;
}
ul.language li.last {
	border: 0;
	padding-right: 0;
}

h1 {
	background: url(../img/redcrossthegamelogo_promo.jpg) no-repeat bottom center;
	width: 600px;
	height: 180px;
	margin: 0 auto;
	text-indent: -999999em;
}
p.subtitle {
	height: 9px;
	margin-top: 14px;
	background: url(../img/subtitle.png) no-repeat center;
	text-indent: -9999em;
}
ul.menu {
	width: 680px;
	height: 28px;
	margin-top: 90px;
	padding: 48px 2px 0;
	background: url(../img/jeep.png) no-repeat -100px top;
	behavior: url(./img/iepngfix.htc);
}
ul.menu li {
	padding: 0 20px 0 0;
	height: 28px;
	float: left;
}
ul.menu li a,
ul.menu li a:link,
ul.menu li a:visited,
ul.menu li a:active {
	float: left;
	display: block;
	width: 116px;
	height: 21px;
	line-height: 21px;
	text-align: center;
	background: url(../img/button-norm.png) no-repeat;
}
ul.menu li.active a {
	text-decoration: underline;
	color: #d92818;
}
ul.menu li a.donate,
ul.menu li a.donate:link,
ul.menu li a.donate:visited,
ul.menu li a.donate:active {
	background: url(../img/button-donate.png) no-repeat;
	color: #fff;
	font-size: 1.3em;
}
ul.menu li a.donate:hover {
}
#content {
	background: url(../img/dot.png) repeat-x bottom left;
	padding-bottom: 1em;
	float: left;
	clear: both;
	width: 670px;
}
.no-lines {
	background-image: none !important;
	padding-bottom: 0 !important;
}
h2 {
	font-size: 2.3em;
	padding: 0.5em 0;
	color: #ccd2e6;
}

#content p {
	text-align: justify;
	margin: 0.5em 0 1em;
	clear: both;
}
a.playnow,
a.playnow:link,
a.playnow:visited,
a.playnow:active {
	display: block;
	width: 94px;
	height: 21px;
	line-height: 21px;
	margin: 0 auto 1em;
	padding-left: 23px;
	font-size: 1.1em;
	background: url(../img/button-playnow.png) no-repeat;
	behavior: url(./img/iepngfix.htc);
}
a.donatenow,
a.donatenow:link,
a.donatenow:visited,
a.donatenow:active {
	display: block;
	width: 94px;
	height: 21px;
	line-height: 21px;
	margin: 1em auto;
	padding-left: 23px;
	font-size: 1.1em;
	color: #fff;
	background: url(../img/button-donatenow.png) no-repeat;
	behavior: url(./img/iepngfix.htc);
}
img.donatenow-header {
	margin-top: 1em;
}
p.center-text {
	text-align: center !important;
}
.right {
	float: right;
}
.left {
	float: left;
}

#sponsors {
	padding: 1em 0;
	float: left;
	clear: both;
	width: 670px;
}
#sponsors h2 {
	color: #99a1bd;
}
#sponsors ul {
	padding-top: 1em;
}
#sponsors ul li {
	float: left;
}
#sponsors ul li a,
#sponsors ul li a:link,
#sponsors ul li a:visited,
#sponsors ul li a:active {
	width: 155px;
	height: 76px;
	border: 1px solid #000;
	margin: 0 5px 5px;
	float: left;
	background: #ebecef;
}
#sponsors ul li a:hover {
	border: 1px solid #d92818;
}
#footer {
	background: url(../img/dot.png) repeat-x top left;
	padding: 1em 0;
	clear: both;
	width: 670px;
}
#footer p {
	text-align: center;
	padding: 0 0 1em 0;
	font-size: 0.9em;
}
h3 {
	font-weight: bold;
}
ul.situatieschets {
	font-weight: bold;
	margin: 0.5em 0;
}
ul.situatieschets li {
	float: left;
	padding-left: 15px;
	margin-right: 10px;
	height: 12px;
	line-height: 10px;
	background: url(../img/list-item.png) no-repeat;
}
div.screenshots {
	width: 190px;
	float: left;
}
div.screenshots img {
	width: 83px;
	height: 60px;
	border: 1px solid #000;
	background: #dedede;
	float: left;
	margin: 5px 5px;
}
div.features {
	float: left;
	margin: 8px 0 0 60px;
	width: 420px;
}
div.features ul {
	
}
div.features ul li {
	margin: 0.5em 0;
	padding-left: 35px;
	background: url(../img/list-item.png) no-repeat;
}
h4 {
	font-size: 2.3em;
	padding: 0.5em 0;
	color: #adb2c2;
}