﻿/*!
 * Portal Moradas do Ico Serra
 * http://www.moradasdoico.com.br/serra
 *
 * Sobre
 * Versao 1.0 20120125
 * Desenvolvedor: Eduardo Nunes Cardozo <eduardo_cardozo@terra.com.br> 
 * Todos os direitos reservados 2011
 *
 */

/* http://meyerweb.com/eric/tools/css/reset/  v2.0 | 20110126   License: none (public domain) */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	text-decoration:none;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*  */

html {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}

body {
	background:url(../img/bg_geral.jpg) no-repeat #200C03 top center;
}

br {
	clear:both !important;
}

#geral {
	margin:25px auto 10px auto;
	width:850px;
}

#topo {
	background:url(../img/bg_topo.jpg) no-repeat;
	float:left;
	height:127px;
	width:850px;
}

	#logo {
		position:absolute;		
		height:103px;
		margin:0 0 0 350px;
		width:125px;
	}
	
	#fone_geral {
		color:#535313;
		position:absolute;
		margin:85px 0 0 630px;
		width:180px;
	}
		
		#fone_geral p {
			width:190px;
		}
		
		#fone_geral span {
			font-size:18px;
		}
		
		#fone_geral .font {
			font-size:14px;
			font-weight:bold;
		}

#menu {
	background:url(../img/bg_geral_menu.jpg) repeat-x;
	float:left;
	height:32px; 
	padding:0 25px;
	width:800px; 
}

	#menu ul {
		background:url(../img/bg_menu.jpg) repeat-x;
		float:left;
		height:32px;
		width:800px; 
	}

		#menu ul li {
			display:inline;
			float:left;
		}
		
		#menu ul li a {
			color:#565614;
			float:left;
			margin:0 5px;
			padding:9px 8px 10px 8px;
		}
		
		#menu ul li a:hover {
			background:url(../img/bg_menu_hover.jpg) repeat-x;
		}

#conteudo {
	background:url(../img/bg_conteudo.jpg) repeat-y;
	float:left;
	height:100%;
	min-height:400px;
	padding:5px 25px 10px 25px;
	width:800px;
	_height:400px;
}

	#conteudo ul li {
		list-style:inside disc;
		line-height:150%;
		margin-bottom:7px;
	}

#rodape {
	background:url(../img/bg_rodape.jpg) repeat-x;
	float:left;
	height:87px;
	width:850px; 
}

	#rodape p {
		color:#44542C;
		float:left;
		padding-top:40px;
		text-align:center;
		width:850px;
	}