﻿/* Maia Bebidas Finas - Home */

html {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background: #e2efc0 url(../img/bg_body.gif) repeat-x left top;
	color: #67656c;
	font: 11px/16px Tahoma, "Lucida Grande", Lucida, Verdana, sans-serif;
}


#main {
	width: 800px;
	height: 565px;
	background: url(../img/bg_main.gif) no-repeat left top;
}

#logo {
	position: absolute;
	width: 125px;
	height: 125px;
	top: 15px;
	left: 55px;
}

/* @group MENU */

#menu {
	position: absolute;
	width: 435px;
	height: 60px;
	padding-top: 20px;
	left: 230px;
	top: 0px;
}

/* @group Home */

a#nav-home {
	float: left;
	margin: 3px 8px;
	width: 41px;
	height: 16px;
	text-decoration: none;
	background: url(../img/menu_home.gif) no-repeat -42px 0;		
}

a:hover#nav-home {
	float: left;
	margin: 3px 8px;
	width: 41px;
	height: 16px;
	text-decoration: none;
	background-position: 0px 0;	
}

#home a#nav-home {
	float: left;
	margin: 3px 8px;
	width: 41px;
	height: 16px;
	text-decoration: none;
	background: url(../img/menu_home.gif) no-repeat 0 0;		
}



/* @end */

/* @group Servicos */

a#nav-servicos {
	float: left;
	margin: 3px 8px;
	width: 65px;
	height: 16px;
	text-decoration: none;
	background: url(../img/menu_servicos.gif) no-repeat -66px 0;		
}

a:hover#nav-servicos {
	float: left;
	margin: 3px 8px;
	width: 65px;
	height: 16px;
	text-decoration: none;
	background-position: -1px 0;	
}

#servicos a#nav-servicos {
	float: left;
	margin: 3px 8px;
	width: 65px;
	height: 16px;
	text-decoration: none;
	background: url(../img/menu_servicos.gif) no-repeat -1px 0;		
}



/* @end */

/* @group Produtos */

a#nav-produtos {
	float: left;
	margin: 3px 8px;
	width: 70px;
	height: 16px;
	text-decoration: none;
	background: url(../img/menu_produtos.gif) no-repeat -73px 0;		
}

a:hover#nav-produtos {
	float: left;
	margin: 3px 8px;
	width: 70px;
	height: 16px;
	text-decoration: none;
	background-position: -1px 0;	
}

#produtos a#nav-produtos {
	float: left;
	margin: 3px 8px;
	width: 70px;
	height: 16px;
	text-decoration: none;
	background: url(../img/menu_produtos.gif) no-repeat -1px 0;		
}



/* @end */

/* @group Promocoes */

a#nav-promocoes {
	float: left;
	margin: 3px 8px;
	width: 88px;
	height: 16px;
	text-decoration: none;
	background: url(../img/menu_promocoes.gif) no-repeat -89px 0;		
}

a:hover#nav-promocoes {
	float: left;
	margin: 3px 8px;
	width: 88px;
	height: 16px;
	text-decoration: none;
	background-position: -1px 0;	
}

#promocoes a#nav-promocoes {
	float: left;
	margin: 3px 8px;
	width: 88px;
	height: 16px;
	text-decoration: none;
	background: url(../img/menu_promocoes.gif) no-repeat -1px 0;		
}



/* @end */

/* @group Contato */

a#nav-contato {
	float: left;
	margin: 3px 8px;
	width: 69px;
	height: 16px;
	text-decoration: none;
	background: url(../img/menu_contato.gif) no-repeat -70px 0;		
}

a:hover#nav-contato {
	float: left;
	margin: 3px 8px;
	width: 69px;
	height: 16px;
	text-decoration: none;
	background-position: -1px 0;	
}

#contato a#nav-contato {
	float: left;
	margin: 3px 8px;
	width: 69px;
	height: 16px;
	text-decoration: none;
	background: url(../img/menu_contato.gif) no-repeat -1px 0;		
}



/* @end */



/* @end */

#middle {
	position: absolute;
	top: 80px;
	left: 250px;
	width: 450px;
	height: 255px;
}

#bottom {
	position: absolute;
	height: 180px;
	width: 745px;
	top: 385px;
	left: 55px;
	background: url(../img/tit_destaques.gif) no-repeat 5px 0;
}

.sub_home {
	float: left;
	width: 115px;
	padding: 0px 5px;
	margin: 40px 10px 0px 10px;
}

#copyright {
	position: absolute;
	top: 565px;
	left: 55px;
	color: #486715;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 745px;

}

#copyright a {
	color: #7e914c;
	text-decoration: none;
}

.hackfloat {
	clear: both;
	height: 0px;
	overflow: hidden;
}