/* start css reset */
html, body, div, span, applet, object, iframe, 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, ul, li,
fieldset, form, label, legend, {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul, li {
	font-size:14px; color:#dedede;}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* end css reset */

@font-face {
	font-family: 'Zurich BC';
	src: url(../includes/fonts/ZurichBT-BoldCondensed.eot);
	src: url(../includes/fonts/ZurichBT-BoldCondensed.ttf) format('truetype');
	font-style: normal;
	font-weight: bold;
}

/* general styles */
a:link { font-family: "Zurich Cn BT", "Zurich Bold Condensed BT", "Zurich BC", Arial, Helvetica, sans-serif; color:#900; text-decoration:none; }
a:active { font-family: "Zurich Cn BT", "Zurich Bold Condensed BT", "Zurich BC", Arial, Helvetica, sans-serif; color:#900; text-decoration:none; }
a:hover { font-family: "Zurich Cn BT", "Zurich Bold Condensed BT", "Zurich BC", Arial, Helvetica, sans-serif; color:#000000; text-decoration:underline; }
a:visited { font-family: "Zurich Cn BT", "Zurich Bold Condensed BT", "Zurich BC", Arial, Helvetica, sans-serif; color:#900; text-decoration:none; }

body {
	padding:0px;
	margin:0;
	overflow-x: hidden !important;
}

h1 {
	color:#F00;
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
	
}

h3 {
	color:#F00;
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
	
}

h4 {
	color:#F00;
	font-family:Tahoma, Geneva, sans-serif;
}

p {
	color:#333;
	/*text-align:left;*/
	font-size:13px;
	font-family:Tahoma, Geneva, sans-serif;
}

li {
	color:#333;
	text-align:left;
	font-size:13px;
	font-family:Tahoma, Geneva, sans-serif;
}
/* end general styles */

/* helper styles */

.clearb {
	clear:both;
}
.capitalCase{
	text-transform:uppercase
}

/* end helper styles */

/*start layout style*/

.container {
	width:1027px;
	height:100%;
	margin:0px auto;
	padding:0px;
}

.language-container{
	width:100%;
	height:35px;
	background:#639bcc;
	border-bottom:#333333 7px solid;
}

#language-select{
	position:relative;
	float:right;
	z-index:150;
	color:#fff;
	font-weight:bold;
	padding-right:50px;
}


.topbar {
	position: relative;
	background-color:#f4b621;
	margin:0px;
	padding:0px;
	width:100%;
	height:171px;
}


.container-top {
	position:relative;
	width:1027px;
	height:171px;
	margin:0px auto;
	padding:0px;
}


#slotsurvivorlogo {
	position:relative;
	margin:0px 0px 0px 0px;
	width:402px;
	height:348px;
	z-index:10;
}
	
#redflushlogo {
	position:relative;
	margin:-330px 0px 0px 350px;
	padding:0px;
	width:255px;
	height:89px;
	z-index:10;
}

#lavida {
	position:relative;
	margin: -95px 0px 0px 650px;
	padding:0px;
	width:200px;
	height:89px;
	z-index:10;
}

#couple {
	position:relative;
	margin:130px 0px 0px 850px;
	padding:0px;
	width:352px;
	height:304px;
}

#dice {
	position:absolute;
	margin:320px 0px 0px 0px;
	padding:0px;
	width:150px;
	height:98px;
	z-index:5;	
}


	/*start navigation*/
	#navigation {
		background:url(../images/navigation.png) no-repeat;
		position:relative;
		margin:-45px 0px 0px -10px;
		padding:0px;
		width:1247px;
		height:81px;
		z-index:5;
	}


		.menu ul {
			display:block;
			margin:0 auto;	
			padding:0px;
		}
		
		.menu li {
			position:relative;
			display:inline;
			top:30px;
			font-size:20px;
			color:#fff;
			padding-left:20px;
			
		}
		
		.menu li a {
			color:#fff;
			font-size:20px;
			text-decoration:none;
			padding:5px;
		}
		
		.menu li a:hover {
			
			color:#F90;
			font-size:20px
		}
	/*End navigation*/
	
.content-left {
	width: 690px;
	height:auto;
	float:left;
	padding:0px 50px 0px 0px;
}

.sidebar {
	margin: 0px 0px 0px 0px;
	width:auto;
	height:auto;
	float:left;
}

#content-home-vslider {
		position:relative;
		width:260px;
		margin:10px 0px 0px 0px;
		min-height:100px;
		padding-bottom: 20px;
		overflow:hidden;
		float:right;
	}

/* start footer styles */
#banking {
	position:relative;
	margin:10px 0px 0px 350px;
	padding:0px 0px 5px 0px;
	width:1000px;
	height:83px;
}

#footer {
	background: #f4b621 url(../images/footer.png) top center repeat-x;
	margin: 0px 0px 0px 0px;
	padding: 10px;
	width: 100%;
	height: 100%;
}


/* end layout styles */


/* start buttons */
.button{
	color:#fff;
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-family: "Zurich Cn BT", "Zurich Bold Condensed BT", "Zurich BC", Arial, Helvetica, sans-serif;
	font-size:30px;
	font-weight:700;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	border-radius: 2em;	
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	
	-webkit-box-shadow:inset 0 20px 18px rgba(255,255,255,.4), inset 0 -5px 0px rgba(62,10,10,.9), 0 5px 4px rgba(0,0,0,.8);
	-moz-box-shadow:inset 0 20px 18px rgba(255,255,255,.4), inset 0 -5px 0px rgba(62,10,10,.9), 0 5px 4px rgba(0,0,0,.8);
	box-shadow:inset 0 20px 18px rgba(255,255,255,.4), inset 0 -5px 0px rgba(62,10,10,.9), 0 5px 4px rgba(0,0,0,.8);
	behavior: url(PIE.htc);
}

.button:hover {
	font-family: "Zurich Cn BT", "Zurich Bold Condensed BT", "Zurich BC", Arial, Helvetica, sans-serif;
	color:#fff;
	text-decoration: none;
	background: #f78d1d;
	font-weight:700;
	background: -webkit-gradient(linear, left top, left bottom, from(#383c43), to(#0b0c0e));
	background: -moz-linear-gradient(top,  #383c43,  #0b0c0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#383c43', endColorstr='#0b0c0e');
}
.button:active {
	position: relative;
	top: 1px;
}


.button-green {
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#52a92b), to(#276a0a));
	background: -moz-linear-gradient(top,  #52a92b,  #276a0a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#52a92b', endColorstr='#276a0a');
}

.button-blue {
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#2e83c5), to(#032f51));
	background: -moz-linear-gradient(top,  #2e83c5,  #032f51);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e83c5', endColorstr='#032f51');
}

.button-yellow{
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffde00), to(#cea410));
	background: -moz-linear-gradient(top,  #ffde00,  #cea410);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffde00', endColorstr='#cea410');
}

.button-red{
	background: #900;
	background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#990000));
	background: -moz-linear-gradient(top,  #ff0000,  #990000);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#990000');
}


.reg-button {
	position:absolute;
	margin:40px 0 0 420px;
	float:right;
	color:#ffffff;
	font-weight:bold;
	text-transform:uppercase;
	z-index:100;
}


#floating-promo{ 
	position:absolute;
	right:1330px; 
	width:200px; 
	height:400px; 
	margin-top:200px; 
	box-shadow:-5px 5px 5px rgba(0,0,0,.5);
	behavior: url(PIE.htc); 
	z-index:9999;
}

.close-floater{
	position:absolute;
	width:36px;
	height:36px;
	top:0px;
	right:0px;
}


