html {  
        margin: 0 auto;
        text-align: center;
        height: 100%;
        /* overflow: hidden; */
}

body {  
        margin: 0 auto;
        height: 100%;
        /* overflow: hidden; */
}

.layout {
        margin: 0 auto;
        /* border: thin solid black; */
}

#top{   
        width: 100%;
        height: 90px;
        background-image: url(../images/top_back.jpg);
}

#top_left{
        width: 100%;
        height: 90px;
        background-image: url(../images/top_left.jpg);
        background-repeat: no-repeat;
        background-position: center;        
}

#menu{
        height: 40px;
        background-image: url(../images/menu_back.jpg);
        background-repeat: repeat-x;
        text-align: center;
        /*border: 1px solid #ABB4BD;*/
        /*background: #C4CCD7;*/
}

#menu_center{
        width: 970px;
}

#menu_item{
        display: inline;
        border: 0px;
        /*border: 1px solid #ABB4BD;*/
        /*text-align: center;*/
}

#submenu{
        position: absolute;
        float:right;
        top: 150px;
        right: 17%;
        text-align: right;        
}

#main { 
        width: 100%;
        border-top: 4px solid #df2229;
}

#text_left{
        float: left;
        margin-left: 4%;
        width: 68%;
}

#text_right{    
        float: right;
        min-height: 600px;
        width: 20%;
        border-left: 4px solid #df2229;
}

#header{
        width: 809px;
}

#infotop{
        float: right;
        width: 808px;
        height: 120px;
        border-top: 1px solid #ABB4BD;
        border-right: 1px solid #ABB4BD;
        border-bottom: 1px solid #ABB4BD;
        /*background: #ebecf0;*/
}

#infoleft{
        float: left;
        width: 258px;
        height: 460px;
        border-right: 1px solid #ABB4BD;
        border-bottom: 1px solid #ABB4BD;
        /*background: #ebecf0;*/
}


#edge.productgroup{
        border: solid 1px #DF2229;
        height: 75px;
        margin-bottom: 10px;
        padding: 5px;
}

#edge.productgroup:hover{
        border: solid 2px #DF2229;
        padding: 4px;
}

#prgrp_left{
        float: left;
        margin-right: 5px;
}


#product{
        float: left;
        width: 280px;
}

#carousel{
        float: right;
        width: 550px;
        height: 460px;
}