/*
Theme Name: Silverio
Theme URI: http://silverio.sachagreif.com
Description: A clean and functional portfolio theme by Sacha Greif
Version: 1.7
Author: Sacha Greif
Author URI: http://www.sachagreif.com
Tags: portfolio, clean, grey, silver, web design, freelance
*/

@import "css/reset.css";
@import "css/grid.css";
@import "css/typography.css";
@import "css/forms.css";
@import "js/fancybox/jquery.fancybox-1.3.1.css";

@import "css/style.css";

//Regras feitas por Dominique Dutra
.modeloBox {
	position: relative;
	float: left;
	border: 1px solid black;
	margin: 10px 10px 10px 10px;
	padding: 10px 10px 0px 10px;
	min-width: 250px;
	min-height: 100px;
}

.boxGrupo {
	position: relative;
	float: left;
	padding: 15px 15px 15px 15px;
	margin: 20px 5px 20px 5px;
	color: black;
	text-decoration: none;
}
#tagLine {
	font-family: Arial;
	font-size: 22px;
	text-align: center;
	margin-top: 20px;
}
#tagLineBox {
	width: 980px;
}

.boxGrupo a {
	color: black;
}

.header {
	padding-top: 25px;
	padding-bottom: 25px;	
}

.menu_help {
	position: relative;
	float: left;
	font-family: Arial;
	font-size: 13px;
	padding-top: 10px;
	margin-left: 130px;
}
.menu_help img {
	margin-left: 5px;
}

//Vamos tentar resetar as malditas fontes
body {
	font-family: Arial;
}
div {
	font-family: Arial;
}
span {
	font-family: Arial;
}
b {
	font-family: Arial;
}
h1 {
	font-family: Arial;
}
h2 {
	font-family: Arial;
}
h3 {
	font-family: Arial;
}
h4 {
	font-family: Arial;
}
h5 {
	font-family: Arial;
}
h6 {
	font-family: Arial;
}







//Box com dados para contato - padrão cross sites
#topRightBox {
	position: relative;
	float: left;
	width: 744px;
	height: 146px;
	padding: 2px 2px 2px 2px;
	font-family: Arial;
}
#topMenuBox {
	position: relative;
	float: left;
	height: 95px;
	width: 300px;
	margin-bottom: 4px;
}


.contato {
	position: relative;
	float: left;
	width: 300px;
	height: 90px;
	margin-top: 6px;
	margin-left: 12px;
	padding: 2px 2px 2px 2px;
	background-image: url(http://187.17.82.202/protear-dev/wp-content/uploads/destaques_fundo.png);
	background-repeat: no-repeat;
	color: white;
	font-family: Arial;
	letter-spacing:1px;
	font-weight: bolder;
}
.contatoInner {
	width: 280px;
	font-family: Arial;
	font-size: 18px;
	line-height: 18px;
	margin: 5px 3px 12px 90px;
	*margin: 5px 3px 9px 90px;
}
.contato img{
	margin-right: 5px;
}
.contato a {
	position: absolute;
	color: white;
	text-decoration: none;
	margin-top: 1px;
}
.contatoLeft {
	position: relative;
	float: left;
	height: 90px;
	width: 90px;
	text-align: center;
	font-family: Arial;
	font-size: 16px;
}
.contatoLeft {
	position: absolute;
	float: left;
	height: 90px;
	width: 90px;
	text-align: center;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	background-image: url(http://www.fibersals.com.br/imagens/icones/contato_faleconosco.png);
	background-repeat: no-repeat;
}
.contatoLeftText {
	position: relative;
	float: left;
	margin-top: 50px;
	margin-left: 5px;
}

.vc_sabia {
	font-weight: bold;
	text-align: center;
}
.vc_sabia img {
	margin: 0px 10px 0px 10px;
}
.lista_c {
	margin-left: 2px;
	font-size: 14px;
}
.lista_c img {
	margin-right: 7px;
}
.lista_c span {
	font-size:12px
}

.atendimento_side {
	font-family: Arial;
	font-size: 13px;
	color: grey;
}
.atendimento_side a{
	font-family: Arial;
	font-size: 13px;
	color: grey;
	margin-left: 35px;		
}
.atendimento_side b{
	font-family: Arial;
	font-size: 13px;
	color: grey;
	margin-left: 35px;		
}

.atendimento_side img {
	position: absolute;
	margin-right: 10px;
}