/* CSS Document - Designed by Lorenzo Testini for Casa Paola. All rights reserved 2010. */

	/* BODY Define */

body,html,#container {
	height:100%;
	border:0;
	margin: 0px;
	padding: 0px;
}

.gradiente_left {
	background-image: url(page_bg_left.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.gradiente_right {
	background-image: url(page_bg_right.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.gradiente_center {	
	background-image: url(page_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.intro_left {
	background-image: url(intro_bg_left.jpg);
	background-repeat: no-repeat;
	background-position: right 95%;
}
.intro_right {
	background-image: url(intro_bg_right.jpg);
	background-repeat: no-repeat;
	background-position: left 95%;
}
.intro_center {
	background-image: url(intro_bg.jpg);
	background-repeat: no-repeat;
	background-position: center 95%;
	padding-top: 10px;
}

	/* TEXT Define */

.asterisk {
	font-family: Tahoma, Kalimati, Sans, sans-serif;
	font-size: 14px;
	color: #FFFF00;
}
.menu_text {
	font-family: Tahoma, Kalimati, Sans, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	margin-left: 10px;
	padding-left: 10px;
}
.main_text {
	font-family: Tahoma, Kalimati, Sans, sans-serif;
	font-style:italic;
	font-size: 15px;
	color: #FFFFFF;
	margin-right: 5px;
	padding-right: 5px;
}
.main_title {
	font-family: Tahoma, Kalimati, Sans, sans-serif;
	text-align:center;
	font-size: 18px;
	color: #FFFFFF;
	text-transform:uppercase;
}
.footer_text {
	font-family: Tahoma, Kalimati, Sans, sans-serif;
	font-size: 12px;
	color: #C0C0C0;
}


	/* BOX Define */
	
		/* BOX Admin */

		.box_right {
			background-image: url(box_right_gradient.jpg);
			background-repeat: repeat-y;
			background-position: left top;
		}
		.box_bottom {
			background-image: url(box_bottom_gradient.jpg);
			background-repeat: repeat-x;
			background-position: top;
		}
		.box_top {
			background-image: url(box_top_gradient.jpg);
			background-repeat: repeat-x;
			background-position: bottom;
			text-align: left;
		}
		.box_left {
			background-image: url(box_left_gradient.jpg);
			background-repeat: repeat-y;
			background-position: right top;
		}
		#cont {	
			font-size: 14px;
			font-family: Tahoma, Kalimati, Sans, sans-serif;
			font-style:italic;
			margin-top: 15px;
			color:#3b3b3a;
		}
		#cont a:link, #cont a:visited,  #cont a:visited {
			text-decoration: none;
			color:#666666;
		}
		#cont a:hover{
			text-decoration: none;
			color:#3366CC;
		}

		/* Menu, Text */
		
	 a.menu:link, a.main_link:link {
		text-decoration: none;
			color:#FFFFFF;
	}
	 a.menu:visited, a.main_link:visited {
		text-decoration: none;
			color:#FFFFFF;
	}
	 a.menu:hover, a.main_link:hover {
		text-decoration: none;
			color: #D2D2D2;
	}
	 a.menu:active, a.main_link:active {
		text-decoration: none;
			color: #D2D2D2;
	}

	/* Altro */
	
	.ie6p{
		margin: 0px;
	}
	#ie6_wrap{
		text-align: center;
		position: absolute;
		width:100%;
		margin: 15px;
		left: 0;
		top: 60%;
		visibility:hidden;
	}
	#ie6_lower {
		text-align:justify;
		font-size: 12px;
		font-family: Tahoma, Kalimati, Sans, sans-serif;
		padding-top:0px;
		padding-bottom:0px;
		padding:15px;
		color:#CCCCCC;
		background-color:#003F87;
		border: 1px dashed;
		width:75%;
	}
	#ie6_lower a:link, #ie6_lower a:visited,  #ie6_lower a:visited {
		text-decoration: none;
		color:#EEEEEE;
	}
	#ie6_lower a:hover{
		text-decoration: none;
		color:#C0D9D9;
	}
	
	/* TAB Define */

.dropcontent{
display:block;
}

span.tabstyle:hover{
	text-decoration: none;
	color: #D2D2D2;
}


.tabstyle{
cursor:pointer;
width:80px;
/*font: bold 14px Arial;
background-color: lightyellow;
border-top: 1px solid gray;
border-right: 3px outset white;*/
}

.tabstyle b{
/*color: blue;*/
margin-left: 3px;
margin-right: 23px;
}

#cyclelinks2{
margin-right:15px;
}

#cyclelinks2 .tabsfootstyle{
/*font-weight:bold;
background-color:white;*/
text-decoration:none;
margin-right:3px;
}		
