/* CSS Document */
*{
	margin:0px;
	padding:0px;
	text-decoration:none;
}

a:link, a:hover, a:visited{
	color:#FFFFFF;
}

img {border:none;}

body{
	background:url(../imagens/bg_body.gif);
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#C0C0C0;
}		

#geral{
	width:700px;
	margin:0 auto;
}

#logo{
	height:40px;
	background:url(../imagens/logo.png) center no-repeat;
	padding:20px 0 20px 0;
}	

#topo{
	height:260px;
	padding-bottom:10px;
}

#colOne{
	width:320px;
	float:left;
	padding:10px;
}

#colTwo{
	width:320px;
	float:right;
	padding:10px;
}	

#colCenter{
	padding:10px 0 40px 0;
}	

#footer{
	background:url(../imagens/bg_footer.gif);
	width:100%;
	height:100px;
	clear:both;
}	

#footer .copy{
	margin:0 auto;
	width:700px;
	padding-top:30px;
	text-align:center;
	font-size:92%;
	color:#C0C0C0;
}

#footer .copy .id{
	float:right;
}	

.post{
	margin: 0 0 4px 0;
	padding: 0 0 4px 0;
	clear:both;
}

.post h3{
	font: bold 12px/16px Arial, Helvetica, sans-serif;
	padding-bottom:10px;
}

.post p{
	padding-bottom:10px;
}

.post .img{
	float:left;
	margin:0 8px 4px 0;
}	

/* NAVEGAÇÃO */

#navbox {
	height:30px;
	padding-left:10px;
	margin-top:10px;
	background:#262A2C;
}

#nav{
	padding:0 0 0 10px; 
	height:16px;
	display:inline;
	overflow:hidden;
}

#nav li {
	display:inline; 
	margin:0;
	padding:0;
}
		
#nav a {
	float:left;
	margin:6px 10px 0 0;
	padding:16px 0 0 0;
	overflow:hidden;
	height: 0px !important;
	text-indent:-9000px;
}
	
#nav a:hover, #nav a:active { 
	background-position: 0 -16px;
}

#nav a.selected {
	background-position: 0 -32px;
}

#m_home a {
	width:43px;
	background:url(../imagens/m_home.gif) top left no-repeat;
}

#m_quemsomos a {
	width:107px;
	background:url(../imagens/m_quemsomos.gif) top left no-repeat;
}

#m_news a {
	width:41px;
	background:url(../imagens/m_news.gif) top left no-repeat;
}

#m_catalogo a {
	width:186px;
	background:url(../imagens/m_catalogo.gif) top left no-repeat;
}

#m_faleconosco a {
	width:154px;
	background:url(../imagens/m_faleconosco.gif) top left no-repeat;
}

#m_br a {
	width:25px;
	background:url(../imagens/br.jpg) top left no-repeat;
}

#m_es a {
	width:25px;
	background:url(../imagens/es.jpg) top left no-repeat;
}

#m_en a {
	width:25px;
	background:url(../imagens/en.jpg) top left no-repeat;
}
	
/* FINAL NAVEGAÇÃO */

.estilo{
    visibility: hidden;
	height:30px;
}

ul.submenu {
	margin: 0;
	padding-left:30px;
	list-style: none;
}

ul.submenu li {display: inline;}

ul.submenu li a{
	float: left;
	padding: 10px;
	color: #c0c0c0;
	font-size:92%;
}

ul.submenu li a:hover {
	color:#727272;
}

#fotos {
	float: left;
	background: url(../imagens/fotoexibe.gif) no-repeat;
	width: 470px;
	height: 370px;
}

#mostrafoto {
	border: 1px solid #ccc;
	margin-left: 20px;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 30px;
	width: 420px;
	height: 320px;
}

.img {
	border:1px solid #fff;
}

.input{
	border:2px solid #fff;
	width:160px;
	font:normal 11px/16px Tahoma, verdana;
}
