/* Afrodick CSS */

body {
	margin:10px 0px; 
	padding:0px;
	text-align:center;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
    color: #000000;
}

a:hover {
    color: #000000;
}

a:visited {
    color: #000000;
}

/* Conteudo */

#principal {
	background-color: #4DA1DB;
	background: url(../imgs/site_afrodick.png) no-repeat;
	width: 770px;
	height: 578px;
	margin:0px auto;
	text-align:left;	
}

#logo {
	height: 132px;
}

#logo a{
	display:block;
    width:100%;
    height:100%;
 	text-indent:-9999em;	
}

#col_esquerda {
	width: 200px;
	height: 578px;
	float: left;
}

#miolo {
	width: 570px;
	height: 578px;	
	float: right;
}

#jukebox {
	width: 400px;
	height: 13px;
	float: right;
	vertical-align: bottom;
	position: absolute;
	left: 535px;
	top: 575px;
}

#box_destaques {
	background: url(../imgs/box_destaques.png) no-repeat;
	width: 260px;
	height: 225px;
	margin-top: 17px;
	margin-left: 233px;
}

#txt_destaques {
	padding: 45px 30px;
}

#box_conteudo {
	/* background-color: #FFCC66; */
	background: url(../imgs/box_conteudo.png) no-repeat;
	width: 528px;
	height: 480px;
	margin-top: 62px;	
}

#txt_conteudo {
	padding: 30px 45px;
}

.tit_secao {
	display: block;
	margin-bottom: 3px;
}

#image_bar {
    margin-top: 10%;
    text-align: center;
    float: top;
}




/* Cardapio */

#cardapio {
	width: 100%;
	position: relative;
}

#menu_cardapio {
	width: 30%;
	position: relative;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;	
}

#menu_cardapio a {
	color: #D99300;
	display: block;
	margin: 0px 0px 5px 20px;
	text-decoration: none;		
}

#menu_cardapio a:hover {
	text-decoration: underline;
}

#detalhe_cardapio {
	width: 60%;
	position: relative;
	float: right;
	text-align: left;
	padding: 0px 10px;
}

/* Eventos */

#evento {
	color: #D99300;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	border-left: 6px solid #D99300;
	padding-left: 7px;
	margin: 10px 0px 3px 0px;
}

/* Mural */

#mural a {
	color: #000000;
}

#mural a:hover {
    color: #000000;
}

#mural a:visited {
    color: #000000;
}

#mural .links {
	position: relative;
	float: right;
}

#mural img {
    color: #000000;
    border-color: #000000;
}

/* Menu */

#menu {
    /* background-image: url(../imgs/menu.png);
	background-repeat: no-repeat; */
	width: 163px;
	height: 345px;
	margin-left: 25px;
	margin-top: 100px;
	position: relative;
}

#menu ul{
	list-style:none;
 	text-indent:-9999em;
}

#menu li{
	position:absolute;
	width:120px;
	border: 0px solid;
	left: 20px;

}

#menu li a{
	display:block;
    width:100%;
    height:100%;
}

#link_oafrodick{ height:41px; top:0px; }
#link_cardapio { height:31px; top:41px; }
#link_eventos{ height:30px; top:72px; }
#link_mural{ height:58px; top:102px; }
#link_cadastro{ height:33px; top:160px; }
#link_reservas{ height:36px; top:193px; }
#link_mapa{ height:38px; top:229px; }
#link_contato{ height:32px; top:267px; }

#link_ofrodick a:hover{ background-image: url(../imgs/musgos.png); }

/* Formulários */

#box_form {
	margin-top: 10px;
}

#box_form label {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
}


#box_form input, #box_form textarea, #box_form select {
	background-color: #FFCC66;
	border: 2px solid #975A2F;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #975A2F;
	padding: 3px;
	margin-bottom: 6px;
	margin-top: 2px;	
}

#box_form .fForm {
	width: 200px;
}

#box_form .fFormDate {
	width: 45px;
	margin-right: 15px;
}

#msg_retorno {
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	color: #975A2F;	
	padding: 10px;
	margin: 30px;
	border: 1px solid #975A2F;
	background-color: #D99300;
}

/* lightbox */

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../imgs/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(../imgs/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../imgs/overlay.png", sizingMethod="scale");
	}

