/* IE 6 fixes
--------------------------------------------------- */

@import "ie6win.css";


/* base
--------------------------------------------------- */

ul,ol {list-style: none;}
ul,ol,dl,li,dt,dd,h1,h2,h3,form,body,html,p,blockquote,fieldset,input,hr {margin: 0; padding: 0;}
img, a {border: 0;}

body {
	background: #fff url(../images/sfondo1.jpg) top repeat-x;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	margin: 0 auto;
	text-align:center;
	}


/* layout
--------------------------------------------------- */

#wrapper, #wrapper-2col {
	margin: 0 auto;
	text-align:center;
	border: 0px solid #fff;
	background-color: #fff;
	width: 762px;
	text-decoration: none;
	}

#header {
	margin: 0 auto;
	text-align:center;
	border: 0px solid #666;
	background-color: #666;
	width: 762px;
	text-decoration: none;
}
h1 {
	height: 72px;
	width: 762px;
	display: block;
	text-indent: -9999px;
	background: url(../images/bg-h1.jpg) no-repeat;
	border-bottom: 0px solid #FFF;
}
h1 a {
	text-decoration: none;
	height: 70px;
	width: 762px;
	display: block;
}
#content {
	text-align: left;
}
#footer {

	background-color:#666666;
	clear: both;
	width: 762px;
}
#footer2 {
	margin: 10px auto;
	text-align: center;
	width: 762px;
}


/* main navigation
--------------------------------------------------- */

#nav {
	height: 17px;
	width: 762px;
	background: url(../images/bg-nav.jpg);
	background-color:#eee;
	border-bottom: 2px solid #ffbd10;
	margin-bottom: 12px;
	text-decoration:none;
}
#nav ul {

	text-decoration: none;
	height: 17px;
	width: 762px;
}
#nav ul li {
	text-decoration: none;
	height: 12px;
	display: block;
	float: left;
	white-space: nowrap;
}
#nav ul li a {
	height: 12px;
	display: block;
	float: left;
	font: bold 12px/17px Arial, Helvetica, Verdana, sans-serif;
	color: #fff;
	text-decoration: none;
	padding: 0 28px;
	white-space: nowrap;
}
#nav ul li a:link, #nav ul li a:visited {
	background: url(../images/bg-nav.jpg) no-repeat top right;
}
#nav ul li a:hover, #nav ul li#active a {
	color: #ffbd10;
	background: url(../images/bg-nav.jpg) no-repeat bottom right;
}

/* headings
--------------------------------------------------- */

h3 {

	text-decoration: none;	
	font: bold 9px/9px Arial, Helvetica, Verdana, sans-serif;
	color: #000;
	margin:0;
	padding-top:0px;
	padding-bottom:0px;
	padding-right:20px;
	padding-left:20px;
}

h3 a {

	text-decoration: none;	
	font: bold 9px/9px Arial, Helvetica, Verdana, sans-serif;
	color: #000;
	margin:0;
	padding-top:0px;
	padding-bottom:20px;
	padding-right:20px;
	padding-left:20px;
}

/* text
--------------------------------------------------- */

p {
	font: 12px Arial, Helvetica, Verdana, sans-serif;
	color: #666;
}
#footer p {
	font: 10px Arial, Helvetica, Verdana, sans-serif;
	color: #999;
	padding-right: 15px;
}
#footer2 p {
	text-align: right;
	font: 10px Arial, Helvetica, Verdana, sans-serif;
	color: #eee;
	letter-spacing: 1px;
}

#footer a, #footer2 a {
	color: #ff3300;
	text-decoration: none;
	border-bottom: 1px solid #ff3300;
	margin: -1px;
	padding: 1px;
}
#footer a:hover, #footer2 a:hover {
	color: #ff3300;
}
strong {
	font-size: 12px;
	font-weight: bold;
	color: #454545
}


.black
{
    FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-FAMILY:  Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none
}
.gray
{
    FONT-SIZE: 12px;
    COLOR: #999999;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none
}
