/* body */
body
{
  margin: 0px;
  background-color: #336699;
  background-image: url(img/background-mini.gif);
}


/* Texto geral */
body, table, td {
  font-family: "Trebuchet MS", Trebuchet, Arial, Verdana, Helvetica, Sans-Serif;
  font-size: 10pt;
  font-weight: normal;
  text-decoration: none;
  font-style: normal;
  color: #666666;
  margin: 0px 0px 0px 0px;

  overflow: auto;

  scrollbar-face-color: #172E46;
  scrollbar-shadow-color: #172E46;
  scrollbar-highlight-color: #172E46;
  scrollbar-3dlight-color: #172E46;
  scrollbar-darkshadow-color: #172E46;
  scrollbar-track-color: #2D5B89;
  scrollbar-arrow-color: #DDDDDD;
}

a:link, a:visited, a:active {
  text-decoration: none;
  color: #680102;
}

a:hover {
  text-decoration: underline;
  color: #680102;
}

h3 {
  margin: 0px;
  padding: 0px;
  font-family: "Trebuchet MS", Arial, Helvetica, Tahoma, Verdana;
  font-weight: bold;
  font-size: 14pt;
  color: #555555;
}


form {
  margin: 0;
  padding: 0;
}

hr {
  padding: 0px;
  margin: 0px;
}



table#skel {
  width: 100%;
  height: 100%;
  background-image: url(img/background.gif);
  background-repeat: repeat-x;
}

td#topmenu {
  background-image: url(img/topmenu_background.jpg);
  background-repeat: no-repeat;
}

.topmenu {
  padding: 10px;

  font-family: Verdana, Arial, "Trebuchet MS", Trebuchet, Arial, Verdana, Helvetica, Sans-Serif;
  font-size: 12px;

  font-weight: bold;
  color: #EEEEEE;
}

td#topspace {
  background-image: url(img/topspace_background.jpg);
  background-repeat: no-repeat;
}

td#date {
  background-image: url(img/date_background.jpg);
  background-repeat: no-repeat;
}

td#title {
  background-image: url(img/title_background.jpg);
  background-repeat: no-repeat;

  text-align: left;
  vertical-align: bottom;

  padding: 0px 10px 10px;
}

h1 {
  text-align: left;
  vertical-align: bottom;

  padding: 0px 7px 5px;

  margin: 0px;

  font: 23px/20px Georgia, Times, "Trebuchet MS", Arial, Helvetica, Tahoma, Verdana;
  font-weight: bold;
  font-variant: small-caps;

  color: #9B1919;

  border-bottom: 1px dashed #DDDDDD;
}


h3 {
  text-align: left;

  padding: 0px;

  margin: 15px 0px 5px;

  font: 15px/20px "Trebuchet MS", Arial, Helvetica, Tahoma, Verdana;
  font-weight: bold;
  font-variant: small-caps;

  color: #555555;
}

td#leftside {
  background-image: url(img/leftside.jpg);
  background-repeat: repeat-y;
}

.leftcaption {
  background-image: url(img/left-caption.gif);
  background-repeat: no-repeat;
  width: 225px;
  height: 35px;

  font-family: Georgia, Times, "Trebuchet MS", Arial, Helvetica, Tahoma, Verdana;
  font-weight: bold;
  font-style: italic;
  font-size: 16px;
  text-align: center;
  color: #888888;
  padding-bottom: 7px;
}

td#rightside {
  background-image: url(img/rightside.gif);
  background-repeat: repeat-y;
}

td#body {
  background-color: #FFFFFF;
  background-image: url(img/body_background.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  vertical-align: top;

  line-height: 150%;
  word-spacing: 0.3em;

  height: 100%;

  padding: 15px;
  padding-top: 0px;
}

td#leftshadow {
  width: 5px;
  height: 100%;
  background-image: url(img/leftshadow.jpg);
  background-position: bottom right;
  background-repeat: no-repeat;
}

td#rightshadow {
  width: 5px;
  height: 100%;
  background-image: url(img/rightshadow.jpg);
  background-position: bottom left;
  background-repeat: no-repeat;
}

td#copyright {
  background-image: url(img/4x1.gif);
  background-repeat: no-repeat;
  font-family: Arial, Tahoma, Verdana;
  font-size: 8px;
  font-weight: bold;
  color: #E4E4E4;
  text-align: center;
  padding-top: 5px;
  padding-left: 40px;
}

#copyright a {
	color: #E4E4E4 !important;
	text-decoration: none !important;
}

#copyright a:hover {
	color: #FFFFFF !important;
	text-decoration: none !important;
}

#mainmenu a {
	display: block;

	width: 210px;
	height: 24px;

	font: 13px/22px Verdana, Arial, Helvetica, Tahoma, Verdana;
	font-weight: bold;
	text-align: left;

	font-variant: small-caps;

	text-indent: 8px;

	margin: 3px 0px;

	text-decoration: none;


	background-image: url(img/on.jpg);
	background-repeat: repeat-x;
	background-position: 0px 1px;

	background-color: #E6E6E6;
	border: 1px solid #CCCCCC;
	color: #666666;

	cursor: pointer;
}


#mainmenu a:hover, #mainmenu a.sel {
	background-image: url(img/off.jpg);
	background-color: #333333;

	background-position: 0px 1px;

	color: #FFFFFF;

	border: 1px solid #5d5852;
}

#contacts {
	margin: 10px 0px 0px;
	width: 210px;

	border-top: 1px dashed #DDDDDD;

	padding-top: 5px;

	text-align: left;
}

