/*
Theme Name:		Grupo Troiano
Theme URI: 		http://www.agenciaad.com.br
Version: 		1.0
Description: 	Empresas do Grupo Troiano
Author: 		Raoni Del Persio | agencia AD
Author URI:		http://www.agenciaad.com.br
Tags:			personalizado para o Grupo Troiano

*/


/* Reset */

html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, address, code, img, 
small, strong, dl, dt, dd, ol, ul, li,
fieldset, form, label {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body{
	font-size:62.5%;
	color:#464646;
	background-color: #6d6e70;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}

/* End Reset */


#wrapper {
	width: 920px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	padding: 20px;
}
.clear {
	clear: both;
	float: none;
}
.right {
	float: right;
	margin-bottom: 25px;
	margin-left: 30px;
}
#header {
	position: relative;
	overflow: hidden;
}
#header #areacliente {
	text-align: right;
	height: 30px;
}
#header #logo{
	float: left;
	width: 771px;
}
#header #titulo {
	line-height: 117px;
	background-image: url(_img/bkg-header.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 117px;
	width: 771px;
}
#header #titulo h1 {
	font-size: 4.0em;
	color: #FFF;
	font-weight: normal;
	padding-left: 25px;
}
#header #nav {
	float: right;
	width: 148px;
	background-color: #e6e7e8;
	height: 193px;
	padding-top: 5px;
}
#content-home {
	overflow: hidden;
	padding-top: 30px;
}
#footer {
	background-image: url(_img/bkg-rodape.jpg);
	background-repeat: no-repeat;
	height: 120px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}
#footer .endereco {
	font-size: 1.4em;
	padding-left: 20px;
	padding-top: 35px;
	line-height: 20px;
	color: #0c3c82;
	float: left;
	width: 750px;
}
#footer .link-grupotroiano {
	float: right;
	width: 100px;
	padding-top: 22px;
	display: block;
}
#footer .link-grupotroiano a {
	text-indent: -9000px;
	display: block;
	width: 100px;
	height: 50px;
}
#footer .endereco a {
	color: #0c3c82;
	text-decoration: none;
}
#footer .endereco a:hover {
	text-decoration: underline;
}
#footer .footer-links {
	font-size: 1.3em;
	color: #464646;
	text-align: right;
	padding-right: 23px;
	padding-top: 10px;
	clear: both;
	float: none;
}
#footer .footer-links a {
	color: #464646;
	text-decoration: none;
}
#footer .footer-links a:hover {
	text-decoration: underline;
}
#content-home #destaque {
	float: left;
	width: 600px;
	height: 500px;
	background-image: url(_img/bkg-slider-home.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
}
#destaque #slider ul li h2 {
	font-size: 2.2em;
	font-weight: bold;
	color: #0c3c82;
	padding-left: 20px;
	padding-top: 25px;
	padding-bottom: 5px;
	padding-right: 130px;
}
#destaque #slider ul li p {
	font-size: 1.6em;
	color: #464646;
	padding-left: 20px;
	padding-right: 130px;
}
#destaque #slider ul li p a{
	color: #464646;
	text-decoration: none;
}
#destaque #slider ul li p a:hover {
	text-decoration: underline;
}
/* Easy Slider */

    /* image replacement */
        #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
/* // image replacement */


	#slider ul, #slider li
	   {
		margin:0;
		padding:0;
		list-style:none;
		}
#slider li  {
	/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:600px;
	overflow:hidden;
	height: 500px;
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
	padding:0;
	height:28px;
	text-align: right;
	float: right;
	margin-top: -6em;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left: 0;
		}
	ol#controls li{
	margin:0 7px 0 0;
	padding:0;
	float:left;
	list-style:none;
	height:30px;
	line-height:30px;
		}
	ol#controls li a{
	float:left;
	height:30px;
	line-height:30px;
	border:1px solid #ccc;
	background:#01457d;
	color:#FFF;
	padding:0 10px;
	text-decoration:none;
	font-size: 1.4em;
		}
	ol#controls li.current a{
	color:#fff;
	background-color: #0A69AA;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
.titbranding {
	background-image: url(_img/tit-branding.jpg);
	background-repeat: no-repeat;
	height: 176px;
	width: 920px;
	background-position: center center;
}

/* End Slider */



