html {
	min-height: 100%;
}

body {
	background: url(../imagens/main-bg.gif);
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #5d5d60;
	min-height: 100%;
}

#fullsite {
	background: url(../imagens/bg.gif) top left repeat-x;
}

#maincontainer {
	margin-left: auto;
	margin-right: auto;
	background: url(../imagens/headbg.gif) repeat-y top left;
	width: 896px;
	min-height: 100%;
}

#header {
	background: url(../imagens/flashbg.gif) repeat-y top left;
}

#content {
	background: url(../imagens/contentbg.gif) bottom center no-repeat;
	min-height: 250px;
	padding: 20px 60px 20px 60px;
	text-align: left;
}

#specialcontent {
	background: url(../imagens/contentbg.gif) bottom center no-repeat;
	min-height: 250px;
	padding: 0 0 20px 0;
}

#footer {
	background: url(../imagens/footer.gif) no-repeat;
	color: #FFFFFF;
	height: 57px;
}

#footer div {
	padding: 25px 50px 20px 50px;
	text-align: left
}

#twocols {
	width: 783px;
}

#twocols .leftcol {
	width: 390px;
	border-right: 1px dashed #e8e8e8;
	text-align: left;
}

#twocols .rightcol {
	width: 393px;
}

.thumbcontainer {
	width: 169px;
	height: 130px;
	background: url(../imagens/thumb-bg.gif) top left no-repeat;
}

.shortinfo {
	width: 207px;
	height: 100px;
	text-align: left;
}

.shortinfo div {
	padding-left: 20px;
}

.shortinfo .prodname {
	color: #d8001d;
	font-weight: bold;
}

.clickformore {
	text-align: right;
	height: 30px;
}

.clickformore div {
	border-bottom: 1px solid #acacac;
	padding-bottom: 1px;
}

.prodlistitem {
	width: 380px;
	margin-bottom: 15px;
	margin-top: 15px;
}

.infobox {
	width: 374px;
	margin: 10px 0 5px 0;
}

.infobox .interior {
	background: url(../imagens/infobox-bg.gif) repeat-y top left;
	padding-left: 14px;
	padding-right: 14px;
	text-align: justify;
}

.infobox .interior div {
	padding: 0 10px 20px 10px;
}

.infobox .interior h1 {
	color: #d8001d;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
}

.infobox .interior h2 {
	color: #1e70a9;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
}

#contentzone {
	background: url(../imagens/contentbg.gif) bottom center no-repeat;
	min-height: 250px;
	padding: 10px 60px 20px 60px;
	text-align: left;
}

.newsbox {
	width: 374px;
	margin: 10px 0 5px 0;
}

.newsbox .interior {
	background: url(../imagens/infobox-bg.gif) repeat-y top left;
	padding-left: 14px;
	padding-right: 14px;
	text-align: left;
}

.newsbox .interior div {
	padding: 0 10px 20px 10px;
}

.newsbox .interior h1 {
	color: #d8001d;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
}

.newsbox .interior h2 {
	color: #1e70a9;
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
}

#gallerymosaic {
	border-collapse: collapse;
}

#gallerymosaic td {
	border: none;
}

#gallerymosaic th {
	font-weight: normal;
}

#gallerymosaic .titulo {
	height: 21px;
	padding-bottom: 10px;
	font-size: 10px;
}

#gallerymosaic .titulo a {
	text-decoration: none;
}

#gallerymosaic .titulo a:hover {
	text-decoration: underline;
}

#gallerymosaic .imagempasta {
	width: 169px;
	height: 120px;
	padding-bottom: 10px;
	background: url(../imagens/thumb-bg-new.gif) bottom no-repeat;
}

#gallerymosaic .imagem {
	width: 169px;
	height: 130px;
	padding-bottom: 0px;
	background: url(../imagens/thumb-bg.gif) bottom no-repeat;
}

#gallerymosaic img {
	border: none;
}

#galleryview {
	margin-top: 20px;
}

#galleryview .middle {
	background: url(../imagens/galleryview-bg.gif) top left repeat-y;
	padding: 10px;
}

#galleryview img {
	border: none;
}

#contactform {
	width: 100%;
}

#contactform .label {
	width: 80px;
}

#contactform input {
	width: 99%;
	border: 1px solid #ccc;
}

#contactform textarea {
	width: 99%;
	height: 120px;
	border: 1px solid #ccc;	
}

#contactform .submit {
	text-align: right;
}

#contactform .submit input {
	width: 60px;
	height: 17px;
	border: none;
	background-color: red;
	font-size: 9px;
	color: white;
}

#contactform .optional {
	color: #aaa;
}

#contactform .optional input {
	background-color: #eee;
	border: 1px solid #ccc;
}

.noticia span {	
	color: #1e70a9;
	font-weight: bold;
	font-size: 14px;
}

#logozone {
	width: 896px;
	height: 70px;
	background: url(../imagens/head.gif) top left repeat-y;
	text-align: center;
	padding: 0;
}

#printheader {
	display: none;
}

#watermarkgif {
	display: none;
	position: absolute;
	left: 0;
	top: 50px;
	width: 100%;
}

@media print {

	#watermarkgif {
		*display: inline;
		_width: 175%;
	}
	
	#header {
		display: none;
	}
	
	#fullsite {
		width: 100%
	}
	
	#maincontainer {
		width: 100%
	}
	
	#footer {
		background: white;
		height: auto;
		clear: both;
	}
	
	#footer div {
		padding: 0px;
	}

	#printheader {
		display: block;
		margin-bottom: 20px;
		text-align: left;
	}
	/*
	#twocols img {
		display: none;
	}
	*/
	.interior img {
		display: inline;
	}
	
	/* hacks ie6 */
	
	#twocols {
		width: 100%;
	}
	
	.infobox {
		width: 100%px;
	}
	
	#twocols .leftcol {
		width: 50%;
	}
	
	#twocols .leftcol object {
		_width: 240px;
		_height: 209px;
	}
	
	#twocols .rightcol {
		width: 35%;
		_position: relative;
		_right: 120px;
	}
	
}
