/*
    Author     : ZuluS
    Description:
        Page style
*/
* {
    margin: 0px;
    padding: 0px;
    font-size: 100%;
}
a:focus {
    outline: none;
}
img {
    border: 0px solid;
}
.clearFix {
    display: block;
    clear: both;
}
html {
    font-size: 12px;
    font-family: arial;
    background: white url(../images/bg.gif) repeat-x;
}
#top {
    width: 1024px;
    height: 284px;

    margin: 0 auto;
}
#home {
    width: 935px;
}
#bar {
    width: 975px;
    margin: 0 auto;
    height: 56px;
    position: relative;
}
#bg {
    background: #101010 url(../images/content-bg.gif) repeat-x;
}
a {
    color: white;
}
#footer {
    height: 180px;
    padding-top: 40px;

    background: url(../images/footer-bg.gif) repeat-x;
}
#footerWrapper {
    width: 935px;
    margin: 0px auto;
    background: url(../images/footer-text.gif) no-repeat;
    padding-top: 130px;
    position: relative;
}
#footer .dot {
    padding-top: 1px;
    background: url(../images/foot-dot.gif) repeat-x;
    line-height: 30px;
    color: #768297;
}
#footer .menu {
    float: right;
}
#footer a {
    color: #768297;
}
#footer .menu a {
    text-decoration: none;
}
#footer a:hover, #footer .active {
    color: #135fb5;
}
#footer .l {
    padding: 0px 10px;
    background: url(../images/footer-menu.gif) no-repeat center center;
}
.page {
    width: 935px;
    margin: 0 auto;
    padding: 13px 0px;
    color: white;
    line-height: 1.5em;
}
h1, h2 {
    color: #afd301;
    font-weight: normal;
    font-size: 20px;
    padding: 10px 0px;
}
p, ul, ol {
    padding-bottom: 10px;
}
ul, ol {
    padding-left: 20px;
}
#menu {
    list-style: none;
    line-height: 56px;
    height: 56px;
    padding-right: 1px;
    width: 660px;
    background: url(../images/menu-dot.gif) no-repeat right center;
    padding-left: 20px;
    padding-bottom: 0px;
}
#searchForm {
    position: absolute;
    top: 0px;
    right: 29px;
}
#menu li {
    position: relative;
    float: left;
}
#menu a {
    display: block;
    font-size: 13px;
    color: #3a3a3a;
    text-decoration: none;
    display: block;
    float: left;
    padding: 0px 13px;
    line-height: 56px;
    height: 56px;
}
#menu a:hover, #menu .hover a {
    color: #135fb5;
}
#menu a.active {
    color: #135fb5;
    background: url(../images/menu.gif) no-repeat center bottom;
}
#menu ul {
    position: absolute;
    left: 0px;
    top: 56px;
    padding: 1px;
    width: 160px;
    display: none;
    background: #becbdf;
}
#outer #menu ul a {
    font-size: 12px;
    display: block;
    float: none;
    color: #444546;
    height: 27px;
    background: none;
    line-height: 27px;
}
#outer #menu ul a.active, #outer #menu ul a:hover {
    background: none;
    color: #135fb5;
}
#menu ul li {
    display: block;
    padding: 0px 13px;
    float: none;
    padding-top: 1px;
    background: url(../images/submenu.gif) repeat-x left top;

}
#menu ul ul {
    display: none;
}
#menu ul .first {
    background: none;
}
#searchForm span {
    display: block;
    color: #426a9f;
    line-height: 56px;
    padding: 0px 16px;
    float: left;
    padding-right: 9px;
}
#searchForm .text {
    width: 135px;
    color: white;
    font-size: 11px;
    background: #343434 url(../images/search-input.gif) repeat-x left center;
    padding: 2px 6px;
    float: left;
    border: 0px;
    margin-top: 19px;
    margin-right: 5px;
}
#searchForm .button {
    padding-top: 19px;
}
#sidebar {
    width: 265px;
    float: left;
    margin-right: 27px;
    padding-top: 1px;
}
#page {
    background: url(../images/page-bg.gif) repeat-y 265px 0px;
}
#content {
    width: 639px;
    float: left;
}
#sidebar img {
    margin-bottom: 13px;
    border: 6px solid black;
}
#page .dot {
    height: 1px;
    background: url(../images/dot.gif) repeat-x left center;
    padding: 10px;
}
#sidebar ul {
    background: url(../images/dot.gif) repeat-x;
    padding-top: 1px;
    list-style: none;
    padding-left: 0px;
}
#sidebar a {
    height: 34px;
    line-height: 34px;
    padding-left: 9px;
    display: block;
    background: url(../images/dot.gif) repeat-x left bottom;
    text-decoration: none;
    padding-bottom: 1px;
}
#sidebar a:hover, #sidebar a.sel {
    color: #5aa0ef;
    background-color: #000;
}
#galery h2 {
    margin-bottom: 10px;
}
#contactForm .text, #contactForm textarea {
    font-family: verdana;
    color: #4b4b4b;
    background: #fff url(../images/input-bg.gif) repeat-x;
    border: 1px solid black;
    font-size: 11px;
    display: block;
    margin-bottom: 9px;
}
#contactForm .text {
    float: left;
    width :288px;
    padding: 3px 5px;
    margin-right: 17px;
}
#contactForm .bigger {
    width: 605px;
    float: none;
}
#contactForm textarea {
    padding: 3px 5px;
    width: 605px;
    height: 70px;
    margin-bottom: 12px;
}
.productBox .full {
    display: none;
}
.newsBox .img {
    float: left;
    padding-right: 20px;
    padding-bottom: 10px;
}
.newsBox .more {
    float: right;
    padding-top: 4px;
}
.newsBox .title {
    color: #859f0a;
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 5px;
}
.price {
    color: #5aa0ef;
    padding-top: 5px;
}
.newsBox .price {
    padding-bottom: 35px;
}
.pagingbar {
    height: 30px;
    font-family: verdana;
}
.pagingbar a {
    display: block;
    float: left;
    color: #5aa0ef;
    text-decoration: none;
    margin: 0px 5px;
}
.pagingbar a:hover, .pagingbar a.sel {
    color: #ff5a00;
}
.pagingbar bl {
    margin-left: 0px;
    margin-right: 10px;
}
.pagingbar .br {
    margin-left: 10px;
}
.newsBox .title {
    padding-top: 0px;
}
#outer .fullNews .price {
    padding-bottom: 0px;
}
#partners {
    position: absolute;
    top: 0px;
    width: 140px;
    height: 120px;
    right: 0px;
    overflow: hidden;
}
#partnersSlider {
    
}
#partners a {
    display: block;
    position: absolute;
    display: none;
    top: 0px;
    left: 0px;
}
#partners img {
    width: 140px;
}
#partners .active {
    display: block;
}
