* {padding: 0; margin: 0}
body {
	color: #000;
	text-align: center;
	font: 10px/normal "Arial", sans-serif;
}
*:focus{outline: none;}

h1 {font-size: 2.6em; font-weight: bold;}
h2 {font-size: 2.0em; font-weight: bold;}
h3 {font-size: 1.7em; font-weight: bold;}
h4 {font-size: 1.4em; font-weight: bold;}
h5 {font-size: 1.2em; font-weight: bold;}
h6 {font-size: 1em; font-weight: bold;}

p {font-size: 1.2em; text-align: justify;}

.clear {clear: both;}
.left {float: left;}
.right {float: right;}
.inline {display: inline;}
.nobold {font-weight: normal;}

#wrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;
	text-align: left;	
}
header, #header {
	height: 164px;	
	padding: 0 6px;
	background: url("../images/header_bg.png") no-repeat top right #957F66;
}
#header_logo {float: left;}
#header_title {
	float: left;
	margin: 80px 0 0 10px;
	color: #fff;
}

nav#menubar, div#menubar {
	height: 34px;
	padding: 6px 0;
	background: url("../images/menu_bg.png") repeat-x top left;
}
nav#menubar li, div#menubar li {
	margin: 0 6px;
	padding-top: 7px;
	width: 148px;
	height: 27px;
	list-style: none;
	background-color: #957F66;
	text-align: center;
	float: left;
}
nav#menubar a, div#menubar a {
	font-size: 1.8em;
	text-decoration: none;
	color: #fff500;
}

section, #section {
	text-align: center;
	padding: 0 20px;	
}

footer, #footer {
	text-align: center;
}
footer div, #footer div {
	margin: 6px 0;
	padding: 14px 0;
	background-color: #fff500;	
}

footer a:link, #footer a:link,
footer a:visited, #footer a:visited {
	text-decoration: none;
	color: #000;
}
footer a:hover, #footer a:hover {text-decoration: underline;}

#parceiras {
	min-height: 170px;
	margin-bottom: 45px;
	padding-top: 20px;		
	position: relative;
	background-color: #fff500;
}

#parceira01 {
	position: absolute;
	bottom: -33px;
	left: 38px;
}
#parceira02 {
	position: absolute;
	bottom: -33px;
	left: 213px;
}
#parceira03 {
	position: absolute;
	bottom: -33px;
	left: 394px;
}
#parceira04 {
	position: absolute;
	bottom: -33px;
	left: 574px;
}
#parceira05 {
	position: absolute;
	bottom: -33px;
	left: 755px;
}

#content {
	
}
#content ul {
	width: 460px;
	margin: 20px 40px 0 0;
	list-style: none;
	text-align: right;
	font-size: 1.8em;	
}

/*===Empresa===*/
#empresa {
	width: auto;
	padding: 50px 152px;
	position: relative;
}

#empresa p {margin: 12px 0;}


/*===Contato===*/
#contato {
	width: auto;
	padding: 30px 100px;
	position: relative;
}
#contato form {text-align: left;}
#contato li {
	list-style: none;
	clear: both;
}
#contato label{
	width: 70px;
	margin-right: 8px;
	float: left;
	font-size: 1.2em;
	text-align: right;
	line-height: 2;
}
#contato input {
	height: 18px;
	width: 210px;
	padding: 2px;	
}
#contato input#endereco {width: 340px;}
#contato select {height: 24px;}
#contato textarea {
	height: 90px;
	width: 340px;
	padding: 4px;
}
#contato input,
#contato textarea,
#contato select {
	margin-bottom: 8px;
	float: left;
	background-color: #fff;
	border: 1px solid #ccc;
}
#contato input:hover,
#contato textarea:hover,
#contato select:hover {
	border: 1px solid #999;
}
#contato input:focus,
#contato textarea:focus,
#contato select:focus {
	background-color: #eee;
	border: 1px solid #999;
}
#contato button {
	margin-left: 78px;
	padding: 2px 6px;
	background-color: #eee;
	border: 1px solid #ccc;
	font-weight: bold;
	cursor: pointer;	
}
#contato button:hover {
	border: 1px solid #999;
}
span.required {
	color: #dea613;
}

/*===Work===*/
#work {
	width: auto;
	padding: 80px 100px;
	position: relative;
}


