body {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF;
	background-color: #000;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/01_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
a{
	border:none;
	outline:none;
}
.wrapper {
	width: 920px;
	margin-right: auto;
	margin-left: auto;
}
.header {
	height: 120px;
}
.logo {
	float:left;
	width:250px;
}
.logo h1 {
	font-size: 1px;
	margin: 0px;
	padding: 0px;
	width: 250px;
	height: 115px;
	position:relative;
	width: 250px;
	height: 115px;
	background-image: url(../images/02_menus_02.png);
}
		.logo h1 a {
			display: block;
			height: 1px;
			width: 250px;
			padding-top: 114px;
			overflow: hidden;
			position:relative;
			z-index:20;		/* z-index must be higher than .hover class */
		}
		.logo h1 .hover {
			background-image: url(../images/02_menus_02.png);		/* mouseover image	*/
			position:absolute;	/* must be postion absolute 	*/
			width:250px;	/*	width, height, left and top to fill the whole LI item	*/
			height:115px;
			left:0;
			top:0;
			z-index:0;		/* display under the Anchor tag	*/
			display:none;	/* hide it by default	*/
			background-position: left -115px;
		}	
#navMenu {
	padding:0px;
	list-style:none;
	text-align:center;
	float: right;
	margin-top: 29px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

	#navMenu li {
	float:left;	/* default background image	*/
	height:60px;
	position:relative;			/* must set it as relative, because .hover class top and left with absolute position will be positioned according to li.	*/
	background-repeat: no-repeat;
	background-position: left top;
	}
		#navMenu li.item_1 {
			background-image: url(../images/02_menus_05.png);
			width:108px;
		}
		#navMenu li.item_2 {
			background-image: url(../images/02_menus_06.png);
			width:84px;
		}
		#navMenu li.item_3 {
			background-image: url(../images/02_menus_07.png);
			width:185px;
		}
		#navMenu li.item_4 {
			background-image: url(../images/02_menus_08.png);
			width:100px;
		}
	#navMenu li a {
	z-index:20;		/* z-index must be higher than .hover class */
	display:block;	/* display as block and set the height according to the height of the menu to make the whole LI clickable	*/
	height:1px;
	position:relative;
	color:#777;
	padding-top: 59px;
	overflow: hidden;
	outline:none;
	border:none;
	}

 	#navMenu li .hover {
	position:absolute;	/* must be postion absolute 	*/
	height:60px;
	left:0;
	top:0;
	z-index:0;		/* display under the Anchor tag	*/
	display:none;	/* hide it by default	*/
	background-repeat: no-repeat;
	background-position: left -120px;
	}	
	
		#navMenu li.item_1 .hover{
			background-image: url(../images/02_menus_05.png);
			width:108px;
		}
		#navMenu li.item_2 .hover{
			background-image: url(../images/02_menus_06.png);
			width:84px;
		}
		#navMenu li.item_3 .hover{
			background-image: url(../images/02_menus_07.png);
			width:185px;
		}
		#navMenu li.item_4 .hover{
			background-image: url(../images/02_menus_08.png);
			width:100px;
		}
		
	#navMenu li.selected {
	background-repeat: no-repeat;
	background-position: left -120px;
	}

.main_banner {
	height: 215px;
	background-image: url(../images/top_banner_base.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	position: relative;
}
.main_banner #slide_container {
	float: left;
	height: 215px;
	width: 510px;
}

.main_banner .info {
	float: right;
	width: 370px;
	padding-right: 20px;
	padding-top: 20px;
}
.main_banner .info h2 {
	font-size: 24px;
	margin: 0px;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	line-height: 22px;
}
.main_banner .info h2 span{
	margin: 0px;
	padding: 0px;
}
.main_banner .info p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCC;
	margin: 0px;
	padding: 0px;
}
.main_banner .info a {
	color: #FFF;
	text-decoration: underline;
}
.main_banner .info a:hover {
	color: #FFF;
	text-decoration: none;
}
.main_banner.main_bannerInternal {
	height: 55px;
}
.main_banner.main_bannerInternal h1 {
	font-size: 48px;
	font-weight: normal;
	text-transform: uppercase;
	text-align: right;
	display: block;
	margin: 0px;
	color: #000;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.mainMenu_container {
	height: 100px;
}


