html,body {
	margin:0;
	padding:0;
	color:#000;
	text-align:center;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:0.9em;
	background:transparent url('../i/bg_body.png') repeat-x 0 0;
	}
/* general text styles */
a:link, a:visited {
	color:#A03C10;
	text-decoration:underline;
	}
a:hover {
	color:#424242;
	text-decoration:none;
	}
a:active {
	color:#C9CE0D;
	text-decoration:underline;
	}
h1 {
	font-size:1.55em;
	font-weight:normal;
	padding:0;
	margin:0 0 15px 0;
	clear:both;
	}
h2 {
	font-size:1.4em;
	font-weight:normal;
	padding:12px 0 10px 0;
	margin:0 0 15px 0;
	border-bottom:1px solid #C9CE0D;
	}
h3 {
	font-size:1.3em;
	font-weight:normal;
	font-style:italic;
	padding:0;
	margin:5px 0 0 0;
	color:#424242;
	font-family: Arial, Helvetica, sans-serif;
	}
h3 a:link, h3 a:visited {
	color:#323D43;
}
a.more, p.more a {
	display:block;
	float:right;
	clear:both;
	font-size:0.85em;
	text-align:right;
}
a.moreleft, p.moreleft a {
	font-size:0.85em;
}
#content ul {
	margin:10px 0 0 0;
	padding:0 0 0 25px;
	list-style:url('../i/li.gif');
	}
#content li { 
	padding:0 0 10px 0;
	margin:0;
	}
/* general layout styles */
#sitecontainer {
	text-align:left;
	width:960px;
	margin:auto;
	background:transparent;
	}
#header {
	width:960px;
	height:157px;
	margin:0;
	padding:0;
	background:transparent url('../i/bg_header.gif') repeat-x 0 0;
	}
#header #logo {
	float:left;
	display:block;
	margin:40px 0 0 0;
	width:293px;
	height:76px;
	background:transparent url('../i/logo-Essenza.png') no-repeat top left;
	}
#header #logo h1 {
	visibility:hidden;
	}	
#header #quicklinks {
	float:right;
	height:35px;
	margin:0 55px 0 0;
	padding:0;
	font-size:0.85em;
	}
#header #quicklinks a {
	display:block;
	float:left;
	text-decoration:none;
	border-right:1px solid #C9CE0D;
	color:#000;
	padding:15px 8px 5px 8px;
	margin:0;
	}
#header #quicklinks a.last {
	border:none;
	}
#header #langswitch {
	float:right;
	clear:right;
	height:22px;
	margin:75px 95px 2px 0;
	padding:0;
	}
#header #langswitch a {
	display:block;
	float:left;
	text-align:center;
	font-size:0.85em;
	text-decoration:none;
	color:#303942;
	margin:0;
	padding:3px 0 0 0; 
	width:22px;
	height:19px;
	}
#header #langswitch a.active, #header #langswitch a:hover {
	background:transparent url('../i/bg_lang.png') repeat-x 0 0;
	color:#FFF;
}
#bodycontainer {
	margin:0;
	padding:0;
	position:relative;
	width:960px;
	}
#leftcontainer {
	float:left;
	color: #333333;
	width:200px;
	margin:0 0 50px 0;
	padding:0 0 90px 0;
	background:transparent url('../i/bg_leftnav.png') repeat-x bottom left;
	}
#rightcontainer {
	float:left;
	width:200px;
	margin:0 0 0 5px;
	padding:0;
	_margin:0; /*ie hack*/
	}
#content {
	float:left;
	margin:2px 0 0 0;
	padding:10px 30px 30px 30px;
	width:495px;
	text-align:left;
	background:#FFF url('../i/bg_content.png') no-repeat top left;
	}
#contentwide {
	float:left;
	margin:0;
	padding:40px;
	width:680px;
	text-align:left;
	background:#FFF url('../i/bg_content.png') no-repeat top left;
	}
.breadcrumb {
	display:block;
	width:495px;
	margin:0 0 5px 0;
	color:#424242;
	font-size:0.8em;
	text-transform:lowercase;
	}
.breadcrumb a {
	color:#424242;
	text-decoration:none;
	}
.breadcrumb a:hover {
	color:#424242;
	text-decoration:underline;
	}
#footer {
	clear:both;
	float:left;
	width:720px;
	margin:0;
	padding:10px 0 0 220px;
	font-size:0.85em;
	background:transparent url('../i/key.png') no-repeat top left;
	color:#FFF;
	}
#footer p {
	display:block;
	width:700px;
	height:40px;
	margin:0;
	padding:8px 20px 0 20px;
	background:#424242;
	}
#footer .left {
	display:block;
	float:left;
	}
#footer .right {
	display:block;
	float:right;
	text-align:right;
	}
#footer a {
	color:#FFF;
	text-transform:lowercase;
	}
#footer a.credits {
	color:#999;
	text-decoration:none;
	}
#footer a.credits:hover {
	text-decoration:underline;
	}

/* left navigation */
#leftnav {
	float:left;
	margin:0 0 10px 0;
	padding:0;
	/*overflow:hidden;*/
	}
#leftnav ul {
	margin:0;
	padding:0;
	font-size:1.1em;
	list-style:none;
	}
#leftnav li {
	text-decoration:none;
	padding:0;
	margin:0;
	}
#leftnav li a {
	display:block;
	text-decoration:none;
	padding:10px 15px;
	margin:0;
	width:170px;
	color:#FFF;
	background:transparent url('../i/bg_navitem.png') no-repeat bottom right;
	border-bottom:1px solid #FFF;
	}