#contacts h1 {
	height: 45px;

	padding: 0px 0px 0px 48px;

	background-image: url(img/contact.jpg);
	background-position: 0px 50%;
	background-repeat: no-repeat;

	text-align: left;

	margin: 0px 0px 0px 25px;

	font: 20px/45px Georgia, Times, "Trebuchet MS", Arial, Helvetica, Tahoma, Verdana;
	font-weight: bold;
	font-variant: small-caps;

	color: #38526b;


	border-bottom: 0px dashed #DDDDDD;
}

#contacts #phone,
#contacts #map,
#contacts #email {
	background-position: 0px 50%;
	background-repeat: no-repeat;

	padding: 0px 0px 0px 30px;

	color: #555555;

	height: 22px;

	font: 13px/22px Arial, Helvetica, Tahoma, Verdana;
	font-weight: bold;

	margin: 7px 0px 0px 13px;
}

#contacts a {
	color: #555555;
}

#contacts a:hover {
	text-decoration: none;
	color: #9b1919;
}

#contacts #phone { background-image: url(img/phone.jpg); }
#contacts #email { background-image: url(img/mail.jpg); }
#contacts #map { background-image: url(img/map.jpg); }







ul {
	list-style-type: none;
	margin: 2px 0px 0px 15px;
	padding: 0px;
}

li {
	margin: 10px 0px;
	background-image: url(img/bullet.gif);
	background-position: 0px 2px;
	background-repeat: no-repeat;

	padding-left: 20px;

	line-height: 1.0em;
}

ul ul li,
ul li ul li {
	background-image: url(img/bullet2.gif) !important;
}
.stock_table td {
	color: #557292;
	font-family: Arial, Tahoma, Sans-serif;
}

.stock_table {
	margin: 0px;
}

.stock_table td.header {
	background-color: #3c5671;
	color: #dfe2e7;
	font-weight: bold;
	text-align: center;
	font-size: 11px;
}

.stock_table td.odd {
	background-color: #dfe2e7;
}

.stock_table td.even {
	background-color: #ffffff;
}#lightbox{
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 20;
	text-align: center;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 19;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(img/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left; }
#nextLink { right: 0; float: right; }
#prevLink:hover, #prevLink:visited:hover { background: url(img/prev.gif) left 53% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(img/next.gif) right 53% no-repeat; }
#prevLink2, #nextLink2 {
	color:#958440;
         font-weight:normal;
         cursor:pointer;
         }



#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #FFFFFF;
	margin: 0 auto;
	line-height: 1.4em;
	height: 38px;
	}

#imageData{
	padding:2px 18px 0 11px;
	}

#imageData #imageDetails{ width: 72%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold; font-size:10px; color:#444444; }
#imageData #numberDisplay{ display: block; clear: left; font-weight: bold; font-size:9px; color:#999999; padding-bottom: 1.0em; }
#imageData #slideshowLink{ width: 25px; float: right; margin-top:2px; margin-right:5px; padding-bottom: 0.7em;	}
#imageData #bottomNavClose{ width: 25px; float: right; margin-top:2px; padding-bottom: 0.7em; }

#imageData #caption a {
	color: #D35D2D;
}

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 18;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block;
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}
@media all and (min-width:0px){
#overlay{
background: url(layout/img/overlay.png);
}
}
div#accordion2 {
	/*border: 1px solid #42929d;*/
	margin: 0 auto;
}


div#accordion2 h3 {
	padding: 5px 6px 5px 6px;
	margin: 3px 0px 0px !important;

	*width: 100%;

	background-color: #3c5671;

	font-family:  Arial, Tahoma, Helvetica, Sans-Serif;
	font-weight: bold;
	letter-spacing: 0px;
	font-size: 14px;

	cursor: pointer;

	color: #ffffff;

	line-height: 1em;

	background-image: url(img/down.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}


div#accordion2 div.panelBody {
	padding: 0px !important;
	background-color: #3c5671;
	margin-bottom: 10px;
}
#gmlb_overlay {
	background-color: transparent;
	background-image: url(img/gmoverlay.png);
	z-index:1000;
}

#gmlb_map {
}

#gmlb_label {
	background-color: white;
	font-family: Trebuchet MS;
	font-size: 12px;
	color: black;
	float: left;
	padding-top: 10px;
	margin-top: 3px;
	width: 572px;
	text-align: left;
}

#gmlb_container {
	background-color: white;
	padding: 10px;
	border-color: #DDDDDD;
	border-width: 1px;
	border-style: dotted;
	display: block;
}

#gmlb_close {
	background-color: #ffffff;
	width: 68px;
	height: 22px;
	float: right;
	clear: right;
	cursor:pointer;
	background-image: url(img/closelabel.gif);
	margin-top: 10px;
}
/* MAIL FORM */

div#dwMailFormContainer {
	padding: 5px 0px 10px;
	text-align: center;
	line-height: 2.2em;
}

div#dwMailForm .fielder {
	border: 1px solid #888888;

	font-family: arial, helvetica, "Trebuchet MS", sans-serif;

	color: #666666;
	font-size: 11px;
	font-weight: normal;
	width: 250px;
	padding: 3px 0px 3px 8px;
	margin: 4px 0px;

	height: 21px;
}

div#dwMailForm textarea.fielder {
	height: 80px;
}

div#dwMailForm .btn {
	padding: 1px 14px;
}

div#dwMailForm_loading {
	background-image: url('img/loading.gif');
	background-repeat: no-repeat;
	background-position: 50% 10px;

	text-align: center;

	margin-top: 20px;
	padding-top: 50px;

	font-family: arial, helvetica, "Trebuchet MS", sans-serif;

	color: #777777;
	font-size: 15px;
	font-weight: bold;
}


/****/
