/*reset.css*/body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,/*em,strong,*/th,var{font-style:normal;font-weight:normal;}ol,ul {/*list-style:none*/;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}
/*fonts.css*/body{font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}pre, code {font:115% monospace;*font-size:100%;}body * {line-height:1.22em;}

:focus
{
  -moz-outline-style: none;
}

.clear {
	clear: both;
}

html {
	background: url(../images/big_crazy.jpg) repeat;
/*	background: #000;*/
}

body {
	width: 658px;
	background: url(../images/light_bg.jpg) center 0 repeat-y;
	min-height: 660px;
	margin: 18px auto;
/*	padding: 30px 50px;*/
/*	padding: 12px 19px 10px 22px;*/
	padding-top: 11px;
	padding-left: 22px;
	padding-right: 19px;
	padding-bottom: 20px;
	position: relative;
	
}

ul li {
	margin-left: 16px;
/*	border: 1px solid #0f0;*/
}
ul li b{

/*	border: 1px solid #f00;*/
	line-height: 1em;
	display: block;
}

ul {
	list-style: disc;
}

header {
	width: 650px;
	position: relative;
}

header nav {
	float: right;
}

header nav a {
/*	border: 1px solid #f00;*/
	float: left;
	display: block;
/*	width: 43px;
*/	height: 50px;
	margin-top: -30px;
	position: relative;
	border-left: 1px solid #c3450c;
	margin-left: 6px;
	text-decoration: none;
	cursor: pointer;
}

header nav a > span {
	margin-top: 21px;
	background: #f2db95;
	display: block;
	height: 26px;
	padding: 6px 8px;
	font-size: 11px;
	color: #682d1c;
}

header nav a:hover > span,
header nav a.active > span {
	background: #c3450c;
	color: #fff;
}

header h1 {
	margin-top: 4px;
	margin-bottom: 16px;
	background: #c97630;
	color: #fff;
	padding: 7px 15px;
	font-size: 12px;
	margin-right: 75px;
}

article {
	display: block;
	background: #f2e9ca;
	padding: 7px 12px;
	color: #5e3818;
	margin-right: 75px;
	margin-top: 18px;
}

article + article{
	margin-top: 6px;
}

article h1 {
	margin-bottom: 12px;
}
article p {
	margin-bottom: 8px;
}

article p .price {
	color: #c97630;
	font-weight: bold;
}

.cover_image {
	display: block;
	text-align: center;
	float: left;
	clear: none;
	margin: 18px 14px;
	text-decoration: none;
	color: #5e3818;
/*	border: 1px solid #f00;*/	
}

.cover_image span{
	display: block;
	text-align: center;
}

.clear {
	clear: both;
}

#image_1 {
/*	float: right;*/
/*	display: none;*/
}

#sidebar {
	float: right;
}


#sidebar_menus {
	width: 168px;
	padding: 10px 6px;
	margin-top: 8px;
	background: #f2db95;
	color: #5f3624;
}

#sidebar_menus a,
.drink_menu_listing a
{
	text-decoration: none;
	color: rgb(94, 56, 24);
	display: block;
}

#sidebar_menus a:hover,
.drink_menu_listing a 
{
	text-decoration: underline;
}

#sidebar_menus h2 {
	font-size: 14px; 
	font-weight: bold; 
	margin-bottom: 12px; 
	background: rgb(201, 118, 48); 
	padding: 4px 2px; 
	color: #fff; 
	text-align: center;	
}

#testimonials_menus h2 {
	font-size: 14px; 
	font-weight: bold; 
	margin-bottom: 12px; 
	background: rgb(201, 118, 48); 
	padding: 4px 2px; 
	color: #fff; 
	text-align: center;	
}

.menu_group_name {
	font-weight: bolder;
	font-size: 14px;
	text-decoration: underline;
}

.sidebar_section {
	width: 168px;
	padding: 10px 6px;
	margin-top: 8px;
/*	margin-right: 8px;*/
/*	float: right;*/
	background: #f2db95;
	color: #5f3624;
}

.sidebar_section a {
	text-decoration: none;
}

.sidebar_section a .awarded_by {
	color: #a7472d;
}

.sidebar_section img {
	display: block;
}

.sidebar_section article {
	float: left;
	margin-right: 0;	
}
.sidebar_section article + article {
	margin-top: 12px;
}
