@charset "utf-8";
/*
-----------------------------
MAIN
-----------------------------
*/
*{margin:0;padding:0;}
body{margin:0px auto;color:#333;font:11px Verdana, Arial, Helvetica, sans-serif;background:#333;text-align:center;}
a{text-decoration:none;color:#500200;}
a:hover{text-decoration:underline;}
p{line-height:160%;}
a img{border:none;}
ul,ol{list-style:none;}
.clear{clear:both;}
#main{margin:0px auto;width:770px;text-align:left;background:#f3e1c1 url('images/header.jpg') no-repeat;position:relative;zoom:1;}
/*
-----------------------------
HEADER
-----------------------------
*/
#header{width:770px;height:160px;}
#header a{width:770px;height:160px;display:block;}
#header a strong{display:none;}
/*
-----------------------------
SIDEBAR
-----------------------------
*/
#sidebar{width:200px;position:absolute;left:7px;top:186px;}
#sidebar ul li{width:182px;height:31px;line-height:25px;text-align:center;background:url('images/side-item-bg.jpg') no-repeat;}
#sidebar ul li#first{width:182px;height:31px;background:none;}
#sidebar ul li#last{width:182px;height:26px;background:url('images/side-item-last-bg.jpg') no-repeat;}
#sidebar ul li#cat_sep{width:182px;height:44px;background:url('images/side-item-sep-bg.jpg') no-repeat;}
#sidebar ul li a{color:#500200;font-weight:bold;text-transform:uppercase;}
/*
-----------------------------
CONTENT
-----------------------------
*/
#content{width:550px;padding:20px 15px 10px 5px;margin-left:200px;min-height:600px;}
#content h1{line-height:36px;text-align:center;background:url('images/h1.jpg') no-repeat;font-size:14px;color:#500200;text-transform:uppercase;}
#content p{margin:1.8em 0;line-height:1.6em;}

#prod_list{padding:15px 0; float:left;}
.box{float:left;width:260px;padding:5px;background:#e9c797;border:1px solid #d7ae82;margin:0 5px 10px 0; zoom:1;}
.box.alt{margin-right:0;}
.box h2{font-size:12px;line-height:30px;background:url(images/box-bullet.jpg) no-repeat left center;padding-left:20px;}
.box h2 a{color:#551c1d;}
.box a.prod_img{ width:260px;height:120px; display:block; zoom:1; background-repeat:no-repeat; background-position:center center;}
.box a.prod_img strong{display:none;}


#prod_details{margin:15px 0; line-height:140%;}
#prod_details p{margin:0 0 10px 0;}
#prod_details a.thickbox{float:right;padding:3px;background:#e9c797;border:1px solid #d7ae82;margin:0 0 0 15px;}


/*
-----------------------------
PAGINATION
-----------------------------
*/
#pagination{padding:10px 0;font-size:1em;margin:10px 0; clear:left;}
#pagination a, #pagination strong{padding:3px 5px;border:1px solid #d7ae82;margin:0 1px;}
#pagination strong,#pagination a:hover{background:#e9c797;color:#FFF;}

/*
-----------------------------
FOOTER
-----------------------------
*/
#footer{clear:both;width:770px;height:60px;background:#333 url('images/footer.jpg') no-repeat 0 0;position:relative;zoom:1;}
#footer img#fimg{ position:absolute;bottom:30px;left:0;}
#footer a#citricox{position:absolute;bottom:0;right:5px;}
#footer p{position:absolute;bottom:5px;left:5px;color:#FFF;}
#footer p a{color:#FFF;}


