@font-face {
    font-family: Alphaville;
    font-weight: normal;
    font-style: normal;
    src: url( "AlphavilleMedium.eot" );
}
@font-face {
    font-family: Alphaville;
    font-weight: normal;
    font-style: normal;
    src: local( "AlphavilleMedium.ttf" ), url( "AlphavilleMedium.ttf" ) format( "truetype" );
}
@font-face {
    font-family: Chinat;
    font-weight: bold;
    font-style: normal;
    src: url( "Chinat-Bold.eot" );
}
@font-face {
    font-family: Chinat;
    font-weight: bold;
    font-style: normal;
    src: local( "Chinat-Bold.ttf" ), url( "Chinat-Bold.ttf" ) format( "truetype" );
}
body {
    background: #002230 url(../img/skins/default/default-bg.jpg) center repeat-y;
    font-family: Arial, sans-serif;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

a,
a:visited {
    color: yellow;
}

p {
    font-weight: bold;
    padding-bottom: 10px;
    line-height: 16pt;
}

#floater {
    background: url(../img/skins/default/default-bg.jpg) no-repeat center;
    height: 800px;
}

#master {
    position: relative;
    width: 980px;
    margin: 0px auto;    
    padding-top: 50px;
    text-align: left;
}

#header {
    position: relative;
    background: url(../img/header-bg.png) no-repeat top left;
    height: 175px;
    margin-top: 20px;
}

#header img,
#header ul {
    position: absolute;
}

#header-bot {
    z-index: 1;
    top: -70px;
    left: 480px;
}

#logo {
    z-index: 3;
    top: 30px;
    left: 10px;
}

#mag-small {
    position: absolute;
    z-index: 3;
    right: 0px;
    top: -40px;
}

#mag-small-arrow {
    position: absolute;
    z-index: 3;
    right: 60px;
    top: -7px;
}

#mag-big {
    position: absolute;
    z-index: 3;
    right: -10px;
    top: -70px;
}

#mag-big-arrow {
    position: absolute;
    z-index: 5;
    right: -10px;
    top: -20px;
}

#header ul {
    position: absolute;
    width: 976px;
    height: 38px;
    bottom: 1px;
    left: 1px;
    color: #fff;
    margin: 0px;
    padding: 3px 0px 0px 0px;
    background: url(../img/50-trans.png);
    text-align: center;
    list-style: none;
    -webkit-border-radius: 20px;
}

#header ul li {
    position: relative;
    z-index: 4;
    float: left;
    margin: 0px 0px 0px 5px;
}

#header ul a,
#header ul a:visited {
    color: #fff;
}

#header ul a.button {
    padding: 3px 10px 3px 40px;
}

#footer {
    position: relative;
    float: left;
    clear: both;
    width: 980px;
    background: #ee1f24;
    border-top: 1px solid black;
}

#footer h2 {
    text-align: center;
    margin: 10px 0px 10px 0px;
    font-family: Chinat, sans-serif;
    font-weight: bold;
    font-style: normal;
    color: yellow;
    text-shadow: black -2px -2px 1px, black 2px -2px 1px, black -2px 2px 1px, black 2px 2px 1px;
}

#footer #mag-out-now {
    background: #00ff00;
    padding: 10px 0px 10px 0px;
    margin-bottom: 0px;
	position: relative;
}
#footer #mag-out-now h2 {
    margin-bottom: 0px;
}

#footer ul#game_cloud {
    padding: 0px;
    text-align: center;
    list-style: none;
    margin-right: 20px;
    margin-bottom: 10px;
}

#game_cloud li {
    display: inline;
    padding: 0px;
    font-size: 90%;
    font-weight: bold;
    white-space: nowrap;    
    margin-bottom: 10px;
}

#game_cloud li a:before {
    content: " " url( '../img/link-chevron-small.png' );
}

#game_cloud li a,
#game_cloud li a:visited {
    color: yellow;
    text-decoration: none;
}

#game_cloud li a:hover {
    color: white;
}

p#copyright {
    clear: both;
    text-align: center;
    color: white;
    padding: 10px;
    font-size: 70%;
}

p#copyright a,
p#copyright a:visited {
    color: yellow;
}

#premium {
    position: relative;
    width: 980px;
}

#content {
    position: relative;
    float: left;
    background: #006bb2 url(../img/default-gamepage-bg.jpg) center repeat-y;
    width: 980px;
	padding-bottom: 20px;
}

#content-leader {
    margin: 20px auto;
    width: 728px;
}
a {
    cursor: pointer;
}

