@charset "iso-8859-1";
*

/*	TEXTOS			***********************************************************************************************************/

.txt {
	font-family:Trebuchet MS;
}

.txt#simples {
	font-size:14px;
	color:gray;
	line-height:23px;
}

.txt#produtos {
	font-size:12px;
	color:gray;
	line-height:20px;
	text-align:justify;
}

.txt#obs {
	font-size:11px;
	color:gray;
}


/*	LINKS			***********************************************************************************************************/

a#verde {
	color:#538a53;
	text-decoration:none;
}

a:hover#verde {
	color:#538a53;
	text-decoration:underline;
}


/*	FORMULÁRIOS			********************************************************************************************************/

form {
	margin:0;
}

.campossimples {
	font-family:Trebuchet MS;
	font-size:14px;
	color:gray;
	background-color:#fafafa;
	border:1px solid gray;
}


/*	ESTRUTURA			*********************************************************************************************************/

body {
	margin:0;
	text-align:center;
	background-color:whitesmoke;
	background-image:url(../img/bg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-attachment:fixed;
}

/* div para área do site propriamente dito, centralizado horizontal/vertical
área de trabalho 950 x 580 */
#main { 
	width:950px;
	*width:952px;
	height:580px;
	*height:582px;
	margin-left:auto;
	margin-right:auto;
	border:1px solid DarkGray;
	top:50%;
	left:50%;
	margin-top:-290px;
	margin-left:-475px;
	position:absolute;
	text-align:left;
	background-color:white;
	overflow:hidden;
}

#som {
	width:20px;
	height:20px;
	margin-left:10px;
	position:relative;
	/*background-color: whitesmoke;*/
}
	
#logo {
	clear:both;
	width:177px;
	*width:196px;
	height:67px;
	padding-left:19px;
	margin-bottom:5px;
	float:left;
	/*background-color: whitesmoke;*/
}

#menu {
	width:740px;
	height:67px;
	margin-left:11px;
	margin-bottom:5px;
	float:left;
	/*background-color: gainsboro;*/
}

#capa { 
	clear:both;
	width:950px;
	height:580px;
}

#conteudo { 
	clear:both;
	width:950px;
	height:410px;
	overflow:hidden;
	position:relative;
	z-index:10;
	/*background-color: white;*/
}

#rodape { 
	width:950px;
	height:488px;
	margin-top:-410px;
	z-index:200;
	/*background-color: whitesmoke;*/
}

#conteudoerodape { 
	clear:both;
	width:950px;
	height:493px;
	overflow:hidden;
	position:relative;
	/*background-color: white;*/
}

#aguarde { 
	clear:both;
	margin-left:220px;
	margin-top:35px;
	width:502px;
	height:521px;
}

