

/*------------------------------------------------------
E L E M E N T O S   G L O B A I S
------------------------------------------------------*/


html, body {
	margin: 20px 0;
	padding: 0;
	background-color: black;
background: url('/img/structure/bg.jpg') repeat-y top center rgb(10,0,0);
}

body {
	font-family: calibri, helvetica, arial, trebuschet;
	font-size: 12px;
	color: white;
	font-weight: normal;
}

a {
	color: rgb(30,30,30);
	text-decoration: none;
}

b {
	color: #fff;
	font-family: calibri, helvetica, arial, trebuschet;
	font-size: 14px;
	font-weight: bold;
}

#logotipo {
	border: 0;
margin-left: 30px;
	width: 170px;
	height: 112px;
}

#testera {
	clear: both;
	width: 899px;
	height: 140px;
	background: url('/img/structure/bg_testera.jpg') no-repeat;
	margin: 0;
	padding: 0;
}

#testera #logo {
	float: left;
}

#rodape {
	clear: both;
	padding: 15px 10px;
	width: 899px;
	font-size: 12px;
	background: url('/img/structure/bg_rodape.png') repeat-x;
	text-align: center;
	color: white;
	height: 23px;
}

#estrutura {
	width: 899px;
	margin: 0 auto;
	background: url('/img/structure/bg_estrutura.jpg') repeat-y;
}


/*------------------------------------------------------
MENU
------------------------------------------------------*/


#menu * {
	list-style: none;
	padding: 0;
	margin: 0;
	background: none;
}

#menu {
	clear: both;
	width: 890px;
}

#menu ul {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}

#menu ul li {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}

#menu ul li:hover {
}

#menu .principal a {
	color: rgb(30,0,0);
	font-size: 15px;
}

#menu .principal a:hover {
	color: rgb(140,0,0);
	font-size: 15px;
}

#menu .principal {
	float:left;
	padding: 5px 20px 6px 20px;
	display: inline;
	position: relative;
}

#menu .subMenu {
	background: none;
height: 27px;
	float: left;
}

#menu .subMenu a {
	display: block;
	font-weight: normal;
	padding: 3px;
	color: #333;
}

#menu .subMenu a:hover {
	display: block;
	padding: 3px;
	color: #333;
}

#menu li ul {
	position: absolute;
	width: 430px;
	display: none;
	left: 0px;
	top: 33px;
	padding: 5px 0 5px 0;
}

#menu li ul li{
	display: inline;
	padding: 0 10px 1px 10px;
}

#menu li:hover ul, #menu li.over ul {
	display: block;
}


/*------------------------------------------------------
HOME
------------------------------------------------------*/


#bannerTestera * {
	padding: 0;
	margin: 0;
	list-style: none;
}

#bannerTestera {
	float: right;
}

.d1 * {
	padding: 0;
	margin: 0;
	list-style: none;
}

.d1 {
margin-left: 10px;
height: 190px;
width: 300px;
	float: left;
}

.d1 .titulo, .d2 .titulo {
	float: left;
color: rgb(150,0,0);
font-size: 15px;
padding: 5px 0;
width: 100%;
border-bottom: 1px solid rgb(150,0,0);
}

.d1 .resumo, .d2 .resumo {
	float: left;
padding: 5px 0;
}

.d1 .foto, .d2 .foto {
	float: right;
}

.d1 .foto img, .d2 .foto img {
	border: 0;
}

.d2 * {
	padding: 0;
	margin: 0;
	list-style: none;
}

.d2 ul li {
margin-left: 10px;
height: 190px;
width: 275px;
	float: left;
}


/*------------------------------------------------------
CORPO HOME
------------------------------------------------------*/


#corpoHome {
	clear: both;
	width: 899px;
	height: 260px;
	background: url('/img/structure/bg_corpo.jpg') no-repeat bottom center;
}

#corpoHome * {
	padding: 0;
	margin: 0;
	border: 0;
	list-style: none;
	color: white;
}

#corpoHome .titulo {
	margin: 0;
	padding: 10px;
	color: white;
	font-size: 18px;
}

