@charset "utf-8";
/* CSS Document */
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, b, u, i, center, 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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
html {
	background:url(../images/main-bg.jpg) left top repeat-x #006699;
}
body {
	line-height: 18px;
	background:url(../images/BGMiddle.jpg) center top no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p {
	padding:0 0 10px 0;
}
#wraper {
	width:968px;
	margin:0 auto;
}
.left-img {
	float:left;
	padding:5px 5px 0 0;
}
.header {
	height:176px;
}
/*******************************************************************************************************/
.menu {
	background:url(../images/menu-bg.jpg) no-repeat;
	height:42px;
}
.menu ul {
	margin-left:10px;
}
.menu ul li {
	float:left;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	line-height:38px;
	margin:0 20px;
}
.menu ul li a {
	color:#FFFFFF;
	text-decoration:none;
}
.menu ul li a:hover {
	color:#ffff00;
}
.current a {
	color:#ffff00 !important;
}
/*******************************************************************************************************/
.bonus {
	height:198px;
}
.welcome-bonus {
	float:left;
	width:666px;
	height:198px;
	margin:0px;
}
.download {
	float:right;
	width:302px;
	height:198px;
	background-image:url(../images/download.jpg);
}
.download .playnow {
	padding-top:52px;
}
.downloadimage {
	padding: 40px 0px 0px 0px;
}
/*******************************************************************************************************/
.title {
	height:47px;
	background:url(../images/h2-title.jpg) left top no-repeat;
}
h2 {
	padding:0 0 0 35px;
	line-height:35px;
	color:#FFFFFF;
	font-weight:bold;
}
h2 a {
	color:#FFFFFF;
	text-decoration:none;
}
/*******************************************************************************************************/
.content {
	background:url(../images/content-bg.jpg) left top repeat-y;
	padding:10px 26px 0 20px;
}
.content p a {
	color:#FF0000;
}
.content ul {
	list-style:circle;
	margin-left:30px;
}
.content ul li {
	color:#FF0000;
	font-weight:bold;
	padding:5px 0;
	margin:0px;
}
.content ul li a {
	color:#FF0000;
	text-decoration:none;
}
.content ul li a:hover {
	text-decoration:underline;
}
/*******************************************************************************************************/
.footer {
	height:150px;
	background:url(../images/footer-bg.jpg) left top no-repeat;
	text-align:center;
	line-height:150px;
	color:#FFFFFF;
}
.footer a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
.footer a:hover {
	text-decoration:underline;
}
