/*
Desenvolvido por Gemellaro Design
http://www.gemellaro.com.br
CEL: (24) 8815-3475
*/
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

* html { height:1%; }

.clear { clear: both; }
body#news div#tudo div#conteudo div.clear {clear: both; margin-bottom: 20px; display:block;}

p { padding-top: 10px; }

h1 {
	font: bold 22px Verdana, Geneva, sans-serif;
	color:#0079c1;
	padding-bottom: 5px;
	border-bottom: 1px dashed;
	text-shadow: 1px 1px 1px #000;
	behavior: url(_css/PIE.htc);
}
ul ul {
	list-style:square;
	margin-bottom: 10px;
}

h2 {
	font: 12px Verdana, Geneva, sans-serif;
	color: #e0e5e9;
	margin: 0 0 10px 0;
}
h2 strong {
	background: #000;
	padding: 2px 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	behavior: url(_css/PIE.htc);
}

h3 {
	font-weight: bold;
	padding-top: 10px;
}


a { color: inherit;}

a:hover {
	text-decoration: none;
	color: inherit;
}

/* ------- Layout INICIO ------- */

body {
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: #111;
	width: 100%;
}

#tudo {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background: #fff;
}

/* ------- Topo INICIO ------- */

#topo {
	width: 960px;
	height: 160px;
	background: #637f91;
	position: relative;
}

#slogan {
	width: 640px;
	height: 80px;
	background:#e0e5e9;
	position: absolute;
	top: 47px;
	left: 250px;
	font: bold 21px/2.8 verdana;
	text-align: center;
	color: #6d6e71;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	text-shadow:1px 1px 0 white;
	behavior: url(_css/PIE.htc);
}

#logo {
	position: absolute;
	top: 8px;
	left: 70px;
}

/* ------- Topo FIM ------- */
/* ------- Menu INICIO ------- */
#menu {
	width: 960px;
	height: 35px;
	background: #25bf00 url(../_imagens/menu.gif) repeat-x;
	overflow: hidden;
	font: bold 22px Verdana, Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 1px #fff;
	behavior: url(_css/PIE.htc);
}

#menu ul {
	position:relative;
	float: left;
	left: 50%;
	text-align:center;
}

#menu ul li {
	position: relative;
	float:left;
	right: 50%;
	list-style:none;
	padding: 4px 0 4px 40px;
}

#menu ul li a {
	text-decoration:none;
	color: #111;
}

#menu ul li a:hover { color:#fff; 	text-shadow: 1px 1px 1px #000;}

body#home a.hom, body#servicos a.ser, body#clientes a.cli, body#portifolio a.por, body#blog a.blo, body#contato a.con, body#news a.news { color:#fff;	text-shadow: 1px 1px 1px #000; }

/* ------- Menu FIM ------- */
/* ------- Conteudo HOME INICIO ------- */

#conteudo {
	width: 920px;
	min-height: 400px;
	position: relative;
	background: #0079c1;
	padding: 20px;
	overflow: hidden;
}

#sliderbkg {
	position: relative;	
	top: 20px;
	left: 20px;
	display: block;
	width: 880px;
	height: 330px;
	background: url(../_imagens/slider/sliderbkg.png) no-repeat;
	margin-bottom: 60px;
}

#cont_home {
	position: relative;
	float: left;
	left: 50%;
	text-align: left;
}

#quemsomos, #oquefazemos {
	width: 360px;
	height: 198px;
	float: left;
	padding: 10px;
	background:#e0e5e9;
	color: #555;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	behavior: url(_css/PIE.htc);
	right: 50%;
	position: relative;
}

#oquefazemos ul {
	padding: 10px 0 0 40px;
}

#oquefazemos li {
	margin-top: 7px;
}

#oquefazemos a {
	text-decoration:none;
}

#oquefazemos a:hover {
	text-decoration: underline;
}

#home_v {
	width: 2px;
	height: 198px;
	background: url(../_imagens/div_v.png) repeat-y;
	position: relative;
	float: left;
	margin: 10px 20px;
	right: 50%;
}
/* ------- Conteudo HOME FIM ------- */
/* ------- Conteudo SERVIÇOS INICIO ------- */

