html {
	background: url(images/html_bg.jpg) repeat;
}
body {
	margin: 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.5em;
	color: #fff;
	background: url(images/page_bg.gif) repeat-x  center top;
	width: 100%;
	display: table;
}

a:link, a:visited { color: #000066; text-decoration: none; } 
a:active, a:hover { color: #CC0000; text-decoration: none }

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #000066;
	background: url(images/h1.gif) no-repeat;
	background-position: left;
	height: 48px;
	padding-left: 2px;
	padding-top: 20px;
	
}
h2 {
	margin-top: 20px;
	padding-left: 10px;
	padding-top: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	height: 26px;
	background: url(images/h2.gif) repeat-x;
}
h3 {
	font-size: 26px;
	font-weight: normal;
	color: #333333;
	height: 20px;	
	padding-top: 2px;
	
}

#container {
	width: 100%;
	margin: 0;
}
#topsection {
	float: left;
	width: 100%;
	height: 110px;

}
#topsection_title { /*allineamento scritta e logo top menù*/
	float: left;
	width: 500px;
	font-size: 22px;
	font-weight: bold;
	margin-top: 10px;
	height: 40px;
	padding-top: 10px;
	padding-left: 15px;
	background: url(images/logo.gif) no-repeat;
}
#topsection_title img {
	float: left;
}
.topmenu{ /*allineamento pulsanti e testo top menù*/
	float: right;
	margin-top: 30px;
	margin-right: 15px;
}

.topmenu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.topmenu li{
	display: inline;
	vertical-align: middle;
}

.topmenu li a{
	float: left;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #fff;
	width: 150px;
	height: 148px;
	margin-left: 10px;
	padding-top: 3px;
	background: url(images/top_button.png) no-repeat;
}



.topmenu li a:hover, .topmenu li .current{
	color: #fff;
	background: url(images/top_current.png) no-repeat;
}

#left_column {
	float: left;
	width: 300px;
}
#left_top {
	float: left;
	width: 100%;
	height: 230px;
	margin-left: 40px;
	background: url(images/robotti.gif) no-repeat;
}
.leftmenu {
	float: left;
	width: 100%;
	margin-top: 0px;
}
.leftmenu ul {
	list-style-type: none;
	padding-left: 50px;
	margin:15px;
	font-size: 12px;
	color: #3c4826;
}
.leftmenu li a {
	display: block;
	height: 20px;
	font-size: 14px;
	color: #3c4826;
	background: url(images/menu_button.gif);
}
.leftmenu li a:hover, .leftmenu li .current {
	color: #000;
}
#right_column {
	float: right;
	width: 70%;
	padding-top: 50px;


}
#right_top {
	float: left;
	margin: 0px auto;
	width: 800px;
	height: 35px;
	background: url(images/right_header.gif) no-repeat;
}
#right_mid {
	float: left;
	width: 620px;
	margin: 0px auto;
	background: url(images/right_bg2.jpg) repeat-y left top;
	color: #333333;
	font-size: 18px;
	padding: 0px 45px 0px 45px;
	text-align: justify;
}
#right_mid img {
    float: left;
	padding-left: 0px;
}
#right_mid close {
	width: 620px;
	margin: 0px auto;
	background: url(images/right_bg2.jpg) repeat-y left top;
	color: #990000;
	font-size: 16px;
	padding: 0px 45px 0px 45px;
	text-align: justify;
    float: left;
}
#right_bot {
	float: left;
	margin-top: 0px;
	padding-top: 50px;
	width: 800px;
	height: 25px;
	color: #333333;
	text-align: center;
	font-weight: bold;
	background: url(images/right_footer.jpg) no-repeat;
}

.button {
	font-family: Tahoma, "Arial Black";
	float: left;
	width: 165px;
	padding: 10px 0px 0px 50px;
	margin: 20px 0px 0px 50px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	height: 30px;
	background: url(images/h3.gif) no-repeat;
}
.check {
	float: left;
	width: 323px;
	text-align: center;
}
