/*
''''''''''''''''''''''''''''''''''''''''''''''''''''''''
'''''''' BODY STRUCTURE
''''''''''''''''''''''''''''''''''''''''''''''''''''''''
*/

body {
	background-color: #2e2e2e;
	background-image: url(img/main_back_top.gif);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.3;
	color: #444444;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #666666;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #777777;
	padding-top: 5px;
	margin-top: 0px;
	padding-top: 5px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	line-height: 1.1;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

p {
	margin-top: 3px;
}

td {
	vertical-align: top;	
}




/*
''''''''''''''''''''''''''''''''''''''''''''''''''''''''
'''''''' TABLE STRUCTURE
''''''''''''''''''''''''''''''''''''''''''''''''''''''''
*/

a, a:link, a:active, a:visited {
	color: #666666;
	text-decoration: none;
	}
p a, p a:link, p a:active, p a:visited {
	color: #666666;
	text-decoration: underline;
	}
a:hover {
	text-decoration: underline;
	}	
#tableTopLogo {
	background-image: url(img/main_logo_top.gif);
	height: 60px;
}
#tableTopFlash {
	background-image: url(img/main_back_flash.gif);
	height: 240px;
}
#tableTopMenu {
	background-image: url(img/main_back_menu.gif);
	height: 45px;
}
#tableTopSubMenu {
	background-image: url(img/main_back_submenu.gif);
	height: 20px;
	background-position: center top;
}
#tableDown {
	background-image: url(img/main_back_down.gif);
	height: 100px;
	background-repeat: repeat-x;
	text-align: center;
	color: #999999;
	font-size: 9px;
}
#tableDown td {
	padding-top: 50px;
	padding-bottom: 10px;
}
#tableCont {
	background-color: #FFFFFF;
	width: 960px;
	padding-bottom: 20px;
}
#mainCont {
	background-color: #FFFFFF;
}
#topFlash
{
	text-align: center;
}

.tdForm {
	width: 180px;
	font-size: 10px;
	padding-top: 3px;
}

/*
''''''''''''''''''''''''''''''''''''''''''''''''''''''''
'''''''' MENU STRUCTURE
''''''''''''''''''''''''''''''''''''''''''''''''''''''''
*/

#topMenu
{
padding: 0;
margin: 0;
color:#FFF;
white-space: nowrap;
list-style-type: none;
}
#topMenu li {display: inline;}
#topMenu li a
{
	margin-left: 25px;
	color: #FFF;
	text-decoration: none;
	float: left;
	font-weight: bold;
	margin-top: 17px;
	padding: 2px;
}
#topMenu li a:hover
{
	color: #FFF;
	background-color: #555555;
}


/*
''''''''''''''''''''''''''''''''''''''''''''''''''''''''
'''''''' COL STRUCTURE
''''''''''''''''''''''''''''''''''''''''''''''''''''''''
*/

.col_a, .col_a_list {
	float: left;
	width: 215px;
	padding: 10px;
}
.col_a h3 {
	color: #CC0000;
}
.col_a_list {
	padding-top: 0px;
}

.col_b {
	float: left;
	width: 455px;
	padding: 10px;
	font-size: 12px;
}
.textSeparator {
	height: 10px;
	background-image: url(img/text_item.gif);
	background-repeat: repeat-x;
}
/*
''''''''''''''''''''''''''''''''''''''''''''''''''''''''
'''''''' LIST
''''''''''''''''''''''''''''''''''''''''''''''''''''''''
*/
.subMenu {
	clear: both;
}
.subMenu a, .subMenu a:link, .subMenu a:active, .subMenu a:hover {
	height: 35px;
	width: 100px;
	text-align: center;
	vertical-align: middle;
	display: block;
	float: left;
	padding-top: 8px;
	color: #666666;
}
.subMenuOff1 {
	background-image: url(img/list_off_1.gif);
	background-repeat: no-repeat;
}
.subMenuOff2 {
	background-image: url(img/list_off_2.gif);
	background-repeat: no-repeat;
	padding-left: 5px;
}
.listItem {
	height: 20px;
	padding-top: 2px;
	background-image: url(img/list_item.gif);
	background-repeat: repeat-x;
	clear: both;
}
.listSeparator {
	height: 20px;
	margin-top: 30px;
	margin-bottom: 10px;
	background-image: url(img/list_item.gif);
	background-repeat: repeat-x;
	clear: both;
}
.listSeparatorTitle {
	height: 20px;
	margin-top: 15px;
	margin-bottom: 10px;
	clear: both;
	font-weight: bold;
}
.listItem li {
	list-style-type: square;
}
.listSection {
	height: 20px;
	padding-top: 10px;
	clear: both;
	font-weight: bold;
	color: #666666;
}
.listSection a  {
	height: 16px;
	display: block;
	background-image: url(img/list_more.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 2px;
}
.listHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #BBBBBC;
	margin: 0px;
	padding-left: 5px;
	padding-top: 10px;
}
.listGraphic {
	height: 110px;
	width: 220px;
	text-align: center;
	background-image: url(img/list_back.gif);
	background-repeat: no-repeat;
	padding-bottom: 10px;
}
.listGraphicImg {
	height: 100px;
	width: 100px;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
}
.listGraphicLink {
	height: 110px;
	width: 113px;
	color: #333333;
	float: left;
	text-align: left;
}
.listGraphicLink a {
	padding-top: 19px;
	padding-left: 10px;
	display: block;
}
.listCorsi a {
	height: 50px;
	width: 210px;
	background-image: url(img/list_corsi.gif);
	background-repeat: no-repeat;
	display: block;
	padding-top: 2px;
	padding-left: 8px;
	line-height: 1.5;
}
.listCorsi a:hover {
	text-decoration: none;
}
.listCorsi em {
	color: #FFFFFF;
	font-style: normal;
}

.listGraphicPrice {
	color: #666666;
	padding: 10px;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	display: block;
	padding-right: 5px;
	background-image: url(img/list_price.gif);
	background-repeat: no-repeat;
	background-position: right 2px;
}
.listGraphicPriceBox {
	clear: both;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 210px;
}
.listGraphicPriceBox .listGraphicPriceBlack a {
	color: #FFFFFF;
	display: block;
	padding-right: 5px;
	background-image: url(img/list_price_black.gif);
	background-repeat: no-repeat;
	width: 210px;
	height: 40px;
	margin-top: 3px;
	padding-top: 0px;
	padding-left: 5px;
	padding-bottom: 5px;
	line-height: 2;
}
.listGraphicPriceBlack a:hover {
	text-decoration: none;
}

.listBanners  {
	padding-top: 15px;
}
.listBanners a {
	padding-bottom: 20px;
	display: block;
}