#corpoHome li {
	float: left;
	width: 241px;
	height: 260px;
	margin-right: 8px;
}

#corpoHome img {
	margin-right: 8px;
}


/*------------------------------------------------------
CORPO
------------------------------------------------------*/


#corpoMenu {
display: none;
}

#corpoMenu .titulo {
	padding: 10px;
	font-size: 18px;
}

#corpoMenu li {
	padding: 5px 0;
	font-size: 12px;
	margin: 0;
}

#corpoMenu ul {
	padding: 5px;
	margin: 0 0 0 20px;
}

#menuDocumentos li {
	background-color: #eee;
	padding: 3px;
	margin: 5px 0 5px 0;
}

#menuDocumentos {
	margin: 0;
	padding: 0;
	list-style: none;
}

#corpoBanners {
	width: 1000px;
}

#corpo {
	clear: both;
	width: 899px;
	padding: 0 0 90px 0;
	background: url('/img/structure/bg_corpo.jpg') no-repeat bottom center;
}

#corpoInt {
	padding: 10px 30px;
}

h1 {
	font-size: 20px;
	color: white;
	padding: 5px 0;
text-indent: 30px;
	margin: 0;
font-weight: normal;
}

h2 {
	font-size: 16px;
	color: #47493e;
	font-weight: normal;
	padding: 10px;
	margin: 0;
}

h2 span {
	font-size: 14px;
	color: white;
	background-color: #414339;
}

form .label {
	float: left;
	width: 100px;
	padding: 5px;
}

form .campo {
	float: left;
	width: 580px;
	padding: 5px;
}

form .label2 {
	float: left;
	width: 50px;
	padding: 5px;
}

form .campo2 {
	float: left;
	width: 130px;
	padding: 5px;
}

form .botao {
	width: 100%;
	text-align: center;
}

#formcontato legend {
color: white;
}

#formcontato fieldset {
margin: 10px;
}

#formcontato label {
float: left;
width: 180px;
}

#formcontato li {
clear: both;
padding: 5px;
}

#formcontato ol {
margin: 0;
padding: 0;
list-style: none;
clear: both;
}

#destaques2 {
margin: 0 30px;
}

#destaques2 .item0 {
width: 250px;
}

#destaques2 .item1 {
width: 283px;
margin: 0 20px;
}

#destaques2 .titulo {
margin: 0;
padding: 10px 0;
}








/* PRODUTOS */


.table-produto {
width: 100%;
}

.table-produto td {
padding: 8px;
vertical-align: top;
}

.table-produto table {
border-top: 1px solid gray;
}

.table-produto .td_col1 {
background-color: #f3f3f3;
border-bottom: 1px solid gray;
font-weight: bold;
}

.table-produto .td_col2 {
border-bottom: 1px solid gray;
}

.table-produto .td_col3 {
width: 120px;
}


/*------------------------------------------------------
ALBUM DE FOTOS
------------------------------------------------------*/


#albumInt {
padding: 10px;
}

#albumInt ul {
list-style: none;
margin: 0;
padding: 0;
}

#albumInt li {
float: left;
margin: 0 10px 10px 0;
background-repeat: no-repeat;
background-position: center center;
background-color: black;
}

#albumInt li:hover img, #albumInt li.over img {
border: 1px solid silver;
}

#albumInt img {
width: 80px;
height: 80px;
border: 1px solid gray;
}


/*------------------------------------------------------
ZOOM DO ?LBUM DE FOTOS
------------------------------------------------------*/


#lightbox{
	background-color:#efefef;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	z-index: 2000;
	color: black;
}

#lightboxDetails{
	font-size: 11px;
	padding-top: 5px;
	z-index: 2000;
}

#lightboxImage {
	border: 1px solid gray;
}

#lightboxCaption{
	float: left;
	z-index: 2000;
}

#keyboardMsg {
	float: right;
	z-index: 2000;
}

#overlay img {
	border: none;
	z-index: 2000;
}

#overlay{ 
	background-image: url(/img/structure/overlay.png);
	z-index: 2000;
}

* html #overlay{
	background-color: #000;
	background-color: transparent;
	background-image: url(blank.gif);
	z-index: 2000;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
}

