﻿* {
    /* Zero-out margins & padding */
    margin: 0;
    padding: 0;
}
/* ------------------------------------------------------------------------------- */
/*                     MAIN ELEMENTS                                               */
/* ------------------------------------------------------------------------------- */
p {
    line-height: 125%;
    margin: 10px 0px 0px 0px;
}
body {
    font-family: Arial;
    background-color: Black;
    width: 100%;
    font-size: 0.8em;
    background-image: url('/inc/OnlineCasinoEuro.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment:fixed;
}
form {
    margin: auto;
    width: 1004px;
    background-color: Black;
    /*background-repeat: repeat-x;
    background-image: url(inc/images/bg.jpg);*/
    opacity:0.7;
    filter:alpha(opacity=70);
}
h1, h2, h3, h4 {
    font-family: Georgia;
}
h2, h3, h4 {
}
h1 {
    color: #ffff99;
    font-size: 20px;
}
h2 {
    font-size: 18px;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 0px 0px;
}
h3 {
    margin: 10px 0px 0px 0px;
    padding: 3px 0px 0px 0px;
}
h4 {
    margin: 10px 0px 0px 0px;
    padding: 3px 0px 0px 0px;
}
ul, ol {
    margin: 10px 0px 0px 0px;
    padding-left: 40px;
}
img {
    border: 0px;
}
a {
    color: Red;
}
/* ------------------------------------------------------------------------------- */
/*                     OTHER ELEMENTS                                              */
/* ------------------------------------------------------------------------------- */
#casinoHeader {
    padding-left: 10px;
}
#casinoTopBanner {
    padding: 10px 0px 5px 0px;
}

#casinoTopBanner img {
    border: solid 1px white;
}
#casinoFlags {
    text-align: right;
    width: 730px;
}
/* ------------------------------------------------------------------------------- */
/*                     MENU                                                        */
/* ------------------------------------------------------------------------------- */
#casinoMenu {
    padding: 2px;
    display: block;
    width: 212px;
    margin-top: 20px;
    float: left;
}
#casinoMenu .sb-inner {
    background: Black;
}
#casinoMenu .sb-shadow {
    background: Black;
}
#casinoMenu .sb-border {
    background: #ffff99;
}

#casinoMenu a {
    font-family: Georgia;
    color: White;
    font-size: 11px;
    text-decoration: none;
    font-weight: bold;
    background-image: url(inc/images/ListLeaf.png);
    background-repeat: no-repeat;
    background-position: 7px -2px;
    padding-left: 30px;
}
#casinoMenu a:hover {
    text-decoration: underline;
}
#casinoMenu .casinoMenuItem {
    border-bottom: solid 1px #330000;
    line-height: 25px;
    padding: 0px;
}
#casinoMenuBanner {
    margin-top: 20px;
}
/* ------------------------------------------------------------------------------- */
/*                     PAGE                                                         */
/* ------------------------------------------------------------------------------- */
#casinoContentArea {
    margin-top: 17px;
    padding-bottom: 20px;
    float: right;
    width: 495px;
}
.casinoContentItem {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0px 7px 10px 7px;
}
.casinoContentItem .sb-inner {
    background: #ffff99;
}
.casinoContentItem .sb-border {
    background: Black;
}
.casinoContentItem2 {
    margin-top: 0px;
    margin-bottom: 30px;
    width: 720px;
    display: block;
    color: White;
    padding: 0px 7px 7px 0px;
    clear: both;
}
#casinoWrapperMain {
    width: 1004px; /*border: 1px solid Orange;*/ /*margin-bottom: 5px;*/
    margin-right: 0px; /*padding-bottom: 20px;*/
    display: block;
    padding-bottom: 50px;
}

#casinoPage {
    text-align: left;
    padding-left: 10px;
}

.clear {
    clear: both;
}



#casinoTitle {
    /*float: left;*/
    width: 572px;
    height: 80px;
    padding-left: 120px;
    text-align: center;
    display: block;
}

#subTitle {
    margin-top: -8px;
    padding: 0px 0px 0px 100px;
}
/* ------------------------------------------------------------------------------- */
/*                     COLUMNS                                                     */
/* ------------------------------------------------------------------------------- */
#columnLeft {
    float: left;
    width: 170px;
    margin: 10px 0px 0px 0px;
    padding: 0px 5px 0px 5px;
    display: block;
    min-height: 500px;
}

#columnLeftDouble {
    float: left;
    width: 729px;
    margin: 10px 0px 0px 0px;
    padding: 0px 10px 0px 0px;
    display: block;
    min-height: 500px;
}

#columnMiddle {
    float: left;
    margin: 10px 0px 0px 0px;
    width: 460px;
    display: block;
}

#columnRight {
    margin: 10px 0px 200px 0px;
    float: left;
    width: 250px;
    display: block;
}
/* ------------------------------------------------------------------------------- */
/*                     CASINO BOX                                                  */
/* ------------------------------------------------------------------------------- */
.casinoBox ul {
    font-size: 10px;
}
.casinoBox .casinoText, .casinoBox .casinoPicture {
    width: 50%;
    float: left;
    display: block;
}
.casinoBox .casinoImage {
    float: right;
    clear: both;
}
.casinoBox .casinoLogos {
    clear: both;
    padding-top: 20px;
    text-align: center;
}
.casinoBox .casinoButton {
    clear: both;
}
.casinoBox .button {
    background: #336600 url(inc/images/alert-overlay.png) repeat-x;
    display: inline-block;
    padding: 5px 10px 6px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    line-height: 1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0 1px 3px #999;
    -webkit-box-shadow: 0 1px 3px #999;
    text-shadow: 0 -1px 1px #222;
    border-bottom: 1px solid #222;
    position: relative;
    cursor: pointer;
}
/* ------------------------------------------------------------------------------- */
/*                     CASINO TABLE                                                */
/* ------------------------------------------------------------------------------- */

.casinoBannerInfo {
    vertical-align: top;
    padding-left: 10px;
}
.casinoBanner {
    vertical-align: top;
    padding-bottom: 5px;
}
/* ------------------------------------------------------------------------------- */
/*                     FOOTER                                                      */
/* ------------------------------------------------------------------------------- */
#casinoFooterContainer {
    width: auto;
    text-align: center;
    margin-top: 30px;
}
#casinoFooter {
    color: white;
    padding: 1px;
    font-size: 10px;
    text-align: center;
    width: 950px;
    margin: auto;
    line-height: 25px;
}
#casinoFooter .sb-inner {
    background: Black;
}
#casinoFooter .sb-shadow {
    background: Black;
}
#casinoFooter .sb-border {
    background: #ffff99;
}
#casinoFooter a {
    color: White;
    margin: 5px;
    text-decoration: underline;
}
.CardFooter {
    top: 18px;
    left: 500px;
    z-index: 2;
    position: relative;
}
.FooterCouple {
    margin-top: -195px;
    margin-right: 60px;
    left: 370px;
    z-index: 0; /*position: relative;*/
    float: right;
}
#casinoLinks {
    text-align: center;
    color: White;
    font-size: 10px;
    margin-top: 10px;
}
#casinoLinks a {
    color: White;
}
#casinoLinks a:hover {
    color: White;
    text-decoration: underline;
}

