/* @group Geral */

body, html {
	margin: 0; padding: 0;
}

body {
	background: #e7eae5 url(../images/bg.jpg) no-repeat top center;
	font-size: 12px;
	line-height: 18px;
	font-family: “Lucida Sans Unicode”, "Lucida Grande", Trebuchet, Geneva, Helvetica, sans-serif;
	color: RGB(140,140,140);		overflow-y: scroll;
}

a, img {
	border: 0;
}

a {
	color: RGB(140,140,140);
	text-decoration: none;
}

a:hover {
	color: RGB(114,167,208);
}

em {
	font-weight: bold;
	font-style: normal;
}

/* @end */

#wrapper {
	width: 910px;
	margin: 0 auto;
}

/* @group Header */

#homelink {
	display: block;
	width: 160px;
	margin: 10px auto 5px;
}

#menu {
	margin: 0; padding: 0;
	height: 56px;
	background: url(../images/menu.png);
	line-height: 56px;
}

#menu ul {
	display: inline;
	float: left;
}

#menu li {
	display: inline-block;
	height: 56px;
	float: left;
}

#menu a {
	color: RGB(118,118,118);
	text-transform: uppercase;
	letter-spacing: 0.1em;
	display: block;
	float: left;
	text-align: center;
	height: 54px;
}

#menu a:hover, #menu a.active  {
	color: RGB(114,167,208);
}


#menu-1 a {
	width: 58px;
	margin-left: 15px;
}

#menu-1 a.active, #menu-1 a:hover {
	background: url(../images/menu-1.png) center bottom no-repeat;
}

#menu-2 a {	
	width: 98px;
}

#menu-2 a.active, #menu-2 a:hover {
	background: url(../images/menu-2.png) center bottom no-repeat;
}

#menu-3 a {
	width: 85px;
}

#menu-3 a.active, #menu-3 a:hover {
	background: url(../images/menu-3.png) center bottom no-repeat;
}

#menu-4 a {
	width: 275px;
}

#menu-4 a.active, #menu-4 a:hover {
	background: url(../images/menu-4.png) center bottom no-repeat;
}

#menu-5 a {
	width: 79px;
}

#menu-5 a.active, #menu-5 a:hover {
	background: url(../images/menu-5.png) center bottom no-repeat;
}

#menu-6 a {
	width: 180px;
}

#menu-6 a.active, #menu-6 a:hover {
	background: url(../images/menu-6.png) center bottom no-repeat;
}

#menu-7 a {
	width: 80px;
}

#menu-7 a.active, #menu-7 a:hover {
	background: url(../images/menu-7.png) center bottom no-repeat;
}

/* @end */


/* @group Sidebar */

#sidebar {
	margin: 15px 0 0;
	position: absolute;
	width: 290px;
	float: left;
}

#sidebar h1 {
	width: 290px;
	height: 33px;
	background: url(../images/sidebar-heading.png) no-repeat left top;
	color: #fff;
	font-size: 12px;
	letter-spacing: 0.1em;
	padding: 10px 0 0 15px;
	margin: 0 610px 0 0;
}

#sidebar ul {
	background: url(../images/sidebar-bg.png) no-repeat left bottom;
	margin: -10px 0 5px;
	padding: 5px 15px 15px;
	list-style: none;
	line-height: 25px;
}

.link-ver-todos, #sidebar a.active {
	color: RGB(114,167,208);
}

#sidebar img {
	width: 200px;
	display: block;
	margin: 10px 0 0;
}

/* @end */

/* @group Content */

#content {
	margin: 15px 0 10px 300px;
	padding: 0;
	background: url(../images/content-bg.png) no-repeat 0 top;
	float: left;
	width: 605px;
}

body#produtos #content {
	margin: 15px 0 10px 300px;
	padding: 0;
	background: url(../images/content-bg-produtos.png) no-repeat 0 top;
	float: left;
	width: 605px;
}

#content h2 {
	margin: 10px 0 -5px;
	padding: 0 0 0 10px;
	width: 600px;
	display: inline-table;
	font-size: 14px;
	color: RGB(114,167,208);
	letter-spacing: 0;
}

