@CHARSET "ISO-8859-1";
/* reset */
*{margin:0;padding:0}
img{border:none}
/* structure */
#blackbar{widh:100%;height:10px;background:#000;}
#container{margin-left:auto;margin-right:auto;width:750px;}

#topbanner{height:110px;border-bottom:1px solid #D9DFB3;width:750px;}
#topbanner .logo{padding:5px 0px;padding-right:5px;float:left;width:109px;}
#topbanner .service{padding:20px 0 0px 10px;height:90px;border-left:1px solid #D9DFB3;float:left;width:320px;}
#topbanner .delivery{padding:20px 0 0px 10px;height:90px;border-left:1px solid #D9DFB3;float:left;}
.box{float:left;position:relative;width:50%}
#navbanner{border-bottom:1px solid #D9DFB3;width:750px;height:25px;}
#body{width:750px;position:relative;}
#maintxt{padding:15px 10px;position:relative}
#showcase{background:#D9DFB3;width:530px;padding:5px;float:left}
#showcasespace{background:#D9DFB3;width:190px;padding:5px;float:left;margin-left:10px;}
ul{list-style:none;padding:0;margin:0;padding-top:2px;}
#navbanner li{float:left}
#leftsidebar li{display:block;width:180px;}
#leftsidebar{width:180px;padding:10px;float:left;margin-top:10px;}
#rightsidebar{width:530px;padding:10px;float:left;background:#fff;margin-top:10px;}
.menubox{height:375px;overflow:auto}
.item{clear:both}
.label{float:left;width:410px;padding-right:20px;padding:5px 0;}
.price{float:left;width:50px;font-family:georgia;font-size:14px;font-weight:bold;color:#000;padding:5px 0;padding-left:20px;}


#footer{padding:20px 0;clear:both;font-family:verdana;font-size:10px;color:#788990;float:right}
/* FONT */
body{background:#fff url("../images/bg.jpg") no-repeat top right ;font-family:georgia;font-size:12px;color:#454545}
p{line-height:22px;}
.lrg{font-family:georgia;font-size:18px;color:#8B6213}
.lrgtxt{font-size:20px;line-height:28px;}
a{font-family:verdana;color:#0072BC;font-size:12px;font-weight:100;text-decoration:underline;line-height:15px;}
a:hover{color:#8B6213;text-decoration:none}
#navbanner a{font-family:verdana;color:#0072BC;font-size:13px;font-weight:bold;text-decoration:none;display:block;padding:2px 15px;}
#navbanner a:hover{color:#8B6213}
#navbanner .current{background:#eee; color:#fff}
#leftsidebar a{font-family:verdana;color:#0072BC;font-size:13px;font-weight:bold;text-decoration:none;display:block;width:180px;border-bottom:1px solid #D0D79F;padding:5px 2px;}
h2{font-family:georgia;font-size:22px;color:#8B6213;font-weight:100;border-bottom:1px solid #aeaeae;margin-bottom:10px;}
h3{font-family:georgia;font-size:18px;color:#8B6213;font-weight:normal}
h4{font-family:georgia;font-size:14px;color:#8B6213;font-weight:normal}
h5{font-family:georgia;font-size:12px;color:#8B6213;font-weight:normal}
.desc{font-family:verdana;font-size:10px;color:#454545;font-weight:normal}

.slidebox{float:left}
/* SLIDE SHOW */
#slideshow {
    height:150px;
	width:530px;
}
 
#slideshow DIV {
    position:absolute;
    z-index:8;
    opacity:0.0;
    height: 150px;
    background-color: #FFF;
}
 
#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}
 
#slideshow DIV.last-active {
    z-index:9;
}
 
#slideshow DIV IMG {
    height: 150px;
    display: block;
    border: 0;
    
}
