@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	border: 0;
	padding: 0;
	list-style: none;
	font-weight: normal;
	text-decoration: none;
}


body {
	background: #000;
}
#site {
	width: 960px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #242424;
	background:#242424;
}
#site_header {
	width: 960px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
}

#header {
	width: 100%;
	height: 100px;
	display: block;
	float: left;
	background:#000;
}

#logo {
	width: 205px;
	height: 58px;
	display: block;
	float: left;
	margin-top: 25px;
}
#fio_header {
	width: 100%;
	height: 5px;
	display: block;
	background: #aa2927;
	margin-left: auto;
	margin-right: auto;
}
#site_banner {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	background: #242424;
}
#banner {
	width: 960px;
	height: 437px;
	display: block;
		margin-left: auto;
	margin-right: auto;
	background: #242424;
	padding: 20px 0px 20px 0px;
}
#conteudo {
	width: 900px;
	height: 100%;
	display: block;
		margin-left: auto;
	margin-right: auto;
	background: #242424;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	line-height: 18PX;
}

#fio_footer {
	width: 100%;
	height: 5px;
	display: block;
	background: #aa2927;
	margin-left: auto;
	margin-right: auto;
}
#site_rodape {
	width: 100%;
	height: 100px;
	display: block;
}
#rodape {
	width: 960px;
	height: 100%;
	display: block;
		margin-left: auto;
	margin-right: auto;
	background: #000;
}
#texto_esq {
	width: 700px;
	height: 100%;
	display: block;
	float: left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 13px;
	margin-top: 5px;
}
#texto_dir {
	width: 250px;
	height: 100%;
	display: block;
	float: right;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 13px;
	margin-top: 5px;
	text-align:right;
}
	

#facebook {
	width: 24px;
	height: 24px;
	display: block;
	float: right;
		margin-top: 21px;
		margin-right: 35px;
}
#facebook_link {
	width: 115px;
	height: 24px;
	display: block;
	float: right;
		margin-top: 21px;
			font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
			color: #fff;
			margin-right: -20px;
}
#facebook_link a {
	width: 160px;
	height: 24px;
	display: block;
	float: right;
	margin-top: 2px;
			font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
			color: #fff;
			margin-right: -10px;
}

#menu {
	width: 700px;
	float: right;
	display: block;
	z-index: 1;
	margin-top:21px;
}

#menu ul {
    padding:0px;
    float: left;
    width: 100%;
    list-style:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	margin-left: -20px;
}

#menu ul li { display: inline;
padding: 2px 5px 0px 0px; 
    float:left;
    /* visual do link */
    font-size: 12px;
	color: #000;
    text-decoration: none;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;

 }

#menu ul li a {
    /* visual do link */
    font-size: 14px;
	color: #fff;
    text-decoration: none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
#menu ul li a:hover {
	color: #fff;
    text-decoration: underline;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration:underline;
}


.form {
	width: 360px;
	height: 20px;
	background: #fff;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.form-text {
	width: 360px;
	height: 60px;
	background: #fff;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

#produtos {
	width: 100%;
	height: 100%;
	display: block;
	float: left;
}
#produtos ul {
	display: inline;
	list-style: none;
}
#produtos li {
	width: 225px;
	height: 250px;
	display:block;
	float: left;
	margin-top:20px;
}
#produtos li a {
	color: #fff;
}
#produtos li a:hover {
	text-decoration:underline;
}

#paginacao {
	text-align:center;
	width: 960px;
	display: block;
	float: left;
}
#paginacao a {
	color: #fff;
}
#paginacao a:hover {
	color: #fff;
}

.paghover {
	font-size: 18px;
}

h2 {
	font-size:24px;
}