@charset "utf-8";
/* CSS Document */

body, div, ul, li, p {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 90%;
	color: #333;
	background-color: #fff;
	background-attachment: scroll;
	background-image: url(images/_body.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.15em;
}

a {
	color:#900;
	text-decoration:none;
	}

a:hover {
	color:#000;
	text-decoration:underline;
	}

h3 {
	font-size:110%;
	padding:10px 0;margin:0;
}

#all {
	width: 970px;
	width /**/ : 970px;
	margin: 0 auto;
	text-align: left;
}

#overhead {
	height:40px;
	padding: 0px 0 0 0;
}

#head {
	width:970px;
	height:60px;
	margin:0 auto;
	padding: 0px 0 0 0;
	background-image: url(images/_head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#logo {
	margin:0;padding:0;
	display:block;
	width:420px;
	float:left;
}

#logo img {
	border:0;
	visibility:hidden;
}

#head_menu {
	width:450px;
	margin-left:520px;
}

.centra {
	text-align:right;
}

.menu {
	display:inline;
	height:60px;
	line-height:60px;
	width:100px;
	margin:0 30px;
	font-family: "Times New Roman", Times, serif;
	font-size:120%;
}

.menu a {
	display:inline;
	color:#333;
	text-decoration: none;
}

.menu a:hover {
	display:inline;
	color:#900;
	text-decoration: none;
	border-bottom:1px #900 solid;
}

#content {
	clear:both;
	margin-top:0px;
}

#col_sx {
	float:left;
	width:190px;
	margin:0;
	margin-top:0px;
	height:auto;
}

.nav {
	display:block;
	color:#333;
	text-decoration: none;
	text-align:right;
	font-family:Georgia;
	font-size:14px;
	line-height:24px;
	margin-bottom:20px;
}

.nav a {
	height:24px;
	padding-right:10px;
	display:block;
	text-decoration: none;
	border-bottom:5px #ccc solid;
}

.nav a:hover {
	display:block;
	text-decoration: none;
	border-bottom:5px #900 solid;
}


#col_dx {
	width:745px;
	margin-left:225px;
	height:auto;
}

#flash {
	height:350px;
	margin:0;
	padding:0;
	background-image: url(images/_flash.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#welcome {
	margin:0;
	padding:5px 5px 10px 5px;
	border-bottom:1px #ccc solid;
	background-repeat: repeat-x;
	background-position: bottom;
	line-height:1.2em;
}

#catalogo {
	/*clear:both;*/
	background-image: url(images/_catalogo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top:20px;
}

.box1 {
	width:330px;
	margin-left:5px;
	margin-right:5px;
	margin-left /**/ :7px;
	margin-right /**/ :6px;
	margin-bottom:10px;
	color:#666;
	font-size:12px;
	border-bottom:1px solid #ccc;
}

.end {
	clear:both;
}

#footer {
	height:80px;
	width:940px;
	margin:0 auto;
	padding: 0px 0 0 0;
	background-image: url(images/_footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;	
}

#foot_logo {
	padding-top:20px;
}


input.short { 
	border:1px solid #ccc;
	width:150px;
	color:#900;
	font-size:11px;
	}

input.long { 
	border:1px solid #ccc;
	width:306px;
	color:#900;
	font-size:11px;
	margin-bottom:3px;
	}

textarea.long { 
	border:1px solid #ccc;
	width:306px;
	color:#900;
	font-size:11px;
	margin-bottom:3px;
	}

td.modulo {
	padding-top:3px;
	}

