/*DEFAULTS AND BASIC ELEMENTS*/

*{
	margin:0;
	padding:0;
}
img{
	border:none;
}
a{
	outline:none;
}
html{
	height:100%;/*for floating bottom*/
}
body{
	background:#000 url(../images/bg-body.gif);
	color:#ffd;
	font-family:sans-serif;
	font-size:13px;
	height:100%;/*for floating bottom*/
	margin:0 auto;
	padding:0 10px;
	width:960px;
}
a:link,
a:visited{
	color:#ffd;
	text-decoration:none;
}
a:hover,
a:active{
	color:#fb8;
	text-decoration:none;
}
h1{
	font-family:georgia;
	font-size:15px;
	margin:20px 0;
}
h1 a:link,
h1 a:visited{
	color:#fff;
}
h2{
	color:#fc6;
	font-family:georgia;
	font-size:23px;
	font-weight:normal;
	margin:20px 0;
}
h3{
	color:#fc6;
	font-size:19px;
	font-weight:normal;
	margin:13px 0;
}
h4{
	font-size:15px;
}
h5{
	color:#fdd;
	font-size:13px;
	margin:13px 0;
}
p{
	margin:13px 0;
}
h6{
	font-size:10px;
	margin:13px 0;
}
ol{
	padding-left:40px;
	margin:13px 0;
}
ul{
	padding-left:40px;
	margin:13px 0;
}
li{
	margin:13px 0;
}
.ie6{
	clear:both;
	color:#3f3e58;
	text-align:center;
	width:617px;
}



/*STYLE FOR FRONT PAGE*/
.front-body{
	width:auto;
}
.front-page{
	margin:0 auto;
	width:620px;
}
.front-header{
	background:transparent url(../images/front-bg-header.png) bottom center no-repeat;
	float:left;
	height:196px;/*logo-casino-vegas-club + front-bg-header*/
	text-align:center;
	width:620px;
}
.front-header-title{
	color:#fc6;
	font-family:georgia;
	font-size:26px;
	font-weight:normal;
	margin-top:22px;
}
.front-main{
	float:left;
	background:transparent url(../images/front-bg-main.png) top center repeat-y;
	padding:0 20px;
	width:580px;
}
.front-menu{
	float:left;
	width:180px;
}
.front-menu-ul{
	padding-left:20px;
}
.front-menu-li{
	list-style:none;
	margin-top:9px;
}
.front-menu-title{
	color:#fc6;
	font-family:georgia;
	font-size:21px;
	letter-spacing:1px;
	margin-bottom:15px;
}
a:link.front-menu-link{
	color:#f80;
}
a:visited.front-menu-link{
	color:#f80;
}
a:hover.front-menu-link{
	color:#fff;
}
a:active.front-menu-link{
	color:#f80;
}
.front-menu-link{
	background:transparent url(../images/front-star-online-casino-gambling.png) no-repeat center left;
	display:block;
	font-family:georgia;
	font-size:19px;
	height:27px;
	margin:1px;/*IE6*/
	padding-left:35px;
}
.front-content{
	float:right;
	padding-top:9px;
	text-align:center;
	width:400px;
}
.front-navi{
	color:#1d1c2b;
	float:left;
	background:transparent url(../images/front-bg-main.png) top center repeat-y;
	padding:0 40px;
	text-align:center;
	width:540px;
}
.front-navi p{
	margin-bottom:0;
}
.front-navi a:link,
.front-navi a:visited{
	color:#3f3e58;
	white-space:nowrap;
}
.front-navi a:hover,
.front-navi a:active{
	color:#8686D2;
	text-decoration:underline;
	white-space:nowrap;
}
.front-footer{
	background:transparent url(../images/front-bg-footer.gif) top center no-repeat;
	height:85px;
	float:left;
	text-align:center;
	width:620px;
}
.front-footer-p{
	color:#f80;
	font-family:verdana;
	font-size:15px;
	margin-top:29px;
}


/*STYLES FOR CONTENT PAGES, MAIN SECTIONS*/
.page{
	_he\ight:auto !important;
	_he\ight:100%;
	margin-bottom:-110px;
	min-height:100%;
	position:relative;
	width:960px;
}
.content-right{position:relative;
	float:right;
	width:183px;/*for IE6 3px wider than background bits*/
}
.content-left{
	float:left;
	width:183px;/*for IE6 3px wider than background bits*/
	height:280px;
	position:absolute;
}
.content-main{
	float:left;
	padding-left:198px;
	width:563px;/*for IE6 3px wider than background bits*/
}
.push{
	clear:both;
	height:140px;
}
.bottom-logo{
	height:140px;
	margin:0 auto;
	width:422px;
}
.bottom-logo img{
	display:block;
}



