/* Basic */
*
{
	margin: 0em;
	padding: 0em;
}

h1,h2
{
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #727373;
	background-color: #fff;
}

a
{
	color: #007788;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

.clear
{
	clear: both;
}

/* Outer */

#outer
{
	position: relative;
	margin-left: auto; 
	margin-right: auto;	
	width: 950px;
}

#colonna-dx { 
	float: left; 
	width: 300px; 
}

#principale { 
	float: left; 
	width: 650px; 
}

#logo
{
	position: relative;
	top: 20.0em;
	left: 25px;
	height: 109px;
	width: 250px;
}

#logo img
{
	margin-top: 0px;
	margin-left: 0px;
	border-width: 0px;
}

/* Header */

#header
{
	position: absolute;
	top: 4.5em;
	left: 0px;
	height: 135px;
	width: 100%;
}

#leftheader
{
	position: absolute;
	left: 0px;
	height: 100%;
	width: 650px;
}

#leftheader.competenza
{
	background: #DCDCDC url('/system/modules/nexen/resources/competenza.jpg') top right no-repeat;
}

#leftheader.determinazione
{
	background: #DCDCDC url('/system/modules/nexen/resources/determinazione.jpg') top right no-repeat;
}

#leftheader.futuro
{
	background: #DCDCDC url('/system/modules/nexen/resources/futuro.jpg') top right no-repeat;
}

#leftheader.lavoro
{
	background: #DCDCDC url('/system/modules/nexen/resources/lavoro.jpg') top right no-repeat;
}

#leftheader.nuvole
{
	background: #DCDCDC url('/system/modules/nexen/resources/nuvole.jpg') top right no-repeat;
}

#leftheader.pace
{
	background: #DCDCDC url('/system/modules/nexen/resources/pace.jpg') top right no-repeat;
}

#leftheader.partnership
{
	background: #DCDCDC url('/system/modules/nexen/resources/partnership.jpg') top right no-repeat;
}

#leftheader.pensiero
{
	background: #DCDCDC url('/system/modules/nexen/resources/pensiero.jpg') top right no-repeat;
}

#leftheader.relax
{
	background: #DCDCDC url('/system/modules/nexen/resources/relax.jpg') top right no-repeat;
}

#leftheader.riposo
{
	background: #DCDCDC url('/system/modules/nexen/resources/riposo.jpg') top right no-repeat;
}

#leftheader.soddisfazione
{
	background: #DCDCDC url('/system/modules/nexen/resources/soddisfazione.jpg') top right no-repeat;
}

#leftheader h1
{
	position: absolute;
	top: 2.7em;
	right: 1.0em; 
	font-size: 2.5em;
	color: #fff;
}

#leftheader h2
{
	position: absolute;
	top: 6em;
	left: 2.5em; 
	font-size: 1.0em;
	font-weight: normal;
	color: #fff;
}

#leftheader a
{
	color: #fff;
	text-decoration: none;
}

#rightheader
{
	position: absolute;
	left: 650px;
	background: #BC312E;
	height: 100%;
	width: 300px;
}

#rightleftheader img
{
	margin-top: 43px;
	margin-left: 25px;
}

/* Menu */

#menu
{
	position: absolute;
	width: 100%;
	top: 0em;
	left: 0em;
	background: #DCDCDC url('/system/modules/nexen/resources/x3.gif') top left repeat-x;
	height: 2.5em;
}

#menu ul
{
	list-style: none;
	position: absolute;
	bottom: 0em;
	left: 1em;
}

#menu li
{
	display: block;
	float: left;
}	

#menu li a
{
	color: #0A0A0A;
	display: block;
	padding: 0.75em 1.25em 0.75em 1.25em;
	text-decoration: none;
	font-weight: bold;
}

#menu li.current
{
	color: #fff;
	display: block;
	padding: 0.75em 1.25em 0.75em 1.25em;
	text-decoration: none;
	font-weight: bold;
	background: #BC312E url('/system/modules/nexen/resources/x4.gif') top left repeat-x;
}

#menu li a:hover
{
	color: #fff;
	background: #DCDCDC url('/system/modules/nexen/resources/x8.gif') top left repeat-x;
}

#submenu
{
	position: absolute;
	width: 100%;
	top: 2.5em;
	left: 0em;
	background: #BC312E;
	height: 2.0em;
}