#mainMenu{
	margin:0px;
	padding:0px;
	list-style:none;
	text-align:center;
	height: 100px;
	overflow: hidden;	
}

	#mainMenu li {
	float:left;	/* default background image	*/
	height:81px;
	position:relative;			/* must set it as relative, because .hover class top and left with absolute position will be positioned according to li.	*/
	background-repeat: no-repeat;
	background-position: left top;
	width:115px;
	}
		#mainMenu li.item_1 {
			background-image: url(../images/02_menus_12.png);
		}
		#mainMenu li.item_2 {
			background-image: url(../images/02_menus_13.png);
		}
		#mainMenu li.item_3 {
			background-image: url(../images/02_menus_14.png);
		}
		#mainMenu li.item_4 {
			background-image: url(../images/02_menus_15.png);
		}
		#mainMenu li.item_5 {
			background-image: url(../images/02_menus_16.png);
		}
		#mainMenu li.item_6 {
			background-image: url(../images/02_menus_17.png);
		}
		#mainMenu li.item_7 {
			background-image: url(../images/02_menus_18.png);
		}
		#mainMenu li.item_8 {
			background-image: url(../images/02_menus_19.png);
		}
	#mainMenu li a {
	z-index:21;		/* z-index must be higher than .hover class */
	display:block;	/* display as block and set the height according to the height of the menu to make the whole LI clickable	*/
	height:1px;
	position:relative;
	color:#777;
	padding-top: 80px;
	overflow: hidden;
	outline:none;
	border:none;
	width: 115px;
	}

 	#mainMenu li .hover {
	position:absolute;	/* must be postion absolute 	*/
	height:81px;
	left:0;
	top:0;
	z-index:0;		/* display under the Anchor tag	*/
	display:none;	/* hide it by default	*/
	background-repeat: no-repeat;
	background-position: left -81px;
	width: 115px;
	}	
	
			#mainMenu li.item_1 .hover{
			background-image: url(../images/02_menus_12.png);
			}
			#mainMenu li.item_2 .hover{
				background-image: url(../images/02_menus_13.png);
			}
			#mainMenu li.item_3 .hover{
				background-image: url(../images/02_menus_14.png);
			}
			#mainMenu li.item_4 .hover{
				background-image: url(../images/02_menus_15.png);
			}
			#mainMenu li.item_5 .hover{
				background-image: url(../images/02_menus_16.png);
			}
			#mainMenu li.item_6 .hover{
				background-image: url(../images/02_menus_17.png);
			}
			#mainMenu li.item_7 .hover{
				background-image: url(../images/02_menus_18.png);
			}
			#mainMenu li.item_8 .hover{
				background-image: url(../images/02_menus_19.png);
			}
		
	#mainMenu li.selected {
	background-image: url(../images/02_menus_05.png);
	background-repeat: no-repeat;
	background-position: left -120px;
	}
.box{
	height: 215px;
	width: 270px;
	background-color: #333;
	padding-right: 20px;
}
.box_1 {
	
	float: left;
	
}
.box_2 {

	float: right;

}
.box_3 {
	margin-right: 20px;
	float: right;

}
.post .alignleft {
	float: left;
	margin-right: 10px;
}
.post .aligncenter {
	text-align: center;

}
.post h2 {
	font-size: 24px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: normal;
}
.post h3 {
	color:#728aa8;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-weight: normal;
	margin: 0px;
}
.post p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #bbbbbb;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.box.post p {
	font-size: 10px;
}

.post a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}
.post a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.post .rightblock {
	float: right;
	width: 650px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
	padding-right: 20px;
}
.post .wideblock {
	float: right;
	width: 880px;
	padding-left: 20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #333;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #333;
	padding-right: 20px;
}


.footer {
	margin-top: 10px;
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	text-align: center;
	padding-bottom: 10px;
}
.post form {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.post form fieldset {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
.post form .testo {
	clear: left;
	float: left;
	font-size: 14px;
	color: #666;
	height: 40px;
	padding-right: 20px;
	width: 150px;
	text-align: right;
	text-transform: uppercase;
	display: block;
}
.post form select, .post form input {
	width: 350px;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 3px;
}
.post form input {
	width: 340px;
}
.post form div {
	clear: both;
	padding-left: 170px;
	float: left;
	width: 400px;
}
.post form div .button {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFF;
	background-color: #333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666;
	border-right-color: #333;
	border-bottom-color: #384555;
	border-left-color: #333;
	font-weight: bold;
	text-transform: uppercase;
	width: 350px;
	background-image: url(../images/button.png);
	background-repeat: no-repeat;
	background-position: center top;
}
