/* CSS Document */

body {
	background: #646AF2 url(images/body.jpg) repeat-y center top;
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
}
a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#pageholder {width: 960px; margin: 0px auto; }
#header {
	background: url(images/logo.jpg) -40px 0px no-repeat;
	width: 800px;
	height: 200px;
	display: block;
	margin: 0 auto;
}
#toptext {
	margin: 0 auto;
	text-align: center;
	border-top: 3px double #FFFFFF;
	color: #FFFFFF;
}
#mainbody {
	margin: 5px auto;
	text-align: justify;
	color: #FFFFFF;
	font-size: 9pt;
	background: url(images/fade.png) top left repeat;
	border: 3px double #FFFFFF;
}
#footer {
	border-top: 3px double #FFFFFF;
	margin: 10px auto;
	color: #EEEEEE;
	text-align: center;
	font-size: 10pt;
}
#header h1 {
	display: none;
}
/*#tmenu, #tmenu ul, #tmenu ul li { margin: 0px; padding: 0px; height: 40px;}
#tmenu ul li { list-style-type: none; float: left; width: 188px; margin: 0px 1px;  height: 40px; line-height: 40px; vertical-align: middle; border: 1px solid #fff; border-bottom: 3px solid #ffffff; background: url(images/fade.png) top left repeat; font-size: 12pt; text-align: center;}
#tmenu ul li a {width: 150px; height: 40px; display: block; color: #ffffff; font-weight: bold; text-decoration: none;}
#tmenu ul li:hover, #tmenu ul li a:hover {background: #ffffff; color: #0000ff; border-color: #0000ff;}
#tmenu ul li a:hover {background: url(images/cherry.png) 5px 10px no-repeat;}*/
#tmenu { width: 940px;}
#tmenu, #tmenu ul, #tmenu ul li { margin: 0px auto; padding: 0px; height: 50px;}
#tmenu ul li { list-style-type: none; float: left; width: 150px; margin: 0px 3px;  height: 50px; line-height: 50px; vertical-align: middle; background: url(images/menu-buttons.png) 0px -50px no-repeat; font-size: 12pt; text-align: center;}
#tmenu ul li a {width: 150px; height: 50px; display: block; color: #ffffff; font-weight: bold; text-decoration: none;}
#tmenu ul li:hover { background: url(images/menu-buttons.png) 0px 5px no-repeat;}
#tmenu ul li a:hover {color: #000000;}
#mainbody h2 {
	font-size: 12pt;
}
#mainbody a {
	color: #FFFFFF;
}
#mainbody .name {
	width: 30%;
	display: block;
	float: left;
	text-align: center;
}
#mainbody .review {
	width: 69%;
	float: right;
	display: block;
	padding-top: 33px;
}
#mainbody .where {
	display: block;
	width: 99%;
	float: left;
}
#footer p a, #toptext a {
	color: #EEEEEE;
}
.month {
	text-align: center;
	text-decoration: underline;
}
.left { width: 84%; float: left; display: block;}
.right { width: 15%; float: right; display: block;}
.right .where {text-align: left;}
.sep {
	clear: both;
	width: 90%;
	height: 10px;
	display: block;
	margin: 0px auto;
	border-top: 1px solid #FFFFFF;
}
.clear {
	clear: both;
}
#links li {
	list-style-type: none;
	display: block;
	padding: 5px 0px;
	padding-left: 25px;
	background: url(images/cherry.png) center left no-repeat;
}
#links li a { text-decoration: none; font-weight: bold; }
#links li a:hover {text-decoration: none; }
.exclusive { font-size: 9pt; text-align: center; color: #222222; background: url(images/wfade.png) center center repeat; border: 2px solid #00f; clear: both; }
.exclusive div { width: 33%; float: left; display: block; }
.exclusive div a, .exclusive div a:hover { color: #000 !important;}
.article { background: url(images/slot_machine.png) left center no-repeat; min-height: 64px; padding-left: 64px;}
#popupfade {
	position: fixed;
	top:0px;
	left:0px;
	background: url(images/fade.png) top left repeat;
	z-index: 100000;	
}
#apppopup { 
	margin: 0px auto; 
	width: 590px;
	height: 393px;
	overflow: hidden;
	display: none; 
	position:fixed; 
	top:-1000px;
	left: 0px; 
	z-index: 100001;
}

#apppopup #closebut {
	position: relative;
	top: 10px;
	left: 550px;
	width: 25px; 
	height: 25px;
	cursor:pointer;
}
#apppopup div.appback {
	background: url(images/android-app.png) center center no-repeat;
	width: 100%;
	height: 383px;
	margin: 0px auto;
	display: block;
}
#apppopup #appclick {
	position: relative;
	top: 257px;
	left: 76px;
	width: 180px;
	height: 43px;
	display: block;
	cursor: pointer;
}
