/* Copyright MaMA Informatica sas */

* {
	margin: 0;
	padding: 0;
}

abbr, acronym {
	cursor: help;
}

body {
	font: 78% "Trebuchet MS", Arial, Helvetica, sans-serif;;
	color: #fff;
   background-color: #2A2A2A;
	background-image: url(img/bg-mama.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

img {
	border-style: none;
}

/* Contenitore globale */

div#content {
	width: 980px;
	margin: 0 auto;
}

/* Area Principale */

div#main {
	width: 980px;
	margin: 0 auto;
}

div#main a {
	text-decoration: none;
}

div#main a:link {
	background-color: #f1f1f1;
	color: #000;
}
div#main a:visited, a:active {
	background-color: #f1f1f1;
	color: #000;
}
div#main a:hover {
	background-color: #fff;
	color: #000;
}

div#mainwrap {
	float: left;
	width: 980px;
}
div#flash {
	margin: 0 0 0 640px;
	height: 600px;
	width: 380px;
}

div#page {
	float: left;
	width: 640px;
	margin-left: -980px;
}

div#logo {
	background-color: #2F1E25;
	background: url(img/header.gif);
	background-position: top right;
	color: #fff;
	height: 80px;
}

div#menu {
	background-color: #2F1E25;
	background: url(img/header.gif) bottom;
	color: #fff;
	height: 101px;
}

#menu ul {
	padding: 80px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu li a {
	display: block;
	float: left;
	width: 110px;
	height: 18px;
	padding-top: 3px;
	text-decoration: none;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	background: url(img/img07.jpg) no-repeat;
	color: #fff;
}

#menu li a:hover, #menu li.active a:link, #menu li.active a:hover, #menu  li.active a:visited {
	background: url(img/img06.jpg) no-repeat;
	color: #2F1E25;
}

div#text {
	color: #2F1E25;
	padding: 35px;
	background: url(img/text.gif) no-repeat bottom;
	background-color: #f1f1f1;
}

h1 {
	clear: both;
	background-color: #f1f1f1;
	color: #2F1E25;
	font-size: 150%;
}

h2 {
	clear: both;
	background-color: #f1f1f1;
	color: #993366;
	font-size: 110%;
	padding: 15px 0 0 0;
}
#title {
	background-color: #f1f1f1;
	color: #2F1E25;
	font-size: 110%;
	padding: 0 0 15px 0;
}

#sloganA, #sloganB {
	height: 170px;
}
#sloganA {
	background: url(img/you-we.jpg) no-repeat;
}
#sloganB {
	background: url(img/babila.jpg) no-repeat;
}
#sloganC {
	background: url(img/paper.jpg) no-repeat;
	height: 300px;
}

#weburl {
	text-indent: -2000px;
}



