@charset "utf-8";
body {
	background-color: #191919;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
	background-image: url(../images/bg-01.jpg);
}
* {margin: 0px; padding: 0px;}
hr {display: none;}
div {position: relative;}
p {line-height: 1.4;}
#wrapper {
	width: 979px;
	height: 100%;
	background-image: url(../images/bg-top.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
}
#body {
	background-image: url(../images/bg-body.png);
	height: 545px;
	width: 969px;
	top: 100px;
	padding-top: 9px;
	padding-left: 10px;
}
#body a:link {
	color: #FF6600;
	text-decoration: none;
}
#body a:visited {
	color: #FF6600;
	text-decoration: none;
}
#body a:hover {
	color: #990000;
}
#body span {
	display: none;
}
#body h1, h2 {
	display:none;
}
 
#body #empty {
	background-image: url(../images/bg-emptybody.jpg);
	height: 535px;
	width: 959px;
}
#footer {
	color: #333333;
	text-align: center;
	top: 100px;
	width: 969px;
	padding: 5px;
	font-size: 10px;
	clear: both;
}
#footer a:link { 
	color: #666666;
	text-decoration: none;
}
#footer a:visited {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	color: #999999;
}
#body #homepage {
	background-image: url(../images/bg-homepage.jpg);
	height: 535px;
	width: 959px;
}
#body #video {
	background-image: url(../../web_iuliana/images/bg-emptybody.jpg);
	height: 535px;
	width: 959px;
}
#body #contattatemi {
	background-image: url(../images/bg-contatti.jpg);
	height: 495px;
	width: 919px;
	clear: both;
	padding: 20px;
}
#body #eugama {
	background-image: url(../images/bg-eugama.jpg);
	height: 495px;
	width: 919px;
	clear: both;
	padding: 20px;
}
#body #contattatemi .modulo {
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 12px;
	margin-left: 3px;
}
#body #contattatemi .check {
	margin: 3px;
}
#body #contattatemi .modulosubmit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #0f0f0f;
	padding: 4px;
	border: 1px ridge #454545;
	margin-top: 6px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
	font-weight: bold;
}

#body #curriculum {
	background-image: url(../images/bg-curriculum.jpg);
	height: 495px;
	width: 919px;
	clear: both;
	padding: 20px;
}
#body #backstage {
	background-image: url(../images/bg-empty.jpg);
	height: 535px;
	width: 959px;
}
#body #news_cont {
	background-image: url(../images/bg-news.jpg);
	height: 495px;
	width: 919px;
	clear: both;
	padding: 20px;
}
#body #gallery {
	background-image: url(../../web_iuliana/images/bg-emptybody.jpg);
	height: 535px;
	width: 959px;
}
#body #eventi {
	background-image: url(../../web_iuliana/images/bg-emptybody.jpg);
	height: 535px;
	width: 959px;
}

#menu {
	background-image: url(../images/bg-menu.png);
	height: 49px;
	width: 759px;
	position: absolute;
	left: 10px;
	top: 483px;
	display: inline;
	list-style-type: none;
	padding-left: 200px;
	list-style-type: none;
	clear:both;	
}
#menu li {
	display: inline;
	float:left;
}
#menu li span {
	display: none;
}

#menu_homepage {display: block;height: 49px;width: 95px;background-image: url(../images/menu/home-off.png); outline:none;}
#menu_homepage:hover {background-image: url(../images/menu/home-on.png);}
#menu_gallery {display: block;height: 49px;width: 73px;background-image: url(../images/menu/gallery-off.png); outline:none;}
#menu_gallery:hover {background-image: url(../images/menu/gallery-on.png);}
#menu_video{display: block;height: 49px;width: 61px;background-image: url(../images/menu/video-off.png); outline:none;}
#menu_video:hover {background-image: url(../images/menu/video-on.png);}
#menu_eventi{display: block;height: 49px;width: 65px;background-image: url(../images/menu/eventi-off.png); outline:none;}
#menu_eventi:hover {background-image: url(../images/menu/eventi-on.png);}
#menu_curriculum{display: block;height: 49px;width: 98px;background-image: url(../images/menu/curriculum-off.png); outline:none;}
#menu_curriculum:hover {background-image: url(../images/menu/curriculum-on.png);}
#menu_backstages{display: block;height: 49px;width: 99px;background-image: url(../images/menu/backstages-off.png); outline:none;}
#menu_backstages:hover {background-image: url(../images/menu/backstages-on.png);}

#menu_press{display: block;height: 49px;width: 63px;background-image: url(../images/menu/press-off.png); outline:none;}
#menu_press:hover {background-image: url(../images/menu/press-on.png);}

#menu_news{display: block;height: 49px;width:63px;background-image: url(../images/menu/news-off.png); outline:none;}
#menu_news:hover {background-image: url(../images/menu/news-on.png);}

#menu_contattatemi{display: block;height: 49px;width: 88px;background-image: url(../images/menu/contattatemi_off.png); outline:none;}
#menu_contattatemi:hover {background-image: url(../images/menu/contattatemi_on.png);}

