html, body{
	font: normal 0.8em Bookman Old Style, Georgia, Calibri, Sans-Serif;
	margin: 0;
	padding: 0;
	height: 100%;
}

h1, h2, h3, h4, h5, h6, p, ol, ul, li, dl, dt, dd, pre, img, form, fieldset
{
	padding:0;
	margin:0;
	border:none;
}

ul
{
	list-style:none;
}

p.li_line {
	/*background-image: url(../images/li_line.png);*/
	height: 7px;
	background-repeat: no-repeat;
	text-align: center;
	margin-top: 5px;
	margin-left: 0px;
}

#container {
	position: absolute;
	color: #999999;
	background-color: #fff;
	border: 0px dotted #686868;
	left: 50%;
	top: 50%;
	width: 950px;
	height: 650px;
	margin-left: -475px;
	margin-top: -325px;
}

#colangelo_top {
	position: absolute;
	height: 65px;
	width: 200px;
	margin-top: 10px;
	left: 50%;
	margin-left: -100px;
	text-align: center;
	background-color: #fff;
	border: 0px solid red;
	background-image:url(../images/colangelo_top.png);
	background-repeat: no-repeat;
	z-index: 1;
}

#HLineTop {
	position: absolute;
	height: 12px;
	width: 950px;
	margin-top: 70px;
	margin-left: 0px;
	border: 0px solid blue;
	z-index: 0;
}

#HLineBottom {
	position: absolute;
	height: 12px;
	width: 950px;
	margin-top: 630px;
	margin-left: 0px;
	border: 0px solid blue;
}

#content{
	position: absolute;
	height: 435px;
	width: 330px;
	margin-top: 130px;
	margin-left: 500px;
	color: #696969;
	line-height: 1.5;
	z-index:99;
}

#content a{
	color: #696969;
	text-decoration: none;
}

#content a:hover{
	color: #696969;
	text-decoration: none;
}

#footer {
	font: normal 0.85em Bookman Old Style, Georgia, Calibri, Sans-Serif;
	position: absolute;
	height: 20px;
	width: 950px;
	margin-top: 650px;
	margin-left: 0px;
	text-align: center;
	border: 0px solid green;
	color: #696969;
}

#footer a{
	color: #696969;
	text-decoration:none;
}

#footer a:hover{
	color: #696969;
	text-decoration:underline;
}

#menu_wrapper  {
	position: absolute;
	height: 30px;
	width: 950px;
	margin-top: 90px;
	margin-left:0px;
	border: 0px solid green;
}

#menu_wrapper a{
	color: #696969;
	text-decoration: none;
}

#menu_wrapper a:hover{
	color: #696969;
	font-weight: bold;
	text-decoration: none;
}

table#menu{
	width: 720px;
	text-align:center;
	border: 0px solid #CC9933;
}

table#menu td{
	text-align: center;
	width: 125px;
}

ul.submenu li{
	display:list-item;
	padding-top: 5px;
}

#sub_menu_azienda{
	position: absolute;
	width: 150px;
	margin-left:212px;
	*margin-left:209px;
	text-align:center;
	border:0px solid red;
	display: none;
}

#sub_menu_produzioni{
	position: absolute;
	width: 150px;
	margin-left:342px;
	*margin-left:340px;
	text-align:center;
	border:0px solid red;
	display: none;
}

#news_text {
	position: absolute;
	height: 430px;
	width: 320px;
	margin-top: 155px;
	margin-left: 130px;
	text-align: justify;
	border: 0px solid #333333;
	background-color: #fff;
	color: #696969;
	line-height: 1.5;
}

#pdf{
	font: normal 7pt Bookman Old Style, Georgia, Calibri, Sans-Serif;
	width: 317px;
	height: 25px;
	border: 0px solid red;
	color:#990000;
	text-align:right;
	margin-left: 130px;
	margin-top: -25px;
	z-index: 100;
}

#pdf table{
	border: 0px solid green;
	width: 317px;
}

#pdf a{
	color:#990000;
	text-decoration:none;
}

#pdf a:hover{
	color:#990000;
	text-decoration:underline;
}

/**** JScrollPane ****/

#pane{
	width: 300px;
	height: 430px;
	padding-left: 30px;
	border: 0px solid green;
}

#pane a{
	color: #696969;
	text-decoration:none;
}

#pane a:hover{
	color: #696969;
	text-decoration:underline;
}

a.jScrollArrowUp {
	background: url(../images/col_arrow_up.png) repeat-x 0 0;
}

a.jScrollArrowDown {
	background: url(../images/col_arrow_down.png) repeat-x 0 0;
}

.left .jScrollPaneTrack {
	left: 0;
	right: auto;
}

.left a.jScrollArrowUp {
	left: 0;
	right: auto;
}

.left a.jScrollArrowDown {
	left: 0;
	right: auto;
}

