body {
    background: url("images/head.jpg") no-repeat scroll  center top transparent;
    color: #3e3e3e;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    
    font-family: arial;
}

#body2{
    background: url("images/head.jpg") no-repeat scroll  center -128px transparent;
}

#main {
    max-width: 1280px;
    min-width: 965px;
    padding: 0px;
    margin: 0 auto;
}

#header {
    background: url("images/line_transp.png") repeat-x scroll left 221px transparent;
    height: 228px;
    width: 100%;
    margin: 0px;
}

#header2 {
    background: url("images/line_transp.png") repeat-x scroll left 93px transparent;
    height: 100px;
    width: 100%;
    margin: 0px;
}

#headfon1 {
    background: url("images/head.jpg") no-repeat scroll -216px top transparent;
    height: 221px;
    width: 100%;
    max-width: 1280px;
    margin: 0px;
    position: absolute;
    float: left;
    z-index:-5;
    
}
#headfon1_2 {
    background: url("images/head.jpg") no-repeat scroll -216px -128px transparent;
    height: 93px;
    width: 100%;
    max-width: 1280px;
    margin: 0px;
    position: absolute;
    float: left;
    z-index:-5;
}

#headfon2 {
    background: url("images/head.png") no-repeat scroll 34px top transparent;
    height: 221px;
    min-width: 965px;
    margin: 0px;
    position: relative;
    float: right;
    
    z-index:-5;
}
#headfon2_2 {
    background: url("images/head.png") no-repeat scroll 34px -128px transparent;
    height: 93px;
    min-width: 965px;
    margin: 0px;
    position: relative;
    float: right;
    
    z-index:-5;
}

#logo {
    background: url("images/goldnet.png") no-repeat scroll left top transparent;
    height: 30px;
    width: 280px;
    margin: 0px;
    top: 148px;
    left: 20px;
    position: relative;
    color: white;
    text-align: center;
    font-weight:bold;
    font-size: 16px;
    padding-top:48px;
}
#logo2 {
    background: url("images/goldnet.png") no-repeat scroll left top transparent;
    height: 30px;
    width: 280px;
    top: 20px;
    left: 20px;
    position: relative;
    color: white;
    text-align: center;
    font-weight:bold;
    font-size: 16px;
    padding-top:48px;
    float:left;
}

#basket {
    height: 228px;
    width: 300px;
    margin: 0px;
    float: right;
    background: url("images/phone.png") no-repeat scroll left top transparent;
    z-index:2;
}

#basket2 {
    height: 100px;
    width: 300px;
    margin: 0px;
    float: right;
}
#header2 #phone{
    color: white;
    font-weight: bold;
    font-size: 26px;
    padding-left: 80px;
    float: left;
    padding: 20px 0px 0px 120px;
    background: url("images/phone2.png") no-repeat scroll 30px 10px transparent;
    z-index:2;
    height: 90px;
}

#basket div{
    color: #22388c;
    font-weight: bold;
    font-size: 16px;
    padding-left: 10px;
    padding-top: 35px;
    line-height: 1.2;
}
#basket2 div{
    color: #22388c;
    font-weight: bold;
    font-size: 16px;
    padding-left: 10px;
    padding-top: 30px;
    line-height: 1.2;
}

#basket #phone{
    color: white;
    font-weight: bold;
    font-size: 26px;
    padding-left: 80px;
}
#basket a, #basket2 a{
    color: #22388c;
    text-decoration: underline;
}


#menu {
    height: 36px;
    width: 100%;
    margin: 0px;
    font-weight: bold;
    min-width: 983px;
}
#menu_niz{
    height: 45px;
    width: 491px
    margin: 0px;
    background: url("images/menu_niz.png") no-repeat scroll left top transparent;
    position: relative;
    left: -50px;
    top: 14px;
    z-index: 3;
    padding: 20px 10px 0 80px;
}

#content {
    width: 100%;

}


#left_shadow {
    width: 13px;
    height: 867px;
    position: relative;
    left: -13px;
    margin:0;
    background: url("images/left_shadow.png") no-repeat scroll left top transparent;
    float:left;
}

#left_col {
    width: 185px;
    background: url("images/left_fon.png") no-repeat scroll left top transparent;
    padding: 30px 0px 0px 30px;
     float:left;
     position:relative;
     margin-left:-13px;
     z-index: 2;

}


#right_col {
    background: url("images/right_fon.png") no-repeat scroll 215px top transparent;
    padding: 20px 20px 0px 255px;
    position: relative;
    height: 560px;
    
}
#right_shadow {
    width: 29px;
    height: 884px;
    position: relative;
    left: 28px;
    background: url("images/right_shadow.png") no-repeat scroll left top transparent;
    float:right;
}

