/* fonts */
@font-face {
    font-family: 'DINBlack';
    src: url('http://www.razerzone.com/asset/fonts/dinbla-webfont.eot');
    src: url('http://www.razerzone.com/asset/fonts/dinbla-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.razerzone.com/asset/fonts/dinbla-webfont.woff') format('woff'),
         url('http://www.razerzone.com/asset/fonts/dinbla-webfont.ttf') format('truetype'),
         url('http://www.razerzone.com/asset/fonts/dinbla-webfont.svg#DINBlack') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DINBold';
    src: url('http://www.razerzone.com/asset/fonts/dinbol-webfont.eot');
    src: url('http://www.razerzone.com/asset/fonts/dinbol-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.razerzone.com/asset/fonts/dinbol-webfont.woff') format('woff'),
         url('http://www.razerzone.com/asset/fonts/dinbol-webfont.ttf') format('truetype'),
         url('http://www.razerzone.com/asset/fonts/dinbol-webfont.svg#DINBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DINRegular';
    src: url('http://www.razerzone.com/asset/fonts/dinreg-webfont.eot');
    src: url('http://www.razerzone.com/asset/fonts/dinreg-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.razerzone.com/asset/fonts/dinreg-webfont.woff') format('woff'),
         url('http://www.razerzone.com/asset/fonts/dinreg-webfont.ttf') format('truetype'),
         url('http://www.razerzone.com/asset/fonts/dinreg-webfont.svg#DINRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DINMedium';
    src: url('http://www.razerzone.com/asset/fonts/dinm___0-webfont.eot');
    src: url('dinm___0-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://www.razerzone.com/asset/fonts/dinm___0-webfont.woff') format('woff'),
         url('http://www.razerzone.com/asset/fonts/dinm___0-webfont.ttf') format('truetype'),
         url('http://www.razerzone.com/asset/fonts/dinm___0-webfont.svg#DINMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINSchriftRegular';
    src: url('http://www.razerzone.com/asset/fonts/dinen___0-webfont.eot');
    src: url('dinen___0-webfont.eot?#iefix') format('http://www.razerzone.com/asset/fonts/embedded-opentype'),
         url('dinen___0-webfont.woff') format('woff'),
         url('http://www.razerzone.com/asset/fonts/dinen___0-webfont.ttf') format('truetype'),
         url('http://www.razerzone.com/asset/fonts/dinen___0-webfont.svg#DINSchriftRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*
* @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*/
body{
    background: #000;
    font-family: Arial, Helvetica, sans-serif;
    color: #666;
    font-size: 14px;
}

a {
    color: #0f0;
    text-decoration: none;
    position: relative;
}

p{line-height: 1.5;}

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

#container {
    width: 100%;
    background: #000;
}

#header {
    width: 100%;
    height: 152px;
    background: url(../images/header-bg.png) repeat-x left top;
    border-bottom: 1px solid #111;
}

#header .content {
    padding-top: 16px;
}

#header .back {
    margin-top: 80px;
    margin-left: -12px;
}

#main {
    width: 100%;
    height: 560px;
}

#footer {
    width: 100%;
    height: 257px;
    background: url(../images/footer-bg.png) repeat-x left top;
    border-top: 1px solid #111;
}

.content {
    width: 1000px;
    margin: auto;
}

#footer #nav {
    width: 512px;
    height: 109px;
    background: url(../images/nav-bg.png) repeat-x center left;
    border: 1px solid #111;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 25px;
    text-transform: uppercase;
}

#footer #nav .title {
    margin-top: 16px;
    margin-left: 16px;
    font-size: 19px;
    color: #333;
    font-family: DINSchriftRegular,Arial,Helvetica,sans-serif;
}

#nav span.button {
    display: block;
    /*width: 178px;*/
    width: 150px;
    height: 29px;
    float: left;
    text-align: center;
    font-family: DINSchriftRegular,Arial,Helvetica,sans-serif;
    font-size: 16px;
    color: #555;
        border: 1px solid #222;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 15px;
    margin-right: 10px;
    padding-top: 11px;
    background: url(../images/nav-btn-bg.png) repeat-x left center;
}

#nav a:link span.button, #nav a:visited span.button {
    color: #0f0;
}

#nav a:hover span.button, #nav a:active span.button {
    color: #555;
}

#footer #nav .title {
    margin-top: 16px;
    margin-left: 16px;
    font-size: 19px;
    color: #333;
    font-family: DINSchriftRegular,Arial,Helvetica,sans-serif;
}

#links {
    text-transform: uppercase;
    margin-top: 30px;
}

#links span.button {
    display: block;
    width: 218px;
    height: 26px;
    float: left;
    text-align: center;
    font-family: DINSchriftRegular,Arial,Helvetica,sans-serif;
    font-size: 16px;
    color: #555;
        border: 1px solid #222;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-right: 15px;
    padding-top: 11px;
    background: url(../images/nav-btn-bg.png) repeat-x left center;
}

#links a:link span.button, #links a:visited span.button, #links a:active span.button  {
    color: #0f0;
}

#links a:hover span.button, #links a:active span.button {
    color: #555;
}

#footer .buy {
    margin-top: 25px;
    margin-left: 17px;
}

.fb-like, .twitter, .gplus {
    margin-top: 20px;
}

.twitter {
    margin-left: 10px;
}

#home {
    width: 100%;
    height: 560px;
    margin: auto;
    position: relative;
}

#home #usp {
    width: 100%;
    height: 560px;
    background: url(../images/mamba.jpg) no-repeat 120px 54px;
}

#splashScreen img{
    margin:0 auto;
}

#splashScreen {
    position:absolute;
    top:0;
    left:0;
    height: 560px;
    width:100%;
    background: #000;
    text-align:center;
}

a.tt{
    position:relative;
    text-decoration:none;
}

a.tt span { 
    display: none; 
}

/*background:; ie hack, something must be changed in a for ie to execute it*/

a.tt:hover{ 
    z-index:25;
}

a.tt:hover span.tooltip1 {
    display:block;
    position:absolute;
    top:0; left:0;
    text-align: left;
    margin-left:-348px;
    margin-top: -32px;
    height: 90px; 
    width: 348px;
}

a.tt:hover span.tooltip2 {
    display:block;
    position:absolute;
    top:0; left:0;
    text-align: left;
    margin-left:-479px;
    margin-top: -32px;
    height: 90px; 
    width: 481px;
}

a.tt:hover span.tooltip3 {
    display:block;
    position:absolute;
    top:0; left:0;
    text-align: left;
    margin-left:-375px;
    margin-top: -32px;
    height: 90px; 
    width: 375px;
}

#leftContent {
    width: 650px;
    margin-top: 115px;
}

#leftContent .title {
    font-family: DINSchriftRegular,Arial,Helvetica,sans-serif;
    color: #0f0;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

#leftContent p {
    font-family: Arial,Helvetica,sans-serif;
    color: #666;
    font-size: 14px;
    margin-bottom: 20px;
    text-align: justify;
}

#rightContent {
    width: 220px;
    margin-top: 115px;
}

#rightContent div {
    margin-top: 27px;
}