/* CSS Document */
/* main stylesheet. basic controls */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background: #b3b3b3;
	margin: 0; 
	padding: 0;
	text-align: center; /
	color: #000000;
}

a {
	text-decoration:none; 
	color:#5081B9;
}

a:hover {
	text-decoration:none;
	color:#000000;
	cursor:pointer;
	cursor:hand;
}	

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

.main #topCurve {
	width: 950px;
	margin: 0 auto;
	
	background-image:url(images/bgTop.gif);
	background-position:center;
	background-position:bottom;
	background-repeat:no-repeat;
}

.main #languages {
	width: 890px;
	margin: 0 auto;
	margin-top: 7px;
	margin-bottom: 7px;	
	text-align: right;
	font-size: 11px;
	
}

.main #languages a{
	text-decoration:none; 
	color:#5081B9;

}

.main #languages a:hover{
	text-decoration:none; 
	color:#111111;

}

.main #bottomCurve {
	width: 950px;
	margin: 0 auto;
	background-image:url(images/bgBottom.gif);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
	font-size: 9px;
}

	
.main #container {
	width: 950px;  
	background: #FFFFFF;
	margin: 0 auto; 
	text-align: left; /* this overrides the text-align: center on the body element. */
}


.main #mainContent {
	margin: 0 auto;
	padding: 0 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(images/bgBody.gif);
	background-position:center;
	background-position:bottom;
	background-repeat:repeat-y;
}

.main #topMenu {
	position:relative;
	text-align:right;
	line-height:18px;
}



.main #wideMenu {
	margin-top:20px;
	margin-bottom:5px;
	background-image:url(images/menuA.gif);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
	padding: 5px 40px 0px 25px;
	
}

.main #wideTop {
	position:relative;
	line-height:13px;
	font-size: 10.5px;
}


.main #wideSlot{
	height:25px;
	overflow:hidden;
	position:relative;
	margin-top:5px;
	line-height:20px;
	font-size: 10px;
}

#wideBottom {
	position:relative;
	top: 0px;
	text-decoration:none;
}

#wideBottom a:hover{
	text-decoration:none; 
	color:#000000;
}

#wideBottom a{
	text-decoration:none; 
	color:#5081B9;
}

.menuLnk{
	color:#5081B9;
	margin-left:17px;
	margin-right:17px;
}

.lnk{
	color:#5081B9;
	margin-left:20px;
	margin-right:20px;
}

.lnk:hover{
	color:#000000;
	margin-left:20px;
	margin-right:20px;
}

.lnk2{
	color:#5081B9;
}

.lnk2:hover{
	color:#000000;
}

.breadCrumbs{
	margin-top:5px;
	padding-bottom:2px;
	border-bottom-style:ridge;
	border-bottom-color:#ededed;
	border-bottom-width:2px;
	width:666px;
	float:left;
}	

#sideMenu{
	width: 170px;
	padding-left: 12px;
	margin-top: 5px;
	
}	

.level1{
	font-weight: bold;
	color:#333333;	
	margin:15px 0px 5px 0px;
 	border-bottom-style:ridge;
	border-bottom-color:#ededed;
	border-bottom-width:2px;
}

.level1 a{
	color:#5081B9;
}

.level1 a:hover{
	color:#111111;
}		

.level2{
	margin:3px 0px 0px 30px;
 	border-bottom-style:ridge;
	border-bottom-color:#ededed;
	border-bottom-width:2px;
}

.level2 a{
	color:#5081B9;
}

.level2 a:hover{
	color:#111111;
}	

.level3{
	text-align:right;
	}	
	
.level3 a{
	color:#5081B9;
}

.level3 a:hover{
	color:#888888;
}	
	
	
.guidaSel{
	margin:15px 0px 5px 0px;	
}	

.homeText{
	font-size:10px;
}

.hTitle{
	font-size:12px; 
	color:#5081B9;
}

#page{
	float:left;
	width: 456px;
	padding-left:13px;
	margin-left:13px;
	margin-top:15px;
	border-left-style:ridge;
	border-left-width:2px;
	border-left-color:#ededed;
	padding-bottom:40px;
}	

.pageList{
	color:#333333;
	padding:2px;
	font-size:11px;
	margin-left:20px;
	margin-right:20px;
}	

.didascalia{
	float:left; 
	width:170px; 
	text-align:right;
	color:#666666;
	font-size:9px;
	font-style:italic; 
}

.nec{
	padding-top:5px;
	color:#5081B9;
}	

.point{
	margin-top:15px;
 	border-bottom-style:ridge;
	border-bottom-color:#ededed;
	border-bottom-width:2px;
}