body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background: #002757 url(../_images/page-bg.jpg) no-repeat center top;
}
img#logo {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true,src='http://www.elementaldesign.it/EGexpo/_images/logo.png');
	width:281px;
	height:73px;
}
html > body img#logo { /* hide from ie*/
	background: url(../_images/logo.png) no-repeat left top;
}
img#expo {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true,src='http://www.elementaldesign.it/EGexpo/_images/logoGAD.png');
	width:281px;
	height:22px;
}
html > body img#expo { /* hide from ie*/
	background: url(../_images/logoGAD.png) no-repeat left top;
}
img#data {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true,src='http://www.elementaldesign.it/EGexpo/_images/logoDate.png');
	width:281px;
	height:115px;
}
html > body img#data { /* hide from ie*/
	background: url(../_images/logoDate.png) no-repeat left top;
}


img {
	border: none;
}
h1, h2, h3, h4, h5, h6, p, li {
	margin: 0px;
	padding: 0px;
}
ul {
	margin: 5px 0px;
	padding-left: 20px;
}
div {
	display:block;
}
.blu
{
	color: #0073ff;
}

a, a:visited, a:active {
	color: #0073ff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#page {
	margin: 0px auto;
	width: 950px;
}

#header {
	position: relative;
	float: left;
	width: 950px;
	height: 160px;
}

#topnav {
	height: 35px;
	background: url(../_images/topnav/topnav-bg.gif);
}

img#topnav-eg {
	position: absolute;
	top: 0px;
	left: 0px;
}

img#topnav-gicf {
	position: absolute;
	top: 0px;
	right: 0px;
}

#header img#logo {
	position: absolute;
	top: 35px;
}
#header img#expo {
	bottom: 10px;
	position: absolute;
}
#header img#data {
	position: absolute;
	top: 35px;
	right: 0px;
}


#header ul {
	position: absolute;
	top: 105px;
	right: 0px;
	margin: 0px;
}

#header ul li {
	float: left;
	list-style: none;
	font-weight: bold;
	margin-left: -10px;
}

#header ul li img {
	float: left;
}

#header ul li a:link {
	display: block;
	height: 40px;
}

#header ul li span {
	display: none;
}

#header img {
	display: block;
}

#content
{
	position: relative;
	float: left;
	width: 100%;
	padding: 40px 0px;
	color: white;
}

#content p
{
	font-size: 13px;
	margin-top: 5px;
	padding: 0px;
}

#menu,
#body,
#facebook,
#mappa,
#sideLeft,
.submenu
{
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#menu
{
	background-color: #0073ff;
	color: #002757;	
	float: left;
	width: 920px;
	padding: 7px 14px 7px 14px;
	margin: 0px 0px 14px 0px;
	position: relative;
}
#menu a
{
	color: white;
	font-weight:bold;
}
#menu p
{
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}
#menu p span
{
	padding: 0px 14px;
}
#menu img#linkegit {
	right: 14px;
	top: 5px;
	position: absolute;
}

/* ----------------------------------------------- BODY ----*/

#body
{
	color: #333333;
	width: 596px;
	float: left;
	background-color: white;
	padding: 10px 14px 25px 14px;
	margin: 0px auto 14px 0px;
	font-size: 13px;
}

#body h1,
#mappa h1,
#sideLeft h1
{
	color: #0073ff;
	margin: 0;
	padding: 5px 0px 14px 0px;
	font-size: 26px;
}

#body h2
{
	color: #0073ff;
	margin: 0;
	padding: 0px 0px 14px 0px;
	font-size: 18px;
	font-weight:normal;
	text-align:justify;
}
#body p
{
	margin-top: 10px;
	text-align:justify;
}
#body p.pageup
{
	padding: 10px;
	text-align:right;
}

#body img
{
	float: left;
	margin: 0px 10px 8px 0px;
}
#body a, #body a:visited, #body a:active {
	text-decoration: underline;
}

#body a:hover {
	text-decoration: none;
}
#body .submenu
{
	background-color: #0073ff;
	color: #002757;	
	float: left;
	width: 568px;
	padding: 7px 14px 7px 14px;
	margin: 0px;
	position: relative;
}
#body .submenu h1
{
	color: #ffffff;
	font-size: 26px;
	padding: 0px; !important
}
#body img.box
{
	float: right;
	height: 150px;
	padding: 0px;
	margin: 10px 0px 0px 10px;
	border: 1px solid #999999;
}
#body div.box
{
	padding: 0px 0px 10px 0px;
	margin: 0px 7px;
	border-bottom: 1px solid #0073ff;
	float:left;
}
#body div.box h1
{
	color: #0073ff;
	font-size: 18px;
	padding: 10px 0px 0px 0px;
	margin: 0px; !important
	position: relative;
}
#body div.box p
{
	text-align:justify;
	padding: 0px; !important
	margin: 0px; !important
	width: 568px; !important
}
#body div.box h1 a.pegi
{
	float: right;
}
#body div.box h1 a.pegi img
{
	width: 25px;
	margin: 0px 0px 0px 1px; !important
}

/* ----------------------------------------------- LEFT ----*/

#sideLeft
{
	color: #333333;
	width: 290px;
	float: right;
	background-color: white;
	padding: 10px;	
	margin: 0px 0px 14px 14px;
}
#facebook
{
	color: #333333;
	width: 300px;
	float: left;
	background-color: white;
	padding: 5px;	
	margin: 0px 0px 14px 14px;
}



/* ----------------------------------------------- FOOTER ----*/

#mappa
{
	background-color: #ffffff;
	color: #002757;	
	float: left;
	width: 920px;
	padding: 7px 14px 7px 14px;
	margin: 0px 0px 14px 0px;
	position: relative;
}