/* ========== reset ========== */
html, body {
    margin: 0;
    padding: 0;
    border: none;
    font-family: Arial;
    font-size: 13px;
}
a img {border: none}
a {outline: none}
h3, h2 {margin-top: 0}
dl, form {margin: 0; padding: 0}
td {vertical-align: top}

/* ========== gsite ========== */

.sites-layout-name-one-column td,
.sites-layout-hbox td {
  padding: 0;
}

/* ========== framework ========== */

.menu-horizontal ul,
.menu-horizontal {
  list-style: none;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

li.active a {
	cursor: default;
}

.menu-horizontal li {
  float: left;
}

.menu-horizontal a {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  color: black;
  outline: none;
}

.huge-scroll-area {
  width: 12345px;
  height: 12345px;
}

/* ========== skin ========== */

html, body {
    background-color: #24211D; 
    color:  #F8F8F4;
}
#main { background-color: #201B17 }
#header, #footer { background-color: #F2F2F2 }
#header {
	border-radius-topright: 1.5em;
	border-radius-topleft: 1.5em;

	-moz-border-radius-topright: 1.5em;
	-moz-border-radius-topleft: 1.5em;
	
	-webkit-border-top-right-radius: 1.5em;
	-webkit-border-top-left-radius: 1.5em;
}
#footer {
	border-radius-bottomright: 1.5em;
	border-radius-topleft: 1.5em;

	-moz-border-radius-bottomright: 1.5em;
	-moz-border-radius-bottomleft: 1.5em;

	-webkit-border-bottom-right-radius: 1.5em;
	-webkit-border-bottom-left-radius: 1.5em;
}
#footer .telefone {
    font-weight: bold;
    color: #689B32;
		margin-right: 20px;
}
#nav a {
    font-family: Arial;
    font-weight: bold;
    font-size: 15px;
    color: #7A7A78;
    text-decoration: none;
}
#nav a:hover,
.submenu a:hover,
.submenu a.active { color: #79A454 }
#nav li { border-left: 1px solid #DDDDDD }
#nav li.first { border-left: none }
.submenu a {color: #DDD;}
#nav li.active {background-color: #CDC}
#nav li.active a { color: #5A5A58}
.subnav li.active a { color: #5A5A58}
.subnav a { color: #DDD }
.subnav a:hover,
.subnav a:active { color: #79A454 }

/* ========== layout ========== */

p {
	margin-top: 0;
	margin-bottom: 10px;
}

#site { /* vertical center */
    position: absolute;
    top: 50%;
    left: 50%;
    width: 800px;
    height: 530px;
    margin-top:  -265px;
    margin-left: -400px;
}

#header {
    position: relative;
    height: 100px;
}

#logo {
    position: absolute;
    left: 15px;
    bottom: 10px;
}

#main-scroll-area {
	width: 1600px;
}

#main,
.page,
.subpage-scroll-area {
	height: 400px;
	width: 800px;
	overflow: hidden;
	position: relative;
}

.page,
.subpage {
	width: 800px;
	overflow: hidden;
	float: left;
}

.subpage {
	width: 780px;
	height: 360px;
	padding: 40px 10px 0 10px;
}

.content {
	padding: 30px 10px 10px 20px;
}

.content a {
  color: #C3DD9B;
}

#nav {
    position: absolute;
    bottom: 0;
    right: 0;
}

#footer {
    height: 30px;
    line-height: 30px;
    text-align: right;
}

.subnav {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1;
}

.scroll-text {
	overflow: auto;
	height: 350px;
	padding-right: 10px;
}

/* ========== page ethus ========== */

#ethus_fundador {
  position: relative;
}

#ethus_fundador img {
	position: absolute;
  top: 0;
  left: 0;
}

#ethus_fundador td.sites-tile-name-content-1 {
	padding-left: 320px;
  padding-top: 40px;
}

/* ========== page ethus/equipe ========== */

#ethus_equipe div.sites-tile-name-header,
#ethus_equipe table.sites-layout-hbox {
  position: absolute;
  top: 30;
  left: 0;
}

#ethus_equipe td.sites-layout-tile {
  color: transparent;
}

#ethus_equipe td.sites-layout-tile img {
  float: left;
}

#fancybox-inner td.sites-layout-tile img {
  float: left;
  margin-right: 20px;
}

#fancybox-inner td.sites-layout-tile {
  color: black;
}

/* ========== page contato ========== */

#contato label {
	width: 60px;
	display: block;
	font-weight: bold;
}

#contato table {
	border-collapse: collapse;
}

#contato td {
	padding: 5px;
}

#contato textarea {
	width: 310px;
	height: 140px;
}

#contato input {
	border: 1px solid silver;
	padding: 5px;
	width: 240px;
}

#contato textarea {
	border: 1px solid silver;
	padding: 5px;
}

#contato input[type=submit] {
	width: auto;
}

#contato input, #contato textarea {
  box-shadow: rgba(255,255,255, 0.4) 0px 0px 8px;
  -moz-box-shadow: rgba(255,255,255, 0.4) 0px 0px 8px;
  -webkit-box-shadow: rgba(255,255,255, 0.4) 0px 0px 8px;

	border-radius: 0.6em;
  -moz-border-radius: 0.6em;
	-webkit-border-radius: 0.6em;
}

#contato .endereco {
  position: absolute;
  right: 20px;
  top: 30px;
  width: 300px;
  padding: 20px 10px;
  background: white;
  color: #444;

	border-radius: 0.6em;
  -moz-border-radius: 0.6em;
	-webkit-border-radius: 0.6em;
}

/* agenda */

#agenda .evento {
  float: left;
  width: 330px;
  height: 95px;
  background: white;
  color: #444;
  margin: 10px;
  padding: 10px;

	border-radius: 0.6em;
  -moz-border-radius: 0.6em;
	-webkit-border-radius: 0.6em;
}

#agenda .evento h4 {
  margin: 0;
  color: black;
}

/* ========== page portifolio/marcas ========== */

dl.gallery dt {
  float: left;
  margin: 0 5px;
  padding: 0 5px;
  cursor: pointer;
	font-weight: bold;
}
dl.gallery dt:hover {
	color: #79A454;
}
dl.gallery {
  position: relative;
}
dl.gallery dd {
  position: absolute;
  top: 30px;
  left: 0;
  margin-left: 0;
}
dl.gallery dt.active {
  color: gray;
}

dl.gallery .tb {
  float: left;
  background: white;
  margin: 10px 5px;
  padding: 5px;
  border: 1px solid #79A454;

  box-shadow: rgba(255,255,255, 0.4) 0px 0px 8px;
  -moz-box-shadow: #79A454 0px 0px 2px;
  -webkit-box-shadow: rgba(255,255,255, 0.4) 0px 0px 8px;

  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

dl.gallery .zoom {
	display: table-cell;
	vertical-align: middle;
  width: 130px;
  height: 130px;
}

