#Banner{
	background:url(../images/BannerHome.jpg) no-repeat;
	margin-bottom:40px;
}

#Coluna1{
	width:214px;
	height:380px;
	display:table;
	float:left;
	background:url(../images/Divisor.jpg) no-repeat top right;
	margin-right:50px;
	
}

#Coluna1 ul{
	width:181px;
	padding-top:80px;
}

#Coluna1 li{
	list-style:none;
	width:181px;
	background:url(../images/LinhaSubmenu.jpg) no-repeat bottom;
	font-size:14px;
	color:#737373;
	text-align:right;
	font-weight:bold;
	padding:10px 0px 10px 0px;
}
#Coluna1 p{
	width:165px;
	padding-right:16px;
	text-align:right;
	background:url(../images/Icone.jpg) no-repeat right;
}
A.Submenu:link, A.Submenu:visited, A.Submenu:active {
	color:#737373;
	text-decoration:none;
}

A.Submenu:hover {
	color:#007CC1;
	text-decoration:none;
}
#Coluna2{
	width:480px;
	display:table;
	float:left;
	font-size:12px;
	line-height:20px;
	color:#706d66;
}

#Coluna2 h1{
	height:30px;
	margin-bottom:15px;	
}

#Coluna2 h2{
	font-size:12px;
	font-weight:bold;
	color:#007CC1;
	margin-bottom:10px;
}
#Coluna2 p{
	margin-bottom:12px;
}


#formContato{
	width:342px;
	float:left;
	margin:30px 0px 0px 0px;
	display:inline;
}

#formContato p {
	width:480px;
	margin-bottom:7px;
	display:inline;
	float:left;
}

#formContato p#Resultado {
	width:480px;
	margin-bottom:7px;
	margin-left:50px;
	color:#F00;
	display:inline;
	float:left;
	line-height:17px;
}

#formContato label {
	display:inline;
    font-size:11px;
	text-align:right;
	width:80px;
	float:left;
	padding-top:0px;
}
#formContato input {
	float:left;
	font-size:12px;
	padding:3px 4px;
	border:solid 1px #E8E8E8;
	width:250px;
	margin:0px 0px 0px 5px;
	display:inline;
	color:#333;	
	background-color:#DCDCDC;
}
#formContato textarea {
	float:left;
	font-size:12px;
	padding:3px 4px;
	border:solid 1px #E8E8E8;
	width:250px;
	height:170px;
	margin:0px 0px 0px 5px;
	display:inline;
	color:#333;	
	background-color:#DCDCDC;
}
#formContato button {
	width:46px;
	height:20px;
	background: url(../images/ContatoBotao.jpg) no-repeat;
	padding:0px;
	border:0px;
	cursor:pointer;
    margin: 0px 0px 0px 85px;
	display:inline;
	float:left;
}
