/* Normalise the browser */

div, ul, li, h1, h2, h3 {
    margin: 0;
    padding: 0;
}

/* Our styles */

html {
    text-align: center;
}

body {
    position: relative;
    margin: 0 auto;
    width: 990px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 13px;
    background: #000;
    text-align: left;
}

a {
    color: #9ce7ef;
}

/* Branding */

div#branding {
    width: 990px;
    height: 223px;
    background: url(/gfx/logo.jpg) no-repeat;
}

div#branding h1, div#branding p {
    text-indent: -9999px;
    padding: 0;
    margin: 0;
}

/* Intro */

div#intro {
    width: 990px;
    height: 400px;
    background: url(/gfx/intro.jpg) no-repeat;
}

div#intro h2 {
    text-indent: -9999px;
    padding: 0;
    margin: 0;
}

div#video {
    position: absolute;
    top: 222px;
    left: 40px;
    width: 480px;
    height: 316px;
}

/* Content */

div#content {
    position: absolute;
    top: 623px;
    left: 0px;
    width: 990px;
    min-height: 618px;
    background: #00001e url(/gfx/bg.jpg) no-repeat left bottom;
}

div#content_main {
    position: relative;
    top: 0px;
    left: 0px;
    width: 400px;
    min-height: 618px;
    padding-left: 25px;
}

div#content_main p, div#content_sub p {
    line-height: 22px;
}

div#content_main .p_first {
    padding-top: 0;
    margin-top: 0;
}

div#content_main h2 {
    padding: 0;
    margin: 0;
}

div#content_sub {
    position: absolute;
    top: 0px;
    left: 500px;
    width: 460px;
}

ul#features_list {
    padding-top: 20px;
    list-style: square;
    padding-left: 16px;
}

ul#features_list li {
    margin-bottom: 10px;
    color: #5965B7;
}

ul#features_list li span {
    color: #fff;
}

h2#order {
    margin: 0;
    padding: 0;
}

h2#order, h2#features, h2#sysreq {
    border-bottom: 1px solid #5965B7;
}

h2#features, h2#sysreq {
    padding-top: 22px;
}

.shotbox {
    width: 400px;
    height: 164px;
    background: transparent url(/gfx/ss_bg.png) no-repeat;
}

.shotbox img {
    position: relative;
    top: 12px;
    left: 12px;
}

ul#pricing li {
    display: inline;
    font-size: 20px;
    padding-right: 64px;
}

p#ordernow {
    font-size: 16px;
    font-weight: bold;
}

p#discount {
    background: #DDDD00;
    padding: 4px;
    color: #000;
    text-align: center;
}

p#discount strong {
    font-size: 14px;
}

p#discount a {
    color: #000;
}

/* Footer */

div#footer {
    position: relative;
    left: 0;
    top: 0;
    width: 990px;
    height: 159px;
    background: url(/gfx/footer.jpg) no-repeat;
}

div#footer ul li {
    text-indent: -9999px;
    list-style: none;
}

/*
li#tgc a {
    position: absolute;
    left: 20px;
    top: 66px;
    width: 200px;
    height: 40px;
}

li#nvidia a {
    position: absolute;
    left: 630px;
    top: 30px;
    width: 220px;
    height: 100px;
}

li#intel a {
    position: absolute;
    left: 870px;
    top: 20px;
    width: 100px;
    height: 120px;
}
*/