#leftnav li.depth2 a {
	font-size:0.85em;
	padding:5px 15px 5px 25px;
	width:170px;
	}
#leftnav li.depth3 a {
	font-size:0.75em;
	padding:3px 15px 3px 35px;
	width:170px;
	}
#leftnav li.depth4 a {
	}
#leftnav li a:active, #leftnav li a:hover, #leftnav li a.active {
	color:#FFF;
	background:transparent url('../i/bg_navhover.png') no-repeat top left;
	}
/* boxes */
.box, .boxdark {
	width:200px;
	margin:8px 0;
	background:#C9CE0D url('../i/box_bottom.png') no-repeat bottom left;
}
.box a {
	text-decoration:none;
	color:#000;
}
.boxdark {
	color:#FFF;
	background:#424242 url('../i/box_bottomdark.png') no-repeat bottom left;
}
.boxdark a {
	text-decoration:none;
	color:#FFF;
}
.box h2, .boxdark h2 {
	width:200px;
	height:36px;
	overflow:hidden;
	background:#C9CE0D url('../i/box_top.png') no-repeat top left;
}
.box p, .boxdark p {
	margin:0;
	padding:0 10px 10px 10px;
	font-size:0.9em;
}
/* rotators */
#rotator75 {
	display:block;
	margin:13px 0 5px 0;
}
#rotator76 {
	display:block;
	padding:0 0 2px 3px;
}

/* form styles */
#content form ul {
	list-style:none;
	list-style-image:none;
	padding:0 5px;
	margin:0;
	}
#content form li {
	clear:both;
	list-style:none;
	list-style-image:none;
	}
form li.cols2 {
	float:left;
	width:230px;
	}
form h3 {
	background:#C9CE0D;
	color:#FFF;
	padding:3px;
	margin:5px 0 0 0;
	font-style:normal;
	font-size:1.1em;
}
input {
	padding:2px;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	border:1px solid #C9CE0D;
	background:#E4E4DA;
	}
textarea {
	padding:2px;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:normal;
	border:1px solid #C9CE0D;
	background:#E4E4DA;
	}
select {
	padding:2px;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	border:1px solid #C9CE0D;
	background:#E4E4DA;
	}
input.btn {
	padding:3px 10px;
	margin:5px 0 5px 125px;
	font-weight:bold;
	background:#C9CE0D;
	border:2px solid #E4E4DA;
	color:#FFF;
	}
label {
	display:block;
	float:left;
	padding:1px 5px 0 0;
	width:115px;
	text-align:right;
	}
fieldset {
	border:1px solid #E4E4DA;
	margin:0;
	clear:both;
	}
legend {
	color:#6C747D;
	}
.textselect {
	display:block;
	float:left;
	clear:right;
	width:340px;
	padding:2px;
	margin:0 0 5px 0;
	background:#E4E4DA;
}
.scrollfield {
	width:460px;
	height:120px;
	background:#E4E4DA;
	border:1px solid #E4E4DA;
	font-size:0.9em;
	color:#666;
	overflow-y:scroll;
}
.confmessage {
	display:block;
	padding:4px 10px;
	border:1px solid #C9CE0D;
	}
.errmessage {
	display:block;
	padding:4px 10px;
	border:1px solid #FF9933;
	}
.f_error {
	border:1px dotted #FF9933;
	margin:2px 0;
	}
.f_errortext {
	display:block;
	clear:both;
	color:#FF9933;
	margin:0 0 0 5px;
	}

/* sizes */
.size1 { width:50px; }
.size2 { width:95px; }
.size3 { width:150px; }
.size4 { width:250px; }
.size5 { width:350px; }
.size6 { width:500px; }

/* M O D U L E   S T Y L E S */

/* module: news styles */
#module_news.newslist .newsitem {
	padding:0 0 8px 0;
	margin:0 0 8px 0;
	border-bottom:1px solid #E4E4DA;
	}
#module_news.newslist em.date {
	float:right;
	color:#76828E;
	font-size:0.85em;
	font-style:normal;
	padding:0 0 0 5px;
	margin:0;
	}
#module_news.newslist h4 {
	font-weight:normal;
	padding:0 0 5px 0;
	margin:0;
	line-height:1.2em;
	}
#module_news.newslist p.teaser {
	display:inline;
	font-size:0.85em;
	}
#module_news.newsdetail .newsitem {
	padding:5px 0 8px 0;
	margin:0;
	border-bottom:1px dotted #76828E;
	line-height:17px;
	letter-spacing:1px;
	}
#module_news.newsdetail h4 {
	font-size:1.2em;
	font-weight:normal;
	margin:0;
	}
#module_news.newsdetail em.date {
	float:right;
	color:#76828E;
	width:80px;
	font-size:0.8em;
	font-style:normal;
	padding:0;
	margin:0;
	}
#module_news.newsdetail p.teaser {
	font-style:italic;
	color:#76828E;
	}
#module_news.newsdetail .newsitem {
	margin:0 0 10px 0;
	}
/* fckeditor styles */
html.fckeditor {
	background:#FFF url('../i/bg_body.png') repeat-x 0 -157px;
	}
body.fckeditor {
	margin:2px auto 0 auto;
	padding:15px 30px 30px 30px;
	width:495px;
	text-align:left;
	background:#FFF;
	}
body table {
	font-size:0.98em;
}
body.fckeditor a[href] {
	color:#A03C10 !important;
	text-decoration:underline;
	}