#submenu ul
{
	list-style: none;
	position: absolute;
	bottom: 0em;
	left: 1em;
}

#submenu li
{
	display: block;
	float: left;
}	

#submenu li a
{
	color: #fff;
	display: block;
	padding: 0.75em 1.25em 0.50em 1.25em;
	text-decoration: none;
}

#submenu li a:hover
{
	text-decoration: underline;
}

#languages
{
	position: absolute;
	width: 20%;
	top: 0em;
	right: 0em;
	background: #DCDCDC url('/system/modules/nexen/resources/x3.gif') top right repeat-x;
	height: 2.5em;
}

#languages ul
{
	list-style: none;
	position: absolute;
	bottom: 0em;
	right: 1em;
}

#languages li
{
	display: block;
	float: right;
}	

#languages li.current
{
	color: #7c7c7c;
	display: block;
	padding: 0.75em 0.75em 0.75em 0.75em;
	text-decoration: none;
	font-size: smaller;
	font-weight: bold;
}

#languages li a
{
	color: #0A0A0A;
	display: block;
	padding: 0.75em 0.75em 0.75em 0.75em;
	text-decoration: none;
	font-size: smaller;
	font-weight: bold;
}

#languages li a:hover
{
	text-decoration: underline;
}

/* Content */

#content
{
	line-height: 1.7em;
	padding-top: 188px;
}

#content p
{
	margin-bottom: 1.5em;
}

#content h1
{
	line-height: 2.0em;
	text-align: right;
	width: 100%;
	position: relative;
	left: -14px;
	margin: 0em -22px 0.6em 0em;
	color: #BC312E;
	padding: 0.4em 14px 0.0em 14px;
	font-size: 1.8em;
	background: #fff url('/system/modules/nexen/resources/x2.gif') top left repeat-x;
}

#content h2,h3,h4,h5,h6
{
	width: 100%;
	position: relative;
	left: -14px;
	margin: 0em -22px 1.2em 0em;
	color: #333;
	padding: 1.1em 14px 0.0em 14px;
	font-size: 1.1em;
	background: #fff url('/system/modules/nexen/resources/x2.gif') top left repeat-x;
}

#content h2 span, #content h3 span
{
	position: absolute;
	top: 0em;
	right: 0em;
	background: #fff url('/system/modules/nexen/resources/x1.gif') top right no-repeat;
	width: 16px;
	height: 28px;
}

#content ul
{
	margin-bottom: 1.5em;
	padding-left: 2em;
}

#content blockquote
{
	border: dashed 1px #BFB793;
	background: #FFFEFB url('/system/modules/nexen/resources/x5.gif') top left repeat-x;
	padding: 1em;
	margin-bottom: 1.5em;
}

#content blockquote p
{
	margin-bottom: 0em;
}

#content table
{
	margin-bottom: 1.5em;
}

#content table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
}

#content table td
{
	padding: 0.5em;
}

#content table tr.rowA
{
	background: #FDFEFE url('/system/modules/nexen/resources/x6.gif') top left repeat-x;
	color: inherit;
}

#content table tr.rowB
{
	background: #FFFEFC url('/system/modules/nexen/resources/x7.gif') top left repeat-x;
	color: inherit;
}

#cell 
{
	height: 2.0em;
}

#cell label,input,select 
{
	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #727373;
}

#cell label 
{
	float: left;
	text-align: right;
	width: 120px;
	padding-right: 10px;
}

#cell br 
{
	clear: left;
}

/* Primary Content */

#primaryContentContainer
{
	position: relative;
	float: right;
	margin-right: -17em;
	width: 100%;
}

#primaryContent
{
	margin: 0em 19em 0em 0em;
	padding: 1.5em;
}

/* Secondary Content */

#secondaryContent
{
	position: relative;
	float: left;
	width: 12em;
	padding: 1.5em;
	margin-right: 1em;
}

/* Tertiary Content */

#tertiaryContent
{
	position: relative;
	float: right;
	width: 12em;
	padding: 1.5em;
}

/* Footer */

#footer
{
	padding: 1.5em;
	background: #fff url('/system/modules/nexen/resources/x2.gif') top left repeat-x;
}

#footer img
{
	position: relative;
	float: right; 
	top: -2em;
	right: 0px;
	border-width: 0px;
}


