* 
{
	margin: 0px;
	padding: 0px;
}

body 
{
	background:#FCCC66;
	color: #415005;
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
	text-align: center;
}

a {
	color: #4e6200;
	background-color: inherit;
	text-decoration: underline;
}

a:hover {
	color: #6f8c00;
	background-color: inherit;
}

span {
	display: none;
}

img {
	border: none;
}

ul {
	list-style-type: none;
}

li {
	list-style-type: none;
}

p {
	margin: 6px 0px 10px;
	text-align: justify;
	line-height: 14px;
}

.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size: 1px;
	line-height: 0px;
	overflow : hidden;
	visibility: hidden;
}

input {
	padding: 2px 0px;
	color: #415005;
	background-color: #fff;
	border: #576c04 1px solid;
	font-family: tahoma, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

/*-------------- DIVS------------*/
#container 
{
	margin: 0px auto;
	width: 900px;
	color: inherit;
	text-align: left;
}

#page_header 
{
	width: 900px;
	height: 89px;
	color: inherit;
	overflow: hidden;
	padding: 0px;
	margin-left:1px;
}

#page_header_logo_title
{
	width: 447px;
	height: 89px;
	margin:0px auto;
	background: url(../images/_logo_title.gif) no-repeat;
	filter:alpha(opacity=80);opacity:0.8;
	float: left;
	clear:right;
}

#page_header_image
{
	width: 452px;
	height: 89px;
	margin:0px auto;
	background: url(../images/top_image.jpg) no-repeat;
	filter:alpha(opacity=80);opacity:0.8;
	float:left;
	clear:right;
}

/* Main Area */

#mainarea 
{
	width: 900px;
	background:url(../images/main_bg.gif);
	/*filter:alpha(opacity=80);opacity:0.8;*/
	padding:0px;
}

#left_menu
{
	width: 300px;
	background:url(../images/left_menu.jpg) no-repeat;
	height:25px;
	float:left;
	clear:right;
}

#mid_menu
{
	width: 365px;
	height:25px;
	float:left;
	clear:right;
}

#right_menu
{
	width: 235px;
	background:url(../images/right_menu.jpg) no-repeat;
	height:25px;
	float:left;
	clear:right;
}

#flash_content
{
	width: 360px;
	height:200px;
	margin-top:10px;
	float:right;
	clear:right;
}

#tasty_content
{
	width: 190px;
	height:210px;
	padding: 0px 0px 0px 10px;
	float:left;
	clear:right;
}

#tasty_content_text
{
	width: 300px;
	height:210px;
	padding: 10px 0px 0px 5px;
	font-family:Comic Sans MS;
	font-size:14px;
	font-weight:bold;
	text-align:justify;
	float:left;
	clear:right;
}

#message_content
{
	width: 490px;
	height:200px;
	padding: 2px 0px 0px 2.5px;
	float:left;
	clear:right;
}

#contact_content
{
	width: 360px;
	height:200px;
	margin-top:10px;
	float:right;
	clear:right;
}

#pro_title
{
	width: 200px;
	height:30px;
	background:url(../images/product_title_bg.gif) no-repeat;
	margin: 0px 0px 10px 0px;
	padding: 7px 0px 0px 0px;
	float:left;
	text-align:center;
	font-size:12px;
	color:#BB0000;
	font-weight:bold;
	clear:right;
}

#pro_show
{
	width: 190px;
	height:170px;
	margin: 20px 0px 0px 12px;
	padding: 0px 0px 0px 0px;
	float:left;
	clear:right;
	text-align:center;
	font-size:12px;
	color:#BB0000;
	font-weight:bold;
}

#page_footer
{
	width: 900px;
	height: 50px;
	background:url(../images/footer_link.gif) repeat-x;
	color: inherit;
	overflow: hidden;
	padding: 20px 0px 0px 0px;
	text-align:center;
}