a.button {
    font-family: Alphaville, sans-serif;    
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    font-size: 1.0em;
}

a.button,
a.button:active,
a.button:visited  {
    display: block;
    border: 2px solid #fff;
    color: #fff;
    text-decoration: none;
    padding: 6px 10px 6px 40px;
    background: #ee1d25 url(../img/link-chevron.png) no-repeat left;
    -moz-border-radius: 20px;
    -webkit-border-radius: 25px;
    font-size: 90%;
}

a.button:hover,
a.button.selected {
    background: #000 url(../img/link-chevron.png) no-repeat left;
}

input.green-button {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;    
    padding: 10px;
    background: green;
    font-family: Alphaville;
    font-size: 125%;
    color: lime;
    border: 1px solid lime;
    text-transform: uppercase;
}

h1 {
    clear: both;
    margin: 20px auto 20px auto;
    width: 980px;
    color: #FFF100;
    text-align: center;
    font-family: Chinat, sans-serif;
    font-weight: bold;
    font-style: normal;
    text-shadow: black -3px -3px 1px, black 3px -3px 1px, black -3px 3px 1px, black 3px 3px 1px;
}

h2 {
    font-family: Chinat, sans-serif;
    font-weight: bold;
    font-style: normal;
    color: #EE1D25;
    text-shadow: white -2px -2px 1px, white 2px -2px 1px, white -2px 2px 1px, white 2px 2px 1px;
}

h2 a {
    color: inherit;
    text-decoration: none;
}

.compo {
    position: relative;
    float: left;
    background: url(../img/compo-bg.png) no-repeat top left;
    width: 460px;
    height: 260px;
    margin: 0px 15px;
}

.compo img.win {
    position: absolute;
    z-index: 2;
    top: -15px;
    left: -15px;
}

.compo a.button {
    width: 160px;
    background-color: #ee1d25;
    margin-top: 10px;
}
.compo a.button:hover {
    background-color: #000000;
}

.compo img.prize {
    position: relative;
    float: left;
    top: 10px;
    left: 25px;    
}

.compo .info {
    position: relative;
    float: left;
    margin: 35px 20px 0px 35px;
    width: 190px;
    font-weight: bold;
}

.col-layout-2 .col1,
.col-layout-2 .col2 {
    position: relative;
    float: left;
    width: 460px;
    margin: 0px 0px 0px 20px;
}

.col-layout-1 .col1 {
    float: left;
    width: 940px;
    margin: 20px;
}

.style-latest {
    position: relative;
    width: 493px;
    margin: 0px auto;
}

.style-latest img {
}

.game-block {
    position: relative;
    float: left;
    width: 147px;
    height: 110px;
    padding: 10px 20px 20px 110px;
    margin: 20px;
    font-size: 90%;
    font-weight: bold;
    background: url(../img/game-block-bg.png) no-repeat top left;
}

.game-block img {
    position: absolute;
    top: -10px;
    left: -18px;
}

.game-block a.button {
    position: absolute;
    right: -5px;
    bottom: 20px;
    width: 150px;
    background-color: #ee1d25;
}
.game-block a.button:hover {
    background-color: #000000;
}

.game-block h3 {
    font-family: Impact;
    font-weight: normal;
    text-transform: uppercase;
    text-shadow: black -2px -2px 1px, black 2px -2px 1px, black -2px 2px 1px, black 2px 2px 1px;
    font-size: 145%;
    height: auto !important;
}

.game-block h3 a,
.game-block h3 a:visited {
    color: yellow;
    text-decoration: none;
}

#tabber {
    position: relative;
    float: left;
    top: 0px;
    width: 980px;
    height: 50px;
    background: url(../img/tabber-bg.png) no-repeat bottom;
    margin-bottom: 20px;
}


#tabber ul {
    position: absolute;
    top: -15px;
    margin: 0px;
    padding: 0px;
}

#tabber ul li {
    float: left;
    list-style: none;
}

#tabber ul a.button {
    padding: 3px 10px 3px 40px;
}


table td {
    vertical-align: top;
    padding: 2px 5px 2px 5px;
    margin: 0px;
    font-weight: bold;
    font-size: 80%;
}

table tr.row0 {
    background: url( "../img/30-trans-white.png" );
}

.rules {
    font-size: 80%;
}

/* ie effects */

