body{
	background-color: #000;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../Images/mainback.gif);
	background-repeat:repeat-x;
	background-position: top;
	font-size: 10px;
	text-align:center;
	margin-top: 35px;
}

.clr{
	clear: both;
}

hr{
	display: none;
}

img{
	border: 0px solid #FFF;
}

a{
	text-decoration: none;
}

ul,
li{
	margin: 0;
	padding: 0;
}

li{
	list-style-type: none;
}

h1, h2, h3, h4, h5{
	margin: 0px;
	padding: 0px;
}

#mainbox{
	width: 735px;
	margin: 0px auto;
	text-align: left;
}

#head{
	background-image: url(../Images/head_2.gif);
	background-repeat: no-repeat;
	height: 130px;
}

#head #nav{
	width: 100%;
	display: block;
	padding-top: 55px;
}

#nav li{
	display: inline;
	border-left: 1px solid #FFF;
}

#nav li.end{
	border-right: 1px solid #FFF;
}

#nav li a{
	color: #FFF;
	margin: 3px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}

#nav li a.select{
	color: #e17900;
	margin-top: 0;
	margin-bottom: 6px;
}

#body{
	width: 100% -2px;
	border-left: 1px solid #9A9A9B;
	border-right: 1px solid #9A9A9B;
	background-color: #FFF;
	color: #000;
	min-height: 212px;
	height: auto !important;
	height: 212px;
	display: block;
}


#body #subnav{
	width: 100%;
	display: block;
}

#body #subnav ul{

}

#body #subnav li{
	display: inline;
}

#body #subnav li a.red,
#body #subnav li a.blue,
#body #subnav li a.green{
	background-repeat: no-repeat;
	width: 188px;
	height: 14px;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	color: #333;
	padding: 3px 10px;
	margin-right: 2px;
}

#body #subnav li.select a.red,
#body #subnav li.select a.blue,
#body #subnav li.select a.green{
	color: #FFF;
}

#body #subnav li a.red{
	background-image: url(../Images/button_red.gif);	
}

#body #subnav li a.blue{
	background-image: url(../Images/button_blue.gif);
}

#body #subnav li a.green{
	background-image: url(../Images/button_green.gif);
}

#body #testo,
#body #animation{
	
}

#body #testo{
	width: 455px;
	float: left;
}

#body #testo h2{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	font-size:18px;
	text-transform: uppercase;
	height: 24px;
	margin-top: 33px;
	padding-top: 4px;
	font-weight:100;
	padding-left: 10px;
}

#body #testo h3{
	width: 100% -10px;
	padding-right: 10px;
	text-align: right;
	color: #c65700;
	margin-bottom: 10px;
	font-size:12px;
}

#body #testo h1{
	color: #c65700;
	font-size:12px;
	display: block;
}

#body #testo h1 span{
	border-bottom: 2px solid #c65700;
	width: 40px;
	float: left;
}

#body #testo h4{
	margin: 5px 0px 0px 3px;
	padding: 0;
	display: block;
	font-size:10px;
}

#body #testo p{
	margin: 0;
	padding: 5px;
}


#body #animation,
#body #infobox{
	width: 268px;
	float: right;
	text-align: right;
	padding: 0;
	padding-right: 10px;
	margin: 0;
}

#body #animation{
	padding: 0;
}

#body #infobox{
	padding-top: 70px;
}

#body #infobox a{
	color: #444;
}

#body #infobox a:hover{
	color: #000;
	text-decoration:underline;
}

#footerline{
	background-position:top;
	background-image:url(../Images/footerline.gif);
	border-left: 1px solid #9A9A9B;
	border-right: 1px solid #9A9A9B;
	border-bottom: 1px solid #9A9A9B;
	height: 25px;
}

#addressline{
	background-image:url(../Images/address.gif);
	background-repeat:repeat-x;
	height: 71px;
	width: 100%;
	display: block;
	font-size:9px;
	padding-top: 3px;
	text-align:center;
}

#addressline a{
	color: #FFF;
}

#addressline a:hover{
	text-decoration: underline;
}

#addressline .creso{
	display: block;
	text-align: right;
	margin-top: 20px;
}

#addressline .creso a{
	color: #F60;
}

