/* Defaults */

*{
	margin:0;
	padding:0;
}

.clear{
	clear:both;
}

body{
	background:#fff;
	text-align:center;
	font-family:Arial, Helvetica, Sans Serif;
	font-size:12px;
}

/* diagramacao basica */

#container{
	width:820px;
	margin:10px auto;
	padding:20px;
	text-align:justify;
	background:#b4b967;
}


/* header */

#header h1{
	background:url(verbella.gif);
	height:140px;
}
	#header h1 a{
		display:block;
		width:370px;
		height:140px;
		margin-left:330px;
		text-indent:-5000em;
		overflow:hidden;
	}

	
	/* menu principal */
	
	#menu{
		list-style:none;
		height:40px;
		background:#fff;
	}
		#menu li{
			float:left;
			height:40px;
			margin-left:43px;
		}
			#menu li a{
				display:block;
				height:40px;
				background-position:top;
				text-indent:-5000em;
				overflow:hidden;
			}
				#menu li a:hover{
					background-position:bottom;
				}
	
				/* cada um dos itens do menu */
				
				#menu #bthome{
					width:38px;
					background-image:url(bthome.gif);
				}
				#menu #btsobre{
					width:109px;
					background-image:url(btsobre.gif);
				}
				#menu #btmodelos{
					width:193px;
					background-image:url(btmodelos.gif);
				}
				#menu #btorcamento{
					width:73px;
					background-image:url(btorcamento.gif);
				}
				#menu #btindique{
					width:49px;
					background-image:url(btindique.gif);
				}
				#menu #btcontato{
					width:51px;
					background-image:url(btcontato.gif);
				}
				
				
				/* marcando o item correspondente a pagina atual */
				.home #bthome,
				.sobre #btsobre,
				.modelos #btmodelos,
				.orcamento #btorcamento,
				.indique #btindique,
				.contato #btcontato{
					background-position:left bottom;
				}

	
	

/* rodape */

#footer{
	height:36px;
	background:#7d7e37;
	color:#fff;
}
	#footer p{
		float:right;
		padding:10px 20px;
	}

	#footer a{
		color:#fff;
		text-decoration:underline;
	}
		#footer a:hover{
			text-decoration:none;
		}
