/*
	General Stylesheet for layout and typography

	Site: maurizioagostini.com
	Initial Build: 02.2010
	Author: Francesco Prosperi - | blank |	 www.loveblank.com
*/

/* -------------------------------------------------------------------- RESET */

body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#0e0858;
/*	background:url(../img/back.gif) #fff; */
	background:url(../img/fade2.jpg) repeat-x #bfbdbe;
}

*:focus {
	outline:none;
}

#wrapper {
	width:940px;
	margin:40px auto 20px auto;
}

div.clear {
	clear:both;
}

p {
	display:block;
	margin:0;
	padding:0;
}

#empty {
	display:none;
}

/* -------------------------------------------------------------------- HEADER */

div#header {
	width:900px;
	height:77px;
}

div#headerContent {
	height:77px;
}

div.riga {
	background-color:#602d79;
	width:900px;
	height:1px;
	margin:0 0 5px 0px;
}

img#logo {
	float:left;
	border:0;
}

div#add {
	float:right;
	height:21px;
	text-align:right;
}

	div#add img {
		border:0;
	}

ul#menu {
	margin:0;
	padding:0;
	list-style:none;
	width:auto;
	color:#0e0858;
	font-size:1em;
	padding:20px 0 0 0;
	height:40px;
	float:left;
}

	ul#menu a:link, ul#menu a:visited {
		color:#666;
		text-decoration:none;
	}

	ul#menu a:hover, ul#menu a:active {
		color:#0e0858;
		text-decoration:none;
	}

	ul#menu li {
		float:left;
		display:block;
		height:40px;
		color:#666;
		margin-right:30px;
	}

	ul#menu li.on {
		height:40px;
		font-weight:bold;
		color:#0e0858;
		background:url(../img/arrow_purple_up.png) no-repeat center bottom;
	}


/* -------------------------------------------------------------------- CENTER */

div#main {
	width:860px;
	height:472px;
	padding:20px 0 0 20px;
	float:left;
	background:url(../img/dot90.png);
}

	div#main #content {
		position:relative;
		width:860px;
		height:472px;
		padding-top:0px;
		background:#fff;
		overflow:hidden;
	}
	
	#content img#back {
		position:absolute;
		width:860px;
		left:860px;
		height:472px;
		z-index:0;
	}
	
	#content .title {
		width:390px;
		color:#FFF;
		height:16px;
		padding:15px 20px;
		background:url(../img/dot_purple.png);
	}

	#content #arrowDown {
		margin:0 0 6px 18px;
	}

	#content #textWrapLong {
		position:absolute;
		margin-top:20px;
		z-index:100;
		width:430px;
		height:430px;
		background:url(../img/dot66.png);
	}
	
	#textWrapLong .left {
		float:left;
	}

	#textWrapLong .right {
		float:right;
	}


	#content .textLong {
		position:relative;
		font-size:0.83em;
		color:#0e0858;
		margin-left:20px;
		width:390px;
		height:350px;
		overflow:auto;
		line-height:1.3em;
	}

	#content .textShort {
		position:relative;
		font-size:0.83em;
		color:#0e0858;
		margin-left:20px;
		width:390px;
		height:150px;
		overflow:auto;
		line-height:1.3em;
	}
	
	#content a:link, #content a:visited {
		color:#000;
		text-decoration:none;
	}

	#content a:hover, #content a:active {
		text-decoration:underline;
	}

div#right {
	width:40px;
	height:492px;
	float:left;
	background:url(../img/right.png);
}

img.miniLogo {
	float:left;
	width:50px;
}

.rightPath {
	float:right;
	width:330px;
}

ul.download {
	list-style:none;
	margin:0;
	padding:0;
}

	ul.download img.icon {
		width:16px;
		height:16px;
		vertical-align:middle;
		margin-bottom:2px;
	}

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

div#footer {
	width:900px;
	padding-top:5px;
	color:#0e0858;
	font-size:0.65em;
}

div#footer .left {
	float:left;
}

div#footer .right {
	float:right;
}

div#footer a:link, div#footer a:visited {
	color:#000;
	text-decoration:none;
}

div#footer a:hover, div#footer a:active {
	text-decoration:underline;
}
