@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	height: 105px;
}
#logo {
	float: left;
	width: 240px;
	margin-top: 24px;
}

#nav {
	background-color: #006E83;
	height: 34px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
}

#nav li {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 20%;
	list-style-type: none;
}

#nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	line-height: 38px;
	text-align: center;
	height: 34px;
	display: block;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #006E83;
}

#nav a:hover {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}


#slider {
}
#main {
	width: 960px;
	height: 180px;

}
#main h2 {
	font-size: 10pt;
	line-height: 21px;
	color: #006E83;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #006E83;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#main ul {
	margin: 0px;
	padding: 0px;
}
#main li {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
	width: 100%;
}
#main a {
	font-size: 10pt;
	color: #666;
	text-decoration: none;
	display: block;
	padding: 5px;
}
#main a:hover {
	text-decoration: underline;
}


#vendedores {
	float: left;
	width: 300px;
	background-image: url(images/icon-vendedores.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 10px;
}
#distribuidores {
	float: left;
	width: 300px;
	background-image: url(images/icon-distribuidores.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 10px;
}
#clientes {
	float: left;
	width: 300px;
	background-image: url(images/icon-clientes.png);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 10px;
}



#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #006E83;
	color: #666;
	font-size: 0.8em;
	line-height: 30px;
	text-align: center;
	width: 960px;
	height: 30px;
	background-color: #FFF;
	margin-top: 20px;
	clear: both;
}
