/* CSS Document */
body {
	background: url("../img/bg_pages.jpg") repeat-x;
	margin: 0px;
	font-family: arial;
	font-size: 12px;
}

a {
	color:#990000;
	text-decoration: none;
}


h1 {
	color: #990000;
	border-bottom: 1px solid #990000;
	font-size: 14px;
}

h2 {
	color: #666666;
	border-bottom: 1px solid #990000;
}

a:hover {
	color:#999999;
}


input {
	border:1px solid #cccccc;
}

textarea {
	border:1px solid #cccccc;
}

#cover-flash {
	text-align: center;
}

#cover-flash hr {
	color: #990000;
	margin:0px;
	padding:0px;

}

#content {

	width: 1000px;
	margin: 0 auto;
	background: #FFFFFF;
	padding: 0px;
}


#header {
	background: url(../img/bg_header_pages.jpg) repeat-x;
}

#menu {
	background:#FFFFFF;

}
#menu table {
	margin: 0px;
	padding: 0px;
}
#menu table tr td {
	width:110px;
	background: url(../img/link.jpg);
	text-align:center;
}
#menu table tr td:hover {
	background: url(../img/link_hover.jpg);
}

#menu table tr td a {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	display: block;
}
#menu table tr td a:hover {
	color: #990000;
	width:110px;
	background: url(../img/link_hover.jpg);
}

#menu #current {
	background: url(../img/link_hover.jpg);
	color: #990000;
}
	
#footer {
	float: left;
	width: 100%;
	padding: 5px;
	background:#cccccc;
	color: #666666;
	text-align: center;
}
#catalogo {
	float: left; 
	width: 100%;
	padding:0px; 
	margin::5px; 
	color:#999999;
}
#catalogo a {
	display: block;
	background:url(../img/bg_catalogo.jpg) no-repeat #ffffff;
	font-size: 15px;
	padding: 5px;
	text-align: right;
	font-weight: bold;
	border-bottom: 1px dotted #666666;
}
#catalogo a:hover {
	color:#333333;
	background:url(../img/bg_catalogo_hover.jpg) no-repeat #ffffff;
}