*{
	margin:0;
	padding:0;
	border:0;
}
html,body{
	background:#fff;
	color:#000;
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
}
#container{
	width:970px;
	margin:30px auto 0 auto;
}
#logo{
	float:left;
	display:inline;
	width:201px;
	height:49px;
	margin:40px 55px 0 0;
	background:url(../images/logo_roten.gif) top left no-repeat;
}
#logo a{
	width:201px;
	height:49px;
	display:block;
}
#logo span{
	display:none;
}
#menu{
	float:left;
	display:inline;
	margin-top:72px;
}
#menu ul{
	margin:0;
}
#menu li{
	display:inline;
}
#menu ul li a{
	color:#00626b;
	padding:6px 12px 6px 5px;
	line-height:20px;
	border-left:solid 1px #00626b;
	text-decoration:none;
}
.fixclear{
	clear:both;
	height:0;
}

/* START HOME */
#contents_home{
	padding-top:50px;
	width:970px;
}
#col_home1{
	float:left;
	display:inline;
	width:292px;
	height:445px;
	margin-right:5px;
}
#col_home2{
	float:left;
	display:inline;
	width:293px;
	height:445px;
	background:url(../images/bg_box_2_home.gif) top left no-repeat;
	margin-right:5px;
}
#col_home3{
	position:relative;
	float:left;
	display:inline;
	width:234px;
	height:445px;
	background:url(../images/bg_box_3_home.gif) top left no-repeat;
	margin-right:18px;
}
#col_home4{
	float:left;
	display:inline;
	width:91px;
	padding-top:65px;
}
#col_home4 img{
	width:91px;
	height:87px;
	margin-bottom:30px;
}
#col_home5{
	float:left;
	display:inline;
	width:618px;
	height:460px;
	margin: -14px 0 0 14px;
}
#contents_home h3{
	width:112px;
	height:51px;
	margin:15px 0 20px 15px;
}
#contents_home h3 span{
	display:none;
}
#col_home2 h3{
	background:url(../images/tit_comeordinare.gif) top left no-repeat;
}
#col_home3 h3{
	background:url(../images/tit_offertalancio.gif) top left no-repeat;
}
#col_home2 ul{
	margin:15px 34px;
	list-style-type:square;
}
#col_home2 ul li{
	margin:10px 0;
	color:#e95b1e;
	font-size:13px;
}
#col_home2 #ricorda{
	background:url(../images/bg_asterisco.gif) 8px 3px no-repeat;
	padding:5px 20px 0 33px;
	margin:0;
	color:#e95b1e;
	font-size:13px;
}
#col_home2 #ricorda a{
	color:#e95b1e;
}
#col_home3 table{
	border-collapse:collapse;
	margin:0 0 10px 15px;
	width:215px;
}
#col_home3 table caption{
	width:210px;
	font-size:13px;
	font-weight:bold;
	color:#e95b1e;
	white-space:nowrap;
	text-align:left;
	line-height:15px;
}
#col_home3 table td{
	padding:1px 10px 1px 0;
	font-size:13px;
}
.nb{
	position:absolute;
	color:#9f2914;
	font-size:9px;
	line-height:10px;
	letter-spacing:-1px;
	display:block;
	left:15px;
	bottom:15px;
}
/* END HOME */


/* START LOGIN */
#left_login{
	width:597px;
	height:446px;
	margin:44px 0 0 0;
	float:left;
	display:inline;
}
#right_login{
	float:left;
	display:inline;
	background:url(../images/bg_login.gif) top left no-repeat;
	width:278px;
	height:435px;
	margin:57px 0 0 5px;
}
#right_login h3{
	font-size:16px;
	font-weight:normal;
	text-transform:uppercase;
	color:#00626b;
	text-align:center;
	margin:80px 0 40px 0;
}
#right_login p{
	margin:17px;
	color:#006972;
	font-size:11px;
}
#right_login p a{
	color:#006972;
}
#right_login input[type=text], #right_login input[type=password]{
	width:235px;
	margin: 3px 0 5px 0;
	padding:3px;
	font-size:11px;
	color:#00626b;
	background:#8cc2c2;
}
#right_login input[type=submit]{
	margin: 3px 0 15px 0;
	padding:1px;
	font-size:11px;
	color:#00626b;
	border:solid 1px #00626b;
	background:#8cc2c2;
}
#msg_err{
	margin:15px;
	padding:10px;
	border:solid 1px #f00;
	background:#ffcfcf;
}
/*END LOGIN*/

