/*
* @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: #666;
    background: #000;
    line-height: 21px;
    text-align: justify;
}

#wrapper {
    width: 960px;
    margin: 16px auto;
}

#header {
    width: 960px;
    margin: auto;
}

#menu {
    width: 960px;
    height: 30px;
    margin-top: 17px;
}

a#features {
    background: url(../images/btn-features.png);
    display: block;
    width: 231px;
    height: 30px;
    margin-right: 8px;
}

a#features:hover,a#features.selected {
    background-position: 0px 60px;
}

a#validation {
    background: url(../images/btn-validation.png);
    display: block;
    width: 231px;
    height: 30px;
    margin-right: 8px;
}

a#validation:hover,a#validation.selected {
    background-position: 0px 60px;
}

a#gallery {
    background: url(../images/btn-gallery.png);
    display: block;
    width: 231px;
    height: 30px;
    margin-right: 8px;
}

a#gallery:hover,a#gallery.selected {
    background-position: 0px 60px;
}

a#register {
    background: url(../images/btn-register.png) 0 60px;
    display: block;
    width: 241px;
    height: 30px;
}

a#register:hover,a#register.selected {
    background-position: 0px 60px;
}

a#buynow {
    background: url(../images/btn-buynow.png);
    display: block;
    width: 141px;
    height: 30px;
}

.separator {
    width: 960px;
    height: 3px;
    background: #333;
    clear: both;
    margin: 20px auto 8px;
}

.dotted {
    width: 960px;
    height: 1px;
    background: #000 url(../images/dotted.png) no-repeat center center;
    margin: 20px auto;
}

.back {
    text-align: right;
    margin-bottom: 3px;
}

.back a {
    opacity:0.4;
filter:alpha(opacity=40);
}

.back a:hover {
    opacity:1.0;
filter:alpha(opacity=100);
}

.title {
    margin-bottom: 27px;
}

p.desc {
    font-size: 14px;
}

#overview {
    width: 960px;
    height: 426px;
    background: #000 url(../images/features-bg.jpg) no-repeat center center;
    margin: 0 auto 40px;
}

#overview .left {
    background: #000 url(../images/features-title-form.png) no-repeat left top;
    padding-top: 70px;
    width: 293px;
    margin-top: 100px;
    margin-left: 30px;
}

#overview .right {
    background: #000 url(../images/features-title-function.png) no-repeat left top;
    padding-top: 70px;
    width: 302px;
    margin-top: 100px;
    margin-right: 30px;
}

#overview .form {
    margin-bottom: 13px;
}

#overview .function {
    margin-bottom: 13px;
    text-align: center;
}

.usp {
    width: 459px;
}

.usp img {
    margin-bottom: 10px;
    display: block;
}

#usp1-more {
    width: 960px;
    height: 231px;
    background: #000 url(../images/features-usp1.png) no-repeat 85px center;
    margin-top: -20px;
}

.usp1 {
    margin-top: 50px;
}

#usp2-more {
    width: 960px;
    height: 177px;
    background: #000 url(../images/features-usp2.png) no-repeat right center;
}

.usp2 {
    margin-top: 40px;
}

#usp3-more {
    width: 960px;
    height: 180px;
    background: #000 url(../images/features-usp3.jpg) no-repeat left center;
}

.usp3 {
    margin-top: 5px;
}

#teams {
    text-align: center;
}

#social {
    margin: 20px auto;
}

#facebooklike {
    margin-top: 20px;
}

#gallery-content{
    position: relative;
    clear: both;
}

.slideshow-container{
    display: block;
    position: relative;
}

.loader{
    height: 600px;
    width: 100%;
    left: 0;
    top: 0;
    margin: 0 auto;
    position: absolute;
    z-index: 99;
}

.slideshow{
    height: 600px;
    margin: 0 auto;
    position: relative;
    width: 800px;
}

.slideshow .current{
    display: table-cell;
    position: static;
    vertical-align: middle;
}

.slideshow .image-wrapper{
    position: absolute;
    display: block;
    height: 600px;
    overflow: hidden;
    width: 800px;
}

.slideshow a.advance-link{
    height: 600px;
    width: 800px;
    line-height: 600px;
}

.ss-controls {
    display: none;
}

.nav-controls {
    height: 600px;
    margin-top: -600px;
}

.prev {
    margin-top: 228px;
    float: left;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.next {
    margin-top: 228px;
    float: right;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.prev:hover, .next:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

#validationSection p.desc {
    margin-bottom: 20px;
}