/* @group general */

body {
	padding: 0;
	margin: 0;
	background-color: #B3C413;
	font-family: "Lucida Sans Unicode","Lucida Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 1.8em;
}

p {
	font-size: 120%;
	white-space: normal;
}

#header, #content, #footer {
	width: 760px;
	text-align: left;
	margin: 0 auto;
}

#home #content-wrap {
	padding: 0 0 20px 0;
}

/* @end */

/* @group header */

#header-wrap {
	background: #523A26 url(../img/bg_header_drinks.jpg) top center repeat-x;
	height: 120px;
}

#header {
	height: 120px;
	text-align: center;
}

/* @end */

/* @group content */

/* @group nav */

#nav {
	float: left;
	display: inline;
	width: 150px;
	position: relative;
	left: 20px;
	top: 40px;
}

#nav ul {
	width: 240px;
	float: left;
	display: inline;
	margin: 0px;
	padding: 0px;
}

#nav li {
	background: transparent;
	border-bottom: 1px solid #7C6A44;
	padding: 0px;
	float: left;
	display: inline;
	width: 180px;
	padding-left: 20px;
	line-height: 2.0em;
	margin-left: 20px;
}

#nav li:hover {
	background: #CDD477;
}	

#nav a {
	text-decoration: none;
	color: #7C6A44;
	font-weight: bold;
}

#nav a:hover {
	text-decoration: none;
	color: #523A26;
	font-weight: bold;
}

/* @end */

#content-wrap {
	background: #E6E3DA;
	padding: 20px 0;
	overflow: auto;
}

#content-title {
	float: right;
	display: inline;
	width: 440px;
	position: relative;
	right: 50px;
	padding-bottom: 20px;
}

#content-header {
	float: right;
	display: inline;
	width: 440px;
	position: relative;
	right: 40px;
	height: 125px;
	border: 5px solid #CDD477;
}

#content-header-home {
	float: right;
	display: inline;
	width: 440px;
	position: relative;
	right: 40px;
	height: 420px;
	border: 5px solid #CDD477;
}

#content-text {
	float: right;
	width: 450px;
	position: relative;
	right: 40px;
	text-align: justify;
	padding-top: 20px;
	color: #5D4718;
}

#content-text ul {
	width: 225px;
	float: left;
	margin: 0px;
	padding: 0px;
}

#content-text li {
	padding: 0px;
	float: left;
	display: inline;
	width: 195px;
	padding-left: 20px;
}

#content-text li:hover {
	background: #cdd477;
}

#content-text a {
	text-decoration: none;
	color: #7C6A44;
	font-weight: bold;
}

#contact-text a:hover {
	text-decoration: none;
	color: #523A26;
	font-weight: bold;
}

/* @end */

/* @group footer */

#footer {
	clear: both;
	padding-top: 20px;
	height: 180px;	
	background: #B3C413;
	text-align: center;
}

#footer-inner {
	width: 720px;
	margin: 0 auto;
	text-align: left;
	color: #523A26;
}
	
#footer-inner ul {
	width: 240px;
	float: left;
	display: inline;
	margin: 0px;
	padding: 0px;
}

#footer-inner li {
	background: transparent;
	border-bottom: 1px dotted #4B4029;
	padding: 0px;
	float: left;
	display: inline;
	width: 180px;
	padding-left: 20px;
	line-height: 2.0em;
	margin-left: 20px;
}

#footer-inner li:hover {
	background: #CDD477;
}	

#footer-inner a {
	text-decoration: none;
	color: #7C6A44;
}

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

/* @end */