@charset "iso-8859-1";

/**
 *
 * Página Inicial
 * http://www.segatoemarkert.com.br/index.php
 *
 **/
div#principal { background:#f6f6f6 url(../imagens/fotoPagInicial.jpg) no-repeat right 45px; }



/**
 *
 * Logotipo
 *
 **/
div#foto {
	position:absolute;
	top:45px;
	left:0;
	width:768px;
	height:500px;
}

h1#logotipo {
	position:absolute;
	top:171px;
	left:10px;
	width:390px;
	height:110px;
	background-image:none;
}
h1#logotipo img { display:block; }



/**
 *
 * Footer (rodapé)
 *
 **/
div#footer {
	position:absolute;
	bottom:0;
	left:0;
	width:768px;
	height:60px;
	background-color:#6a6464;
}

div#footer address {
	display:block;
	float:right;
	width:360px;
	line-height:15px;
	text-align:right;
	text-indent:90px;
	font-size:70%;
	font-style:normal;
	color:#fff;
	padding:7px 12px 0;
}

/* Barra azul (bottom) */
div#footer div#bottomBar { bottom:0; }


