/* CSS Document */
body {
	
}
.body {
	background-color: #666666;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(/images/body_bg.jpg);
	background-repeat:repeat-x;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#414042;
	
}
div#mainContainer {
	margin:auto;
	width:800px;
	background-color:#FFFFFF;
}
div#header {
	position:relative;
	width:800px;
	height:128px;
	background-color:#FFFFFF;
}
div#header .homeButton{
    position:absolute;
    left:27px;
    top:60px;
    width:152px;
    height:60px;
    /*border:1px solid red;*/
}
/***************** MENU *****************************/
div#menu {
	position:relative;
	width:800px;
	height:22px;
	background-image:url(/images/menu_bg.jpg);
	background-repeat:repeat-x;
	z-index:5;
}
div#menu .menuItemsContainer{
	position:absolute;
	top:5px;
	/*margin:auto;*/
	left:30px;
	width:760px;
	
	z-index:1000;
	
}

div#menu .menuItemsContainer .clientLink{
    position:absolute;
    left:675px;
    top:0px;
     font-size:11px;
     background-image:url(/images/arrow_grey.gif);
     background-position:right;
     background-repeat:no-repeat;
     padding-right:10px;
}
div#menu .menuItemsContainer .clientLink a{
    color:#F1001F;
    text-decoration:none;
}
div#menu .menuItemsContainer .clientLink a:hover{
    color:#980011;
    text-decoration:none;
}

div#menu .menuItemsContainer .menuItemSimple {
	position:relative;
	float:left;
	font-size:11px;
	color:#F1001F;
	vertical-align:top;
	/*background-color:Blue;*/
	
}
div#menu .menuItemsContainer .menuItemSimple .menuItemSimpleText{
    margin-left:2px;
    margin-right:2px;
	float:left;
	font-size:11px;
	color:#F1001F;    
}
div#menu .menuItemsContainer .menuItemSimple .menuItemSimpleText a {
	color:#F1001F;
	text-decoration:none;
	margin:0px 2px 0px 2px;
	
}
div#menu .menuItemsContainer .menuItemSimple .menuItemSimpleText a:hover {
	color:#980011;
	text-decoration:none;
}


div#menu .menuItemsContainer .menuItem {
	position:relative;
	float:left;
	/*background-color:Blue;*/
}
div#menu .menuItemsContainer .menuItem:hover {
	position:relative;
	float:left;
	cursor:pointer;
}

div#menu .menuItemsContainer .menuItem .menuItemRight{
	position:absolute;
	width:100%;
	top:0px;
	left:0px;
	height:21px;
	background-image:url(/images/menuOn_HeadRightBg.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	z-index:1090;
}
div#menu .menuItemsContainer .menuItem .menuItemLeft{
	position:absolute;
	width:2px;
	top:0px;
	left:0px;
	height:21px;
	background-image:url(/images/menuOn_HeadLeftBg.jpg);
	background-repeat:no-repeat;
	z-index:1100;
}

div#menu .menuItemsContainer .menuItem .subMenuContainer{
	position:absolute;
	top:20px;
	left:0px;
	width:163px;
	border:1px solid #c3c3c3;
	background-color:#FFFFFF;
	z-index:1001;
}
div#menu .menuItemsContainer .menuItem .subMenuContainer .subMenuContainerText{
	position:relative;
	margin:auto;
	margin-top:8px;
	margin-bottom:8px;
	width:90%;
}
div#menu .menuItemsContainer .menuItem .subMenuContainer .subMenuContainerText .subMenuContainerItem{
	margin-top:4px;
	margin-bottom:4px; 
	font-size:11px;   
}
div#menu .menuItemsContainer .menuItem .subMenuContainer .subMenuContainerText .subMenuContainerItem a{
	color:#000000;
	text-decoration:none;

}
div#menu .menuItemsContainer .menuItem .subMenuContainer .subMenuContainerText .subMenuContainerItem a:hover{
	color:#F1001F;
	text-decoration:none;
}

div#menu .menuItemsContainer .menuItemSep {
	position:relative;
	float:left;
	font-size:11px;
	color:#666666;
	vertical-align:top;
	width:4px;
	text-align:center;
    }

div#menu .menuItemsContainer .menuItem .menuItemText {
	position:relative;
	margin-left:3px;
	margin-right:3px;
	top:0px;
	
	font-size:11px;
	color:#F1001F;
	height:21px;
	z-index:1100;
}
div#menu .menuItemsContainer .menuItem .menuItemTextSelected {
	position:relative;
	margin-left:3px;
	margin-right:3px;
	top:0px;
	
	font-size:11px;
	color:#980011; /*se modifica*/
	height:21px;
	z-index:1100;	
}
/***************** CONTENT HEADER *****************************/
div#contentHeader {
	position:relative;
	width:800px;
	height:85px;
	background-image:url(/images/content_header_bg.jpg);
	background-repeat:repeat-x;
	z-index:1;
}
div#contentHeader .strategies{
	position:absolute;
	left:555px;
	top:0px;
	width:230px;
	height:55px;
	background-image:url(/images/strategies.jpg);
	background-repeat:no-repeat;
	
}
div#contentHeader .breadcrumbs {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#646464;
	
	position:absolute;
	left:35px;
	top:5px;
}
div#contentHeader .breadcrumbs a, div#contentHeader .breadcrumbs a:active {
	color:#9b9b9b;
	text-decoration:none;
}
div#contentHeader .breadcrumbs a:hover {
	color:#9b9b9b;
	text-decoration:underline;
}
div#contentHeader .pageTitles {
	position:absolute;
	left:30px;
	top:18px;
	width:400px;
	height:60px;
}
/***************** CONTENT *****************************/
div#content {
	position:relative;
	width:800px;
	min-height:400px;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
}
div#content .contentAreaTable{
	position:relative;
	left:40px;
	width:760px;
}
div#content .contentArea{
	left:40px;
	width: 710px;
	background-image:url(/images/content_bg.gif);
	background-repeat:repeat-y;
	background-position:right;
	vertical-align:top;
	padding-right:25px;
	
	line-height:17px;
}
div#content .contentArea li{
    list-style:none;
    list-style-image:url(/images/red_dot.jpg);   
}
div#content .contentArea .delimiter{
    background-image:url(/images/delimiter_bg.gif);
    background-repeat:repeat-x;
    height:1px;
    width:98%;
    background-color:Gray;
}
div#content .contentArea .sub td{
    background-image:url(/images/subbg.jpg);
    background-repeat:repeat-x;
    height:21px;
    padding-left:3px;
    
    font-size:11px;
}
div#content .contentArea .sub td a {
    color:#F1001F;
    text-decoration:none;
}

