/* CSS reset */
body,div,img,p,h1,h2,h3,ul,li,table,tr,td {
	margin: 0;
	padding: 0;
}
/* basic elements */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #fff;
}
h1, h2, h3, h4 {
	margin: 0 0 15px;
	font-weight: bold;
}
p {
	color: #272727;
}
h1 {
	font-size: 20px;
}
h2 {
	font-size: 15px;
}
h3 {
	font-size: 12px;
}
a, a:link {
	text-decoration: none;
	color: #00f;
}
a:hover {
	text-decoration: underline;
	color: #66f;
}
a:visited, a:active {
	color: #33f;
}
a img { border: none; }
hr {
	border: 1px solid navy;
}
/* Specific elements */
h2#backlink {
	font-size: 0.8em;
}
p#gamesnotice {
	border-top: 1px solid navy;
	padding-top: 1em;
}
#text {
	/*clear: both;*/
	float: left;
	width: 500px;
	margin-top: 20px;
	font-size: 0.9em;
}
#text .play-today {
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin-left: 200px;
	text-align: center;
}
#text p {
	margin-top: 0.5em;
}
#text h3 {
	margin: 1em 0 0.2em;
}
#text ul {
	list-style-position: inside;
}
#adbanner {
	margin-top: 30px;
    margin-bottom: 20px;
}
.adbox-right {
	margin-top: 1em;
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}
.clearfix {
	display: inline-block;
}
.clearfix {
	display: block;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

/* Main-Container */
#main-container {
	margin: 10px auto;
	width: 990px;
	background: url(images/wrapper-content-top.png) transparent top left no-repeat;
	padding: 58px 0 0;
}
#inner-container {
	background: url(images/wrapper-content-bottom.png) transparent bottom left no-repeat;
	padding: 0 0 58px;
}
/* Main-Wrapper */
#main-wrapper {
	width: 920px;
	padding: 0 35px;
	background: url(images/wrapper-content-middle.png) transparent top left repeat-y;
}

/* Left Sidebar */
#sidebar-left {
	float: left;
	width: 163px;
	margin-left: 10px;
}

/* Content */

#game {
	text-align: center;
}
/*
#content {
	float: left;
	width: 715px;
	margin-left: 10px;
}
*/
#content {
	width: 715px;
	margin-left: 183px;
	position: relative;
}
.game-area div.facebook {
	margin-top: 20px;
}
#games-list,
div.game-area {
	width: 715px;
	background: url(images/content-bottom.gif) transparent bottom left no-repeat;
	padding: 0 0 10px;
	position: relative;
}
#games-list > div,
div.game-area div.wrapper {
	background: url(images/content-top.gif) transparent top left no-repeat;
	padding: 10px 0 0;
}
#games-list table,
div.game-area div.wrapper > * {
	background: url(images/content-middle.gif) transparent top left repeat-y;
	padding: 0 10px;
}
#games-list table td {
	text-align: center;
}
#games-list table td h3 {
	margin: 0;
}
#games-list table td h3 a {
	background: url(images/play.png) transparent top left no-repeat;
	width: 111px;
	height: 20px;
	margin: 0 auto;
	padding: 18px 20px 12px;
	display: inline-block;
}
#games-list table td a,
#games-list table td a:link {
	color: #fff;
}
#games-list table td a:hover {
	color: #333;
}

/* Menu */
div.menu {
	margin-bottom: 15px;
}
div.menu .header {
	background: url(images/left-menu-top.gif) transparent top left no-repeat;
	color: #fff;
	height: 23px;
	padding: 3px 5px 0;
	margin: 0;
	text-align: center;
}
div.menu a:link {
	color: #094b80;
	font-weight: bold;
}
div.menu a,
div.menu a:link {
	color: #094b80;
	font-weight: bold;
}
div.menu a:hover {
	color: #333;
}
div.menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
div.menu ul li {
	padding: 6px 10px;
	display: block;
	background-color: #e9eef3;
	border-bottom: 1px solid #8fbce0;
	list-style-type: none;
}
div.menu ul li.last {
	border: 0;
}
div.menu div.item-list {
	margin-top: 2px;
	background: url(images/menu-content-bottom.gif) transparent bottom left no-repeat;
	padding-bottom: 10px;
}
div.menu div.item-list ul {
	background: url(images/menu-content-top.gif) transparent top left no-repeat;
	padding-top: 10px;
}

/* Games menu */
div.item-list img {
	margin-right: 10px;
	vertical-align: middle;
}
div.item-list li.last {
	border: 0;
}
div.item-list li a:hover {
	text-decoration: none;
}
#games-menu {
	float: right;
	width: 163px;
	margin-top: 20px;
}
#games-menu div.item-list {
	background-image: none;
}
#games-menu div.item-list ul {
	background-image: none;
}
