@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Electrolize);
@import url(http://fonts.googleapis.com/css?family=Oswald);
@import url(http://fonts.googleapis.com/css?family=Inder);
@import url(http://fonts.googleapis.com/css?family=Ubuntu+Condensed);

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: center;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	padding: 10px
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
body  {
    background:#CDCDB4;
}
header  {
    text-align: center;
	height:105px;
	background-color:#FFFAF0;
	margin:0 auto;
}
.clear  {
    clear:both;
}
.nav-total  {
	height:60px;
	background: url(../img/bg-nav.jpg) repeat-x;
}
.f-nav  { 
    z-index: 9999; 
	position: fixed; 
	top: 0; width:100%; 
} 
nav  {
	text-align: center;
    width:950px;
	height:60px;
	background: url(../img/bg-nav.jpg) repeat-x;
	margin:0 auto;
}
nav ul  li{
   display:inline; 
   float:center;
}
nav ul li a,
nav ul li a:visited  {
   color:#FFF;
   font-family: 'Electrolize', sans-serif;
   font-size:20px;
   text-transform:uppercase;
   float:center;
   font-weight:bolf;
   margin:0 50px 0 5px;
   line-height:60px;
}  
nav ul li a:hover  {
    color:#CD5C5C; 
}

#pagina-total  {
    width:960px;		
	min-height:100%;
	height:100%;
	background:#1C344C;
	margin:0 auto;
}

.fundo-linha  {
    width:918px;
	min-height: 100%;	
	height:100%;
	border:1px solid #437CB6;
	padding:10px;
	float:left;
	margin:0px 0 0 10px;
}

.artigos  {
    width:918px;
	height:100;	
	background:#F0F0F0;
	float:left;
}

.borda  {	
    width:960px;
	height:	100%;
	min-height:100%;
	margin:10px 0 0 0;
	float:left;
}

a{
    text-decoration:none;
	color:#B22222;
    -webkit-transition:color 0.5s ease-out;
    -moz-transition:color 0.5s ease-out;
    -o-transition:color 0.5s ease-out;
    -ms-transition:color 0.5s ease-out;
}
a:hover{
	text-decoration:none;
	color:#EE8262;
    filter:alpha(opacity=100);
    -moz-opacity:1;
    opacity:1;
}

figure  {
    float:center;
	margin:10px; 
	padding: 10px;
}

.clientes  {
    float:center;
	padding: 3px;
}

figure:hover  {
 -webkit-box-shadow:  0px 0px 5px 0px #437CB6;
  box-shadow:  0px 0px 5px 0px #437CB6; 
}

p  {
	font-size: 20px;
	line-height: 22px;
	letter-spacing: 0.2px;
	text-align: left;
	padding:10px 10px 0px 10px;
	margin: 0;
	color: #555;
	font-family:'Ubuntu Condensed', sans-serif; 
}
h1  {
    font-size:40px;
    color:#FFF;
    margin:10px 0 10px 0;
    background:url(img/bg-h1.png) 0 bottom repeat-x; 
    font-family: 'Electrolize', sans-serif;	
}
h2  {
    font-size:22px;
	font-weight:bold;
    color:#2B5074;
    background:url(img/bg-h1-bar.jpg) 0 bottom repeat-x; 
    letter-spacing: 1px;
    margin:10px ;
    font-family: 'Oswald', sans-serif;
}

h3  {
    font-size:20px;
	font-weight:bold;
    color:#2B5074;
    background:url(img/bg-h1-bar.jpg) 0 bottom repeat-x; 
    letter-spacing: 1px;
    margin:0px 20px ;
    font-family: 'Oswald', sans-serif;
}

#div-text {
	letter-spacing: 10px;
	background:url(../img/bg-text.jpg) 0 bottom repeat-x; 	
}

#div-text-prod {
	letter-spacing: 10px;
	margin: 5px 5px 20px 10px ;
	background:url(../img/bg-text-prod.jpg) 0 bottom repeat-x; 	
}

#rodape-total  {
    width:100%;
	height:30px;
	float:left;
	margin:10px 0 0 0;
	vertical-align: middle;
	background:url(../img/bg-rodape.jpg) repeat-x;
}
footer  {
    width:100%;
	height:30px;
	margin:0 auto;
	text-align: center;
	vertical-align: middle;
	padding-top:10px;
	background:url(../img/bg-rodape.jpg) repeat-x;
}

.copy  {    
	color:#FFF;
	font-family: 'Electrolize', sans-serif; 
}

.rTable {
  	display: table;
  	width: 100%;
	margin:10px;
}
.rTableRow {
  	display: table-row;
}
.rTableHeading {
  	display: table-header-group;
}
.rTableCell {
  	display: table-cell;
  	padding: 3px 10px;
}

.rTableHead {
  	display: table-cell;
  	padding: 3px 10px;
}

.rTableHeading {
  	display: table-header-group;
	font-weight: bold;
}
.rTableFoot {
  	display: table-footer-group;
  	font-weight: bold;
}
.rTableBody {
  	display: table-row-group;
}