div#content .contentArea .sub td a:hover {
    color:#980011;
    text-decoration:underline;
}


div#content .contentRight {
	width:50px;
	vertical-align:top;
	text-align:right;
	
}

div#content .contentArea a {
    color:#F1001F;
    text-decoration:none;
}
div#content .contentArea a:hover {
    color:#980011;
    text-decoration:underline;
}

div#content .contentHomeArea{
	left:40px;
	width:520px;
	background-image:url(/images/content_bg.gif);
	background-repeat:repeat-y;
	background-position:right;
	vertical-align:top;
	padding-right:25px;
	line-height:17px;
}

div#content .contentHomeArea .hightlight, div#content .contentArea .hightlight  {
    background-color:#e6e6e6;
    padding:5px 3px 5px 10px;
    position:relative;
}

div#content .contentHomeArea ul {
    margin:0px 0px 0px 0px;
    padding-left:0px;
    
}
div#content .contentHomeArea li {
    /*list-style:none;*/
    margin-left:15px;
    list-style-image:url(/images/red_dot.gif);
    line-height:200%;
    
}

div#content .contentHomeRight {
	width:240px;
	vertical-align:top;
	text-align:right;
	
}
div#content .contentHomeRight .cassette {
	position:relative;
	margin:auto;
	width:186px;
}
div#content .contentHomeRight .cassette .cassetteFooter{
	position:relative;
	width:186px;
	height:53px;
	background-image:url(/images/cassetteBottom_bg.jpg);
	background-repeat:no-repeat;
}
div#content .contentHomeRight .cassette .cassetteFooter .cassetteFooterTextContainer{
	position:absolute;
	left:7px;
	top:5px;
	width:175px;
	background-image:url(/images/arrow_red.jpg);
	background-repeat:no-repeat;
	background-position:0px 2px;
	min-height:40px;
	
}
div#content .contentHomeRight .cassette .cassetteFooter .cassetteFooterTextContainer .cassetteFooterText{
	position:absolute;
	left:12px;
	top:0px;
	width:164px;
	height:45px;
	overflow:hidden;
	text-align:left;
	font-size:10px;
	line-height:14px;
}
div#content .contentHomeRight .cassette .cassetteFooter .cassetteFooterTextContainer .cassetteFooterText a {
	color:#414042;
	text-decoration:none;
}
div#content .contentHomeRight .cassette .cassetteFooter .cassetteFooterTextContainer .cassetteFooterText a:hover {
	color:#414042;
	text-decoration:underline;
}

div#content input, textarea {
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    border:1px solid #CCCCCC;
    background-color:#f7f7f7;
    
}
div#content .button {
    font-family:Arial, Helvetica, sans-serif;
    font-size:11px;
    border:2px outset #CCCCCC;
    font-weight:bold;
    background-color:#f7f7f7;
    
}
/***************** FOOTER *****************************/
div#footer {
	position:relative;
	width:800px;
	height:33px;
	background-image:url(/images/footer_bg.jpg);
	background-repeat:repeat-x
}
div#footer .footerCotent {
	position:absolute;
	left:30px;
	top:16px;
	width:740px;
	
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
div#footer .footerCotent a {
	color:#FFFFFF;
	text-decoration:none;
}
div#footer .footerCotent a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
/*********************** chooser page ***************/
.chooserContent {
	position:relative;
	width:800px;
	height:445px;
	background-image:url(/images/chooser_body.jpg);
	background-repeat:no-repeat;
}
.chooserContent .chooserTextZone {
    
}
.chooserContent .chooserButtonMan {
	position:absolute;
	width:254px;
	height:58px;
	left:462px;
	top:224px;
	
}
.chooserContent .chooserButtonLeeds {
	position:absolute;
	width:254px;
	height:58px;
	left:462px;
	top:287px;
	
}
.chooserFooter {
	position:relative;
	width:800px;
	height:77px;
	
	background-image:url(/images/chooser_footer.jpg);
	background-repeat:no-repeat;
}
.chooserFooter .chooserBtn{
	position:absolute;
	left:572px;
	top:34px;
	width:211px;
	height:29px;
	background-image:url(/images/chooser_btn.jpg);
	background-repeat:no-repeat;
}
.chooserFooter .chooserBtn .chooserBtnText{
	position:relative;
	top:5px;
	width:200px;
	margin:auto;
}
.chooserFooter .chooserBtn .chooserBtnText a { color:#F1001F; text-decoration:none;}
.chooserFooter .chooserBtn .chooserBtnText a:hover { color:#980011; text-decoration:none;}

h4 {
    margin-top:0px;
}
.message {
    color:#F1001F;
    font-weight:bold;
    text-align:center;
}