#ser_menu {
	font: bold 18px Verdana, Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 1px #000;
	list-style: none;
	line-height: 43px;
	padding-left: 10px;
	position: absolute;
	float: left;
	top: 40px;
	z-index: 11;
}

#ser_menu li a {
	color: #fff;
	text-decoration: none;
	padding-left: 15px;
}

#ser_menu li a:hover, #ser_menu li.ativo {
	width: 229px;
	height: 43px;
	background: url(../_imagens/menubkg.png) no-repeat top left;
	display: block;
}

#ser_conteudo {
	width: 655px;
	position: relative;
	float: right;
	padding: 20px;
	background:#e0e5e9;
	color: #555;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	behavior: url(_css/PIE.htc);
	z-index: 10;
}

#ser_conteudo ul {
	padding: 10px 0 0 40px;
}
/* ------- Conteudo SERVIÇOS FIM ------- */
/* ------- Conteudo PORTIFOLIO INICIO ------- */

.imagem{
	width: 130px;
	height: 130px;
	border: 1px solid #666;
	margin: 20px 0;
	float: left;
}
.imagem:hover{
	-moz-box-shadow:0 0 5px #222 ;
	-webkit-box-shadow:0 0 5px #222 ;
	box-shadow:0 0 5px #222 ;
	behavior: url(_css/PIE.htc);
}

.descricao{
	width: 510px;
	margin: 10px 0 20px 0;
	float: right;
	font-size: 11px;
}

.divisao {
	width: 100%;
	height: 2px;
	clear: both;
	background: url(../_imagens/divisao.png) center center no-repeat;
}

/* ------- Conteudo PORTIFOLIO FIM ------- */
/* ------- Conteudo INICIO ------- */

#box_conteudo {
	width: 880px;
	padding: 20px;
	background:#e0e5e9;
	color: #555;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	behavior: url(_css/PIE.htc);
}

/* ------- Conteudo FIM ------- */

/* ------- Formulário INICIO ------- */
input, select, textarea{
	border: solid 1px #CCC;
	color: #666;
	font: 16px Verdana, Geneva, sans-serif;
}

textarea{
	height:100px;

}

h4 {
	color: #666;
	font: 10px Verdana, Geneva, sans-serif;
}
/* ------- Formulário FIM ------- */

/* ------- Rodape INICIO ------- */

#rodape {
	width: 960px;
	height: auto;
	background: #25bf00 url(../_imagens/div_h.png) repeat-x top;
	font: 12px verdana;
	color: #000;
	overflow: hidden;
}

#rodape_end {
	position: relative;
	float: left;
	margin: 20px 60px 20px 40px;
	line-height: 1.5em;
}

#end {
	position: absolute;
	width: 36px;
	height: 36px;
	top: -13px;
	left: -20px;
	background: url(../_imagens/end.png) no-repeat;
}

#twitter {
	position: relative;
	float: left;
	margin: 20px 60px;
}
#twi {
	position: absolute;
	width: 36px;
	height: 36px;
	top: -13px;
	left: -15px;
	background: url(../_imagens/twitter.png) top left no-repeat;
	z-index:9;
}

#acesso {
	position: relative;
	float: right;
	margin: 20px 40px;
	line-height: 1.5em;
}
#ace {
	position: absolute;
	width: 36px;
	height: 36px;
	top: -13px;
	left: -20px;
	background: url(../_imagens/acesso.png) top left no-repeat;
}

.rodape_v {
	height: 125px;
	float: left;
	margin: 20px 0;
	border-left: 1px #333 dashed;
}

#rodape a {
	text-decoration:none;
	color:#000;
}

#rodape a:hover {
	text-decoration: underline;
	color:#000;
}
/* ------- Rodape FIM ------- */
/* ------- News INICIO ------- */

.list { padding-left: 20px;}
.required { color: #F00;}

/* ------- News FIM ------- */