/* Fontes Especiais */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: normal;
  src: local('Oswald '), local('Oswald'), url('http://themes.googleusercontent.com/font?kit=-g5pDUSRgvxvOl5u-a_WHw') format('woff');
}

/* Elementos */
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image:url('../../img/layout/fundo-repet-2.png')!important;
	background-repeat:repeat;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	text-shadow:#ccc 1px 1px 2px;
}
h2 {
	font-family: verdana, arial, serif;
	font-size:14px;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	text-shadow:#ccc 1px 1px 2px;
}

a:link {
	color: #000;
	text-decoration:none;
}
a:visited {
	color: #000;
	text-decoration:none;
}
a:hover {
	color: #666;
}
a:active {
	color: #999;
	text-decoration:none;
}


hr {
	background: #000 url('../img/htm/linha.jpg');
	height: 18px;
	border: none;
}

/* Layout */
#site { 

	margin: 0 auto;
	width: 960px;
}
#cabecalho {	
	width: 960px;
	height: 169px;
	background: #FFF url('../img/layout/topo.jpg');
}

#logo-topo{
	padding-left:21px;
	padding-top:25px;
	
	float:left;

}
#slogan-topo{
	font-family: 'Optima', arial, serif;
	font-size:17px;
	color:#666;
	padding-left:335px;
	padding-top:50px;
	width:450px;
	line-height:30px;
}

#slogan-telefone{
	padding-left:799px;
	width:130px;
	position: relative;
	top:140px;
	
}

#telefone{
	font-family: 'Skia', Verdana, Arial, _Sans;
	font-size:14px;
	color:#666;
	padding-left:845px;
	width:130px;
	position: relative;
	top: 122px;
	padding-bottom:5px;
	
}

#chat{
	position:absolute;
	padding-left:855px;
	padding-top:35px;
	
}

#menu {
	background: #000;
	line-height: 32px;
	text-align:center;
	
}
#menu ul {
	list-style: none;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	text-decoration: none;
	color: #fff;
	margin-left: 50px;
	font-family:  "arial", serif;
	font-size: 13px;
}
#menu ul li a:hover {
	text-decoration: none;
	background: none;
	color:#999;
	
}
#container {
	/*faux-colums: aqui*/
	background: #FFF url(../img/htm/colfaux.png) repeat-y;
}
#conteudo {
	font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	text-shadow:#ccc 1px 1px 2px;
	width: 900px;
	float:left;
}
#conteudo .html {
	padding: 40px;
	padding-top:20px;
	padding-left:40
}
#conteudo .html p {
	padding-top: 20px;
	text-align: justify;
}

/*#esquerda {
	display: ;
	width: 150px;
	float:left;
	/* background: #FFF; */


#rodape {
	clear: both;
	background: #eee url('../img/htm/linha_rodape.jpg') no-repeat;
	text-align: center;
	height: 175px;
}
#rodape .html {
	padding: 10px;
	line-height: 180%;
}
#menu-rodape {
	background: #000;
	line-height: 32px;
	text-align:center;
	
}
#menu-rodape ul {
	list-style: none;
}
#menu-rodape ul li {
	display: inline;
}
#menu-rodape ul li a {
	text-decoration: none;
	color: #fff;
	margin-left: 50px;
	font-family:  "arial", serif;
	font-size: 13px;
}
#menu-rodape ul li a:hover {
	text-decoration: none;
	background: none;
	color: #999;
}
#endereco{
	float:left;
	
}
#endereco{
	float:left;
	
}


#creditos a:link {
	color: #aaa;
	text-decoration:none;
}
#creditos a:visited {
	color: #aaa;
	text-decoration:none;
}
#creditos a:hover {
	color: #666;
	font-size:14px;
}
#creditos a:active {
	color: #999;
	text-decoration:none;
}