
body {
	margin: 0 auto;
	padding: 0;
	font: 12px Verdana,Tahoma,Arial,sans-serif;
	background: #f4f4f4 url(/img/bg.gif) top center repeat-y;
}

#wrap {
	background: #ffffff;
	color: #303030;
	margin: 0 auto;
	width: 760px;
	
}

/* ---------- HEADER ---------- */

#header {
	clear: both;
	margin: 20px 0 0 0;
	padding: 0;
	height: 20px;
	width: 760px;
	text-align: right;
}


/* ---------- MENU --------- */

#avmenu {
	width: 150px;	
	margin: 0 0 10px 0;
	background: #ffffff;
	
	
	
	padding: 0;
	font-size: 10px;
	
}



.submenuSEL a{
	font-size: 12px;	
	font-weight: bold;
	height: 20px;
	text-decoration: underline;
	color: #505050;
	display: block;
	padding: 6px 0 0px 5px;
	background: #f4f4f4;
	border-left: 4px solid #286ea0;
}

.submenuSEL a:hover{
	
	background: #eaeaea;
	color: #286ea0;
	border-left: 4px solid #286ea0;
	
}

.submenu a{
	font-size: 12px;	
	font-weight: bold;
	height: 20px;
	text-decoration: none;
	color: #505050;
	display: block;
	padding: 6px 0 0px 5px;
	background: #f4f4f4;
	border-left: 4px solid #cccccc;
	
}

.submenu a:hover{
	background: #eaeaea;
	color: #286ea0;
	border-left: 4px solid #286ea0;
	
}

.submenuINTsel a{
	font-size: 11px;	
	vertical-align:middle;
	text-decoration: underline;
}

.submenuINTsel a:hover{}


.submenuINT a{
	font-size: 11px;	
	vertical-align:middle;
	
}

.submenuINT a:hover{}

/* ---------- ZONE  ---------- */





#content {
	margin: 8px 110px 20px 160px;
	padding: 0px 10px 0 10px;
	
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	
	line-height: 14px;
	
	
}
#content_dett {
	margin: 8px 110px 0px 160px;
	border-left: 1px solid #f0f0f0;
	padding: 0px 0px 0 10px;
	line-height: 14px;
	
}

#content img {
	padding: 1px;
	background: #cccccc;
	border: 4px solid #f0f0f0;
	
	
}

#content_dett img {
	padding: 1px;
	background: #cccccc;
	border: 4px solid #f0f0f0;
	
}

#content table {
	padding: 4px;
	border: none;
}

#content_dett table, #content_dett tbody{
	padding: 4px;
	border: none;
	
}
#content  td
{
	padding: 2px;
	border: 1px solid #cccccc;	
}
#content_dett  td
{
	padding: 2px;
	border: 1px solid #cccccc;	
}



#zona_sx {
	float: left;
	clear: left;
}
#announce {
	
	
	margin: 10px 0px 10px 0px;
	padding: 10px;
	width: 130px;
	color: #505050;
	background-color: #f4f4f4;
	line-height: 14px;
}

#extras {
	
	clear: right;
	float: right;
	width: 100px;
	margin: 8px 0px 10px 0px;
	padding: 0px;
	font-size: 0.9em;
	line-height: 14px;
}



/* ---------- FOOTER ---------- */
#footer {
	clear: both;
	margin: 0 auto;
	padding: 10px 0 20px 0;
	border-top: 4px solid #f0f0f0;
	width: 760px;
	text-align: center;
	color: #808080;
	font-size: 10px;
}

#footer a {
	color: #808080;
	text-decoration: none;
}

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




h3 {
	font-size: 14px;
	margin: 0 0 10px 0;
}


/* ---------- LINK ---------- */
a {
	text-decoration: none;
	color: #286ea0;
}

a:hover {
	text-decoration: underline;
	color: #286ea0;
}

a img {
	border: 0;
}
