/* CSS Document */
body,html {
	height:100%;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-size: 13px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#corpo {
	width: 100%;
	height: 100%;
	margin-top: auto;
	margin-right: 0px;
	margin-bottom: auto;
	margin-left: 0px;
}
a {
	text-decoration: none;
	cursor: pointer;
}
a:link {
    text-decoration: none;
	color: #000033;
}
a:visited {
	text-decoration: none;
	color: #000033;
}
a:hover {
	text-decoration: none;
	color: #000033;
}
a:active {
	text-decoration: none;
	color: #000033;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sub1 {
	width: 100%;
	height: 20%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #660000;
	background-image: url(../images/sfondo_bottom.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
}
#sub3 {
	width: 100%;
	height: 59%;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center center;
	display: none;
	text-align: center;
}
#box1 {
	width:100%;
}
#box1h {
	padding: 15px;
}
#box1h a{
	width: 90px;
	height: 90px;
}

#box1h img{
	margin: 10px;
}
.imgRoll1{
	width: 90px;
	height: 90px;
}
.imgRoll2{
	width: 60px;
	height: 60px;
	padding-left: 30px;
	padding_right: 30px;
}
#box2 {
	width: auto;
	height: 100%;
	display: none;
}
#box2h {
	padding: 15px;
	margin: 10px;
	background-image: url(../images/sf.jpg);
	border: 1px solid #999999;
	text-align: center;
}
#box3 {
}
#box3h {
	display: none;
	background-color: #CCCCCC;
	float: right;
	width: 100%;
	height: 100px;
}
#sub5 {
	width: 100%;
	height: 20%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #660000;
	background-image: url(../images/sfondo_top.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
input {
	width: 200px;
}
textarea {
	width: 200px;
	height: 130px
}
#corpo #sub1 #logo_a {
	padding-bottom: 50px;
}
#corpo #sub1 #logo_buonocore {
	padding-bottom: 50px;
}
#copy {
	font-size: 9px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: right;
}

