@charset "iso-8859-1";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
body {
	background: url(../images/bg.jpg) repeat-x #fff;
	font: small "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color: #666;
}
a:link {
	color: #333;
	text-decoration: none
}
a:visited {
	color: #333;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #333;
}
h1 {
	color: #C00004;
	font-size:1.5em;
	margin-bottom: 15px;
}

h3 {
	color: #900;
	font-size:1.1em;

}

h2, h4, h5, h6 {
	font-size:1em;
	margin-bottom: 10px;
	text-align: left;
	color:#999;
}
p {
	margin: 10px 0;
	text-align: justify;
}
p strong a:link {
	color: #4689B3;
	text-decoration:none;
	border-bottom: 1px dotted #4689B3;
	font-weight:normal;
	font-style: italic;
}
p strong a:Hover {
	border-bottom: 1px solid #4689B3;
}
#main {
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
}
#header {
	float: left;
	width: 950px;
	height: 160px;
	overflow:hidden;
	background: url(../images/bg-header.jpg) repeat-x;
}
h2 {
	float: right;
	width: 350px;
	margin: 60px 10px 0 0;
	text-align: right;
	overflow: hidden;
	font-size: 1.2em;
	color: #000;
	display: inline;
}
h2 strong {
	font-weight:normal;
}
#logo {
	float:left;
	width: 283px;
	height: 59px;
	margin: 45px 50px;
	display: inline;
}
#logo .logotipo a {
	display: block;
	width: 283px;
	height: 99px;
	background: url(../images/master-eletro.jpg) no-repeat;
	text-indent: -999px;
	overflow:hidden;
}
#texto ul{
	margin-left:30px;
}

#nav {
	float: left;
	width: 950px;
	background: url(../images/bg-nav.jpg) repeat-x;
	overflow: hidden;
}
#nav ul {
	float: right;
	list-style: none;
	width: auto;
}
#nav ul li {
	float:left;
}
#nav ul li a {
	display:block;
	width: 150px;
	padding: 5px 0;
	margin: 6px 0;
	font-size: 0.9em;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	border-left: 2px solid #FFF;
}
#nav ul li a:hover {
	background-color: #9D0000;
}
#nav ul li a#ativo {
	background-color: #9D0000;
}
#nav ul li a.sem-borda {
	border-left: 0;
}
#banner {
	float: left;
	width: 950px;
	height: 200px;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	overflow: hidden;
	background: url(../images/bg-banner.jpg) no-repeat;
}
#content {
	clear: both;
	width: 910px;
	overflow:hidden;
	padding: 20px;
	background: url(../images/bg-content.jpg) repeat-x #FFF;
}
#texto {
	float: left;
	width: 910px;
	overflow: hidden;
	text-align: justify;
}
#fotos {
	float: right;
	margin-left: 20px;
	width: 190px;
	overflow: hidden;
	display: inline;
}

#mapa {
	float: right;
	margin-left: 20px;
	width: 420px;
	overflow: hidden;
	display: inline;
}
/* Rodapé */

#footer {
	clear:both;
	width: 950px;
	background-color: #C5C5C5;
	padding: 5px 0;
	margin: 5px 0;
	overflow: hidden;
}
address {
	font-size: 1.1em;
	font-style: normal;
	text-align: center;
	color: #333;
}
