#header_content {
    width: 1024px;
    height: 260px;
    /*background-image: url('../images/header_big.jpg');*/
    background-repeat: no-repeat;
    margin-left:20px;
}

#header_content h1{
    border: none;
    color: inherit;
    background: none;
    padding: 0;
    margin: 0;
    display: table-cell;
    font-weight: bold;
    left: 0;
    top: 16px;
    vertical-align: middle;
    width: 140px;
    text-transform: none;
}

#header_container {
    position: relative;
    top: 20px;
    left: 20px;
    width: 1020px; 
    height: 80%; 
}

#basket_container {
    background-image: url("../images/basket.png");
    background-position: 110px 2px;
    background-repeat: no-repeat;
    height: 32px;
    left: 700px;
    position: absolute;
    top: 197px;
    width: 140px;
}


#pg_search {
    height: 44px;
    left: 840px;
    position: absolute;
    top: 196px;
    width: 140px;
}

#search {
    border-bottom: 1px solid #FBFCFD;
    border-left: 1px solid #ABADB3;
    border-top: 1px solid #ABADB3;
    height: 16px;
    left: 2px;
    margin: 5px;
    padding: 2px 0 0 4px;
    position: relative;
    top: 2px;
    width: 80px;
}
#pg_search #search_ok {
    background: url("../images/search_ok.gif") no-repeat scroll 0 0 transparent;
    border: medium none;
    height: 20px;
    position: relative;
    right: 2px;
    top: 2px;
    width: 30px;
}

#pg_rectangle1 {
    height: 44px;
    left: 0px;
    position: absolute;
    text-align: center;
    font-size: 12px;
    top: 196px;
    width: 140px;
}

#pg_rectangle2 {
    height: 44px;
    left: 140px;
    position: absolute;
    text-align: center;
    font-size: 12px;
    top: 196px;
    width: 140px;
}
#pg_rectangle3 {
    height: 44px;
    left: 280px;
    position: absolute;
    text-align: center;
    font-size: 12px;
    top: 196px;
    width: 140px;
}
#pg_rectangle4 {
    height: 44px;
    left: 420px;
    position: absolute;
    text-align: center;
    font-size: 12px;
    top: 196px;
    width: 140px;
}
#pg_rectangle5 {
    height: 44px;
    left: 560px;
    position: absolute;
    text-align: center;
    font-size: 12px;
    top: 196px;
    width: 140px;
}

#pg_rectangle6 {
    height: 62px;
    left: 0px;
    position: absolute;
    text-align: center;
    font-size: 14px;
    top: 134px;
    width: 139px;
}

#pg_rectangle7 {
    
    top: 68px;
    left: 140px;
    position: absolute;
    text-align: center;
    font-size: 14px;
    height: 65px;
    width: 140px;
}
#pg_rectangle8 {
    height: 62px;
    left: 281px;
    position: absolute;
    text-align: center;
    font-size: 14px;
    top: 134px;
    width: 138px;
}
#pg_rectangle9 {
    height: 64px;
    left: 420px;
    position: absolute;
    text-align: center;
    font-size: 14px;
    top: 4px;
    width: 140px;
}
#pg_rectangle10 {
    height: 64px;
    left: 700px;
    position: absolute;
    text-align: center;
    font-size: 14px;
    top: 69px;
    width: 140px;
}
#pg_rectangle11 {
    height: 63px;
    left: 841px;
    position: absolute;
    text-align: center;
    font-size: 14px;
    top: 134px;
    width: 139px;
}

#pg_rectangle12{    
    height: 32px;
    left: 700px;
    position: absolute;
    text-align: center;
    font-size: 12px;
    top: 196px;
    width: 140px;
}

.rectangle_contener{
    position: absolute;
    text-align: center;
    /*font-size: larger;*/
    display: table;  
    overflow: hidden; 
    margin: auto ;
    color: black;
}

.rectangle_contener_hover{
    position: absolute;
    text-align: center;
    font-size: larger;
    display: table;  
    overflow: hidden; 
    margin: auto ;
    background-color: black;
}

.rectangle_contener a{
    color: black;
}
.rectangle_contener_hover {
    color: white;
}

#rectangle_middle_con_mline {
    position: relative; 
    top: 0px;
    left: 0px;
    display: table-cell; 
    width: 140px;
    vertical-align: middle;
    font-weight: bold;
    text-transform: uppercase;
}

#rectangle_middle_con_sline {
    text-transform: uppercase;
    font-weight: bold;
    position: relative; 
    left: 0px;
    width: 140px;
    display: table-cell; 
    vertical-align: middle;
}
#rectangle2_middle_con_mline {
    position: absolute; 
    top: 16px;
    left: 0px;
    display: table-cell; 
    width: 140px;
    vertical-align: middle;
    font-weight: bold;
}

#rectangle2_middle_con_sline {
    font-weight: bold;
    position: absolute; 
    top: 25px;
    left: 0px;
    width: 140px;
    display: table-cell; 
    vertical-align: middle;
}
.rectangle2_contener{
    color: white;
}
.rectangle2_contener_hover {
    color: white;
    background-color: black;
}