/* CSS Groupweb */
/* Criado por Marcos Vinicius em 23/06/2010 // Groupweb - Soluções para Internet */

*{
	margin:0;
	padding:0;
}
body{
	background-image:url(../img/bg_main.png);
	background-repeat:repeat-x;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
}

img{
	border:0;
}

a:link, a:visited{
	text-decoration:none;
}
a:active, a:hover{
	text-decoration:underline;
}
/* Cabeçalho */
#header{
	width:956px;
	margin:0 auto;
	height:154px;
}

#header h2{
	float:left;
	background-image:url(../img/logo_groupweb.png);
	background-repeat:no-repeat;
	width:302px;
}
#header h2 a{
	overflow:hidden;
	display:block;
	width:0;
	height:0;
	padding:131px 302px 0px 0px;
}
#header #tel{
	float:right;
	width:121px;
	background-image:url(../img/ico_telefone.png);
	background-repeat:no-repeat;
	padding:65px 0px 20px 52px;
	text-align:right;
	font-size:20px;
}
/* MENU */
#menu{
	background-color:#2d3032;
	height:33px;
}

/* Conteudo */
#content{
	background-image:url(../img/bg_content.png);
	background-repeat:repeat-x;
	padding:25px 0px 15px 0px;
	font-size:14px;
}
#content div.wrap{
	width:956px;
	margin:0 auto;
}
#content h3{
	color:#00458e;
	padding-bottom:10px;
	font-size:20px;
	font-weight:normal;
}
#content h4{
	color:#00458e;
	padding:10px 0px 5px 0px;
	font-size:15px;
	text-transform:uppercase;
}
#content p{
	padding-bottom:10px;
}
#content p.mais a{
	color:#00458e;
	font-weight:bold;
}

/* Conteudo - Lateral */
#content #lateral{
	float:right;
	width:179px;
}
/* Conteudo - Lateral - Clientes */
#content #lateral #clientes{
	background-image:url(../img/ico_clientes.png);
	background-repeat:no-repeat;
	background-position:right top;
}
#content #lateral #clientes p.icone{
	padding-right:50px;
}
#content #lateral #clientes #logos{
	background-image:url(../img/bg_clientes.png);
	height:145px;
	margin-bottom:15px;
}
/* Conteudo - Lateral - Clientes */
#content #lateral #redes_sociais ul.redes li{
	list-style:none;
	float:left;
	padding:0px 3px;
	margin-bottom:15px;
}

/* Conteudo - Rodapé */
#footer{
	width:956px;
	margin:0 auto;
	border-top:1px solid #ebeff3;
	text-align:center;
	padding:5px 0px 15px 0px;
	color:#999;
	font-size:12px;
	clear:both;
}

/* Conteúdo */
#content #conteudo{
	width:750px;
	float:left;
}

#content #conteudo a{
	color:#00458e;
}

/* Conteudo - Clientes */
#content #conteudo ul.clientes{
	list-style:none;
	margin:0px;
}
#content #conteudo ul.clientes li{
	background-image:url(../img/lista.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-bottom:5px;
	padding-left:20px;
	float:left;
	width:160px;
}

/* Conteúdo - Parceiros */
#content #conteudo ul.parceiros{
	list-style:none;
}
#content #conteudo ul.parceiros li{
	width:170px;
	float:left;
	padding:10px 0px 20px 10px;
}
#content #conteudo p.parceiros{
	clear:left;
} 

/* Conteúdo - Últimos Trabalhos */
#content #conteudo a.foto{
	float:right;
	padding:10px;
}
