@charset "utf-8";
/*=====================================*/
/* CSS Via Apia Marmores  2009         */
/* Conteudo - versão 1.0               */
/*=====================================*/
<!--

/* +++++++++++++++++++ Conteudo +++++++++++++++++++ */

p {
	padding: 3px;
	margin: 0px;
}

#col_large {	
	width: 768px;
	float:left;
	margin: 10px 5px 0px 5px;
}

#col1_left {	
	width: 740px;
	float:left;
	display:inline;
	margin: 10px 5px 0px 60px;
}

#col2_right {	
	width: 430px;
	float: left;
	display:inline;
	margin: 10px 5px 0px 5px;
}

#col2_left {	
	width: 300px;
	float:left;
	display:inline;
	margin: 10px 5px 0px 60px;
}

#apresentacao {
	width: 430px;
	height: 215px;
	float: left;
	text-align:center;
	font-size:12px;
	display:inline;
	border-style:solid;
	border-color:#FFF;
	margin: 40px 0px 15px 0px;
}

#destaque ul {
	width:740px;
	list-style:none;
	float:left;
	display:inline;
	margin: 0px 0px 0px 0px;
	padding:0;
}

#destaque li {
	width: 165px;	
	float: left;
	text-align:center;
	font-size:12px;
	display:inline;
	margin: 25px 10px 25px 10px;
}

/* +++++++++++++++++++ Home +++++++++++++++++++ */

#col_flash_home {	
	width: 480px;
	height: 300px;
	float: left;
	margin: 10px 140px 10px 140px;
}

/* +++++++++++++++++++ Materiais +++++++++++++++++++ */
.thumbs-photos
{
	list-style:				none;
	margin:					0;
}
 
.thumbs-photos li
{
	float:					left;
	padding:				5px;
	width:					130px;
	height:					100px;
	text-align:				center;
	margin: 15px;
} 
 
 
 
/* +++++++++++++++++++ Contato +++++++++++++++++++ */

#cont_cont_form {
	width: 450px;
	margin: 50px;
}


#form_input_box {
	background-image: url(../img/estrutura/form_input.png);
	background-repeat:no-repeat;
	background-position: left center;
    width: 295px;
    height: 25px;
}

#form_input_box .texto {
	background: none;
	border:none;
	font-size:13px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
}

#form_textarea_box {
	background-image: url(../img/estrutura/form_text.png);
	background-repeat:no-repeat;
	background-position: left top;
    width: 295px;
    height: 25px;
}

#form_textarea_box .texto {
	background: none;
	border:none;
	font-size:13px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
}

-->