@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 100%;
	line-height: 1.125em;
	background-color: #424242;
	font-family: "Times New Roman", Times, serif;
}
/* tipografia and special typo*/
h1 {
	font-size: 1em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
}
h2 {
	font-size: 0.875em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 0.813em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
p {
	font-size: 0.75em;
	line-height: 1.125em;
	margin-bottom: 1.125em;
	max-width: 352px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.box_content .content_list {
	font-size: 0.75em;
	line-height: 1.125em;
	margin-bottom: 1.125em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:justify;
	margin: 0;
	padding: 0;
	list-style: none;
	max-width: 352px;
	margin-left: 87px;/*padding-top: 15px;*/
}
.box_content .content_list li {
	margin: 0;
	padding: 0;
	margin-bottom: 15px;/*padding-left: 87px;*/
}
.ico {
	color: #333;
	min-height:25px;
}
.box_content .content_list li.ico:hover>a img.icons {
	background-color: #FFF;
	opacity:1;
	filter:alpha(opacity=100);
	-moz-opacity:1;
}
.box_content .content_list li.ico:hover {
	/*background-color: #FFFCF4;*/
	color: #000;
}
.box_content .content_list li.ico a img.icons {
	vertical-align: top;
	margin-right: 5px;
	float: left;
	opacity:0.5;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	background-color: #FFF;
}
.p_margine {
	margin-left: 87px;
	text-align: justify;
}
.p_footer {
	padding-left: 5px;
	padding-top: 5px;
	font-size: 0.67em;
}
a:active, a:link, a:visited {
	font-weight: bold;
	text-decoration:none;
	color: #909;
}
a:hover {
	text-decoration: underline;
	color: #C06;
}
a:focus {
	outline: none;
}
#menu a:focus {
	outline: none;
}
.italic {
	text-align: justify;
	font-style: oblique;
	word-spacing: 0.08em;
	color: #039;
}
.h1_grunge {
	width: 420px;
	height: 50px;
	position:relative;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:2.8em;
	color: #666;
	line-height: 1em;
	margin-bottom: 15px;
}
.h1_grunge span {
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top: 0;
	left:0;
	background: transparent url(../img/grunge_white.png) no-repeat;
	visibility: inherit;
}
.h1_grunge b {
	color: #F09;
	position: relative;
	top: -25px;
	font-size: 0.8em;
	margin-left: -12px;
}
/**** |||||||||||||||||||||||||| *******/
/* layout */
#wrapper {
	width: 717px;
	min-height: 578px;
	margin: 0 auto;
	border-bottom: 4px solid #716B6B;
}
#menu {
	width: 717px;
	height: 45px;
	background-image: url(../img/menu_background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
#menu #targets {
	width: 420px;
	height: 8px;
	margin:0 0 0 180px;
	padding-left: 18px;
	position: relative;
}
#menu #targets ul {
	margin: 0;
	padding: 0;
	list-style:none;
}
#menu #targets li {
	margin: 0;
	padding: 0;
}
#menu #targets li img {
	float: left;
	display:block;
	margin: 0 83px 0 0;
}
a img {
	border: 0;
}
#menu ul {
	margin:5px 0 0 180px;
	padding: 0;
	list-style: none;
}
#menu li {
	margin: 0;
	padding: 0;
}
#menu a {
	margin:0 42px 0 0;
	padding: 0;
	display: block;
	float: left;
}
#head {
	width: 717px;
	height: 215px;
}
#content {
	min-width: 551px;
	/*height: 285px;*/
	min-height: 285px;
	background-image: url(../img/content_background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#DDDDDD;
	padding-left: 83px;
	padding-right: 83px;
	padding-top: 28px;
	position:relative;
}
#fxwrapper {
	width: 526px;
	height: 190px;
	float: left;
	overflow: hidden;
}
/* ----------- */
#fxwrapper #moo_content ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 	 0.688em;
	font-family: Arial, Helvetica, sans-serif;
}
#fxwrapper #moo_content li {
	/*margin: 0;
	padding: 0;*/
}
/* footer */
.footer {
	padding-bottom: 15px;
	margin-top:15px;
}
/* round box */
.box ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 553px;
}
.box li {
	margin: 0;
}
.box_top {
	background-image:url(../img/round-top.png);
	background-position:top;
	background-repeat:no-repeat;
	height: 6px;
}
.box_content {
	background-image: url(../img/round-content.png);
	background-position:center;
	background-repeat:repeat-y;
	padding-left: 12px;/*height: 100%;*/
}
.box_bottom {
	background-image:url(../img/round-bottom.png);
	background-position:bottom;
	background-repeat:no-repeat;
	height: 6px;
}
/* ****** */
#title {
	position: relative;
	top: -12px;
}
/********** DROP DOWN *****************/
#dropdown_wrapper {
	/*width: 201px;*/
width: 398px;
	/*height: 175px;*/
height: 129px;
	position:absolute;
	background-image:url(../img/drop_background.png);
	background-repeat:no-repeat;
	background-position:left bottom;
	top: -4px;
	left: 278px;
	z-index:99999;
	visibility:hidden;
}
#dropdown_wrapper a {
	color: #ffffff;
	text-decoration:none;
}
#dropdown_wrapper ul {
	margin: 0;
	padding: 0;
	list-style:none;
	/*padding-top: 55px;*/
padding-left: 10px;
	padding-top: 10px;
}
#main_drop_list {
	float: left;
	/*width: 201px;*/
	width: 191px;
	z-index:995;
}
#dropdown_wrapper ul li {
	margin:0;
	padding:0;
	background-image:url(../img/drop_bottons_2.png);
	background-repeat: no-repeat;
	background-position:top left;
	line-height:22px;
	/*--*/
font-size:12px;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	/*--*/
padding-left: 5px;
	margin-bottom: 15px;
}
#dropdown_wrapper ul li:hover {
	margin:0;
	padding:0;
	background-image:url(../img/drop_bottons_2.png);
	background-repeat: no-repeat;
	background-position:bottom left;
	line-height:22px;
	/*--*/
font-size:12px;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:bold;
	/*--*/
padding-left: 5px;
	margin-bottom: 15px;
}
/********* SECONDARY DROP LIST *********/
#secondary_drop_list {
	float: right;
	width: 187px;
	background-image:url(../img/drop_grey_alpha.png);
	background-repeat:repeat;
	background-position:left top;
	position:relative;
	right: 3px;
	visibility:hidden;
	position:absolute;
	z-index:9999;
}
#secondary_drop_list02 {
	float: right;
	width: 187px;
	background-image:url(../img/drop_grey_alpha.png);
	background-repeat:repeat;
	background-position:left top;
	position:relative;
	right: 3px;
	visibility:hidden;
	position:absolute;
	top: 48px;
}
#secondary_drop_list03 {
	float: right;
	width: 187px;
	background-image:url(../img/drop_grey_alpha.png);
	background-repeat:repeat;
	background-position:left top;
	position:relative;
	right: 3px;
	visibility:hidden;
	position:absolute;
	top: 86px;
}