h1 {
    width: 100%;
    filter: progid:DXImageTransform.Microsoft.DropShadow(color=black,offX=1,offY=1)
    progid:DXImageTransform.Microsoft.DropShadow(color=black,offX=1,offY=-1)
    progid:DXImageTransform.Microsoft.DropShadow(color=black,offX=-1,offY=-1)
    progid:DXImageTransform.Microsoft.DropShadow(color=black,offX=-1,offY=1)
    progid:DXImageTransform.Microsoft.Glow(color=black,strength=1);
}
#content h2 {
    width: 100%;
    filter: progid:DXImageTransform.Microsoft.DropShadow(color=black,offX=1,offY=1)
    progid:DXImageTransform.Microsoft.DropShadow(color=black,offX=1,offY=-1)
    progid:DXImageTransform.Microsoft.DropShadow(color=black,offX=-1,offY=-1)
    progid:DXImageTransform.Microsoft.DropShadow(color=black,offX=-1,offY=1)
    progid:DXImageTransform.Microsoft.Glow(color=black,strength=1);
}

#content h2.page-title {
    width: 100%;
    filter: progid:DXImageTransform.Microsoft.DropShadow(color=black,offX=1,offY=1)
    progid:DXImageTransform.Microsoft.DropShadow(color=black,offX=1,offY=-1)
    progid:DXImageTransform.Microsoft.DropShadow(color=black,offX=-1,offY=-1)
    progid:DXImageTransform.Microsoft.DropShadow(color=black,offX=-1,offY=1)
    progid:DXImageTransform.Microsoft.Glow(color=black,strength=1);
}

#footer h2 {
    width: 100%;
    filter: progid:DXImageTransform.Microsoft.DropShadow(color=black,offX=1,offY=1)
    progid:DXImageTransform.Microsoft.DropShadow(color=black,offX=1,offY=-1)
    progid:DXImageTransform.Microsoft.DropShadow(color=black,offX=-1,offY=-1)
    progid:DXImageTransform.Microsoft.DropShadow(color=black,offX=-1,offY=1)
    progid:DXImageTransform.Microsoft.Glow(color=black,strength=1);
}

.game-block h3 {
    width: 100%;
    height: 2.5em;
    filter: progid:DXImageTransform.Microsoft.DropShadow(color=black,offX=1,offY=1)
    progid:DXImageTransform.Microsoft.DropShadow(color=black,offX=1,offY=-1)
    progid:DXImageTransform.Microsoft.DropShadow(color=black,offX=-1,offY=-1)
    progid:DXImageTransform.Microsoft.DropShadow(color=black,offX=-1,offY=1)
    progid:DXImageTransform.Microsoft.Glow(color=black,strength=1);
}

/* end ie shizzle */

#login {
    position: absolute;
    z-index: 4;
    top: 0px;
    left: 0px;
    height: 54px;
    color: white;
}

#login span#login-left {
    position: relative;
    float: left;
    width: 21px;
    height: 41px;
    background: url(../img/topnav-left.png) no-repeat top left;
}

#login span#login-right {
    position: relative;
    float: left;
    width: 50px;
    height: 41px;
    background: url(../img/topnav-right.png) no-repeat top right;
}

#login div {
    position: relative;
    float: left;
    padding-top: 8px;
    height: 47px;
    background: url(../img/topnav-bg.png) repeat-x;
}

#login form {
    position: relative;
    float: left;
}

#login form div {
    padding-top: 5px;
}

#login div span {
    font-size: 75%;
}

#login div span a,
#login div span a:visited {
    color: yellow;
}

#login input#login-button {
    vertical-align: middle;
}

#login input#username,
#login input#password {
    border: 0px;
}

input#username {
    height: 25px;
    width: 140px;
    font-size: 100%;
    padding: 0px 10px 0px 10px;
}

input#password {
    height: 25px;
    width: 100px;
    font-size: 100%;
}

#login a {
    color: red;
}

#login strong {
    color: yellow;
}


h2.bot1 {
    color: black;
}
h2.bot2 {
    color: #2B4098;
}
h2.bot3 {
    color: #007B52;
}
h2.bot4 {
    color: #E52994;
}
h2.bot5 {
    color: #BD1811;
}
h2.bot6 {
    color: #F8B521;
}

#yourbot img {
        padding-left: 6px;
}
#yourbot h2 {
        text-align: center;
}

input[type=submit] {
    cursor: pointer;
}


#flashing-lights {
	position: absolute;
	z-index: 5;
	top: 41px;
	left: 81px;
}

#header-factory-link {
	background: url(../img/factory-build-bot-button.png) no-repeat;
	position: absolute;
	top: -45px;
	right: -25px;
}
#header-factory-link:hover {
    background: url(../img/factory-build-bot-button-hover.png) no-repeat;
}