/* CSS Document for DEMAR SA */
/* COLORI FONT:	Verde: 	#005266
				Grigio:	#555555

/* STILI PER LA GRAFICA DEL SITO */
html,body{
	margin:0;
	padding:0;
	font: 100.01% verdana,arial,sans-serif;
	background-color:#dddddd;
	background-image:url("/images/background.jpg");
	background-position:top;
	background-repeat:repeat-x;
	text-align: center;
	color:#555555;
}

h1{
	font:120% Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:oblique;
	text-transform:uppercase;
	width:100%;
	color:#005266;
	border-bottom:1px solid #005266;
	margin-bottom:15px;
}

img {
	border: 1px dotted #003366;
	padding:2px;
}

DIV#CONTAINER1{
	padding: 0px;
	margin:10px auto;
	width:100%;
	font: 76% verdana,arial,sans-serif;
	text-align:center;
	margin-bottom:10px;
}

DIV#CONTAINER2{
	margin:0px auto;
	width:800px;
	background-image:url("/images/background_container.gif");
	background-position:top;
	background-repeat:repeat-X;
	background-color:#FFFFFF;
	text-align:left;
	position: relative;
}

DIV#CORNER{
	width:171px;
	height:117px;
	position:absolute;
	left:0px;
	top:0px;
	background-image:url("/images/demar_corner.gif");
}

DIV#HEADER{
	width:100%;
	height:117px;
	padding:0px;
	margin:0px auto;
	margin-bottom:2px;
	background-image:url("/images/header.jpg");
	background-repeat:no-repeat;
	background-position:center;
}
DIV#HEADER p{
	padding:0px;
	margin:0px;
	position:relative;
	top:80px;
	text-align:left;
	color:#FFFFFF;
}

DIV#HEADER p{
	font:120% Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	margin:0px;
}

DIV#NAVBAR{
	width:800px;
	height:33px;
	padding:0px;
	margin:10px auto;
	background-image:url("/images/navbar.gif");
	background-repeat:no-repeat;
	text-align:left;
	font:140% bold Verdana, Arial, Helvetica, sans-serif;
	font-style:oblique;
	color:#FFFFFF;
	line-height:30px;
}

#NAVBAR p{
	padding:0px 0px 0px 10px;
	
}

DIV#CONTENT{
	margin:5px 10px 0px 100px;
	padding:10px 0px 0px 0px;
	min-height:550px;

}

DIV#NAVIGATION{
	float:left; 
	width: 164px;
	height:209px;
	position:absolute;
	left:-88px;
	top:26px;
	background-image:url("/images/background_menu.png");
	background-repeat:no-repeat;
}

DIV#USER{
	float:left; 
	width: 164px;
	height:128px;
	position:absolute;
	left:-88px;
	top:250px;
	background-image:url("/images/background_user.png");
	background-repeat:no-repeat;
	color:#FFFFFF;
	font:110% normal Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:20px
}

DIV#NAVIGATION ul{
	margin:0px;
	padding:0px;
	margin-top:40px;
	list-style:none;
	text-align:center;
}
DIV#FOOTER{
	width:800px;
	height:48px;
	padding: 0px;
	margin:0px auto;
	background-image:url("/images/footer.png");
	background-repeat:no-repeat;
	font:11px normal Verdana, Arial, Helvetica, sans-serif;
	color:#333;
}

DIV#img_random{
	clear:both;
	margin-top:20px;
}
/* CLASSI */
.elenchi li{
	margin-bottom:8px;
	list-style:square;
}

b{
	color:#005266;
}

.evidenza{
	height:65px;
	width:650px;
	line-height:30px;
	margin:10px auto;
	padding:0px;
	background-image:url("../images/evidenza.jpg");
	background-repeat:no-repeat;
	background-position:center;
	color:#FFFFFF;
	font:120% Verdana, Arial, Helvetica, sans-serif bold;
	text-align:center;
}

/* FINE STILI PER LA GRAFICA DEL SITO */


/* STILI PER LA NAVIGAZIONE DEL SITO */
a, visited{
	color:#005266;
	text-decoration:none;
}
a:hover {
	color:#333;
	text-decoration:none;
	border-bottom:none;
}

DIV#NAVIGATION a{
	margin:2px auto;
	padding:0px;
	display: block;
	width: 150px;
	height:29px;
	line-height: 29px;
	text-decoration:none;
	border-bottom:none;
	color: #FFFFFF;
	font-weight:bold;
	font-variant: small-caps;
}

DIV#NAVIGATION a:hover{
	margin:2px auto;
	padding:0px;
	display: block;
	width: 150px;
	height:29px;
	line-height: 29px;
	text-decoration:none;
	border-bottom:none;
	background-image:url("/images/background_button_up.gif");
	color: #FFFFFF;
	font-weight:bold;
	font-variant: small-caps;
}
DIV#img_random a, visited{
	color:#005266;
	text-decoration:none;
	border-bottom: 1px dotted #005266;
}
DIV#img_random a:hover {
	color:#005266;
	text-decoration:none;
	border-bottom: 1px dotted #FFFFFF;
}
DIV#FOOTER a, visited{
	color:#005266;
	text-decoration:none;
}
DIV#FOOTER a:hover {
	color:#FFFFFF;
	text-decoration:none;

/* FINE STILI PER LA NAVIGAZIONE DEL SITO */
