/* Reset default browser styles */

@import url('reset.css');

/* Rebuild default browser styles */

@import url('rebuild.css');

/* @group Master */

* {
    
}

html, body {
    width: 100%;
    overflow-x: hidden;
}

body {
    background-color: #000;
    color: #d1d1d1;
    font-size: 11px;
    line-height: 18px;
    font-family: "Helvetica Nueve", Helvetica, Arial, Sans-Serif;
}

h1 {
    color: #363636;
    font-size: 36px;
    letter-spacing: -2px;
    line-height: 28px;
    margin-top: 12px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

h2 {
    color: #b7b7b7;
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 18px;
    text-transform: uppercase;
    margin: 1em 0;
}

p {
    margin-bottom: 18px;
}

a {
    color: #fff;
    text-decoration: underline;
}

img {
    border: 0px;
}

ul {
    list-style: none;
}

dl {
    
}

dt {
    float: left;
    clear: left;
    width: 120px;
    text-align: left;
    font-weight: bold;
}

/*
dt:after {
	content: ":";
}
*/

dd {
    margin: 0 0 0 130px;
    padding: 0 0 0.5em 0;
}

input[type="text"], textarea {
    border: 1px solid #737373;
    background-color: #000;
    color: #d1d1d1;
    font-size: 10px;
}

strong {
    font-weight: bold;
    color: #fff;
}

/* @end */

.clear {
    clear: both;
}

.hidden {
    display: none;
}

/* @group Columns */

#container {
    width: 960px;
    position: relative;
    overflow-x: hidden;
    margin: 0 auto 0 auto;
}

.smallCol {
    width: 120px
}

.mediumCol {
    width: 240px;
}

.largeCol {
    width: 480px;
}

#leftCol {
    position: fixed;
    bottom: 0px;
    width: 240px;
    padding-right: 10px;
}

#leftCol .colBody, #leftCol .colFooter {
    padding-right: 10px;
}

#leftCol .colFooter p {
    color: #323232;
    text-align: right;
    font-size: 9px;
}

#leftCol .colFooter a {
    color: #323232;
    text-decoration: none;
}

#centerCol {
    display: hidden;
    width: 480px;
    margin: 0 240px;
}

#centerCol .colBody {
    margin: 20px 0 0 0;
}

#centerCol .colFooter {
    margin-top: 20px;
    margin-bottom: 75px;
    width: 480px;
}

#centerCol .colFooter p {
    text-align: center;
}

#rightCol {
    position: absolute;
    width: 240px;
    top: 0px;
    right: 0px;
}

/* @end */

/* @group Left Col */

#nav {
    

}

#nav a {
    text-decoration: none;
}

#nav {
    color: #d1d1d1;
    text-transform: uppercase;
    line-height: 18px;
    text-align: right;
}

#nav li span {
    color: #fff;
    cursor: pointer;
}

/* Subnav List */

#nav ul {
    display: none;
    margin: 0;
    padding: 0;
}

#nav ul li {
    color: #535353;
    font-weight: normal;
    font-size: 9px;
}

#nameLogo {
    width: 240px;
    height: 18px;
    margin: 48px 0 0 0;
}

#nameLogo h1 {
    width: 141px;
    height: 18px;
    margin: 0 18px 0 0;
    position: absolute;
    right: 0px;
    text-indent: -5000px;
    overflow: hidden;
    text-transform: uppercase;
    background: url(/images/aristocrats_logo_141x18.gif) no-repeat center center;
}

#widgets {
    text-transform: uppercase;
    padding: 20px 0 30px 0;
    text-align: right;
    color: #535353;
}

#widgets p {
    font-size: 9px;
    line-height: 10px;
}

#blackberryInfo {
    color: #888;
    font-size: 9px;
    text-align: right;
    padding-left: 70px;
}

/* @end */

/* @group ImageCycler */

#cycleImageNav {
    text-align: center;
}

#cycleImageNav a {
    text-decoration: none;
    margin: 0px 2px;
    padding: 3px 3px 0px 3px;
    font-size: 9px;
    color: #8f8f8f;
}

#cycleImageNav a.activeSlide {
    color: #d1d1d1;
    border: 1px solid #d1d1d1;
}

#cycleImageNav a:focus {
    
}

#cycleImageNav a:hover {
    color: #d1d1d1;
    text-decoration: underline;
}

#cycleImageContainer {
    height: 480px;
    overflow: hidden;
}

/* @end */

#mailingListWidget {
    display: none;
    z-index: 100;
    position: fixed;
    top: 0;
    right: 0;
    padding: 10px;
    text-align: right;
    line-height: 2em;
    background-color: #000;
    opacity: .70;
}

.form-medium .form-elem input[type="text"] {
    border: none;
    background-color: #222;
    padding: 1em;
    color: #d1d1d1;
    font-size: 14px;
    width: 240px;
}

.form-medium .form-elem label.infield {
    font-size: 14px;
    line-height: 1.5em;
    padding: 1em;   
}

.social-icons-set {
	text-align: right;
}

a.social-icon {
	text-align: left;
    background-image: url(/images/social_sprite.png);
    width: 32px;
    height: 29px;
    text-indent: -1000px;
    display: inline-block;
}

a.social-bbm {
    background-position: -1px -1px;
}

a.social-twitter {
    background-position: 66px -1px;
}

a.social-facebook {
    background-position: 33px -1px;
}

a:hover.social-bbm {
    background-position: -1px -31px;
}

a:hover.social-twitter {
    background-position: 66px -31px;
}

a:hover.social-facebook {
    background-position: 33px -31px;
}


