body {
    background-color: #89775d;
    font-family: "Trebuchet MS";
    min-width: 1190px;
}

a {
    outline: none;
}

h1, .h1 { 
    font-family: 'Cuprum', Tahoma; 
    font-size: 28px;
    font-weight: normal;
}

h1.inf, h1.order {
    margin-bottom: 60px;
    margin-top: 20px;
}

h1.order {
    color: #ffffff;
    text-align: center;
}

.logo, .logo2 {
    vertical-align:middle;
    float: left;
}

#header {
    position: relative;
}

.table {
    height: 74px;
    min-width: 960px;
    width: 100%;
}

.head1 {
    background: url("../images/header-footer-bg.png") repeat-x right top;
    position: relative;
    float: left;
    height: 74px;
    width: 70%;
}

.head2 {
    background: url("../images/header-footer-bg.png") repeat-x left top;
    position: relative;
    height: 74px;
    margin-left: 101px;
}

.head3 {
    margin-left: 70%;
}

#wrap {
    height: auto !important;
    min-height: 100%;
    position: relative;
}

#blocks {
    margin-top: 60px;
}

#package{
    margin-top: 60px;
}

.desc p.back{
    text-align: right;
}

.desc p.back a{
    color: #453726;
    text-decoration: underline;
    font-size: 14px;
    line-height: 16px;
}

.desc p{
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    margin-top: 20px;
}

.desc p.back{
    margin-top: 0;
}

.desc p.back a:hover{
    text-decoration: none;
}

#examples{
    margin-top: 50px;
}

#examples h1{
    color: #453726;
    font-size: 24px;
}

#examples ul{
    padding-top: 6px ;
}

#examples ul li{
    list-style: outside none;
    float: left;
    border: 2px solid #725738;
    border-radius: 15px 15px 15px 15px;
    width: 180px;
    height: 180px;
    margin-top: 8px;
    margin-right: 5px;
}

#examples ul li.omega{
   margin-right: 0;
}

#examples ul li img{
    border-radius: 15px 15px 15px 15px;
    width: 180px;
    height: 180px;
}

.block {
    width: 256px;
    height: 256px;
    font-size: 15px;
    display: inline;
    float: left;
    position: relative;
    background: url("../images/block-background.png") no-repeat right bottom;
    overflow: hidden;
    margin-bottom: 20px;
    margin-right: 20px;
}
.block:hover{
    cursor: pointer;
}

.block.current:hover{
   cursor: default;
}

.block, .custsize {
    border: 2px solid #725738;
    -moz-border-radius: 15px; /* Firefox */
    -webkit-border-radius: 15px; /* Safari, Chrome */
    -webkit-background-clip: padding-box;
    -khtml-border-radius: 15px; /* KHTML */
    border-radius: 15px; /* CSS3 */
}

.block .info {
    position: absolute;
    bottom: 0;
    padding: 10px;
    background-color: rgba(114,87,56, 0.70); 
    height: 75px;
    width: 240px;
}

.block .info .size {
    font-size: 14px;
}

.block .image {
    text-align: center;
    padding: 25px 0 0 30px;
}

.custsize {
    background-color: #97876e;
    position: relative;
    height: 60px;
    width: 220px;
    padding: 15px 0 5px 80px;
    margin-left: auto;
    margin-right: auto;
}

.custsize .number {
    position: absolute;
    width: 58px;
    height: 34px;
    padding: 12px 0;
    background: url("../images/number-custom-bg.png") no-repeat center center;
    text-align: center;
    font-size: 28px;
    color: #ffffff;
    top: 10px;
    left: 10px;
}

.block .number {
    position: absolute;
    width: 58px;
    height: 34px;
    padding: 12px 0;
    background: url("../images/number-bg.png") no-repeat center center;
    text-align: center;
    font-size: 28px;
    color: #725738;
    top: 10px;
    left: 10px;
}

.label, h1 {
    color: #c4b8a4;
}

.push {
    clear: both;
    height: 100px;
    position: relative;
}

#footer {
    height: 100px;
    position: relative;
    margin-top: -100px;
    z-index: 1;
    color: #89775d;
    font-size: 18px;
}

#footer .head1 {
    background-position: right 55px;
    width: 20%;
    height: 100px;
}

#footer .head2 {
    background-position: left 55px;
    height: 100px;
}

#footer .head3 {
    background-position: left 55px;
    margin-left: 20%;
}

#footer .logo2 {
    padding-top: 2px;
}

.omega {
    margin-right: 0;
}

.code {
    font-size: 10px;
    vertical-align: top;
}

.number {
    font-size: 18px;
}

.headcontent, .footcontent {
    position: relative;
    height: 100px;
}

.title {
    font-size: 24px;
    color: #443625;
    font-family: 'Cuprum', Tahoma;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-right: 3px;
}

.phone-place{
    margin-top: -24px;
    //margin-top: 2px;
}

.phone {
    color: #5e462a;
}

#footerbackgr {
    position: absolute;
    height: 90px;
    width: 100%;
    bottom: 0;
    background-color: #5e462a;
    z-index: -1;
}

#contacts {
    position: absolute;
    top: 20px;
    left: 3px;
    white-space: nowrap;
}

#contacts div{
    display: inline-block;
    *display: inline;
    zoom:1;
}

#contacts span{
    margin-right: 4px;
}
