* {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	color: #FFF;
}
img {
	border: 0;
}
body {
	margin: 25px 0;
	background-color: black;
}
a {
	text-decoration: none;
}
div.clear {
	clear: both;
}
#body {
	text-align: center;
}
#main {
	text-align: left;
	width: 950px;
	margin: 0 auto;
}
#header {
	height: 75px;
	overflow: hidden;
}
#logo {
	width: 233px;
	height: 75px;
	float: left;
}
#menutop {
	float: left;
	width: 657px;
	margin-top: 25px;
}
#menutop ul {
	float: right;
	display: inline;
	list-style: none;
	margin: 0;
}
#menutop li {
	float: left;
	text-transform: uppercase;
	padding: 0 12px 0 0;
	font-size: 14px;
}
#menutop a {
	text-decoration: none;
	color: #FFF;
}
#menutop a:hover, #menutop a.active {
	color: #DC0000;
}
#lang-chooser {
	margin-top: 25px;
	width: 60px;
	float: left;
}
#lang-chooser img {
	display: inline;
	vertical-align: middle;
	margin-left: 10px;
}
#live-stats {
	float: left;
	width: 640px;
	height: 20px;
	color: #7B7B7B;
	font-size: 12px;
	text-align: right;
	padding: 14px 76px 0 0;
}
#live-stats span {
	color: #DC0000;
}
#top {
	margin: 20px auto;
}
#testimonial {
	font-size: 14px;
	text-align: center;
}
h2 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: normal;
	background: url( '../images/bg-h2.gif' ) no-repeat left center;
	padding: 3px 0 4px 26px;;
	margin: 10px 0;
	clear: both;
}
div.block {
	background: url( '../images/upper-left.gif' ) no-repeat top left #333;
}
div.block div.ur {
	background: url( '../images/upper-right.gif' ) no-repeat top right transparent;
	height: 100%;
}
div.block div.lr {
	background: url( '../images/lower-right.gif' ) no-repeat bottom right transparent;
	height: 100%;
}
div.block div.ll {
	background: url( '../images/lower-left.gif' ) no-repeat bottom left transparent;
	height: 100%;
}

div.block p {
	margin: 0;
	padding: 9px 11px;
	font-size: 13px;
	
}
u {
	color: #DC0000;
	text-decoration: none;
}

div.button-see {
	width: 137px;
	height: 30px;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFF;
	background: url( '../images/bg-button-see.gif' ) no-repeat top center;
	text-align: center;
	font-weight: bold;
}
div.button-see p {
	margin: 0;
	padding-top: 7px;
}
div.button-see a {
	text-decoration: none;
}

#bottom {
	margin: 0 auto 15px auto;
	border: 1px solid #DC0000;
	border-width: 1px 0;
	padding: 21px 0;
}
#bottom ul {
	list-style: none;
	width: 700px;
	margin: 0 auto;
	height: 20px;
}
#bottom li {
	float: left;
	text-transform: uppercase;
	padding: 0 0 0 16px;
	font-size: 14px;
}
#bottom a {
	text-decoration: none;
	color: #FFF;
}
#bottom a:hover, #bottom a.active {
	color: #DC0000;
}
#legals {
	font-size: 10px;
	text-align: center;
}
#legals a {
	text-decoration: none;
}