#content p {
	padding: 0;
	margin: 5px 10px;
	line-height: 18px;
}

a#top-link {
	display: inline-block;
	width: 605px;
	height: 40px;
	margin: 15px 0 0;
	padding: 0;
	background: url(../images/content-bottom.png) no-repeat 0 bottom;
	text-indent: 510px;
	font-size: 10px;
	float: left;
	position: relative;
	clear: both;
}

a#top-link span {
	color: #eee;
}

a#top-link span:hover {
	color: RGB(114,167,208);
}

body#produtos #content a#top-link {
	display: inline-block;
	width: 605px;
	height: 40px;
	margin: 15px 0 0;
	padding: 0;
	background: url(../images/content-bottom-produtos.png) no-repeat 0 bottom;
	text-indent: 510px;
	font-size: 10px;
	float: left;
	position: relative;
	clear: both;
}

body#produtos #content a#top-link span {
	color: RGB(229,229,229);
}

body#produtos #content a#top-link span:hover {
	color: RGB(114,167,208);
}

#content ul {
	list-style: disc inside;
	margin: 0 0 10px 18px;
	padding: 0;
}

#midia #content img {
	height: 140px;
	margin: 0 -12px 0 12px;
}

#midia #content h2 {
	margin-bottom: 5px;
}

#midia #content h4 {
	font-weight: normal;
	margin: 0 0 5px 10px;
}

#content .img-small {
	float: right;
	padding: 0 5px 0 0;
	margin: -25px 0 0 -5px;
	width: 200px;
	z-index: -999;
}

#content .img-full {
	margin: 10px 0 0;
	padding: 0;
}

#destaque-a {
	margin: 10px 0 5px;	
}

#destaque-a img {
	width: 910px;
}

#content.produtos-home {
	background: none;
}

.destaque-produtos {
	background: url(../images/destaque-c.png) top center no-repeat;
	display: block;
	height: 316px;
	margin-bottom: 5px;
}

.destaque-produtos img {	
	display: block;
	width: 570px;
	padding: 15px 0 0;
	margin: 0 15px;
}

.button-b {
	background: url(../images/button-w-b.png) no-repeat;	
	width: 225px;
	display: inline-block;
	height: 25px;
	font-size: 11px;
	line-height: 24px;
	padding-left: 8px;
	margin-right: 6px;
	float: right;
}

.button-b:hover {
	background: url(../images/button-w-b-hover.png) no-repeat;
}

.img-fotos {
	width: 290px;
	display: block;
	float: left;
	margin: 0 -5px 5px 10px;
	padding-top: 5px;
}

#content-wrap {
	min-height: 455px;
}

#contato #content-wrap {
	min-height: 680px;
}

/* @end */

/* @group Produtos */

#content ul.produtos-lista {
	width: 600px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#content ul.produtos-lista li {
	width: 140px;
	float: left;
	margin: 10px 7px 0 0;
}

#content p.produtos-legenda {
	display: block;
	width: 140px;
	text-align: center;
	font-size: 11px;
}

img.produtos {
	width: 140px;
	margin: 0 5px;
	display: block;
}

/* @end */


/* @group News-bar */

#news-bar {
	margin-top: 0;
	height: 46px;
	background: url(../images/news-bar.png);
	font-size: 12px;
	letter-spacing: 0.1em;
	color: #fff;
}

h3 {
	float: left;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 5px 0 15px;
}


#news-bar p {
	float: left;
	padding: 2px 15px 0 0;
}

p {
	float: left;
	padding: 0 15px 0 0;
}

#news-bar a.button {
	color: #fff;
	text-transform: lowercase;
	font-size: 10px;
	line-height: 25px;
	display: inline-block;
	float: right;
	height: 25px; width: 98px;
	background: url(../images/button-b-s.png) no-repeat;
	margin: 10px;
	padding-left: 10px;
}

#news-bar a:hover {
	color: #d3d3d3;
}

