@import url(undohtml.css);
/*@import url(shop.css);*/

body{
	background-image:url(/images/mainfade.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #666;
}

.clear{ clear: both;}

.larger_text{ font-size: 120%;}

h1,h2,h3,h4,h5,h6{ padding: 5px 0; color: #939301; font-family: Georgia, "Times New Roman", Times, serif;}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color: #939301}
p{ padding: 5px 0;}
p a{ color: #666;}

h1{ font-size: 180%;}
h2{ font-size: 160%;}
h3{ font-size: 140%;}
h4{ font-size: 130%;}
h5{ font-size: 120%;}
h6{ font-size: 110%;}

dt{ margin:8px 0 0 0}

textarea{
	height:120px;
	width:90%;
}

#site{
	width: 906px;
	margin: 0 auto;
}

#header{
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 20px 35px 0 0;
	height: 40px;
	text-align: right;
}

#header li{
	display:inline;
}

#header li a{
	color: #fff;
	padding: 0 4px;
	border-left: 1px solid #fff;
}

#header li.first a{border:none; }

#main_container{
	width: 910px;
}

#content_container{
	background-image: url(/images/sub_fade.jpg);
	background-repeat: repeat-x;
	background-color: #fff;
	padding: 4px 2px;
}

#content{
	background-color: #fff;
	padding: 15px;
}

#main_image{
	width: 876px;
	height: 341px;
}

#middle{padding-top: 15px;}
#middle_right{float:right;}
#middle_left{float:left;}

/* HOME CSS */

.home #middle_left{
	padding: 0 10px;
	width: 330px;
}

.home #middle_left #page_content p{
	font-weight:bold;
	font-size: 120%;
}

.home #middle_left #news_feed{
	border-top: 1px dotted #666;
	padding-top: 10px;
}

#news #content_right p strong a,
.home #middle_left #news_feed a{
	font-weight:normal;
	color:#939301;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:120%;
	padding:0 0 4px 0;
	display:block;
}

.home #middle_left #news_feed .header a{
	font-size:120%;
	font-weight:normal!important;
}


#news #content_right .news_date,
.home #middle_left #news_feed .news_date{
	color:#939301;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:90%;
}

.home #middle_left #news_feed div{margin: 5px 0 10px 0;}
.home #middle_left #news_feed div p{
	padding: 0;
	font-size: 100%;
}

.home #middle_left #news_feed div a{
	color: #939301; 
	font-weight: bold;
	font-size: 80%;
}

.home #middle_right{width: 500px;}

.home #middle_right .feature_feed{padding: 4px 0 5px 0;}

.home #middle_right .feature_feed div{
	width: 320px;
	float: left;
	padding: 5px 0 11px 0;
	min-height:110px;
	border-bottom: 1px dotted #666;
}

.home #middle_right .feature_feed p{ font-size: 90%;}

.home #middle_right .feature_feed div a{color: #939301;}

.home #middle_right .feature_feed img{
	float: right;
	width: 160px;
	padding-top: 7px;
}

/* END HOME CSS */

/* STANDARD CSS */

#standard{
	padding-top: 15px;
}

#submenu{
	float: left;
	margin-right: 20px;
	width: 160px;
}

#submenu li{ 
	display: block; 
	border-bottom: 1px dotted #666;
	padding: 5px 0 5px 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:120%;
}

#submenu ul{ margin-bottom: 20px;}

#submenu li a{
	color: #939301;
}

#submenu .feature{
	width: 160px;
	height: 120px;
	margin-bottom: 10px;
}

#submenu .feature{
	width: 160px;
	height: 120px;
	margin-bottom: 10px;
}


.feature_float{
	float: left;
	padding: 5px;
	width: 150px;
	height: 25px;
	color: #fff;
	background-color: #999a00;
	font-size: 80%;
}

.feature_float p {padding: 0;}
.feature_float a {	display: block;color: #fff;}

#standard #content_box{
	float: left;
	width: 340px;
}

#content_box a{color:#666;}
#content_box a:hover{text-decoration:underline;}

#content_box ul{
	list-style:disc;
}

#content_box ul,
#main_page_content ol{padding:7px 0;}

#content_box ul{
	padding:7px 0 7px 25px;
	list-style:disc;
}

#content_box ol{
	padding:7px 0 7px 31px;
	list-style:decimal;
}

#content_box li{padding:4px 0;}

#standard #content_box h1{
	padding: 0 0 5px 0;
}

#standard #content_box div p:first-child{
	color: #939301;
	font-size: 110%;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#standard #content_right{
	width: 330px;
	float: right;
}

