body
{
	background-color: #012d6c;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

img
{
	border: 0;
}

h1
{
/*	padding: 0;*/
	margin: 0;
}

button {
	margin-top: 1em;
	border: 1px solid #000000;
	padding: 0.1em 1em;
	background: url(img/menu_out.png) repeat-x;
	color: #012d6c;
	font-weight: bold;
}

button:hover,
button:focus,
button:active
{
	text-decoration: underline;
	background: url(img/menu_over.png) repeat-x;
	color: #335EA8;
}

a,
a:link,
a:visited {
	color: #335EA8;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #012d6c;
	text-decoration: underline;
}

/* ---------------------------------------- */

#container
{
	width: 980px;
	height: 600px;				/* sistemare */
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	border: 1px solid #000;
	border-collapse: inherit;
}

#left_column
{
/*	padding: 0;*/
	width: 170px;
	text-align: center;
/*	float: left;*/
	position: fixed;
}

#left_column .didascale h1
{
	color: #335EA8;
	margin: 1em 0 0.5em 0;
	padding-right: 1em;
	font-weight: bold;
}

#right_column
{
/*	padding: 0;*/
	margin: 0;
	margin-left: 190px;
	width: 650px;
	float: left;
}

#right_column h3
{
	color: #335EA8;
	font-size: small;
}

#back_button
{
	float: right;
	width: 33px;
	margin-right: 2em;
	margin-top: 1em;
}

#back_button img
{
	width: 33px;
	height: 33px;
}
/* ---------------------------------------- */

#header
{
	/*
	height: 110px;
	background-color: #012d6c;
	*/
}

/* ---------------------------------------- */
#content
{
	height: 400px;
	overflow: auto;
	font-size: 80%;
	text-align: justify;
	padding: 10px 20px;
}

#content h1
{
    font-size: large;
    color: #012d6c;
}

#content h1.last
{
	font-size: large;
	color: #012d6c;
	padding-top: 0.5em;
	border-top: 1px solid #CCC;
	margin-top: 1em;
}

#content h2
{
	font-size: medium;
	color: #012d6c;
}

#content strong
{
	color: #335EA8;
}

#content h3
{
	color: #012d6c;
}

/************************************/
#content ul.product_series
{
	list-style: none;
	margin-left: -40px;
	width: 80%;
}

#content ul.product_series li
{
	border: 1px solid #bbb;
	border-top: 0;
}

#content ul.product_series li.first
{
	border-top: 1px solid #bbb;
}

#content ul.product_series a
{
	background-color: #eee;
	display: block;
	text-decoration: none;
	padding: 3px 10px;
	color: #335EA8;
	font-size: 80%;
}

#content ul.product_series a.selected
{
	background-color: #ddd;
}

#content ul.product_series a:hover,
#content ul.product_series a:focus
{
	text-decoration: underline;
	font-weight: bold;
}
/************************************/
.bottom
{
	margin: 0 15%;
	padding: 0.5em 0;
	text-align: center;
	list-style: none;
}

.bottom li
{
	float: left;
	list-style: none;
	border: 1px solid #bbb;
	border-left: 0;
}

.bottom li.first_left
{
	border-left: 1px solid #bbb;
}

.bottom a
{
	background: #eee;
	color: #335EA8;
	float: left;
	padding: 0.4em 1em;
	padding-bottom: 0.3em;
	white-space: nowrap;
	font-size: 80%;
}

.bottom a:link,
.bottom a:visited
{
	text-decoration: none;
}

.bottom a:hover,
.bottom a:focus,
.bottom a:active
{
	text-decoration: underline;
}
/************************************/
.under
{
	margin: 0;
	margin-right: 5px;
	padding: 1px 0;
	border-right: 1px solid #bbb;
	text-align: right;
}

.under li
{
	list-style: none;
	border-top: 1px solid #bbb;
	position: relative;
	right: -3px;
}

.under li.first
{
	border-top: none;
}

.under a
{
	display: block;
	text-decoration: none;
	border-right: 5px solid #bbb;
	padding: 2px 5px 5px 0;
	color: #335ea8;
	font-size: 80%;
}

.under a:hover,
.under a:focus,
.under a:active
{
	text-decoration: underline;
	font-weight: bold;
	color: #012d6c;
	border-color: #012d6c;
}

#projects
{
	vertical-align: top;
}

td.main
{
	text-align: left;
	border: 1px solid #012d6c;
	
}
/* ---------------------------------------- */

#footer
{
	/*
	height: 70px;
	*/
	margin-bottom: 5px;
	clear: both;
}

#footer hr {
	color: #000000;
	background-color: #000000;
	border: 0;
	height: 1px;
	width: 940px;
}

#footer img.logo {
	float: left;
	margin-left: 85px;
	margin-right: -140px;
	margin-top: -4px;
}

#footer p.small_black {
	color: #000000;
	font-size: 0.8em;
}

