@charset "utf-8";

.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	background-color: #D7D700;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
.main_table {
	background-color: #000000;
	background-repeat: repeat;
}

.line_break {
	background-image: url(images/line_break.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	height: 1px;
}
.footer {
	text-align: center;
	vertical-align: top;
	color: #E2DE01;
	padding-right: 15px;
}
.yellow {
	color: #FFFF00;
	text-decoration: none;
}
.black {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	text-align: center;
}


.carpet {
	background-image: url(images/background_carpet.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 113px;
	text-align: left;
	vertical-align: middle;
}
.nav_bar {
	background-image: url(images/nav_bar.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 45px;
	width: 135px;
	text-align: center;
	vertical-align: top;
}

.bar {
	background-image: url(images/bar.jpg);
	background-repeat: repeat-x;
	background-position: center center;
	height: 30px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	font-size: 11px;
}
.big_background_yellow {
	background-image: url(images/big_background.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: left;
	vertical-align: top;
	color: #000000;
	padding-left: 10px;
	padding-top: 20px;
}
.text {
	text-align: left;
	vertical-align: top;
	color: #000000;
	font-size: 10px;
	padding-top: 20px;
	text-decoration: none;
}
.white_text {
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}

.h1 {
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFF00;
}
.small_break {
	background-image: url(images/small_break.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
}



.text_right {
	font-size: 10px;
	color: #000000;
	text-align: right;
	vertical-align: top;
	padding-top: 20px;
}
.banners_table {
	text-align: center;
	vertical-align: top;
	padding-right: 10px;
	padding-left: 10px;
	width: 200px;
}


.text_just {
	color: #999999;
	text-align: left;
	vertical-align: top;
	background-position: top;
	padding-right: 15px;
	padding-left: 10px;
}
.h2 {
	color: #FFFF00;
	background-position: top;
	text-align: left;
	padding-left: 10px;
	font-size: 11px;
	font-weight: normal;
}

.navigationa {
	color: #E2DE01;
	text-decoration: none;
	text-align: center;
}
.navigationa:hover {
	color: #FFFFFF;
	text-decoration: blink;
}
.nav_bar {
	background-image: url(images/nav_bar.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
}
#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;
}