#footer{
    width: 100%;
    height:75px;
    background: url("images/footer.png") no-repeat scroll center top transparent;
    float:left;
}


#menu ul{
    margin: 10px 0 0 0;
    padding-left:15px;
}
#menu li{
     display: inline;
     padding: 9px 0px 9px 0px;
     background: url("images/menu_sep.png") no-repeat scroll right 3px transparent;
}

a.menu{
    padding: 9px 25px 9px 25px;
    color: #3e3e3e;
    text-decoration: none;
    margin-left:-3px;
    margin-right:2px;
    font-size: 14px;
    
}
a.menu:hover{
    background: url("images/menu_fon.png") repeat-x scroll right 3px transparent;
}

a.fon1{
    padding: 5px 11px 9px 11px;
    color: white;
    text-decoration: none;
    background: url("images/a_fon1.png") repeat-x scroll right -4px transparent;
    margin-right:5px;
    margin-left:2px;
    font-size: 14px;
}

a.fon2{
    padding: 5px 9px 9px 9px;
    color: white;
    text-decoration: none;
    background: url("images/a_fon2.png") repeat-x scroll right top transparent;
    
    margin-left: 40px;
    font-size: 14px;
}

h1 {
     padding: 0px 0px 4px 8px;
     margin-left: -8px;
     color: #2548de;
     font-size: 16px;
     background: url("images/underline1.png") no-repeat scroll left bottom transparent;
}

h1#cat {
     color: white;
     padding:0;
     margin:0;
     background: none;
}

h2 {
     color: #5691dc;
     font-size: 16px;
}

#menu_cat span{
    font-weight:bold;
    font-size: 14px;
    background: url("images/underline2.png") no-repeat scroll left bottom transparent;
    padding: 0px 0px 5px 5px;;
    margin-left:-5px;
    
}

#menu_cat ul{
    margin: 5px 0 0 0;
    padding:0px 0px 10px 0px;
    
}

#menu_cat li{
     display: block;
     padding: 0px 0px 0px 30px;
     margin-left: -30px;
}

#menu_cat a{
    color: #3e3e3e;
    text-decoration: none;
    font-weight:bold;
}

#menu_cat li:hover, #menu_cat li.selected{
    background: url("images/a_cat_fon.png") no-repeat scroll left top transparent;
}

.shadow {
    width: 47%;
    float:left;
    margin: 0px 10px 20px 0px;
    -moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.5); /* Для Firefox */
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Для Safari и Chrome */
    box-shadow: 5px 5px 10px rgba(0,0,0,0.5); /* Параметры тени */
    border: 1px solid #b8b8b8;
    height: 250px;
    position:relative;
}


.shadow div{
    width:100%;
    height: 100%;
    text-align: center;
    position:absolute; top: 0px;
}


a{
    text-decoration:none;
}

img{
    border: none;
}

#catalog .item {
    width: 23%;
    min-width: 160px;
    max-width: 184px;
    float:left;
    padding: 10px 10px 40px 0px;
    height: 215px;
    text-align: right;
}


#catalog .item div{
    -moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.5); /* Для Firefox */
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Для Safari и Chrome */
    box-shadow: 5px 5px 10px rgba(0,0,0,0.5); /* Параметры тени */
    border: 1px solid #b8b8b8;
    padding-bottom: 10px;
    margin-bottom: 5px;
    text-align: center;
    height: 190px;
}
#catalog .item div span{
    color: #5691dc;
    padding: 0px;
}

#catalog .item span{
    font-weight: bold;
    font-size: 13px;
    line-height: 2;
    padding: 10px 0px 5px 15px;
}

#catalog .item .price, #descr .price{
    font-weight: bold;
    padding: 7px 10px 5px 15px;
    font-size: 15px;
    background: url("images/a_fon2.png") repeat-x scroll left top transparent;
}

#catalog .item .cost, #descr .cost{
    font-weight: bold;
    padding: 7px 10px 5px 10px;
    background: url("images/a_fon1.png") no-repeat scroll right top transparent;
    font-size: 15px;
    color: white;
}

#catalog .item img{
    padding: 20px 0px 5px 0px;
}


#item {
    -moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.5); /* Для Firefox */
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5); /* Для Safari и Chrome */
    box-shadow: 5px 5px 10px rgba(0,0,0,0.5); /* Параметры тени */
    border-right: 1px solid #b8b8b8;
    border-bottom: 1px solid #b8b8b8;
    padding-bottom: 0px;
    margin-bottom: 35px;
    text-align: left;
    height: 420px;
    background: url("images/item_fon.png") no-repeat scroll 470px 70px transparent;
}
#descr{
    margin-left: 500px;
    padding-top: 30px;
}

input.white{
   color:white;
   font-weight:bold;
}