img {
	border: none;
}

html, body {margin:0; padding:0; height:100%; position:relative}
#wrapper {min-height:100%; position:relative;}

body {
	width:1000px;
	margin:0px auto;	
	background:#bc944e url(../../img/bg_body.gif) repeat 0 0;
}

a:link, a:visited
{
	color: #822e00;
	text-decoration: underline;
}

a:hover, a:active
{
	color: #00977f;
	text-decoration: underline;
}

#wrapper {
	border-left:2px solid #a16e3b;
	border-right:2px solid #a16e3b;
	background:#fef8e8 url(../../img/bg_wrapper.gif) no-repeat right bottom;
}

#header {
	height:222px;
	background:#dbce9e url(../../img/bg_header.jpg) no-repeat 0 0;	
	z-index: -100;
}

h1 {
	margin:0;
	width:329px;
	height:188px;
	
	position:absolute;
	top:20px;
	left:25px;
	z-index:2;
	
	text-indent:-5000em;
	background:transparent url(../../img/logo.png) no-repeat 0 0;
}

#header .description,
#header .addr
{
	/* Hide these elements without removing them from the 'page' for SEO reasons */
	position: absolute;
	left:-5000em;
}

#page_content {
	margin-bottom:2em;
	background:transparent url(../../img/bg_content.gif) repeat-x left top;
}

#content {
	width:536px;
	float:right;
	padding:5em 60px 3em 60px;
	position:relative;
}

#contentInside {
	width:536px;
	float:right;
	padding:50px 60px 3em 60px;
	position:relative;
}

body.dl #content {padding-top:120px;}

dl {
	width:676px;
	height:62px;
	margin:0 -60px 0 -80px;
	padding:0;

	position:absolute;
	right:60px;
	top:35px;
	z-index:3;

	border-top:2px solid #c6a580;
	border-bottom:2px solid #c6a580;
}

body.home dl {background:#ebedae url(../../img/bg_definition.jpg) no-repeat right center;}
body.menus dl {background:#ebedae url(../../img/bg_menu_dl.jpg) no-repeat right center;}

body.menus dl a {
	display:block;
	width:660px;
	height:31px;
	
	position:absolute;
	z-index:1000;
	right:0;
	top:0;
}

body.menus dl a.tequila {top:31px;}

dd,
dt
{
	/* Hide these elements without removing them from the 'page' for SEO reasons */
	margin:0;
	text-indent:-5000em;
}

#sidebar {
	width:340px;
	float:left;
	padding-bottom:3em;
}

#sidebar_img {
	line-height:0; 
	position:relative;
	z-index:5;
}

#sidebar_noflash {
	line-height:0; 
	position:relative;
	z-index:5;
	margin-top: 2px;
}

#footer {
	position:absolute;
	bottom:0;
	width:100%;

	background:#57220f;
	border-top:2px solid #a16e3b;
	
	line-height:3em;
}

#footer p.copyright {
	width:210px;
	margin: 10px;
	float:right;
	line-height: normal;	
	text-align:right;
}

.hide
{
	display: none;
}

.show
{
	display: inline;
}
#social {
	float: right;
	margin: 15px 10px 0px 0px;
}