#content-home .chamadas {
	float: right;
	background-image: url(_img/bkg-second-home.png);
	background-repeat: no-repeat;
	height: 155px;
	width: 290px;
	margin-bottom: 18px;
}
#content-home .chamadas h3 {
	font-size: 1.6em;
	font-weight: bold;
	padding-left: 13px;
	padding-top: 20px;
	color: #0c3c82;
	padding-bottom: 17px;
}
#content-home .chamadas img {
	float: left;
	border: 1px solid #dfdfe0;
	padding: 0px;
	margin-right: 13px;
	margin-left: 13px;
}
#content-home .chamadas p {
	font-size: 1.3em;
	padding-right: 15px;
	line-height: 17px;
}
#content-home .chamadas p a {
	color: #464646;
	text-decoration: none;
	text-align: right;
	display: block;
	float: right;
	padding-top: 5px;
}
#content-home .chamadas p a:hover {
	text-decoration: underline;
}
#content {
	padding-top: 30px;
	overflow: hidden;
}
#content strong {
	color: #0c3c82;
}
#content h2 {
	font-size: 2em;
	color: #0c3c82;
	margin-right: 40px;
	margin-left: 40px;
	margin-bottom: 10px;
}
#content h3 {
	font-size: 1.6em;
	margin-right: 40px;
	margin-left: 40px;
	margin-bottom: 10px;
	font-weight: normal;
}
#content h4 {
	font-size: 1.4em;
	margin-right: 40px;
	margin-left: 40px;
	margin-bottom: 15px;
	font-weight: bold;
	color: #0c3c82;
	margin-top: 20px;
}
#content p {
	font-size: 1.4em;
	line-height: 24px;
	margin-right: 40px;
	margin-left: 40px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#content p a {
	color: #464646;
}
#content p a:hover {
	text-decoration: none;
}

img.alignright {
	float:right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 30px;
}
img.alignleft {
	float:left;
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 0;
}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {
	float:right;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 30px;
}
a img.alignleft {
	float:left;
	margin-top: 0;
	margin-right: 30px;
	margin-bottom: 30px;
	margin-left: 0;
}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}





/* Start Cases-Servicos Slider */

#content #slide-servicos {
	height: 190px;
	margin-bottom: 30px;
}

.infiniteCarousel {
	width: 920px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

.infiniteCarousel .servicos {
	width: 849px; /* .infiniteCarousel width - (.servicos margin-left + .servicos margin-right) */
	overflow: auto;
	position: absolute;
	top: 0;
	margin-top: 0;
	margin-right: 40px;
	margin-bottom: 0;
	margin-left: 40px;
	height: 190px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e4e4e5;
}

.infiniteCarousel .servicos ul a img {
	border: 1px solid #dfdfe0;
}

.infiniteCarousel .servicos ul {
  width: 9999px;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;
}

.infiniteCarousel .servicos ul li {
	display:block;
	float:left;
	padding: 5px;
	height: 156px;
	width: 273px;
	background-image: url(_img/bkg-cases.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.infiniteCarousel .servicos ul li a img {
	display:block;
}
#slide-servicos .infiniteCarousel .servicos ul li h3 {
	text-align: center;
	margin-bottom: 10px;
	font-size: 1.7em;
	color: 1
. Posicionamento de Marca;
	color: #0c3c82;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#slide-servicos .infiniteCarousel .servicos ul li table tr td h3 a {
	color: #0c3c82;
	text-decoration: none;
}
#slide-servicos .infiniteCarousel .servicos ul li table tr td h3 a:hover {
	color: #333;
	text-decoration: none;
}

.infiniteCarousel .arrow {
	display: block;
	height: 36px;
	width: 37px;
	background: url(_img/arrow.png) no-repeat 0 0;
	text-indent: -999px;
	position: absolute;
	top: 60px;
	cursor: pointer;
}

.infiniteCarousel .forward {
  background-position: 0 0;
  right: 0;
}

.infiniteCarousel .back {
  background-position: 0 -72px;
  left: 0;
}

.infiniteCarousel .forward:hover {
  background-position: 0 -36px;
}

.infiniteCarousel .back:hover {
  background-position: 0 -108px;
}


/* End Cases-Servicos Slider */


.clientes {
	background-image: url(_img/bkg-clientes.png);
	float: left;
	height: 131px;
	width: 164px;
	margin-right: 9px;
	margin-left: 10px;
	margin-bottom: 12px;
}
.clientes p {
	margin: 0px;
	padding: 0px;
	line-height: 131px;
	text-align: center;
}
.clientes table td {
	height: 131px;
	text-align: center;
	vertical-align: middle;
}
.clientes table tr td img {
	padding: 8px;
}
.clientes a {
	text-decoration: none;
	border: 0px none transparent;
}

#casesgaleria {
	width: 250px;
	float: left;
	padding-top: 40px;
	margin-left: 55px;
}
#casesconteudo {
	float: left;
	width: 500px;
	margin-left: 25px;
}
#casesconteudo p strong {
	color: #0c3c82;
}
#content .botao a{
	color: #FFF;
	background-color: #0c3c82;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-decoration: none;
}
#content .botao a:hover {
	text-decoration: underline;
}
#content #formcontato {
	margin-right: 40px;
	margin-left: 40px;
	font-size: 1.4em;
	margin-top: 30px;
}
#content .gform_wrapper input.button {
	background-color: #00457D;
	padding: 7px;
	color: #FFF;
!important
	font-weight: normal;
	display: block;
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;
	clear: both;
	margin-right: 25px;
}
.bymaya {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	margin-top: 15px;
	margin-bottom: 15px;
	color: #FFF;
	font-size: 1em;
}
.bymaya a {
	color: #FFF;
	text-decoration: none;
}
.bymaya a:hover {
	text-decoration: underline;
}
#areacliente a.lswitch {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #6D6E70;
	text-decoration: none;
	text-transform: lowercase;
}
#areacliente a.lswitch:hover {
	text-decoration: underline;
}

