/* ----------------------------------------
Theme Name: OknaPlus
Version: 2.0
Author: Sergey Yalanskiy
Author URI: http://www.yalanskiy.com
---------------------------------------- */
BODY {
    padding: 0px;
    margin: 0px;
    font: 0.74em "Arial", "sans-serif";
    line-height: 1.5em;
    background: #fff url(images/bg.gif) repeat-x top;
    color: #454545;
    text-align: center;
}

A {
    color: #002f75;
    text-decoration: underline;
}

A:hover {
    text-decoration: none;
}

IMG {
    border: none;
}

TD {
    vertical-align: top;
}

P {
    padding: 0.5em 0px;
    margin: 0px;
}

H1 {
    margin: 0px;
    padding: 15px 0px 20px 0px;
    font-size: 20px;
    text-align: center;
}

.clear {
    clear: both;
    height: 1px;
    font-size: 1px;
}

.small {
    font-size: 10px;
}

.bold {
    font-weight: bold;
}

.right {
    text-align: right;
}

.center {
    text-align: center;
}

.blue {
    color: #002f75;
}

.price {
    font-size: 20px;
    font-weight: bold;
}



#container {
    width: 990px;
    margin: 0 auto;
    text-align: left;
}

#header {
    height: 433px;
    background: url(images/header_bg.jpg) top left no-repeat;
}

#logo {
    float: left;
    display: inline;
    margin-left: 40px;
    margin-top: 45px;
}

#logo {
    width: 270px;
}

#logo IMG {
    width: 270px;
    height: 37px;
}

#profils {
    float: left;
    display: inline;
    width: 100px;
    height: 180px;
    margin-left: -185px;
    margin-top: 130px;
}

#profils IMG {
    width: 100px;
    height: 180px;
}

#menu {
    float: left;
    display: inline;
    margin-top: 352px;
}

#menu A {
    font: 15px "Verdana";
    font-weight: bold;
    color: #04208d;
}

#menu A:hover {
    color: #fff;
    text-decoration: underline;
}

#slogan {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    line-height: 28px;
    text-align: center;
}

#rightbar {
    float: right;
    display: inline;
    width: 230px;
    margin-right: 50px;
}

#topcart {
    height: 100px;
}

#CartContent {
    height: 42px;
    padding-left: 52px;
    padding-top: 20px;
    color: #fff;
}

#CartView, #CartClear {
    float: left;
    display: block;
    width: 92px;
    height: 15px;
}

#CartView {
    background: url(images/cart_view.gif);
}

#CartClear {
    background: url(images/cart_clear.gif);
    margin-left: 10px;
}

#news {
    height: 200px;
}

#news .title {
    font: 14px "Verdana";
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}

#news A {
    color: #fff;
}

#icons {
    width: 189px;
    height: 241px;
    margin-left: 14px;
    background: url(images/icons_bg.jpg) top left no-repeat;
}

#icons, #icons A {
    color: #002f75;
    text-decoration: none;
}

#icons A:hover {
    text-decoration: underline;
}

#icon1 {
    height: 42px;
    padding-top: 30px;
}

#icon2 {
    height: 40px;
    padding-top: 22px;
}

#icon3 {
    height: 40px;
    padding-left: 60px;
    padding-top: 15px;
}

#sidebar {
    width: 200px;
    float: left;
    display: inline;
}

#sidebar_inner {
    padding: 5px 15px 10px 35px;
}

#sidebar, #sidebar A {
    font: 12px "Arial";
}

#sidebar A {
    text-decoration: none;
}

#sidebar A:hover {
    text-decoration: underline;
}

#sidebar UL, #sidebar LI {
    margin: 0px;
    padding: 0px;
}

#sidebar LI {
    list-style: none;
    list-style-image: url(images/bullet.gif);
}


#sidebar LI.news-item {
    padding-bottom: 15px;
}

#main {
    width: 780px;
    margin-left: 200px;
    /*background: yellow;*/
}

#main LI {
    list-style-image: url(images/bullet.gif);
}

#boxes {
    height: 126px;
    padding-top: 14px;
}

#box1, #box2, #box3 {
    width: 226px;
    height: 97px;
    float: left;
    display: inline;
    margin-left: 26px;
}
#box1 { background: url(images/box1_bg.jpg) top left no-repeat; }
#box2 { background: url(images/box2_bg.jpg) top left no-repeat; }
#box3 { background: url(images/box3_bg.jpg) top left no-repeat; }

#boxes .title, #boxes .title A {
    font-weight: bold;
    color: #002f75;
    line-height: 22px;
    text-align: center;
    text-decoration: none;
}

#box1 IMG, #box2 IMG {
    width: 226px;
    height: 75px;
}

#footer {
    padding-top: 50px;
    padding-bottom: 10px;
    text-align: center;
}

#sidebar .news-item A {
    text-decoration: underline;
}

#sidebar .news-item A:hover {
    text-decoration: none;
}

