/*
* @author: Razer Web Team
* @copyright: Razer 
* @colorusage:
* --green: #00fb00
* --blue: #00fb00
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    font-size: 100%;
    outline: 0;
    vertical-align: baseline;
}

body{
    line-height: 1;
}

ol,ul{

    list-style: none;
}

blockquote,q{
    quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
    content: '';
    content: none;
}

:focus {
    outline: 0;
}

ins{
    text-decoration: none;
}

del{
    text-decoration: line-through;
}

table{
    border-collapse: collapse;
    border-spacing: 0;
}

/* end of RESET*/

.clear {clear: both;}
.left {float: left;}
.right {float: right;}

a {border: 0;}
img {border: 0;}

body {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    color: #fff;
    background: #000;
}

#wrapper {
    background: #000 url(../images/bg.jpg) no-repeat center top;
    min-height: 716px;
    width: 1257px;
    margin: auto;
}

#header {
    width: 1100px;
    height: 162px;
    margin: 0 auto;
    background: url(../images/header-bg.png) no-repeat center top;
}

#header #mwoLogo {
    width: 295px;
    height: 98px;
    margin-top: 20px;
    margin-left: 90px;
}

#header #razerLogo {
    width: 114px;
    height: 114px;
    margin-top: 13px;
    margin-right: 90px;
}

#menu {
    width: 803px;
    height: 23px;
    margin: 5px auto 0;
}

#menu span {
    height: 23px;
    line-height: 23px;
    display: block;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

#menu span#home {
    margin-left: 95px;
}

#menu span#mechlab {
    margin-left: 63px;
}

#menu span#concept {
    margin-left: 63px;
}

#menu a {
    color: #fff;
    text-decoration: none;
}

#menu a:hover {
    color: #e99f1a;
}

#menu a.selected {
    color: #e99f1a;
}

#content {
    width: 925px;
    margin: 30px auto;
}

#content #home {
    text-align: center;
}

#content #home p {
    width: 100%;
    text-transform: uppercase;
    color: #e99f1a;
    font-size: 14px;
    text-align: justify;
    line-height: 20px;
}

#home #buttons {
    width: 100%;
    margin-top: 30px;
}

#mechlab .text {
    width: 394px;
    font-size: 12px;
}

#mechlab span, #concept span {
    display: block;
    text-transform: uppercase;
    line-height: 20px;
    text-align: justify;
}

#concept .text {
    width: 416px;
    font-size: 12px;
}

#signup {
    width: 925px;
    height: 102px;
    margin: auto;
    background: url(../images/signup-bg.png) no-repeat center center;
}

#signup .signup {
    width: 925px;
    height: 102px;
    background: url(../images/signup-bg-now.png) no-repeat left center;
}

#signup .confirmed {
    width: 925px;
    height: 102px;
    background: url(../images/signup-bg-confirmed.png) no-repeat center center;
}

#signup .disclaimer {
    font-size: 9px;
    color: #8d8d8d;
    text-align: left;
    margin-top: 5px;
}

#footer {
    width: 925px;
    margin: 25px auto 0;
}

#footer #copyright {
    margin-top: 20px;
}

#footer #copyright p{
    text-align: center;
    font-size: 10px;
    color: #484848;
    margin-bottom: 17px;
}

.border {
    width: 925px;
    height: 1px;
    background: url(../images/border.png) no-repeat center center;
}

#social {
    margin: 20px auto;
}

#facebooklike {
    margin-top: 20px;
}