html, body {
    height: 100%;
}

body {
    font-family: Tahoma, Geneva, sans-serif;
    background: url("/img/background.jpg") no-repeat top center fixed;
}
h1, h2{
    font-weight: bold;
}
/*Главный контейнер*/
.wrap {
    /*Центрируем*/
    position: relative;
    width: 1000px; /*могут быть и пиксели*/
    margin: 0px auto;
    /*Вытягиваем в высоту*/
    height: auto !important;
    height: 100%;
    min-height: 100%;

    /*Все остальное*/
    padding-top: 10px;
}

/*Логотип*/
.logoWrap {
    height: 100px;
    background-color: #a9cae4;
    opacity: 0.72;
    text-align: left;
    padding-left: 30px;
}

.logo {
    padding-top: 30px;
}

/*./Логотип*/

/*Изображения*/
.imagesWrap {
    width: 109%;
    margin: 20px 0 16px 0;
}

.imgWrap {
    width: 150px;
    min-height: 150px;
    display: inline;
    vertical-align: middle;
    margin-right: 10px;
    opacity: 0.82;
}

.imgWrap:hover {
    opacity: 1;
}

.imgWrap img {
    width: 150px;
    height: 150px;
    border: 2px solid #B2B2B2;
    opacity: 1;
}

.last {
    margin: 0;
    padding: 0;
}

/*./Изображения*/

/*Контентная часть*/
.contentWrap {
    widht: 100%;
    padding: 45px;
    background: rgba(55, 133, 197, 0.43);
    border: 2px solid white;
    border-color: rgba(255, 255, 255, 0.62);
}

.content {
    color: white;
}

.content p, .content ul, .content h1, .content h2 {
    margin-bottom: 15px;
}

.content p {
    font-size: 12px;
}

.content ul {
    list-style-type: square;
    margin-left: 170px;
    margin-top: -15px;
    font-size: 12px;
}

/*Синие блоки*/
.prod_det_box {
    float: left;
    padding: 15px 15px 0 0;
    position: relative;
    width: 295px;
    min-height: 150px !important;
}

.box_top {
    background: url("/img/box_top.gif") no-repeat scroll center bottom transparent;
    height: 9px;
    width: 295px;
}

.box_center {
    background: url("/img/box_center.gif") repeat-y scroll center center transparent;
    height: 125px;
    width: 295px;
}

.box_bottom {
    background: url("/img/box_bottom.gif") no-repeat scroll center top transparent;
    height: 9px;
    width: 295px;
}

.prod_title {
    color: #42B1E5;
    font-size: 13px;
    padding: 5px 0 0 15px;
}

p.details, ul.details li {
    color: #000;
    font-size: 11px;
}

p.details {
    padding: 5px 15px 0;
    margin: 0;
    text-indent: 15px;
}
ul.details {
    list-style-type: square;
    margin: 15px 0 0 50px;
}

a.more {
    color: #42B1E5;
    float: right;
    font-size: 11px;
    font-style: italic;
    padding: 0 15px 0 0;
    text-decoration: none;
}

.clear {
    clear: both;
}

/*Синие блоки*/

/*./Контентная часть*/

.footer p {
    text-align: center;
    font-size: 18px;
}

.footer p, .footer p a {
    color: #6db3ff;
    text-decoration: none;
}

.footer p a:hover {
    text-decoration: underline;
}

