@charset "UTF-8";
/* marco mariutti */
html,body{
height:100%;
}
div {outline:0px dotted #FF0000;}
img {outline:0px dotted #0000FF;border:0;}
p {border:0;margin:0;padding:0;}
a:link {text-decoration:none;color:#666;}
a:visited {text-decoration:none;color:#666;}
a:hover {text-decoration:none;color:#000;}
a:active {text-decoration:none;color:#F00;}
input{border:1px solid #666666;font-size:10px;}
textarea{border:1px solid #666666;font-size:10px;}
body {
	background-color:#EEE;
	color:#000;
	margin:0;
	padding:0;
	font-family:Helvetica, Arial, sans-serif;
	font-size:10px;
	text-align:center;
	line-height:1.8em;
	}
	div#container {
		text-align:left;
		width:99em;
		min-height:100%;
		margin: 0px auto;
		padding:0;
		border-left:0.9em solid #FFFFFF;
		border-right:0.9em solid #FFFFFF;
		background-image:url(../imagens/fundo1.jpg);
		background-repeat:repeat-y;
		overflow:hidden;
		position:relative;
		}
		div#cab {
			height:18em;
			width:99em;
			}
			div#cab a img.logo {
				float:left;
				margin-top:7.2em;
			}
			div#cab img.logofer {
				margin-top:7.2em;
				float:right;
			}
			div#cab a img.menu {
				float:left;
			}
			
		div#footer {
			border-top:1px dotted #666666;
			_border-top:1px solid #CCCCCC;
			margin:0 0.9em 0 0.9em;
			position:absolute;
			bottom:0px;
			width:97.2em;
		}	
		div#conteudo {
			margin-top:1.8em;
			_margin-left:-0.9em;
			overflow:auto;
			padding-bottom:3.0em;
			}
			div.geral {
				float:left;
			}
			#conteudo div.home {
				float:left;
				background-image:url(../imagens/fundo_home.png);
				_margin-left:1.8em;
				margin-left:0.9em;
				margin-right:0.9em;
				overflow:auto;
			}
			div.produto {
				float:left;
				margin:0 0.9em 1.8em 0.9em;
				border-top:1px dotted #666666;
				_border-top:1px solid #CCCCCC;
			}
			div.arte_img {
				float:left;
				margin:0 0.9em 1.8em 0.9em;
			}
			div.arte_txt {
				float:left;
				margin:0 0.9em 1.8em 0.9em;
			}
			.t1 {
				width:18em;
			}
			.t2 {
				width:37.8em;
			}
			.t3 {
				width:57.6em;
			}
			.t4 {
				width:79.2em;
			}
			.t5 {
				width:97.2em;
			}
			img.thumb {
				margin:0.4em 0em 1.8em 0em;
			}
			img.thumb_arte {
				margin:0em 0em 1.8em 0em;
			}
			img.mini_thumb {
				margin:0.4em 0.8em 0.2em 0em;
			}
			img.detalhe {
				margin-top:0.4em;
			}
			img.detalhe_arte {
				margin-top:0em;
				width:57.6em;
			}
			img.last {
				margin-right:0em;
			}
			.block {
				display:block;
			}
			.none {
				display:none;
			}	

/* textos */
p {
	font-size:11px;
	margin:0px;
	outline:0px dotted #00FF00;
	padding-top:0.3em;
	}
	p.tit {
		font-weight:bold;
		color:#000000;
		padding-top:0.3em;
	}
	p.tit2 {
		font-weight:normal;
		color:#000000;
		padding-top:0.3em;
	}
	p.creditos {
		float:left;
		color:#666666;
	}
	p.nu {
		float:right;
	}