.body {
	background-color: #262626;
	margin: 0px;
	padding: 0px;
	background-image: url(img/back-regional-01.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
.body2 {
	background-color: #E4E4E4;
	margin: 0px;
	padding: 0px;
	background-image: url(img/lay-frente-civic.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.gradiente{
     filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#b0b381,endColorStr=#dbddc9);
	background: -moz-linear-gradient(top, #b0b381, #dbddc9) repeat-X;
	background: -webkit-gradient(linear, left top, left bottom, from(#b0b381), to(#dbddc9)) repeat-X;
	text-align: center;
}
.tab-01 {
	border: 1px solid #262626;
	background-image: url(img/back-regional-02.png);
	background-repeat: repeat;
}
.tab-02 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #262626;
	height: 100px;
	padding: 10px;
}
.tab-03 {
	padding: 25px;
	}
.tab-04 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9c9c9c;
	background-color: #f8f8f8;
	background-image: url(img/img-delivery.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 25px;
	height: 350px;
}
.tab-05 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9c9c9c;
	padding: 25px;
	background-color: #DBDBDB;
}
.tab-06 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9c9c9c;
	background-color: #f8f8f8;
	background-image: url(img/img-delivery3.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 25px;
	height: 350px;
}
.tab-07 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9c9c9c;
	background-color: #f8f8f8;
	background-image: url(img/img-delivery2.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 25px;
	height: 350px;
}
.tab-08 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9c9c9c;
	background-color: #f8f8f8;
	background-image: url(img/img-mapa.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 25px;
	height: 350px;
}
.tab-09 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #9c9c9c;
	background-color: #f8f8f8;
	background-image: url(img/img-contato.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding: 25px;
	height: 350px;
}
.txt-menu-01 {
	font-style: normal;
	font-size: 22px;
	color: #06F;
	text-decoration: none;
}
.txt-menu-01:hover {
	font-style: normal;
	font-size: 22px;
	color: #03C;
	text-decoration: none;
}
.txt-tit-01 {
	font-weight: bold;
	font-size: 40px;
	color: #666;
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
	line-height: 50px;
}
.txt-tit-02 {
	font-weight: bold;
	font-size: 30px;
	color: #666;
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;

}
.txt-01 {
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	color: #666;
	font-family: Georgia, Helvetica, Arial;
	line-height: 20px;
	text-decoration: none;
	text-align: justify;
}
.txt-02 {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	letter-spacing: 1px;
}
.txt-03 {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: #0066CC;
	font-family: Georgia, Helvetica, Arial;
	text-decoration: none;
}
.txt-04 {
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	color: #666;
	font-family: Georgia, Helvetica, Arial;
	line-height: 30px;
	text-decoration: none;
	text-align: justify;
}
/* menu */
#menu ul {
	padding:0px;
	margin:0px;
	float: left;
	width: 100%;
	list-style:none;
}
#menu ul li {
	display: inline;
}

.li {
	float:left;
	/* visual do link */
	height: 30px;
	line-height: 30px;
	padding-right: 15px;
	padding-left: 15px;
	color: #262626;
	text-decoration: none;
	font-size: 19px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: bold;
}
.li:hover {
	float:left;
	height: 30px;
	line-height: 30px;
	padding-right: 15px;
	padding-left: 15px;
	font-style: normal;
	font-size: 19px;
	color: #d22826;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: bold;
	border: 1px dotted #262626;
}