*{  
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #f2efef;
}

#container { 
	width: 850px;
	margin: auto;
	text-align: left;
} 

#cabecalho {
	margin-top:20px;
	height: 200px;
	background-image: url(../imagens/header.png);
	background-repeat: no-repeat;
	position:relative;
}

#logo {
	position: absolute;
	margin: 25px 0px 0px 69px;
}

#bt_empresa {
	position: absolute;
	margin-left: 65px;
	padding-bottom: 10px;
}

#bt_produtos {
	position: absolute;
	margin-top: 60px;
	margin-left: 65px;
}

#bt_contato {
	position: absolute;
	margin-top: 113px;
	margin-left: 65px;
}

#bt_localizacao{
	position: absolute;
	margin-top: 172px;
	margin-left: 65px;
}

#leftbar {
	float: left;
	width: 250px;
	height: 650px;
	background-image: url(../imagens/leftbarHalfGig.png);
	background-repeat: no-repeat;
}

#rightbar{
	float: right;
	width: 600px;
	height: 650px;
	background-image: url(../imagens/rightbarHalfGig.png);
	background-repeat: no-repeat;
}

.titulo{
	margin-top: 18px;
	padding-bottom: 9px;
}

h5{
	margin: 0px 0px 0px 0px;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	color: #203550;
}

#bt_proxima{
	margin-left: 435px;
}

#rodape {
	background-image: url(../imagens/rodape.png);
	background-repeat: no-repeat;
	height: 49px;
} 

#rodape h6 {
	padding-top: 15px;
	text-align: center;
	font: 13px Trebuche MS, Verdana, Arial;
	color: #fdfcfc;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
