/* SITE TRANSVÂNIO */

body {
	margin: 0;
	padding: 0;
	font-family: 'Abel', sans-serif;
	font-size: 18px;
	color: #004c86;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: normal;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	color: #004c86;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
	text-align: justify;
}

ul, ol {
}

a {
	color: #ffffff;
}

a:hover {
}

#wrapper {
}

.container {
	width: 1000px;
	margin: 0px auto;
}

/* Header */

#header-wrapper {
	overflow: hidden;
	height: 180px;
	background: url(images/header_bg.jpg) repeat-x;
}

#header {
	overflow: hidden;
	width: 950px;
	height: 180px;
	margin: 0 auto;
	padding: 0px 0px;
}

/* Logo */

#logo {
	float:left;
	width: 140px;
	margin: 0;
	padding: 15px 70px 15px 30px;
}

/* Menu 1 */

#menu1 {
	float: left;
	width: 330px;
	height: 90px;
	margin: 0 auto;
	padding: 0;
}

#menu1 ul {
	float: left;
	margin: 0;
	padding: 65px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu1 li {
	float: left;
	padding: 0px 10px 0px 10px;
}

#menu1 a {
	display: block;
	margin-right: 1px;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Muli', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #FFFFFF;
	border: none;
}

#menu1 a:hover, #menu1 .current_page_item a {
	text-decoration: none;
	color: #ffca30;
}

/* Menu 2 */

#menu2 {
	float: left;
	width: 330px;
	height: 90px;
	margin: 0 auto;
	padding: 0;
}

#menu2 ul {
	float: right;
	margin: 0;
	padding: 65px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu2 li {
	float: left;
	padding: 0px 0px 0px 0px;
}

#menu2 a {
	display: block;
	margin-right: 1px;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Muli', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #FFFFFF;
	border: none;
}

#menu2 a:hover, #menu2 .current_page_item a {
	text-decoration: none;
	color: #ffca30;
}

/* BANNER */

#banner-wrapper {
	overflow: hidden;
	height: 280px;
	background: url(images/banner_bg.jpg) repeat-x;
}

#banner {
	overflow: hidden;
	width: 1280px;
	height: 280px;
	margin: 0 auto;
	padding: 0px 0px;
}

/* DESTAQUES */

#highlights-wrapper {
	overflow: hidden;
	height: 900px;
	background:url(images/bg_efe.png) repeat;
}

#highlights {
	overflow: hidden;
	width: 950px;
	height: 0px;
	margin: 0 auto;
	padding: 0px 0px;
}

#featured-content {
	overflow: hidden;
	width: 950px;
	margin: 0px auto;
	padding: 75px 0px;
}

#featured-content h2 {
	padding: 0px 0px 20px 0px;
	font-size: 30px;
}

#featured-content #column1 {
	float: left;
	width: 950px;
}

#featured-content #column2 {
	float: left;
	width: 950px;
	margin-left:175px;
	margin-right:175px;
}

/* PAGE */

#page {
	width: 1000px;
	margin: 0 auto;
	padding: 30px 0px;
	background: #FFFFFF;
}

/* FOOTER */

#footer-content-wrapper {
	background: #004c86 url(images/footer_bg.jpg) repeat-x;
}

#footer-content {
	overflow: hidden;
	width: 950px;
	margin: 0px auto;
	padding: 50px 0px;
	color: #FFFFFF;
}

#footer-content h2 {
	color: #FFFFFF;
}

#footer-content a {
}

#footer-bg {
	overflow: hidden;
	padding: 30px 0px;
	background: #004c86;
}

#footer-content h2 {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	color: #FFFFFF;
}

#footer-content #fbox1 {
	float: left;
	width: 250px;
	font-size: 16px;
	margin-right: 50px;
	padding: 20px 0px 0px 0px;
}

#footer-content #fbox2 {
	float: left;
	font-size: 16px;
	width: 250px;
	margin-right: 50px;
	padding: 20px 0px 0px 0px;
}

#footer-content #fbox3 {
	float: left;
	font-size: 16px;
	width: 240px;
	margin-right: 50px;
	padding: 20px 0px 0px 0px;
}

#footer-content #fbox4 {
	float: left;
	width: 55px;
}