/*
 ------------------------------------------------------------
	CMS_MAIN_STYLE.CSS	Foglio stile per TestCMS

	Data:  20-02-2006
 ------------------------------------------------------------
*/


html {
	padding: 0;
	margin: 0;
	height:100%;
}

body { 
	background:#FFF;
	padding: 0;
	text-align: center;
	height:auto;
}

body>div#container{height:auto;min-height:100%}

div#container {
	position: absolute;
	width: 700px;
	left: 50%;
	top: 0;
	margin-left: -350px;
	text-align: left;
	height:100%;
/*	background-color:red;*/
}

div#header {
	width: 700px;	
	height: 178px;	
	position: absolute;
	left: 0;	
	top: 0;
	z-index: 15;
}

div#banner {
	width: 700px;
	height: 178px;	
}

div#menuPrincipaleBar {
	background-image: url('/custom_cms/images/sf-Menu.jpg');
	width: 700px;
	height: 33px;
	position: absolute;
	right: 0;
	top: 178px;
	z-index: 100;
}

div#content {
	position: absolute;
	width: 700px;
	left: 0px;
	top: 211px;
}

div#extraDiv1 {
	background-image: url('/custom_cms/images/sf-ExtraDiv1.gif');
	width: 486px;	
	height: 51px;	
	position: absolute;
	left: 50%;
	margin-left: -350px;	
	top: 229px;
}

div#footer {
	width: 700px;	
	height: 22px;
	background-color: #262525;
	z-index: 1020000;
	position: absolute;
	bottom:0;
		display: none;
}

div#lowerbar {
 	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	width: 700px;
	height: 22px;
	position: relative;
	bottom: 0;
}

div#rightarea {
 	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	width: 209px;
	position: absolute;
	top: 18px;
	margin: 0;
	padding: 0;
	right: 2px;
	text-align: left;
	overflow: none;
	z-index: 9998;
}

div#rightbox1 {
	/*position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
	z-index: auto;
	text-align: left;*/
}

a img {
	border: 0;
}

/* ----------  MENU RIGHTAREA ---------- */

#rightarea .box1 {
}

#rightarea .box2 {
}

#rightarea a {
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 2px;
	display: block;
}

#rightarea ol, #rightarea ul {
	margin: 0;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	top: 16px;
	list-style-type: none;
}

#rightarea .side {
}
	
#rightarea .side a {
	color: #01438d;
}

#rightarea .side a:hover {
	color: #ba1c11;
}

#rightarea .sidetitle {
	background-color: #494949;
	color: white;
	text-align: left;
	font-weight: bold;
	width: 208px;
	margin: 0px;
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 1px;
	padding-bottom: 2px;
	text-indent: 6px;
	float: left;
}
