html, body {
	margin: 0px;
	background: url(../images/bgr.gif) no-repeat top right;
	font: 11px Arial, Helvetica, sans-serif;
	color: #777777;
}

h2 {
	color: #FD000B;
	padding: 0px; margin: 0px;
	font-size: 12px;
	margin-bottom: 5px;
}

a, a:visited {
	color: #FD000B;
	text-decoration: none;
}
p {
	text-align: justify;
	margin: 0 0 10px 0;
}
td {
	vertical-align: top;
}
a:hover {
	text-decoration: underline;
}
#container {
	width: 950px;
}
#header {
	height: 197px;
	background: url(../images/bgr_header.gif) no-repeat left;
	text-align: right;
}

#main {
	/*height: auto !important;
	height: 260px;
	min-height: 260px;*/
	background: url(../images/bgr_main.gif) no-repeat top left;
	overflow: auto;
}
#main-content, #main-content-home {
	background: url(../images/bgr_content.gif) no-repeat top;
	width: 697px;
	/*height: auto !important;
	height: 60px;
	min-height: 60px;*/
	float: right;
	margin-top: 25px;
	/*overflow: auto !important; overflow: visible;*/
	padding: 15px;
	position: relative;
}

#main-content-home {
	width: auto;
	padding: 0px;
}
#main-content2 {
	width: 445px; padding: 10px; margin-bottom: -10px;
	float: right;
	border: 1px solid #C3C3C3;
}
#main-content3 {
	width: 445px; padding: 10px;
	float: right;
	border: 1px solid #C3C3C3;
	border-top-width: 0;
}
#menu-fulcosm {
	width: 467px;
	height: 33px;
	float: right;
}
.menufulfilment { background: url(../images/bgr_menu-fulfilment.gif) no-repeat top; }
.menucosmetica { background: url(../images/bgr_menu-cosmetica.gif) no-repeat top; }
#menu-fulcosm ul {
	list-style-type: none;
	padding: 0; margin: 0;
}
#menu-fulcosm li {
	float: left;
}
#menu-fulcosm li a {
	display: block;
	width: 80px;
	padding: 14px 0 0 0;
	text-align: center;
}
#menu-divisioni {
	float: right;
	border: 1px solid #C3C3C3;
	width: 465px;
	margin-top: 10px;
	padding: 3px 0 0 0;
}
#main-content-foot {
	background: url(../images/bgr_content_foot.gif) no-repeat;
	height: 31px;
	width: 707px;
	float: right;
	margin-bottom: 25px; padding-right: 20px;
	text-align: right;
}
#footer {
	background: #F7F7F7 url(../images/bgr_footer.gif) no-repeat left;
	height: 23px;
	line-height: 21px;
	position: relative;
}
#footer p {
	color: #5D5D5D;
	text-align: center;
	position: absolute;
	color: White;
	left: 770px;
}

/* CASE STUDIES */
h2.case-section {
	font-size: 14px;
	text-align: center;
	border-bottom: 1px dotted #FD000B;
	padding: 15px 0;
	margin: 0;
}
.case-row {
	border-bottom: 1px dotted #FD000B;
	clear: both;
}
a.case-box {
	float: left;
	width: 335px;
	padding: 5px;
	color: #777777 !important;
	text-decoration: none !important;
	display: block;
	cursor: pointer;
	outline: none;
}
.case-img {
	float: left;
	width: 100px;
	text-align: center;
}
.case-desc {
	float: right;
	width: 235px;
}
.case-desc dl {
	margin: 0px;
}
.case-desc dt {
	background: url(../images/dot.gif) no-repeat top left;
	padding: 0 0 3px 10px;
	font-weight: bold;
}
.case-desc dd {
	padding-left: 10px; margin: 0px;
}
.case-desc h2 {
	font-size: 14px;
	margin-bottom: 0;
}


#case-study td {
	border-bottom: 1px dotted #FD000B;
	padding: 5px;
}
#case-study-dett th {
	color: #FD000B;
	text-align: left;
	vertical-align: top;
}
#case-study-dett td {
	text-align: justify;
}
#case-study-dett ul {
	padding: 0px; margin: 0 0 0 20px;
}
#case-study-dett li {
	padding-left: 0px; 
}

.clientList ul {
	padding: 0;
	margin: 0 0 0 20px;
}
.clientList ul ul {
	list-style-type: disc;
}
.clear { clear: both; padding: 0; margin: 0; position: relative; height: 0; font-size: 0px; line-height: 0; }
