/* global */
.clear {
    clear: both;
}

a {outline: 0;}

@font-face {
    font-family: 'AgencyFBRegular';
    src: url('/assets/fonts/agency_fb-webfont.eot');
    src: url('/assets/fonts/agency_fb-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/agency_fb-webfont.woff') format('woff'), url('/assets/fonts/agency_fb-webfont.ttf') format('truetype'), url('/assets/fonts/agency_fb-webfont.svg#AgencyFBRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'AgencyFBBold';
    src: url('/assets/fonts/agencyb-webfont.eot');
    src: url('/assets/fonts/agencyb-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/agencyb-webfont.woff') format('woff'), url('/assets/fonts/agencyb-webfont.ttf') format('truetype'), url('/assets/fonts/agencyb-webfont.svg#AgencyFBBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
    color: #fff;
    width: 100%;
    background: url('/assets/images/body-bg.png') repeat scroll 0 0;

}

#container {
    background-color: #000;
    width: 770px;
    margin: 0 auto;
    -moz-box-shadow: 0 0 10px #000;
    -webkit-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;

}

/* header */

#header {
    background-image: url('/assets/images/master-sprite.png');
    width: 770px;
    height: 193px;
    position: relative;
}

#header h1 a {
    text-indent: -9999px;
    width: 404px;
    height: 118px;
    display: block;
    position: absolute;
    background-image: url('/assets/images/master-sprite.png');
    background-position: 0 -201px;
    top: 40px;
    left: 45px;
}

.lang {
    position: absolute;
    right: 25px;
    top: 3px;
    text-decoration: none;
    color: #fff;
    font-family: AgencyFBBold;
    font-size: 12px;
    text-transform: uppercase;
}

.lang:hover {
    text-decoration: underline;
}

/* page */

#page {
    margin-top: 10px;
    min-height: 750px;
}

/* sidebar */
#sidebar {
    float: left;
    width: 142px;
    height: 670px;
    border-right: 1px solid #fff;
    margin-left: 15px;
}

#sidebar a {
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    font-family: AgencyFBBold;
    display: block;
    margin: 20px 0;
    position: relative;
}

#sidebar a:hover:before, #sidebar a.active:before {
    content: url('/assets/images/arrow.png');
    position: absolute;
    top: 0px;
    left: -20px;
}


.sideRule {
    border-bottom: 1px solid #fff;
    width: 133px;
}

#newGear {
    width: 132px;
    height: 181px;
    background-image: url('/fr/assets/images/master-sprite.png');
    display: block;
    background-position: -459px -201px;
    text-indent: -9999px;
    margin-bottom: 25px;
}

#nav1, #nav2 {
    margin: 0 0 5px 24px;
}

#nav2 {
    margin-top: 8px;
}

#nav2 a {
    color: #cc0000;
}

/* content */
#content {
    float: left;
    padding-bottom: 75px;
    width: 565px;
    margin-left: 15px;
    min-height: 680px;
}

#content p {font-family: arial; font-size: 14px; margin: 0 10px 15px;}

#horRule {width: 566px; border-bottom: 2px solid #fff; clear: left; padding-top: 5px; margin-bottom: 15px;}
.buy p {text-align: center; font-size: 14px; font-weight: bold;}
.buy img {display: block; margin: 35px auto;}
#homehardware {margin-left: 189px;}

#contentHeader {
    margin-bottom: 5px;
}

#contentHeader h1 {
    font-family: AgencyFBBold;
    font-size: 33px;
    float: left;
    text-transform: uppercase;
    margin-left: 15px;

}

#contentHeader p {
    font-family: helvetica;
    font-size: 12px;
    float: left;
    width: 350px;
    font-weight: bold;
    letter-spacing: -1px;
    margin: 5px 0 0 25px;
}

#who-img {margin-bottom: 20px;}

/* footer */

#footerWrapper {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 748px;
    margin: 0 auto;
}

#footer {
    width: 748px;
    height: 157px;
    background-image: url('/assets/images/master-sprite.png');
    background-position: 0 -400px;
    margin: 10px 0;
    font-size: 12px;
    font-family: arial;
    position: relative;
}

#beyond {
    width: 515px;
    height: 115px;
    position: absolute;
    top: 20px;
    left: 198px;
}

#beyond p {
    margin-bottom: 4px;
}

#beyond p strong {
    font-weight: bold;
}

#beyond a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

#beyond a:hover {
    text-decoration: underline;
}

#copyright {
    font-size: 10px;
    text-align: center;
    margin-top: 10px;
    padding-bottom: 10px;
    font-family: 'myriad pro', helvetica, arial
}

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

#copyright a:hover {text-decoration: underline;}