*{margin:0; padding:0;}
	html{
		margin:0;
		padding:0;
		height:100%;
	}
	body{
		color:#333;
		background:#333;
		font-family: "Trebuchet MS", Verdana;
		font-size:10px;
		height:100%;

	}
	a{
		text-decoration:none;
		color:#FFF;
	}
	a:hover{
		text-decoration:underline;
	}
#geral{
		position:absolute;
		float:left;
		width:960px;
		height:auto;
		left:50%;
		margin-left:-480px;
		background:#f2f2f2;
		padding:10px 0;
		/*top:15px;*/
}
#topMenu{
	position:relative;
	float:left;
	width:318px;
	height:auto;
	/*border-left: 1px solid #ccc;*/
	/*margin:3px 3px 0 3px;*/
	margin-left:13px;
	margin-right:13px;
	
		
}
/*velho*/
.image_thumb {
	position:relative;
	float: left;
	/*background: #f0f0f0;*/	
	border-left: 1px solid #ccc;
/*	border-right: 1px solid #fff;*/
	border-top: 1px solid #ccc;
	margin-bottom:10px;
}
	.image_thumb img {
		border: 1px solid #ccc; 
		padding: 3px; 
		background: #fff; 
		float: left;
	}
	.image_thumb ul {
		border-left:1px solid #fff;
		margin: 0; padding: 0;
		list-style: none;
	}
	.image_thumb ul li{
		margin: 0; 
		/*padding: 12px 10px;*/
		padding: 10px;
		/*background: #f2f2f2;*/
		float: left;
		border-bottom: 1px solid #ccc;
		border-top: 1px solid #fff;
		border-right: 1px solid #ccc;
/*		border-left: 1px solid #ccc;*/
	}
	.image_thumb ul li.hover {
		background:#F59352;
		cursor: pointer;
	}
	.image_thumb ul li.active {
		background:#F6AD32;
		cursor: default;
	}
	html .image_thumb ul li h2 {
		font-size: 1.5em; 
		margin: 5px 0; padding: 0;
	}
	.image_thumb ul li .block {
		float: left; 
		margin-left: 10px;
		padding: 0;
	}	
	.image_thumb ul li p{display: none;}


.main_image{
	position:relative;
	float:left;
	width:602px;
	height:543px;
	/*margin:10px;*/
	border:1px solid #ccc;
	background:url(../imagens/basequatro.jpg) no-repeat;
}

.main_image img{
	border:1px solid #FFF;
}

.main_image .block small,h2 {padding: 0 10px; color:#FFF; }

.main_image .block small,p {padding: 5px 15px; color:#FFF; }

.main_image .desc{
	position: absolute;
	bottom: 0;	left: 0;
	width: 100%;
	display: none;
}

.main_image .block{
	width: 100%;
	background: #F38034;
	
}
.block{
	position:absolute;
	float:left;
	bottom:0;
	width: 100%;
	background: #F38034;
}
.main_image a.show {background-position: left bottom; } 
#lateral{
	position:relative;
	float:right;
	width:296px;
	height:540px;
	margin-top:20px;
	margin-right:20px;
}

#categoria{
	position:relative;
	float:left;
	width:296px;
	height:auto;
}
.toplateral{
	position:relative;
	float:left;
	width:296px;
	height:20px;
	background:url(imagens/top.jpg) no-repeat;
}
.conteudolateral{
	position:relative;
	float:left; 
	width:276px;
	height:auto;
	background:#333;
	color:#fff;
	padding:0 10px 4px 10px;
	font-size:14px;
}
.conteudolateral p{
	margin:10px;
}
.bottomlateral{
	position:relative;
	float:left;
	width:296px;
	height:16px;
	background:url(imagens/bottom.jpg) no-repeat;
}

.separar{
	position:relative;
	float:left;
	width:276px;
	height:2px;
	background:#222;
	margin-bottom:10px;

}
/*efeito legenda*/

pre{
	display:block;
	padding:10px;
	/*background:#e3f4f9;	*/
	margin:.5em 0;
	overflow:auto;
	width:800px;
}
#preview{
	position:absolute;
	background:#F38034;
	display:none;
	color:#000;
	font-size:14px;
	text-align:center;
	padding:10px;
	font-weight:bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/*opacity: 0.8;            
	opacity: 0.8;
	filter: alpha(opacity=80);
	filter: "alpha(opacity=80)";
  	filter: alpha(opacity = 80);
	zoom: 1;*/
   
}
#tnt_pagination {
	position:relative;
	float:left;
	display:block;
	text-align:center;
	width:318px;
	height:auto;
	line-height:21px;
	clear:both;
	padding-top:3px;
	font-size:12px;
	font-weight:normal;
	
}
#tnt_pagination a:active{
padding:7px;
	padding-top:2px;
	padding-bottom:2px;
	margin-left:5px;
	text-decoration:none;
	background-color:#f2f2f2;
	color:#ff7000;
	width:22px;
	font-weight:normal;

}

#tnt_pagination a:link, #tnt_pagination a:visited{
	padding:7px;
	padding-top:2px;
	padding-bottom:2px;
	margin-left:5px;
	text-decoration:none;
	background-color:#f2f2f2;
	color:#ccc;
	width:22px;
	font-weight:normal;
	border:1px solid #ccc;
}

#tnt_pagination a:hover {
	background-color:#F59352;
	color:#f2f2f2;	
}

#tnt_pagination .active_tnt_link {
	padding:7px;
	padding-top:2px;
	padding-bottom:2px;
	margin-left:5px;
	text-decoration:none;
	background-color:#F6AD32;
	color:#FFF;
	cursor:default;
	border:1px solid #F6AD32;
}

#tnt_pagination .disabled_tnt_pagination {
	padding:7px;
	padding-top:2px;
	padding-bottom:2px;
	margin-left:5px;
	text-decoration:none;
	background-color:#f2f2f2;
	color:#ccc;
	cursor:default;
	border:1px solid #CCC;
}

#loader_menu{
	position:relative;
	float:left;
	width:318px;
	height:32px;
}

#loader_menu img{
	margin-left:142px;
	margin-top:80px;
}

#contato{
	position:relative;
	float:left;
	width:380px;
	height:300px;
	background:#efefef;
	margin:10px;
	padding:10px;
	color:#333;
	font-size:12px;
	-moz-border-radius:10px;
}

td{
	color:#333;
	font-size:13px;
	padding:3px;
	
}

input{
	background:#fff;
	color:#333;
	font-family:"Courier New", Courier, monospace;
	padding:3px;
	border:1px solid #ccc;
}

textarea{
	width:346px;
	height:90px;
	background:#fff;
	color:#333;
	font-family:"Courier New", Courier, monospace;
	padding:3px;
	border:1px solid #ccc;
}

textarea.error,input.error{
	border: 2px solid red;
}
