@charset "utf-8";
/* CSS Document */

body {
	background: url(img/bg2012.png);
	margin-top: 18px;
}

p, img, h1, h2, ul, form { margin:0px; padding:0px; border:0px; }

#main {
	width: 788px;
	margin:0px auto;
}

	#header {
		width: 745px;
		margin-left:22px;
		background:url(img/topo2012.png);
		height:170px;
	}
		#header2 {
		width: 745px;
		margin-left:22px;
		background:url(img/bg_header2.jpg);
		height:132px;
	}
	
		.logo {
			padding: 18px 0px 0px 22px;
		}
	
	#slideshow {
		width: 779px;
		margin:0px auto;
		background:url(img/bg_slideshow2012.gif);
		height: 240px;
		padding: 9px 0px 0px 9px;
	}
	
	#content {
		width: 745px;
		margin-left:22px;
		background:url(img/bg_content2012.gif);
		overflow:auto;
		padding-top:16px;
		padding-bottom:16px;
	}
	
		#menu {
			width: 204px;
			float:left;
			padding-left:28px;
		}
		
			ul {
				list-style:none;
				font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
				font-size:11.3px;
			}
			
				li a {
					color: #656565;
					line-height:22px;
					text-decoration:none;
				}
				
				li a:hover {
					color: #E67E1F;
					line-height:22px;
					text-decoration:none;
					font-weight:bold;
				}
				
				li.lista a {
					color:#00CC00;
				}
				
				li.dicas a {
					font-size:12px;
					color:#E67E1F;
					font-weight:bold;
				}
				
				li.dicas a:hover {
					color:#000000;
					font-weight:bold;
				}
		
			h3 {
				color:#E67E1F;
				font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
				font-size:14px;
			}
			
			.endereco {
				width:148px;
				font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
				font-size:11px;
				padding-bottom:16px;

			}
			.mail a {
				color:#E67E1F;
				font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
				font-size:11px;
				padding-bottom:16px;

			}
				.mail a:hover {
				color:#000000;
				font-weight:bold;
				font-size:11px;
				padding-bottom:16px;

			}
		#conteudo {
			width: 480px;
			float:left;
		}
		
			h1 {
	color:#E67E1F;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:13.4px;
	font-weight:bold;
			}
			
			#conteudo p {
				color:#666;
				font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
				font-size:12px;
				font-weight:normal;
				padding-bottom:10px;
			}
			
			.texto {
				padding-top: 16px;
				text-align:justify;
			}
			
			#imagens p {
				width:158px;
				height:114px;
				background:url(img/bg_img.jpg);
				float:left;
			}
			
				.legenda {
					padding-left: 10px;
					font-size:10px;
					color:#333;
					line-height: 36px;
				}
			
				#imagens p img {
					padding: 15px 0px 0px 12px;
				}
				
			#img_content {
				background:url(img/bg_img_high.gif);
				width:472px;
				height:344px;
				margin-bottom:8px;
				padding: 8px 0px 0px 8px;
			}
			
				#img_thumb p {
					width:67px;
					height:45px;
					float:left;
					padding-right: 11px;
				}
				
					#img_thumb p img {
						border: 1px solid #999;
					}
			
			#novidades {
				width:465px;
				overflow:auto;
				margin-top: 10px;
				margin-left:4px;
				background: #EDEDED;
				border: 1px solid #CCC;
				padding:6px;
			}
			
				h2 {
					font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
					font-size:13px;
					font-weight:bold;
					padding-top:8px;
				}
			
		#bottom {
			width: 745px;
			height:27px;
			background:url(img/bg_bottom2012.png);
			margin-left: 23px;
		}
		
	