/* @end */

/* @group Destaques B */

#destaques-b {
	height: 207px;
	position: relative;
	margin-top: 3px;
	clear: both;
}

#destaques-b a {
	height: 207px;
	float: left;
}

a#destaque-b1 {
	width: 305px;
	background: url(../images/destaque-b1.png) no-repeat;
}

a#destaque-b2 {
	width: 300px;
	background: url(../images/destaque-b2.png) no-repeat;}

a#destaque-b3 {
	width: 305px;
	background-image: url(../images/destaque-b3.png);
}

#destaques-b p {
	text-align: center;
	width: 290px;
	margin: 7px auto;
	z-index: 100;
}

#destaques-b img.b1 {
	margin: 12px 0 0 13px;
	float: left;
	z-index: -100;
}

#destaques-b img.b2 {
	margin: 12px 10px 0;
	float: left;
	z-index: -100;
}

#destaques-b img.b3 {
	margin: 12px 13px 0 0;
	float: right;
	z-index: -100;
}

#destaque-b1 h2 {
	font-size: 16px;
	font-weight: normal;
	line-height: 21px;
	text-align: right;
	margin: -80px 10px 10px;
	position: relative;
	float: right;
}

h2 {
	font-size: 16px;
	font-weight: normal;
	width: 180px;
	line-height: 21px;
	margin: -80px 0 0 15px;
	float: left;
}

/* @end */


/* @group Footer */


#footer {
	position: relative;
	margin: 20px 0 0px;
	border-top: solid 1px RGB(201,201,201);
	padding: 15px 0;
	font-size: 11px;
	height: 70px;
}

#footer img {
	width: 75px;
	float: left;
	margin-top: 20px;
}

address {
	height: 65px;
	float: left;
	margin-left: 12px;
	font-style: normal;
	line-height: 15px;
	border-right: solid 1px RGB(201,201,201);
	padding-right: 18px;
}

#footer ul {
	list-style: none;
	float: left;
	margin: 0 0 0 18px;
	padding: 0;
	width: 556px;
	line-height: 20px;
}

#footer li {
	float: left;
	margin: 0;
	width: 185px;
}

/* @end */

/* @group Form */

form {
	float: left;
	width: 500px;
	padding: 10px 0 0;
	margin: 5px 10px 30px 5px;
	font-weight: bold;
}

form ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

form li {
	display: block;
	margin: 0 5px;
	float: left;
}

form label {
	display: block;
	line-height: 20px;
	padding-top: 5px;
	vertical-align: top;
}

form fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

form fieldset label {
	line-height: 18px;
	position: relative;
	float: left;
	padding-left: 20px;
	margin-right: 8px;
	font-size: 11px;
	font-weight: normal;
}

form fieldset input {
	position: absolute;
	margin: 0 5px 0 -20px;
}

form input {
	width: 400px;
	height: 16px;
	display: block;
	background-color: RGB(240,240,240);
	border: solid 1px RGB(150,150,150);
}

#bairro {
	width: 286px;
}

#cep {
	width: 60px;
	display: block;
	position: absolute;
	margin-right: 5px;
}

#cep-digito {
	width: 30px;
	display: inline-block;
	float: left;
	margin: 0 0 0 70px;
}

#cidade {
	width: 340px;
}

#uf {
	width: 50px;
	position: relative;
	margin-right: 5px;
}

#ddd {
	width: 20px;
	margin-right: 5px;
}

#telefone {
	width: 90px;
	display: inline-block;
	float: left;
	margin-left: 30px;
}

#contato {
	width: 266px;
	display: block;
	float: left;
}

#email {
	display: block;
	width: 399px;
}

#mensagem {
	width: 400px;
	height: 100px;
	background-color: RGB(240,240,240);
	border: solid 1px RGB(150,150,150);
}

form #submit-button {
	display: block;
	position: relative;
	float: left;
	width: 80px;
	height: 25px;
	background-color: RGB(150,150,150);
	margin-top: 10px;
	color: #fff;
	border: 1px;
}

/* @end */



