BODY {
    background-color: #000;
    background-image: url(../images/mainpage/body-bg.jpg);
    background-position: 0 0;
    background-repeat: repeat-x;
    margin: 0;
}

BODY,
TH,
TD {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #909090;
}

A {
    color: #ffd481;
    text-decoration: none;
}

A:hover {
    text-decoration: underline;
}

A IMG {
    border: none;
}

IMG {
    vertical-align: bottom;
}

DIV.clear {
    clear: both;
}

#mainContainer {
    background-image: url(../images/general/container-bg.jpg);
    background-position: 0 0;
    background-repeat: repeat-x;
    background-color: #242424;
    width: 1000px;
    margin: 0 auto;
}

#top {
    position: relative;
    height: 153px;
    border-bottom: 1px solid #242424;
}

#topLogo {
    position: absolute;
    width: 251px;
    height: 169px;
    top: 11px;
    left: 0;
}

#top H2 {
    position: absolute;
    width: 500px;
    height: 100px;
    top: 20px;
    left: 185px;
    background-image: url(../images/top/logo-name.png);
    background-repeat: no-repeat;
    font-size: 12px;
    margin: 0;
}

#top H2 SPAN {
    display: none;
}

#login {
    position: absolute;
    width: 251px;
    height: 119px;
    top: 0;
    right: 0;
    /*background-image:url(../images/general/login-bg.jpg);
	background-repeat:no-repeat;*/
}

#login FORM {
    margin: 0;
    padding: 10px 20px;
}

#login H3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    text-align: right;
    margin: 0 0 10px 0;
    color: #EEE;
    border-bottom: 1px dotted #AAA;
}

#login P {
    margin: 0;
    padding: 0 0 7px 0;
    float: left;
    font-family: "Trebuchet MS";
    font-size: 11px;
    font-weight: bold;
    color: #CCC;
    display: inline;
    width: 100px;
}

#login P A {
    color: #5e5e5e;
    font-size: 9px;
}

#login P INPUT {
    margin: 0;
    padding: 0;
    width: 95px;
    height: 20px;
    border: 0;
    background-image: url(../images/general/input-bg.gif);
    background-repeat: repeat-x;
}

#menu {
    position: absolute;
    width: 749px;
    height: 31px;
    top: 122px;
    right: 0;
    background-image: url(../images/general/menu-bg.gif);
    background-repeat: repeat-x;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 31px;
}

#menu A {
    color: #FFF;
    padding: 7px 18px;
    font-weight: bold;
    background-image: url(../images/general/menu-separator.gif);
    background-repeat: no-repeat;
    background-position: top left;
}

#mainImages {
    text-align: center;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    height: 300px;
}

#pageContent {
    padding: 0;
}

#pageContent H2 {
    font-size: 20px;
    line-height: 30px;
    background-image: url(../images/general/title-bullet.gif);
    background-repeat: no-repeat;
    background-position: left;
    border-bottom: 1px dotted #3A3A3A;
    color: #FFF;
    margin: 0 0 10px 0;
    padding: 0 0 0 20px;
}

#pageContent H3 {
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    background-image: url(../images/general/title-bullet2.gif);
    background-repeat: no-repeat;
    background-position: 15px 6px;
    color: #CC6600;
    margin: 0 0 10px 0;
    padding: 0 0 0 30px;
}

#pageContent H4 {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFF;
    margin: 15px 0;
    padding: 0 0 0 15px;
}

#pageContent P {
    margin: 0 0 15px 0;
    line-height: 16px;
    text-align: justify;
}

#pageContent P STRONG {
    color: #CCCCCC;
}

#pageContent UL,
#pageContent OL {
    margin: 0 0 15px 0;
    padding: 0 30px;
    list-style: outside;
}

#pageContent LI {
    margin: 0;
    padding: 4px 0;
}

#pageContent TABLE {
    border-bottom: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    margin: 0 0 15px 0;
}

#pageContent TABLE TD,
#pageContent TABLE TH {
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    padding: 10px;
}

#pageContent TABLE TH {
    background-color: #333333;
}

#pageContent DL {
    margin: 10px 0 0 0;
    padding: 0 10px 0 0;
}

#pageContent DT {
    font-weight: bold;
    margin: 0;
    padding: 0;
}

#pageContent DD {
    margin: 0 0 10px 20px;
    padding: 0;
}


/* SPORTSBOOK */

DIV.sportsbookblock,
DIV.casinoblock {
    width: 200px;
    float: left;
}

DIV.sportsbookcontent,
DIV.casinocontent {
    margin: 4px;
    border: 1px solid #CCC !important;
    height: 155px;
}

DIV.sportsbookcontent {
    height: 240px;
}

DIV.casinocontent {
    height: 155px;
}

DIV.sportsbookcontent H3,
DIV.casinocontent H3 {
    color: #ffd481 !important;
    background-image: none !important;
    font-size: 14px !important;
    margin: 0 !important;
    padding: 5px !important;
}

DIV.sportsbookcontent P,
DIV.casinocontent P {
    font-weight: bold;
    padding: 5px !important;
}

DIV.sportsbookcontent TABLE {
    margin: 0 auto !important;
}

DIV.sportsbookcontent TABLE TD {
    padding: 8px 6px !important;
}

DIV.casinocontent IMG {
    margin: 5px;
}

P.TxtRight {
    text-align: right !important;
    font-weight: bold;
}


/* CONTACT US */

TABLE#contactTable {
    border: none !important;
}

TABLE#contactTable TD {
    border: none !important;
    padding: 5px;
}

#bottom {
    /*background-image:url(../images/bottom/bottom-bg.gif);
	background-repeat:repeat-x;*/
    height: 41px;
    text-align: center;
    margin-top: 50px;
}

#bottom P {
    margin: 0;
    padding: 10px 0 0 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #464646;
}

#bottom P A {
    color: #464646;
    padding: 0 5px;
}


/* IMPORTANT MESSAGE */

#mainContainer {
    position: relative;
}

#ImportantMessage {
    background-color: #fff;
    font: normal 11px/15px Verdana, Arial, Helvetica, sans-serif;
    color: #444;
    width: 530px;
    border: 1px solid #a00;
    position: absolute;
    top: 200px;
    left: 225px;
    z-index: 100;
}

#ImportantMessage DIV {
    padding: 15px 25px;
}

#ImportantMessage H2 {
    font: bold 17px/25px Verdana, Arial, Helvetica, sans-serif;
    color: #a00;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    border-bottom: 1px dotted #aaa;
}

#ImportantMessage P {
    text-align: justify;
    margin: 10px 0;
    padding: 0;
}

#ImportantMessage P STRONG {
    color: #0055e1;
}

#ImportantMessage P.messagesignature {
    font-weight: bold;
    text-align: right;
    border-top: 1px dotted #aaa;
}