/*
    Document   : Main
    Created on : Dec 16, 2010, 12:28:31 PM
    Author     : Andrey Salnikov
    Description: Основной набор стилей для xsolla.com
*/

html, body
{
    height: 100%;
}

body
{
    font: 10.5pt Tahoma, sans-serif;
    background: #656565 url(../img/body-bg.png) 0 0 repeat;
    text-align: center;
    color: #606060;
}

a, a:hover
{
    color: #606060;
}

h1, h2, h3, h4, h5, h6
{
    font-family: Tahoma, sans-serif;
}

.wrapper
{
    background: url(../img/body2-bg.jpg) 50% 0 no-repeat;
    min-height: 100%;
    _height: 100%;
}

.wrapper .column
{
    padding: 1px 0;
    width: 1000px;
    margin: 0 auto;
    text-align: left;
    position: relative;
}


/* Header */


.header
{
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
    padding: 1px 10px;
}

.header .left
{
    float: left;
    text-align: left;
}

.header .right
{
    float: right;
    text-align: right;
    line-height: 25px;
    margin-top: 15px;
    padding: 1px 0;
}

.header .logo
{
    margin: 0 auto;
    width: 200px;
}

.header .name
{
    font-size: 1.15em;
    margin-bottom: 5px;
}

.header .lang
{
    white-space: nowrap;
    margin-left: 30px;
    zoom: 1;
}

.header .lang a
{
    background: #ffffff;
    padding: 0 7px;
    margin-right: 1px;
    font-size: 1.1em;
    height: 25px;
    line-height: 25px;
    text-decoration: none;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.header .lang a:first-child
{
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.header .lang a:last-child
{
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}

.header .lang a.selected
{
    color: #2a8492;
}

.header .signin
{
    padding: 5px 0;
}

.header .signin a
{
    margin-left: 30px;
}



/* Menu */


.menu
{
    height: 48px;
/*    overflow: hidden;*/
    margin-top: 5px;
    background: #50c6d9;
    position: relative;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    zoom: 1;
}

.menu ul
{
    padding: 10px;
    position: relative;
}

.menu ul.right
{
   float: right;
}

.menu ul.left
{
   float: left;
}

.menu li
{
    height: 28px;
    text-decoration: none;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    zoom: 1;
    *display: inline;
}

.menu li span
{
    height: 20px;
    padding: 5px 15px 3px 15px;
    display: block;
    -width: 1%;
}

.menu li a
{
    color: #5c5c5c;
/*    text-shadow: #3c94a3 0px 1px 0px;*/
}

.menu li.selected
{
    background: #2b7f8c url(../img/menu-l-corners.png) 0 50% no-repeat;
    font-size: 1.15em;
}

.menu li.selected span
{
    background: url(../img/menu-r-corners.png) 100% 50% no-repeat;
    padding: 3px 15px 5px 15px;
}

.menu li.selected a
{
    color: #ffffff;
    text-shadow: #505050 0px 1px 0px;
    line-height: 18px;
}

.menu ul.left li
{
    margin-right: 5px;
}

.menu ul.right li
{
    margin-left: 5px;
}

.menu div.right
{
    float: right;
    height: 48px;
    position: relative;
    background: #4ec2d5 url(../img/menu-r-bg.png) 0 50% repeat-x;
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
    border-radius: 0 5px 0 0;
}

.menu div.right a.link
{
    padding: 0 25px;
    line-height: 48px;
    text-decoration: none;
    display: block;

}

.menu div.right .popup
{
    display: none;
    top: 0;
    right: 100%;
}

.menu div.right.selected
{
    background: #e0f1f4;
}

.menu div.right.selected .popup
{
    display: block;
}



/* Content */

.content
{
    background: #f5f5f5;
    color: #232323;
    padding: 100px 20px 100px 20px;
}

.content h1
{
    color: #333333;
    font-size: 17pt;
    margin: 0 0 20px 0;
    text-align: center;
}

.content p
{
    color: #000000;
    font-size: 12pt;
    text-align: center;
}

.content a
{
    color: #3aa7b8;
}


/* Footer */


.footer
{
    text-align: center;
    background: #c5c5c5 url(../img/footer-bg.png) 0 0 repeat-x;
    height: 25px;
    line-height: 25px;
    margin-bottom: 25px;
    position: relative;
    padding: 10px;
    white-space: nowrap;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    zoom: 1;
}





/* Service */

.clear
{
    clear: both;
}

.hidden
{
    position: absolute;
    text-indent: -9999px;
}


