
body {
	font-size:83.75%;
	text-align:left !important;
	color:#666;
	background:#eee;
	font-family: Arial, sans-serif;
}

/* Angoli arrotondati per logo */
b.rtoplogo, b.rbottomlogo{display: block; background: #eee}
b.rtoplogo b {display: block; height: 1px; overflow: hidden; background: #f1ea23}
b.rbottomlogo b {display: block; height: 1px; overflow: hidden; background: #005f00}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtoplogo b.r4, b.rbottomlogo b.r4{margin: 0 1px; height: 2px}

/* Angoli arrotondati per altri componenti */
b.rtop, b.rbottom{display: block; background: #eee}
b.rtop b, b.rbottom b{display: block; height: 1px; overflow: hidden; background: #f8f8f8}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px; height: 2px}

/* ######################### */
/* ### WEBSITE-CONTAINER ### */
/* ######################### */

#everything {
	position:relative;
	width:850px;
	margin:0 auto;
	padding-top:12em;
	padding-bottom:5em;
	overflow:hidden;
}

/* ############## */
/* ### HEADER ### */
/* ############## */

/* HEADER-CONTAINER */

#header {
	width:100%;
	margin-top:-125px;
	margin-left:0px;
	margin-bottom:25px;	
}

#headercontent {
	height:172px;
	position:relative;
}

/* ############ */
/* ### LOGO ### */
/* ############ */

#logo {
	position:absolute;
	display:block;
	width:232px;
	height:172px;
	background: url(../img/logo.png);
}

#logocontent {
	width:200px;
	height:125px;
	position:relative;
}

#logocontent h1 {
	position:relative;
	top:-20px;
	left:5px;
	line-height:1;
	color:#005f00;
	text-shadow: 1px 1px 1px #4b7b00;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 58px;
	letter-spacing:-2px;
	text-decoration:none;
}

#logocontent h2{
	position:relative;
	top:-32px;
	left:35px;
	line-height:1;
	color:#f1ea23;
	text-shadow: 1px 1px 1px #4b7b00;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 30px;
	letter-spacing:-2px;
	text-decoration:none;
}

#logocontent h3{
	position:relative;
	top:-65px;
	left:65px;
	line-height:1;
	color:#f1ea23;
	text-shadow: 1px 1px 1px #4b7b00;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 30px;
	letter-spacing:-2px;
	text-decoration:none;
}

/* ############### */
/* ### PATHWAY ### */
/* ############### */

#pathway {
	position:absolute;
	left:264px;
	top:15px;
}

/* ############### */
/* ### TOPMENU ### */
/* ############### */

/* MENU-CONTAINER */

#topmenu {
	position:absolute;
 	left:264px;
 	top:25px;
 	padding:0;
 	text-shadow: 1px 1px 0px #29642B;
}

/* TOPMENU-MODULETABLE */

#topmenu .moduletable { background:none; padding:0;	}

/* TOPMENU */

#mainlevel-nav { margin:0; list-style:none; }

/* TOPMENU-LINK */

#mainlevel-nav a {
	margin-right:0.5em;
	background:#3C903C;
	text-decoration:none;
	display:block;
	color:#fff;
	padding:5px 8px;
}

/* TOPMENU-LINK HOVER */

#mainlevel-nav a:hover, a#active_menu-nav {	background:#6eba00; }


/* ################# */
/* ### NEWSFLASH ### */
/* ################# */

/* NEWSFLASH-CONTAINER */

#top {
	position:absolute;
	width:585px;
	left:264px;
	bottom:3px;
	background:#f8f8f8;
	text-shadow: 1px 1px 1px #ddd;
}

/* NEWSFLASH-MODULETABLE */

#top .moduletable {
	overflow:hidden;
	background:none;
	height:80px;
	margin:0;
	margin-bottom:6px;
	color:#000000;
}

/* NEWSFLASH HEADING */

#top h3 { display:none; /* HIDE */ }

/* ################# */
/* ### MAIN-MENU ### */
/* ################# */

/* MENU-CONTAINER */

#menu {
	width:232px;
	float:left;
}

/* MENU-HEADINGS */

#menu h3 {
	color:#000000;
	text-shadow: 1px 1px 1px #fff;
	font-size:2em;
	letter-spacing:-1px;

}

/* MODULE-CONTAINER */

.moduletable_menu, .moduletable {
	background:#f8f8f8;
	padding-left:16px;
	padding-bottom:16px;
	padding-top:1px;
	text-align:center;
}

/* MENU-LIST */

.menu, .menu ul, #mainlevel{
	list-style:none;
	padding:2px;
}

/* MENU-ITEM */

.menu li, #mainlevel li{
	width:200px;
	background:url(../img/menu_li_bg.gif) repeat-x bottom;
}

/* MENU-ITEM HOVER */

.menu li:hover, #mainlevel li:hover, #cnt_user1 li:hover, #cnt_user2 li:hover {
	background:url(../img/menu_li_bg.gif) repeat-x bottom;
	
}

/* MENU-LINK */

.menu li a, #mainlevel li a {
	text-decoration:none;
	display:block;
	padding:0.4em 0 0.5em;
	padding-left:20px;
	color:#000000;
	text-shadow: 1px 1px 0px #fff;
	background:url(../img/menu_a_bg.gif) no-repeat left;
}

/* MENU-LINK HOVER */

.menu li a:hover, #mainlevel li a:hover, #current a {
	color:#3C903C;
	background:url(../img/menu_a_bg_hover.gif) no-repeat left;
}

/* #################### */
/* ### CONTENT-AREA ### */
/* #################### */

#content {
	margin-left:16px;
	float:right;
	overflow: hidden;
	text-shadow: 5px 5px 5px white;
	width:585px;
}

/* ### LEADING-ARTICLE ### */

.leadingHome {
	background:#ffffff url(../img/brasiliano.jpg) no-repeat bottom center;
	padding: 20px 20px 20px 20px;
	position: relative;
	color:#000000;	
	text-align: center;
}

.leadingOther {
	background:#f8f8f8;
	padding: 20px 20px 20px 20px;
	position: relative;
	color:#000000;	
	text-align: center;
}


/* ############## */
/* ### FOOTER ### */
/* ############## */

#cnt_footer {
	position:absolute;
	bottom:0;
	width:544px;
	right:10px;
	padding: 8px 16px;
	background: #f8f8f8;
	text-shadow: -1px -1px 1px #eee;
	color:#000000	
}
