#mainContent {
 padding: 0 ;
 font-size: 12px;
 }

 #banner { 
 padding: 0px, 20px, 0px;
 }
 
div#float { 
width:450px; 
padding:0px  ;
float: left;
 }
 
div#float1 { 
width:190px; 
padding:10px 30px;
float: left;
} 

div#floatLeft {
width: 50px;
float: left;
}

div#price {
float: left;
color: #525151;
}

div#bascet {
float: right;
}

#mainContent p.main {
 line-height: 150%;
 font-size: 14px;
 margin-top 5px;
 margin-left: 15px;
 font-family:Arial, sans-serif ;
 font-style:italic  ;
 }
 
 #mainContent p.name { 

 margin-left: 40px;
 margin-bottom: 0px;
 font-family:Arial, sans-serif;
 font-size: 14px;
 font-weight: 600;
 }
 
 b.smaller {
 font-size: smaller;
 font-weight: 100;
 color: #9B864E ;}
 
.border {
 border: solid #fff;
}
 
 
 
 
 /*
   drop down menu
*/ 
 
#menuh td.top {
border-top: 1px solid #cccccc;
border-right : 1px solid #cccccc;  
 background-color: #c8dedc; 
 font-size:11px; color:#6d0b3c;
padding-right : 1.5em;
padding-left: 1.2em;
white-space:nowrap;
text-align: left;  
}
 
 
#menuh-container
    {
    position:absolute ;
    clear: right;
    margin-left: 250px;
    margin-right: 0px;
    width: 730px;    
    top: 85px; 
    }
 
 


#menuh
    {
    font-size:16px;
    font-family:DelargoDTPro,Verdana,Arial,Helvetica,sans-serif;
    text-transform: uppercase;    
    width:100%;
    margin-top: 1em;
    }
        
#menuh a
    {
    font-weight:normal; 
    text-align: left;
    display:block;
    border-right : 1px solid #cccccc;
    white-space:nowrap;
    margin:0;
    padding-right : 1.2em;
    padding-left: 1.2em;
    }
#menuh a .last {
border:none;
}

#menuh a .sub {
border:none;
display: inline;
float: left;
}

    
#menuh a:link, #menuh a:visited, #menuh a:active    /* menu at rest */
    {
    color: #6d0b3c;
    font-size: 12px;
    background-color:#fff;
    text-decoration:none;
    }
    
#menuh a:hover,#menuh ul li a.CSStoHighlight                         /* menu on mouse-over  */
    {
    color: #c92479; 
    text-decoration:none;
    } 

                 
            
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
    {
    background-color:#fff;
    background-image: url(navdown_white.gif);
    background-position: right center;
    background-repeat: no-repeat;
    }
    
#menuh a.parent, #menuh a.parent:hover     /* attaches side-arrow to all parents */
    { 
    background-image: url(../images/menu/arrow.gif);
    background-position: right center;
    background-repeat: no-repeat; 
    width: 115px;
    }

#menuh ul
    {
    list-style:none;
    margin:0;
    padding:0;
    float:left; 
    /* 
    width:10em;    /* width of all menu boxes */
    /* NOTE: For adjustable menu boxes you can comment out the above width rule.
    However, you will have to add padding in the "#menh a" rule so that the menu boxes
    will have space on either side of the text -- try it */
    }

#menuh li
    {
    margin-left: 0;
    list-style: none;
    position:relative;
    min-height: 1px; 
    line-height: 1.6em;       /* Sophie Dennis contribution for IE7 */
    vertical-align: bottom;        /* Sophie Dennis contribution for IE7 */
    }
    
#menuh li .last {
border:none;
}

#menuh li .sub {
border:none;
}


#menuh ul ul
    { 
    position:absolute;
    z-index:500;
    top:auto;
    display:none;
    padding: 1em;
    margin:-1em 0 0 -1em;
    }

#menuh ul ul ul
    {
    top:0;
    left:100%;
    }

div#menuh li:hover
    {
    cursor:pointer;
    z-index:100;
    }

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */
 