.content-bg-right-outer{
	background:url(../images/bg-content-180-top.png) top left no-repeat;
	float:left;
	margin-top:10px;
	width:180px;
}
.content-bg-right-inner{
	background:url(../images/bg-content-180-btm.png) bottom left no-repeat;
	float:left;/*to eliminate the influence from the margins of elements inside*/
	margin-bottom:-26px;/*to adjust upper edge of bottom bg*/
	padding:0 10px 20px 10px;/*optional, to position the elements inside, may be whatever*/
	position:relative;
	text-align:center;
	width:160px;/*needed for float, this width here + side paddings = 120*/
}
.content-bg-left-outer{
	background:url(../images/bg-content-180-top.png) top left no-repeat;
	float:left;
	margin-top:10px;
	width:180px;
}
.content-bg-left-inner{
	background:url(../images/bg-content-180-btm.png) bottom left no-repeat;
	float:left;/*to eliminate the influence from the margins of elements inside*/
	margin-bottom:-26px;/*to adjust upper edge of bottom bg*/
	padding:0 10px 20px 10px;/*optional, to position the elements inside, may be whatever*/
	position:relative;
	text-align:center;
	width:160px;/*needed for float, this width here + side paddings = 120*/
}
.content-bg-main-outer{
	background:url(../images/bg-content-560-top.png) top left no-repeat;
	float:left;
	margin-top:10px;
	width:560px;
}
.content-bg-main-inner{
	background:url(../images/bg-content-560-btm.png) bottom left no-repeat;
	float:left;
	margin-bottom:-26px;/*to adjust upper edge of bottom bg*/
	padding:0 30px 30px 30px;
	position:relative;
	width:500px;
}



/*OTHER ODDS AND ENDS*/
.message{
	color:#fff;
	display:block;
	font-weight:bold;
}
.ad-120x240{
	height:240px;
	margin-top:20px;
}
.menu-full{
	list-style:none;
	padding-left:0;/*-moz-padding-start:40px;*/
}
.menu-full li{
	margin:7px 0;
}
.content-main a:link,
.content-main a:visited,
.content-main a:hover,
.content-main a:active{
	text-decoration:underline;
	white-space:nowrap;
}
hr{
	border-bottom:1px solid #040;
	border-left:none;
	border-right:none;
	border-top:1px solid #080;
	display:block;
	float:left;
	*height:2px;
	width:100%;
}
.hr{
	border-bottom:1px solid #040;
	border-top:1px solid #080;
	float:left;
	height:1px;
	line-height:1px;
	width:100%;
}
.rightside-image{
	float:right;
	margin:6px 0 0 13px;
	width:auto;
}
.rightside-image-img{
	display:block;
}
.deco-vignette{
	background:url(../images/deco-vignette.png) top center no-repeat;
	clear:both;
	height:12px;
	overflow:hidden;
	text-align:center;
	width:100%;
}
.deco-vignette h4{
	font-size:12px;
	font-weight:normal;
	margin-top:-33px;
}
.deco-vignette .braille{
	font-size:12px;
	font-weight:normal;
	margin-top:-33px;
}
.age{
	color:#060;
	float:left;
	font-size:11px;
	margin-top:28px;
	text-align:center;
	width:100%;
}
.out{
	margin:1px;/*IE6*/
	padding-right:20px;
	background:url(../images/icon-out.png) no-repeat center right;
}
.shockwave-installer{
	background:#060;
	height:30px;
	left:0;
	padding-top:7px;
	position:relative;
	text-align:center;
	top:20px;
	z-index:1;
	width:100%;
}
.game-over{
	padding-bottom:4px;
	text-align:center;
}
.shockwave-game{
	background:#000;
	margin-left:-5px;
	margin-top:24px;
}



/*FORM*/
.mail-form{
	float:left;
	width:100%;
}
.mail-form-line{
	float:left;
	margin-top:16px;
	width:100%;
}
.mail-text{
	background:#cff;
	border-bottom:1px solid #f96;
	border-left:1px solid #444;
	border-right:1px solid #f96;
	border-top:1px solid #444;
	height:90px;
	overflow:auto;
	padding:0 3px;
	width:100%;
}
.mail-address{
	background:#cff;
	border-bottom:1px solid #f96;
	border-left:1px solid #444;
	border-right:1px solid #f96;
	border-top:1px solid #444;
	padding:0 3px;
	width:100%;
}
.mail-captcha-img{
	margin-right:6px;
}
.mail-captcha-box{
	background:#cff;
	border-bottom:1px solid #f96;
	border-left:1px solid #444;
	border-right:1px solid #f96;
	border-top:1px solid #444;
	margin-bottom:3px;
	padding:0 3px;
	width:69px;
}
.mail-button{
	background:url(../images/bg-button.gif);
	border:none;
	color:#fff;
	height:22px;
	padding-bottom:4px;
	*padding-bottom:2px;
	width:108px;
}
.mail-button:hover{
	background:url(../images/bg-button-hover.gif);
	cursor:pointer;
}
