body {
    color:#6A6A6A;
    font-family:Verdana;
    font-size:13px;
    background-color: #86b3ab;
}
*
{
    margin:0;
    padding:0;
}

a {
    text-decoration: none;
    color: #3E3839;
}

a:hover {
    text-decoration: underline;
}

.header
{
    width:900px;
    background-image: url(../images/logo.gif);
    background-repeat: no-repeat;
    height: 164px;
    text-align: left;
}
#container
{
    text-align: center;
    width: 900px;
    background-color: #fff;
    border: solid 1px;
   -moz-border-radius-bottomleft:7px;
   -moz-border-radius-bottomright:7px;
}

.menu
{
    width: 900px;
    text-align: center;
    background-image: url(../images/bg-menu.gif);
    background-repeat: repeat-y;
    position:relative;
    height:28px;
    font-size: 13px;
    font-weight: bold;    
}


   /* Styles for the entire LavaLamp menu */
    .lavaLamp {
        position: relative;
        height: 29px; width: 900px;    
        padding: 5px; 
        overflow: hidden;
        padding-left: 10px;
        text-align: center;
    }
    /* Force the list to flow horizontally */
    .lavaLamp li {
        float: left;
        list-style: none;
        padding-left: 20px;
        
    }
        /* Represents the background of the highlighted menu-item. */
    .lavaLamp li.back {
        /*border-top:2px solid red;*/
        height: 30px;
        z-index: 8;
        position: absolute;
    }
    .lavaLamp li.back .left {
        border-top:2px solid red;
        height: 30px;
        margin-right: 9px;
        text-align: center;
    }
    /* Styles for each menu-item. */
    .lavaLamp li a {
        position: relative; overflow: hidden;
        text-decoration: none;          
        
        color: #000; outline: none;
        text-align: center;
        height: 30px; 
        z-index: 10; letter-spacing: 0;
        float: left; display: block;
        margin: auto 10px;
    }   
    
    .lavaLamp li a:hover {
        text-decoration:none;
    }
   
.content
{
    font-size: 13px;
     border-bottom: 2px solid #434242;
     
}

.footer
{
    margin:0 ;
      
}

.footer_menu
{
    font-size: 12px;
    font-weight: bold;  
    margin-top: 0px;
    line-height: 17px;
    vertical-align: top;
    position: relative;
    color: #434343;
   
    
}
.footer_menu a
{
    text-decoration:none;
    color:#3e3839;
}
.footer_menu a:hover
{
    border-bottom :2px solid #ff0000;
    text-decoration: none;
}
.icon
{
    margin: 0px 0 0px;
}

#div-garments
{
    float: left;
    right:50px;
}

.ul-garments
{
    list-style: none;
    float: left;
    text-align: center;    
    
    position: relative;
}
.ul-garments li
{
    list-style: none;
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    width: 150px;
}

.ul-garments li a
{
   text-decoration: none;
    color: #000; outline: none;
    font-weight: bold;
    font-size: 13px;
}

.content table td
{
    font-size: 13px;
}
/* for Home */
.home-content
{
    background-image:url('../images/bg.jpg');
    background-position:left top;
    background-repeat:no-repeat;
   
    margin:0;
    padding:0;
    position:relative;
    -moz-border-radius-bottomleft:7px;
   -moz-border-radius-bottomright:7px;
}

.test
{
    /*background-image:url("../images/1.jpg");
    background-position:right top;
    background-repeat:no-repeat;*/
    /*height:776px;    
    width:400px;    */
    margin-right:-40px;
    position:relative;
    float:right;    
}

.home-top
{
    background-image:url(../images/bg-menu.gif);
    background-repeat:repeat-y;
    margin-bottom:0;
}
.home-top h3
{
    font-size:18px;
}
.home-center
{
    float:right;
    width: 400px;
}
.home-center table
{
    color:#ff0000;
    font-weight:bold;
    margin-right:20px;
    margin-top:20px;
    font-size: 15px;
}
.home-bottom
{
    width:900px;
    bottom:100px;
    float:left;
    position:relative;
    margin: 0 0 0 0;
    height: 100px;
}
.home-bottom h2
{
    font-size: 17px;
}
.home-bottom h3
{
    font-size: 16px;
}
.home-bottom a
{
    color: #ff0000;
}

.img-measurement
{
    border: 2px solid #D0AC32;
}
.title-measurement
{
    color: #045845;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
}
.detail-measurement
{
    margin-left: 20px;
    margin-top:10px ;
    line-height: 20px;
}
.tr-checkout
{
    height: 25px;
    background-image: url("../images/bg-menu.gif");
}
