/*
Design by MachadoWeb Solutios
http://www.machadowebsolutions.com.br
*/

body {
	margin: 0px;
	padding: 0;
	background: url('imagens/img01.jpg') repeat-x left top;
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #616161
}

h1, h2, h3 {
	margin-top: 0;
	color: #A66100;
}

h1 {
	font-size: 1.6em;
	font-weight: normal;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}

ul {
}

a {
	text-decoration: none;
	color: #A66100;
}

a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

#header {
	width: 950px;
	margin: 0 auto;
	height: 165px;
	background: url('imagens/img02.jpg') no-repeat left top;
}

/* Header */

#logo {
	width: 950px;
	height: 100px;
	margin: 0 auto;
	padding: 60px 10px 0 10px;
}

#logo h1, #logo p {
	float: left;
	margin: 0;
	color: #00D8D5;
}

#logo span {
	color: #FFFFFF;
}

#logo h1 {
	padding: 25px 0 0 0;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 3em;
}

#logo p {
	text-transform: uppercase;
	padding: 47px 0 0 3px;
	font-size: 10px;
	color: #FFFFFF;
}

#logo a {
	border: none;
	text-decoration: none;
	color: #DC8700;
}

/* Menu */

#menu {
	width: 950px;
	margin: 0 auto;
	padding: 0;
	height: 59px;
	background: url('imagens/img03.jpg') no-repeat left top;
}

#menu ul {
	margin: 0;
	padding-left: 270px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 41px;
	margin: 0;
	background: url('imagens/img08.jpg') no-repeat left 30%;
	text-decoration: none;
	text-transform: capitalize;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF; padding-left:40px; padding-right:40px; padding-top:18px; padding-bottom:0
}

#menu a:hover {
	color: #dc8700;
}

#menu .current_page_item a {
	color: #000000;
}

/* Footer */

#footer {
	width: 0 auto;
	height: 70px;
	margin: 0 auto;
	padding: 0 20px;
	background: #000000;
}

#footer p {
	margin: 0;
	padding: 25px 0 0 0;
	text-align: center;
	font-size: smaller;
}

#footer a {
}

#footer .link {
	float: right;
}

#footer .copyright {
	float: left;
}