html, body 
{
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 8pt;
	text-align: center;
	background-color: #e6e6e6;
}

h1, h2, h3, h4, h5, h6, hr
{
	display: none;
	visibility: hidden;
}

img
{
	margin: 0;
	padding: 0;
	border-style: none;
	vertical-align: text-bottom;
}

#main
{
	text-align: left;
	margin: 15px auto 15px auto;
	width: 800px;
	background-color: #f5f5f5;
}

#language
{
	padding: 5px 5px 5px 5px;
	text-align: right;
	background-color: #e6e6e6;

}

#header
{
	border-top: solid 2px #ff0000;
	border-bottom: solid 2px #ff0000;
	font-size: 10pt;
	font-weight: bold;
	height: 90px;
	background: #ffffff url(Images/logo_careca.gif) no-repeat top left;
}

#header ul
{
	margin: 0;
	padding: 0;
	/*margin-left: 450px;*/
	margin-left: 493px;
	margin-top: 70px;
}

#header ul li
{
	margin: 0;
	padding: 0;
	margin-right: 10px;
	display: inline;
	text-transform: uppercase;
}

#header a, #header a:link, #header a:visited, #header a:active
{
	color: Red;
	text-decoration: none;
}

#header a:hover
{
	text-decoration: underline;
}

#content
{
	padding: 25px 15px 25px 15px;
	/*border: 1px solid gray;*/
}

#contentleft
{
	width: 545px;
	padding: 25px 15px 25px 15px;
	float: left;
	/*border: 1px solid gray;*/
}

#contentright
{
	float: right;
	width: 200px;
	margin-top: 100px;
	padding: 0px 10px 0px 10px;
	font-size: 10pt;
	/*border: 1px solid green;*/
}

#contentrightup
{
	float: right;
	width: 200px;
	margin-top: 25px;
	padding: 0px 10px 0px 10px;
	font-size: 10pt;
	/*border: 1px solid green;*/
}

#contentleft .title
{
	background-image: url(Images/square.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	padding: 0px 15px 0px 10px;
	font-size: 14pt;
	font-weight: bold;
	line-height: 0.6;
	/*border: 1px solid gray;*/
}

#contentleft .subtitle
{
	padding: 10px 15px 10px 10px;
	font-size: 12pt;
	font-weight: normal;
	font-style: italic;
	/*border: 1px solid gray;*/
}

#contentleft .econaturelogo
{
	padding-top: 10px;
	padding-left: 5px;
	/*border: 1px solid gray;*/
}

#content .maindescription
{
	padding: 5px 0px 0px 10px;
	font-size: 8pt;
	/*border: 1px solid gray;*/
}

#contentleft .maindescription
{
	padding: 5px 0px 0px 10px;
	font-size: 8pt;
	/*border: 1px solid gray;*/
}

#contentleft .maindescription p
{
	text-align: justify;
	font-size: 10pt;
}

#contentleft .maindescription ul
{
	margin: 0;
	padding: 0;
	margin-left: 15px;
	font-size: 10pt;
}

#contentleft .maindescription ul li
{
	list-style-type: square;
	margin: 0;
	padding: 0;
}

#contentright ul, #contentrightup ul
{
	list-style-position: outside;
	margin: 0;
	padding-left: 15px;
	
}

#contentrightup ul li
{
	/*text-align: justify;*/
	margin: 0;
	padding: 0;
}

#contentright ul li
{
	/*text-align: justify;*/
	margin: 0 0 10px 0;
	padding: 0;
}

#language a, a:link, a:visited, a:active
{
	color: red;
	text-decoration: none;
}

#language a:hover
{
	text-decoration: underline;
}

#content .roundbox
{
	clear: both;
	background-image: url(Images/sfondo_modulo.gif);
	background-repeat: no-repeat;
	width: 750px;
	height: 130px;
	padding: 10px;
	margin-top: 15px;
}

#content .logo
{
	float: left;
}

#content .testo
{
	margin: 0 0 0 135px;
	padding: 0;
	width: 320px;
}

#content .hamletcontent
{
	width: 455px;
	padding-left: 0px;
	min-height: 70px;
	float: left;
}

#content .e4content
{
	padding-left: 0px;
	width: 455px;
	min-height: 70px;
	float: left;
}

#content .exageratecontent
{
	padding-left: 0px;
	width: 455px;
	min-height: 70px;
	float: left;
}

#content .carecaledcontent
{
	width: 455px;
	padding-left: 0px;
	min-height: 70px;
	float: left;
}

#content .e4imagecontent
{
	margin-left: 15px;
	background-image: url(Images/tailor_made_01.jpg);
	background-repeat: no-repeat;
	width: 280px;
	height: 130px;
	float: left;
}

#content .exagerateimagecontent
{
	margin-left: 15px;
	background-image: url(Images/foto_exagerate.jpg);
	background-repeat: no-repeat;
	width: 280px;
	height: 130px;
	float: left;
}

#content .hamletimagecontent
{
	margin-left: 15px;
	background-image: url(Images/foto_hamlet.jpg);
	background-repeat: no-repeat;
	width: 280px;
	height: 130px;
	float: left;
}

#content .carecaledimagecontent
{
	margin-left: 15px;
	background-image: url(Images/foto_CARECALED.jpg);
	background-repeat: no-repeat;
	width: 280px;
	height: 130px;
	float: left;
}

#content .box
{
	margin-left: 50px;
	background-color: White;
	border: solid 1px #b4b4b4;
	width: 340px;
	padding: 30px 100px 30px 100px ;
}


#links
{
	float: right;
	margin: 0 10px 0 50px;
	padding: 0;
	list-style-type: none;
}

#links ul li
{
	margin: 0;
	padding: 0;
}

#links a, #links a:visited, #links a:active
{
	padding-top: 5px;
	width: 282px;
	height: 25px;
	display: block;
	background: url(Images/bottone_careca2.gif) no-repeat top left;
	color: white;
	margin-bottom: 10px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 8pt;
}

#links a:hover
{
	text-decoration: underline;
}

#footer
{
	margin-top: 30px;
	text-align: center;
	clear: both;
}

#footer .redbox
{
	padding: 2px;
	color: White;
	background-color: Red;
	font-weight: bold;
	height: 15px;
	line-height: 15px;
}

.catalogue_title 
{
    color:Red;
    }
    
/***********************************
rma.htm
***********************************/
#alert 
{
    border-bottom:1px solid #999;
    border-top:1px solid #999;
    margin-top:20px;
    margin-bottom:20px;
    padding-top:20px;
    padding-bottom:20px;
    }
    
.alert_title 
{
    color:#ff0000;
    font-size:14pt;
    font-weight:bold;
    font-family:Arial, Helvetica, sans-serif;
    text-align:center;
    }
    
.alert_text 
{
    font-family:Arial, Helvetica, sans-serif;
    color:#666;
    font-size:10pt;
    text-align:center;
    }
    
.title_red 
{
    font-family:Arial, Helvetica, sans-serif;
    font-size:10pt;
    color:red;
    font-weight:bold;
    }

.paragraph 
{
    margin-bottom:15px;
    margin-top:15px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:10pt;
    }
    
.red_highlight 
{
    font-weight:bold;
    }
    
.rma_subtitle 
{
    font-style:italic;
    font-family:Arial, Helvetica, sans-serif;
    font-size:10pt;
    }

.main_element
{
	padding: 5px 10px 0px 10px;
	font-size: 8pt;
    }

.main_element ul
{
	 list-style-type:disc;
    }