/*
 * Layout
 *
 * @author:    CRYSTAL Studio
 * @email:     crystal.studio@seznam.cz
 * @version:   $Id: layout.css 76 2009-04-18 11:33:25Z Silver Zachara $
 */

/* Layout
 -----------------------------------------------------------------------------*/
html, body {
    color: #000000;
    font-size: 13px;
    font-family: "Trebuchet MS", verdana, sans-serif;
    background-color: #fff;
}

/* Main wrapper */
#wrapper {
    width: 1203px;
    margin: 0 auto;
    background: #fff url(images/bg.png) repeat-y left top;
}

/* Wrapper for primary and secondary content */
#outer {
    position: relative;
    margin-left: 177px;
    padding-top: 172px; /* make place for header */
    overflow: hidden;
}

/* Loading Info-box
 -----------------------------------------------------------------------------*/
#loading {
    display: none;
    position: fixed;
    color: #fff;
    font-weight: bold;
    top: 0px;
    left: 0px;
    margin: 0px auto;
    padding: 5px;
    background-color: #163AAB;
    z-index: 1000000000;
}

/* Main content
 -----------------------------------------------------------------------------*/
#primaryContent {
    position: relative;
    float: left;
    width: 664px;
    margin-left: 189px;
    background-color: #fff;
    overflow-x: hidden;
}

#primaryContent h1 {
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: url(images/primaryContent-header.jpg) repeat-x right top;
}

#primaryContent div.primaryContent-content {
    padding: 10px 14px 50px;
}

/* Secondary content
 -----------------------------------------------------------------------------*/
#secondaryContent {
    float: left;
    width: 190px;
    margin-left: -853px;
    padding-bottom: 32767px;
    margin-bottom: -32767px;
    background-color: #1C2F74;
}

#secondaryContent .products {

}

#secondaryContent .products .productsHeader {
    color: #163AAB;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    height: 29px;
    line-height: 29px;
    padding-left: 12px;
    background: url(images/productsHeader.jpg) no-repeat left top;
}

#secondaryContent .productsContent {
    background: url(images/productsContent.png) no-repeat left top;
}

#secondaryContent .box1 .box1Header {
    color: #ffffff;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    padding-left: 7px;
    background: url(images/box1Header.png) no-repeat left top;
}

#secondaryContent .box1 .box1Content {
    /*height: 70px;*/
    background: url(images/box1Content.png) repeat-y left top;
}

#secondaryContent .box1 .recommands {
    padding: 0px 0px 10px 20px;
}

#secondaryContent .box2 .box2Header {
    color: #ffffff;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    padding-left: 11px;
    background: url(images/box2Header.png) no-repeat left top;
}

#secondaryContent .box2 .box2Content {
    color: #fff;
    padding: 7px 0 10px 0;
    background: url(images/box2Content.png) repeat-y left top;
}

#secondaryContent .productsContent .products-slideShow {
    width: 170px;
    height: 144px;
    padding: 16px 0 0 20px;
    background: url(images/bg-slideShow.png) no-repeat left top;
}

/* Site's footer
 -----------------------------------------------------------------------------*/
#footer {
    position: absolute;
    left: 190px;
    bottom: 0;
    width: 663px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    background: url(images/footer.png) no-repeat left bottom;
}

#footer .footerLinks {
    position: absolute;
    color: #5c5c5c;
    bottom: -6px;
    right: 0px;
}

/* Site's header
 -----------------------------------------------------------------------------*/
#header {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 853px;
    padding-top: 7px;
    background: url(images/headerStrip1.png) repeat-x left top;
}

#header .languagesAndBasicLinks {
    height: 28px;
    background: url(images/headerStrip2.png) repeat-x left top;
}

/* Header's logos */
#header .logo {
    float: left;
    width: 190px;
    height: 137px;
}

#header .headerPicture {
    float: left;
    width: 663px;
    height: 115px;
    background: url(images/header.jpg) left top no-repeat;
}

/* Main navigation(Main menu)
 -----------------------------------------------------------------------------*/
#mainNav {
    position: absolute;
    left: 190px;
    top: 146px;
    width: 663px;
    height: 26px;
    background: url(images/mainNav-bg.png) left top repeat-x;
    z-index: 3;
}

/* Classes for clearing floats
 -----------------------------------------------------------------------------*/
.clear:after {
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    clear: both;
    visibility: hidden;
}

/* Only IE5 for Mac \*/ /*/
.clear {
    display: inline-block;
}
/* End of hack */

/* Hide before IE5 for MAC \*/
/* Only for IE7 */
* + html .clear {
    height: 1%;
}
/* End of hack */

.clearfix {
    clear: both;
    height: 0;
}
