/* SETS BASIC HTML DEFINITIONS */

html {
	height: 100%; 
	margin-bottom: 1px;
}

body {
	background-color: #000;
	color: #0000FF;
	font-family: Arial, Verdana, sans-serif; 
	font-size: 10pt;
	text-align: center; 
	margin: 5px 0;
}

table, td {
	padding: 0px; 
	margin: 0; 
	border-collapse: collapse; 
	font-size: 100%;
}


hr {
	background-color: #0000FF; 
	color: #0000FF; 
	height: 1px; 
	width: 100%;
}

img {
	border: none;
}

form {
	margin: 5px 0 0 0; 
	padding: 0; 
	font-size: 100%;
}

.forminput {
	background-color: #fff; 
	color: #0000FF; 
	border: 1px solid #c0c0c0; 
	padding: 2px;
	margin: 2px 0;
	font-size: 100%; 
	font-family: Verdana, Arial, sans-serif;
}

/* SETS HEADING PROPERTIES */

h1 {
	font-family: Georgia, Times, serif; 
	color: #9b3d43; 
	text-align: left; 
	font-size: 22px; 
	font-weight: bold; 
}

h2 {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; 
	color: #757575; 
	text-align: left; 
	font-size: 20px; 
	font-weight: normal; 
}

h3 {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; 
	color: #723035; 
	text-align: left; 
	font-size: 20px; 
	font-weight: normal; 
}

h4, h5, h6 {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif; 
	font-size: 18px; 
	font-weight: normal; 
	color: #9b3d43; 
}

/* SETS THE VARIOUS HYPERLINK PROPERTIES */

a:link  {
	color: #0000FF; 
	text-decoration: none; 
	font-weight: bold;
}

a:visited {
	color: #0000FF; 
	text-decoration: none; 
	font-weight: bold;
}

a:hover {
	color: #0000FF; 
	text-decoration: underline; 
	font-weight: bold;
}

a:active {
	color: #0000FF; 
	text-decoration: none; 
	font-weight: bold;
}

/* SETS THE CLASS PROPERTIES */

.wrapper {
	width: 900px; 
	background: #fff;
	color: #0000FF; 
	text-align: left;
	margin: 0 auto;
}

.sitename {
	background: #fff url('images/headerbg.jpg');
	color: #0000FF;
	font-family: Georgia, Times, serif; 
	text-align: center; 
	font-size: 12pt; 
	font-weight: bold;
	height: 85px; 	
}



.maintext {
	width: 650px; 
	padding: 10px 15px; 
	vertical-align: top; 
	text-align: justify; 
}

.catalog {
	width: 50%; 
	padding: 10px; 
	text-align: left; 
	vertical-align: top; 
}

.footerleft {
	text-align: center;
	background: url('images/footerleft.jpg');
	color: #000FF; 
	font-size: 90%; 
	font-weight: normal; 
}

.footerright {
	text-align: center;
	background: url('images/footerright.jpg');;
	color: #000FF;
	font-size: 90%; 
	font-weight: normal;
	height: 80px;
}

.imageleft {
	margin: 3px 10px 2px 0px; 
	float: left; 
	border: 3px double #c0c0c0;
}

.imageright {
	margin: 3px 0px 2px 10px; 
	float: right; 
	border: 3px double #c0c0c0;
}

.imagecenter {
	margin: 0px 5px; 
	border: 3px double #c0c0c0;
}

/* posicao do menu 40 pixels a partir do topo (da celula) e 20 a partir da esquerda-largura 100 */

ul#menutt {
position: relative;
top: 40px;
left: 20px;
width: 100px; 
list-style-type:none; font-style:normal; font-variant:normal; font-weight:bold; font-size:16px; font-family:Arial, Verdana, Serif
}

ul#menutt li{
position: relative;

}

ul#menutt a {
width: 160px;
display: block;
text-align:left;
padding: 5px 10px;
margin-bottom:1px;
text-decoration: none;
color: #fff;
background: #0000ff;
border-left: 12px solid #000099;
border-right: 3px solid #000099;
voice-family: "\"}\"";
voice-family:inherit;
width:125px;
}
&gt;#pagebody&gt;ul#menutt a {
width:125px;
}

/* Fix IE. Hide from IE Mac \*/
* html ul#menutt li { float: left; height: 1%; }
* html ul#menutt li a { height: 1%; }
/* End */
ul#menutt a:hover {
color: #fff;
background: #0066ff;
border-right: 3px solid #0033cc;
border-left: 12px solid #0033cc;
}

ul#menutt a span {
display: none;
}

ul#menutt a:hover span {
display: block;
position: absolute;
top:0;
left: 160px;
width: 140px;
padding: 5px;
margin-left:3px;
color: #fff;
background:#000099;
font-size: 13px;
text-align:left;
border:1px solid #000;
}

#imgpos {
position:relative;
left: 20px;
top: -90px;
}

#imagposs {
position:relative;
left: 20px;
top: -180px;
}
