/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background: url(../title/bg.gif) repeat-x;
	background-position: center;
	background-color: #e9e9ea;
	width: 100%;
	height: 100%;
}

td, p {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
	color: #333333;
}

div {	
	-moz-box-sizing: border-box;
}

a {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-decoration: none;
    color: #f26522;
}

a:hover {
    text-decoration: underline;
    color: #d54f10;
}


#main_box {
	position: relative;
	height: 452px;
	background: url(../title/bg1.gif) repeat-x;
}

#main_box #bg2_box {
	position: absolute;
	left: 286px;
	top: 122px;
	background: url(../title/n2.jpg) no-repeat;
	width: 629px;
	height: 330px;
}

#main_box #extra_menu_box {
	position: absolute;
	left: 915px;
	top: 147px;
	width: 25px;
	height: 120px;
}

#main_box #extra_menu_box ul {
	margin: 0px;
	padding: 0px;
}

#main_box #extra_menu_box li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-bottom: 2px;
}


#main_box #agip_logo_box {
	position: absolute;
	left: 184px;
	top: 150px;
	width: 177px;
	height: 241px;
}

#sukis_box {
	position: relative;
	margin-left: 535px;
}



#main_box  #info_box {
	position: absolute;
	left: 377px;
	top: 167px;
	width: 360px;
	height: 220px;
}


.page_title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: bold;
    color: #000000;
	clear: both;
	margin-bottom: 25px;
}

.page_text {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
	padding-left: 20px;
    color:#000000;
}


#menu_box {
	position: absolute;
	left: 422px;
	top: 397px;
	width: 520px;
	height: 45px;
	white-space: no-wrap;
}





#footer {
    color: #987b1e;
	padding-left: 25px;
}

#footer a {
	color: #987b1e;
	text-decoration: none;
}

#footer a:hover {
	color: #987b1e;
	text-decoration: underline;
}



/* top menu */

#top_menu {
	height: 46px;
	margin: 0px;
	padding: 0px;
}

#top_menu a {
	display: block;
	float: left;
	margin-right: 8px;
}