@charset "utf-8";
/* CSS Document */

*
{
	padding:0px;
	margin:0px;
}

body
{
	background-color:#ece9df;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#site_container
{
	background-image:url(../images/background.jpg);
	background-repeat:repeat-x;
	text-align:center;
}

#main_site
{
	width:950px;
	text-align:left;
	margin:0px auto 0px auto;
}		

#left_container
{
	width:296px;
	float:left;
	background-image:url(../images/left_back.png);
	background-repeat:repeat-y;
}

* html #left_container
{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/left_back.png", sizingMethod="scale");
}

#left
{
	background-image:url(../images/left_top.jpg);
	background-repeat:no-repeat;
}

#logo
{
	height:140px;
}

#menu
{
   width:239px;
   margin-left:19px;
   margin-right:19px;
   padding-left:10px;
   padding-right:10px;
   text-align:right;
   margin-top:10px;
   margin-bottom:10px;
}

#menu li
{
   list-style:none;
   margin:0px;
   padding:0px;
}

#menu li a
{
   width:219px;   
   display:block;
   padding-left:10px;
   color:#5f5f2f;
   text-decoration:none;
   font-size:12px;
   border-bottom:#d47130 1px solid;
   padding-top:6px;
   padding-bottom:6px;
   padding-right:10px;
}

#menu li a:hover
{
   background-color:#d47130;
   color:#FFFFFF;
}

#bottom
{
	background-image:url(../images/left_bot.png);
	background-repeat:no-repeat;
	height:337px;
}

* html #bottom
{
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/left_bot.png", sizingMethod="scale");
}

#right
{
	float:right;
	width:650px;
}	

#right_header
{
	height:255px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
}

#details_area
{
	width:650px;
	padding-top:30px;
	padding-bottom:10px;
}	

#details_area a:link, #details_area a:visited
{
	color:#000000;
	text-decoration:none;
}

#details_area a:hover
{
	color:#FFFFFF;
}

.details_text img
{
	margin-right:10px;
	border:#000000 1px solid;
}

.details_text, .small_text
{
	font-size:12px;
	line-height:18px;
	color:#000000;
	padding-top:10px;
	padding-bottom:10px;
	text-align:justify;
}

.small_text
{
	font-size:10px;
	font-style:italic;
	color:#7e7e40;
}

.price
{
	color:#993300;
	font-size:22px;
	font-weight:normal;
	text-align:right;
}

.cart
{
	text-align:right;
}

h1
{
	height:35px;
	background-image:url(../images/icon_orangejuice.jpg);
	background-repeat:no-repeat;
	padding-left:45px;
	font-size:22px;
	font-weight:normal;
	padding-top:5px;
	color:#d47130;
}

h2
{
	height:23px;
	padding-top:3px;
	background-image:url(../images/icon_apple.gif);
	background-repeat:no-repeat;
	padding-left:40px;
	font-size:16px;
	font-weight:normal;
	color:#7e7e40;
}

h3
{
	clear:both;
	padding-top:10px;
	padding-bottom:5px;
	background-image:url(../images/icon_cup.gif);
	background-repeat:no-repeat;
	height:22px;
	padding-left:40px;
	font-size:18px;
	font-weight:normal;
}

h4, h5
{
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#9d7c3d;
	color:#FFFFFF;
	margin-top:20px;
	margin-bottom:20px;
}

h5
{
	background-color:#8c8b4d;
}

hr
{
	margin-top:10px;
	margin-bottom:10px;
	clear:both;
}

.clearify
{
	clear:both;
}

#footer
{
	height:47px;
	background-image:url(../images/footer_back.jpg);
	background-repeat:repeat-x;
	text-align:center;
	color:#FFFFFF;
	font-size:12px;
	padding-top:20px;
}

#footer a:link, #footer a:visited
{
	text-decoration:none;
	color:#FFFFFF;
}	

#footer a:hover
{
	text-decoration:underline;
}