#standard #content_right img{ margin-bottom: 10px;}

/* END STANDARD CSS */

/* NEWS CSS */
#news{
	padding-top: 15px;
}
#news #content_box{
	float: left;
	width: 400px;
}

#news #content_box img{ margin: 5px 0; }

#news #content_box h1{
	padding: 0 0 5px 0;
}

#news #content_right{
	width: 270px;
	float: right;
}

#news #content_right ul { width: 270px;}

#news #content_right li {padding: 5px 0;}

#news #content_right li p{color: #939301; padding: 0; font-weight: bold;}

#news #content_right li a{ display: block; border-bottom: 1px dotted #666; color: #939301;}
 
/* END NEWS */

/* RECIPE CSS */
#recipe{
	padding-top: 15px;
}
#recipe #content_box{
	float: left;
	width: 400px;
}

#recipe #content_box img{ margin: 5px 0; }

#recipe #content_box h1{padding: 10px 0 5px 0;}

#recipe #content_right{
	width: 270px;
	float: right;
}

#recipe #content_right ul { width: 270px;}
#recipe #content_right li {padding: 5px 0;}
#recipe #content_right p{padding: 3px 0;}
#recipe #content_right li a{ display: block; border-bottom: 1px dotted #666; color: #939301;}
#recipe .item {padding-bottom: 20px;}
#recipe .item p{ padding-top: 0; }
#recipe .item a,
#recipe .item h1{ padding-bottom: 0;}

#recipe #content_right h1{
	font-size:100%;
	font-weight:normal;
}

#recipe #content_box h1{font-size:140%;}
#recipe #content_box h3{font-size:100%;}

#recipe #content_box h1,
#recipe #content_box h3{padding-left:30px;}
 
/* END recipe */

#content_right{
	font-size:100%;
	font-weight:normal!important;
}

/* SHOP CSS */

#shop{ 
	float: right;
	width: 680px;
	margin-top:10px;
}

#shopping #category{
	width: 680px;
}

#shopping #submenu{ padding: 10px 0 0 0;}

#shopping .shp_img{
	width: 150px;
	float: left;
}

#shopping .shp_txt{
	width: 330px;
	float: left;
}

#shopping .shp_options{
	width: 200px;
	float: right;
}
#shopping .shp_clear{
	border-bottom:1px dotted #000;
	padding: 15px 0 15px 0;
	clear: both;
}

#checkout_link{
	float:right;
	background: url(/images/basket.gif) no-repeat top left;
	width:90px;
	padding:4px 0 5px 40px;
	margin:4px 0 0 0;
}

.shop_type{
	display:none;
}


.buy_now,
.shop_button,
.button_link {
	display:block;
	width:130px;
	text-align:center;
	background-color:#999a00!important;
	border:0px;
	padding:7px 0;
	color:#fff!important;
	float:right;
	cursor:pointer;
}

.button_link{margin:30px 10px 0 0;}

#lv_image img{
	width:300px;
	float:left;
}

#product #cart{
	width:360px;
	float:right;
}

#cart table{
	width:100%;
}

#cart table tr, td,
#cart table tr, th{
	padding:5px 10px 5px 0!important;
}


#map{
	width:350px;
	height:1px;
	overflow:visible;
	margin:0 -350px 0 0;
	*margin:0 -470px 0 0;
	float:right;
}

#map iframe{border:1px solid #ccc;}

#rec{padding:10px 0 0 30px;}

#rec a{
	display:block;
	width:100px;
	float:left;
	padding:2px 0 2px 30px;
}

#rec a.print{background:url(/images/print_.gif) no-repeat 0 0;}
#rec a.email{background:url(/images/email_.gif) no-repeat 0 0;}

#blog_break{
	border-bottom: 1px dotted #000;
	height:1px;
	margin:20px 0 10px 0;
}

/* END SHOP */



#footer{
	border-top: 1px dotted #666;
	height: 60px;
	margin-top: 25px;
	font-size: 80%;
	clear:both;
}

#footer #right{
	float: right;
	width: 290px;
	text-align: right;
}

#footer #right div{
	float:left;
	margin:5px 0 0 0;
}

#footer #right div a{color:#00aade}

#footer #left{
	float: left;
	width: 580px;
}

#footer #left li {display: inline;}

#footer #left li a{
	color: #666;
	padding: 0 2px 0 4px;;
	border-left: 1px solid #666;
}

#footer #left li.first a{ border-left: 0; padding-left: 0;}




