﻿/* CSS Document */

body {
	 background: #FFFFFF;
	 color:#FFFFFF;
	 font-family: Tahoma, Verdana, Arial, Trebuchet MS;
	 font-size:small;
	 text-align:left;
	 line-height:15px;
}

a:link { font-weight: bold; color: #ffffff; text-decoration: underline; }
a:visited { font-weight: bold; color: #ffffff; text-decoration: underline; }
a:hover { font-weight: bold; color: #ffcc00; text-decoration: none; }
a:active { font-weight: bold; color: #ffffff; text-decoration: none; }

/* 
---------------------------------------
conteiner
---------------------------------------
*/

#conteiner {
	position: absolute;
	background: #EE3005 url('images/back.jpg') no-repeat top;
	top: 0%;
	left: 50%;
	margin-left: -387px;
	width: 774px;
	
}

#conteudo {
	width: 450px;
	float:right;
	margin: 30px 20px 50px 10px;
	padding-right:40px;
}	

.legenda {
	color: #cccccc;
	text-align:left;
	text-transform:uppercase;
	letter-spacing:1px;
	padding-bottom:5px;
}

.entrada {
	position: absolute;
	top: 0%;
	left: 50%;
	margin-top:110px;
	margin-left: -387px;
	width: 774px;
}

.capa {
	position: absolute;
	top: 0%;
	left: 50%;
	margin-top:350px;
	margin-left: -387px;
	width: 774px;
}




p {
	margin-left:25px;
}

ul { 
	list-style-image: url(images/item_texto.gif);
}

li {
	margin-bottom:10px;
	
}

img {
	border:0px;
}

.foto
	{
	float:right;
	padding-top:10px;
}

.buffet {
	margin-bottom:15px;
}


#menu {
	float:left;
	width:195px;
	margin-top:10px;
	margin-left:15px;
	margin-bottom:50px;
	padding-right:10px;
}

#rodape {
	width:774px;
	position: relative;
	left:50%;
	margin-left:-387px;
	clear:both;
	background: #FFFFFF url('images/rodape.jpg') no-repeat top;
	height:142px;
	font-size:10px;
	color:#cccccc;
	
}

#rodape .links {
	position: absolute;
	top: 12px;
	left:70px;
	bottom:15px;
	text-align:left;	
}

#rodape .copyright {
	position: absolute;
	top: 12px;
	right:10px;
	bottom:15px;
	text-align:right;
	
}

#rodape a:link { font-weight: normal; color:#cccccc; text-decoration: underline; }
#rodape a:visited { font-weight: normal; color:#ffffff; text-decoration: underline; }
#rodape a:hover { font-weight: normal; color:#ffffff; text-decoration: none; }
#rodape a:active { font-weight: normal; color:#ffffff; text-decoration: none; }

/* 
---------------------------------------
formulário
---------------------------------------
*/

#table#formulario tr td {
	color: #666666; 
	font-size: 11px;
	padding: 1px 5px 1px 1px;
}

.formulario {
	font-family: Verdana, Arial, Tahoma;
	background: #ffffff;
	color: #666666; 
	font-size: 11px;
	border-width: 1px;
	border-style: double; 
	border-color:#f0f0f0;	
}

/* 
---------------------------------------
pop-up
---------------------------------------
*/


#popup {
    position: absolute;
   	top: 0px;
	right:0px;
}

#fotos_casamentos {
	background: #340500;
}

#fotos_empresas {
	background: #340500;
}

#fotos_residencias {
	background: #340500;
}

#fotos_parceiros {
	background: #340500;
}

#fotos_juninas {
	background: #340500;
}



