html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align:baseline;
	background: transparent;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	background: #fff;
	color: #000;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a {
	text-decoration:none;
	color: #A70007;
	text-decoration: underline;
}
/*////End of reset*/

/* ==== clear fix ==== */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
/* ==== /clear fix ==== */

body {
	text-align: center;
	text-indent: 0 !important;
}
#header{
	width: 960px;
	height: 106px;
	background: #000;
	margin:5px auto 0 auto;
}
#header img {
		float:left;
		margin-left: 5px;
}
#menu {
	width: 960px;
	height: 21px;
	margin:5px auto 0 auto;
	background: url('../images/menu_bg.gif') repeat-x;
	border: 1px solid #dbdbdb;
	text-align: center;
}
#menu li {
	line-height: 21px;
	float: left;
	background: url('../images/menu_separator.gif') no-repeat top right;
}
#menu li a {
	color:#000000;
	display:block;
	font-family:georgia;
	font-size:11px;
	height:21px;
	letter-spacing:1px;
	margin:0 !important;
	padding:0 40px;
	text-decoration:none;
	text-transform:uppercase;
}
#menu li a:hover {
	background: url('../images/menu_bg_hover.gif') repeat-x;
	padding: 1px 39px;
	border: 1px solid #e0e0e0;
	border-bottom: none;
	margin-left: -1px !important;
}
#content{
	border:1px solid #0066FF;
	margin:10px;
}
#footer, #foot_links{
	width: 960px;
	margin:10px auto;
	color: #808080;
	font-size: 11px;
	clear: both;
}
#foot_links li {
	display: inline;
	/*border-left: 1px solid #808080;*/
	padding-left: 5px;
	line-height: 12px;
	line-height: 15px;
}
#foot_links li._st{
	border-left: none;
}
#foot_links li a{
	font-size: 10px;

}

h2 {
	background: url('../images/h1_bg.gif') repeat-x 1px 1px;
	line-height: 30px;
	border :1px solid #d9d9d9;
	padding: 0 0 0 10px;
	width: 950px;
	margin:5px auto 0 auto;
	text-align: left;
	font-family: Georgia;
	font-weight: bold;
}
h2 span, h3 span {
	color: #e10000;
}
#content {
	background: url('../images/content_bg.gif') repeat-x;
	width: 960px;
	border: 1px solid #d9d9d9;
	margin: 5px auto;
	text-align: left;
	line-height: 16px;
	padding-top:15px;
}
p {
	font-size:12px;
	clear: both;
	margin: 12px;
}
.intro {
	background:transparent url(../images/red-arrow.gif) no-repeat scroll right center;
	float:left;
	margin:0px 0 30px 20px;
	padding-right:15px;
	width:285px;
	clear:none;
	height: 140px;
}
p.last {
	background: none;
	padding-left: 0px;
}
h3 {
	font-family: Georgia;
	font-weight: bold;
	background: #000;
	clear: both;
	margin: 5px;
	line-height: 30px;
	color: #fff;
	padding: 0 10px;
}
.games{
	clear: both;
}

dl dt {
	background: #000;
	color: #fff;
	position: absolute;
	top: -28px;
	left: 10px;
	width: 281px;
	font-family: Arial;
	font-weight: bold;
	line-height: 30px;
	padding: 0 10px;
	font-size: 11px;

}
dl {
	float: left;
	position: relative;
	margin-top: 25px;
}
.games li, .games_v li{
	background: url('../images/game_bg.gif') repeat-x;
	border: 1px solid #d9d9d9;
	float: left;
	height: 115px;
	width: 290px;
	margin:7px 9px;
	font-size: 11px;
	padding: 5px;
	position: relative;
}
dl dd {
	height: 115px;
	border: 1px solid #d9d9d9;
	margin:7px 9px;
	width: 290px;
	padding: 5px;
	font-size: 11px;
}
dd.text {
	height: 517px;
}
dd.text p {
	font-size: 11px;
}
.games_v li {
	margin:5px 9px;
}
.games li.last {
	/*margin: 0 0 20px 0!important;*/
	clear: right;
}

.games li img, .games_v li img, dd img{
	float: left;
	border:1px solid #C7C7C7;
	background: #F2F2F2;
	padding:1px;
	margin: -19px 7px 0 0px;
}
dl a {
	/*background: url('../images/a_arrow.gif') no-repeat;*/
	bottom: 15px;
	right: 20px;
	color: #A70007;
	text-decoration: underline;
	display: block;
	clear: both;
}
.games li h4, .games_v li h4, dl dd h4 {
	color:#AD0007;
	font-size:11px;
	font-weight:bold;
	margin: 1px 2px 4px 125px;
	font-family: arial;
	/*width:268px;*/
}
.games li a, .games_v li a {
	/*background: url('../images/a_arrow.gif') no-repeat;*/
	position: absolute;
	bottom: 5px;
	right: 10px;
	color: #A70007;
	text-decoration: underline;
}
#flash_cont {
	margin: 10px auto;
	text-align: center;
	padding: 10px;
	background: #E8E6E6;
}
#flash_cont2 {
	float: right;
	margin: 5px 20px 20px 0;
	padding: 9px;
	/*width: 600px;*/
	/*min-height: 400px;*/
	background: #E8E6E6;
	text-align: center;
	border: 1px solid #D9D9D9;
}
#wrapper {
	clear: both;
}
