/* @group reset */

/* RESETTING
// *******************************************
// http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/
// *******************************************
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
/*:focus {
	outline: 0;
}
*/

/* remember to highlight inserts somehow! */
/*ins {
	text-decoration: none;
}
*/

/*del {
	text-decoration: line-through;
}
*/

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*
//
//
END RESETTING ********************************
*/



/* @end */

body {
	text-align: center;
	background: #e5e5e5 url(../img/sfuma_alta.gif) repeat-x;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* @group general_layout */

#container {
	margin: 36px auto 5px auto;
	width: 930px;
}

#sxCol {
	margin: 0 19px 0 0;
	padding: 0;
	width: 211px;
	text-align: left;
	float: left;
}

#dxCol {
	margin: 0;
	padding: 3px;
	width: 692px;
	text-align: left;
	float: right;
	border: 1px solid #ccc;
	background-color: white;
}

#footer {
	margin: 0;
	padding: 10px 10px 50px;
	width: 680px;
	text-align: left;
	float: right;
}

#topElement {
	padding: 0;
	height:219px;
	width:692px;
	margin-bottom: 0;
	margin-top: 0;
	margin-right: 0;
}

#content {
	margin: 0 0 5px;
	padding: 0 10px 10px;
}



/* @end */

/* @group navigation */
#navcontainer {
	text-align:right;
}

#navcontainer ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#navcontainer li { margin: 0; }

#navcontainer a
{
	display: block;
	padding: 5px 5px 5px 0;
	width: 206px;
	color: #585858;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

#navcontainer a:hover
{
	color: #333;
	background-color: #d6d6d6;
}

#navcontainer a.inactive {
	color: #333;
	background-color: #d6d6d6;
	text-decoration: none;
}

#navcontainer a.inactive:hover {
	color: #333;
	text-decoration: none;
}

#navcontainer ul ul {
	padding: 0;
	margin: 0 5px 20px 0;
	display: none;
}

#navcontainer ul ul li { margin: 0; }

#navcontainer ul ul a
{
	display: block;
	width: 206px;
	color: #7f7f7f;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	display: block;
	border-bottom: 0;
	padding: 7px 0 0;
}

#navcontainer ul ul a.inactive2 {
	color: #bfbfbf;
	text-decoration: none;
}

#navcontainer ul ul a.inactive2:hover {
	color: #bfbfbf;
	text-decoration: none;
}

#navcontainer ul ul a:hover
{
	color: #5a5a5a;
	background-color: #e5e5e5;
	text-decoration: underline;
}

#navcontainer ul ul.display_block {
	display:block;
}

/* @end */

/* @group images */

#divlogo {
	margin-bottom: 68px;
	padding: 0;
}

img.tit {
	margin: 40px 0px 0px;
	padding: 0;
}

/* @end */

/* @group general_formatting */

#content p {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 22px;
	color: #8b8b8b;
}

#footer p, #footer a {
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 22px;
	color: #888888;
}

#footer a:hover {
	text-decoration: none;
}

h1 {
	margin: 0;
	padding: 0;
	visibility: hidden;
	overflow: hidden;
	display: none;
}



#content h2 {
	padding: 0;
	font-size: 25px;
	line-height: 22px;
	color: #8b8b8b;
	font-weight: normal;
	font-style: normal;
	margin: 50px 0 0;
}



/* @end */