/********* main elements *********/ 

body {
	color: #000;
	background-color: #fff;
	margin: 0.5in 0.25in;
	font: 11pt/15pt "Lucida Grande", Helvetica, sans-serif;
	}
	

h1 { /* hp section titles */
	font:bold 16px Georgia, "Times New Roman", Times, serif; 
	letter-spacing:-1px;
	color:#666;
	text-decoration:none;
	display:block;
}

.orange {
	color:#000;
}

h2 { /* servicecolumn titles */
	font-size:11px;
	font-weight:bold;
	color:#666;
	text-decoration:none;
	display:block;
	margin:8px 0px;
}

h3 { /* inner section titles*/
	font:30px Georgia, "Times New Roman", Times, serif;
	color:#666;
	margin:0px;
}


h4 {
	font:bold 10px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	text-decoration:none;
	display:block;
	border-bottom:1px dotted #999999;
	margin:0px;
	padding:0px 0px 5px 20px
}

img {
	border:0;
}

hr {
	display:block;
	clear:both;
	visibility:hidden;
}

hr.line {
    border: 0;
    width: 170px;
    color: #DFDFDF;
    background-color: #DFDFDF;
    height: 1px; 
	clear:none;
	visibility:visible;
}

.right {
	float:right;
}
/********* structural elements *********/ 

#frame {
	width:700px;
	margin:0px;
	position:relative;
}

#flash{
	display:none;
}
		
#rectangle {
	display:none;
}


/*** service column ***/ 

#servicecolumn {
	display:none;
}

/*** virtual column ***/ 

#virtualcolumn {
	display:none;
}

/*** main ***/ 

#main{
	background: #fff;
	margin:0;
	padding:0;
	width:700px;
	padding:30px 0 0 0;
	border-bottom:2px solid #ccc;
	text-align:left;
}

#pics {
	display:none;
}
	#mainleft {
		width:300px;
		margin:0px 10px 0px 20px;
		padding:0px;
		float:left;
		border-right:1px dotted #CCCCCA;
	}
	
	#mainright {
		width:300px;
		margin:0px 10px;
		padding:0px;
		float:left;
	}

#newsletter {
 display:none;
}

	#innerleft {
		display:none;
	}
	
	#inneright {
		width:800px;
		margin:0px 20px;
		padding:0px;
		float:left;
	}
	
	#inneright p {
		line-height:28px;
	}	
		.leftbox {
			width:280px;
			margin:10px 0px;
			padding:0px;
			float:left;
		}

			.orangecaption {
				background:#efefef;
				color:#666;
				margin:0;
				padding:4px;
				width:255px !important;
				width:263px;
				font-weight:bold
			}

			.orangecaption a {
				color:#000;
				font-weight:normal;
				float:right
			}

			.ingrediente {
				border-bottom:1px solid #DFDFDF;
				width:212px !important;
				width:232px;
				display:block;
				padding:2px 10px;
			}
			
		.rightbox {
			width:220px;
			margin:10px 0px;
			padding:0px;
			float:left;
		}
		
			.rightbox p {
				line-height:20px;
			}

	#inneright p {
		line-height:20px;
	}
	
	#inneright_extreme {
		width:680px;
		margin:0px 20px;
		padding:0px;
		float:left;
	}

		.offerta {
			border-top:1px solid #D0CEC7;
			padding-top:10px;
			margin:10px 0px;
			line-height:20px;
		}
		
		.offerta .titolo {
			font-weight:bold;
			color:#666;
		}

		.download {
			border-top:1px solid #D0CEC7;
			padding-top:10px;
			margin:10px 0px;
			line-height:20px;
			width:300px;
		}
		
	#piedipagina {
		margin:10px;
	}

/*** footer ***/ 

#footer{
	display:none;
}


/********* news *********/ 

#news {
	margin:0px 0px 0px 0px;
	padding:0px;
}

#news .titolo {
	font-weight:bold;
	color:#666;
}

#news p {
	margin:0;
	line-height:20px;
}

#news img {
	margin-right:20px;
	border:1px solid #CCCCCC;
	padding:4px;
	float:left;
}


/********* offers *********/ 

#offers {
	margin:0px 0px 0px 0px;
	padding:0px;
}

#offers .titolo {
	font-weight:bold;
	color:#666;
	line-height:12px;
}

#offers p {
display:none;
}

#offers img {
	margin-right:20px;
	border:1px solid #CCCCCC;
	padding:4px;
	display:block;
}

/*** menu ***/ 

ul, li {
	list-style-type:none;
	margin:8px;
	padding:0;
}

li li {
	margin:2px 8px;
}

li strong {
	color:#666666;
}

li a {
	color:#666666;
}

li a.on {
	color:#CC6601;
}

li li a {
	font-weight:normal;
	
}

/********* link *********/ 
a {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}


/********* form *********/ 

form {
	display:inline;
}

select {
	font:11px Tahoma, Arial, Helvetica, sans-serif;
	color:#666666;
	border:1px solid #CCCCCC;
	padding:2px;
}

input, textarea {
	border:1px solid #ccc;
	color:#999;
	background:#fff;
	font:10px Tahoma Verdana, Arial, Helvetica, sans-serif;
	margin:2px;
}
 
textarea {
	float:left;
}

textarea.disp {
	float:right;
}

input.button {
	background:#999999;
	color:#FFFFFF;
	font:bold 11px Tahoma Verdana, Arial, Helvetica, sans-serif;
	border:none;
	padding:2px;
	width:68px;
}

input.redbutton {
	background:#CC6601;
	color:#FFFFFF;
	font:bold 11px Tahoma Verdana, Arial, Helvetica, sans-serif;
	border:none;
	padding:2px;
	width:68px;
}

.noborder {
	border:none;
	background:transparent;
}

#checkami {
	float:left;
	width:160px;
	margin-left:10px;
	font-size:10px;
}

#checkami1 {
	float:left;
	width:120px;
	margin-left:10px;
	font-size:10px;
}

#note {
	float:left;
	width:350px;
	margin-left:10px;
	font-size:10px;
}

/********* table *********/ 

table {
	color:#333;
	border-collapse:collapse;
	margin:0;
	padding:0;
}

table td {
	border-bottom:1px solid #ccc;
	margin:0;
	padding:4px;
	color:#999;
}

table th {
	border-bottom:1px solid #ccc;
	color:#666;
}

table a {
	font-weight:normal;
}

table a:hover {
	font-weight:bold;
	color:#CC6601;
	text-decoration:none;
}

/********* for print *********/ 

#printop {
	padding: 0px;
	margin-bottom: 20px;
	height: 97px;
	border-bottom: 2px solid #666;
	font: 24pt/18pt "Lucida Grande", Helvetica, sans-serif;
}

#printbottom {
	display:none;
}
/********* for highslide *********/ 

.highslide {
	cursor: url(../img/highslide/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 4px solid #fff;
}
.highslide:hover img {
	border: 4px solid #CC6601;
}

.offer {
	border: 1px solid #D4D4D4;
	padding:4px;
	float:left;
	margin-right:10px;
}
.offer:hover {
	border: 1px solid #D4D4D4;
	padding:4px;
	background:#CC6601;
}

.highslide-image {
    border: 2px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    border: 2px solid white;
    border-top: none;
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    padding: 5px;
    background-color: white;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-move {
    cursor: move;
}

.highslide-overlay {
	display: none;
}

/* Controlbar example */
.controlbar {	
	background: url(../img/highslide/controlbar4.gif);
	width: 167px;
	height: 34px;
}
.controlbar a {	
	display: block;
	float: left;
	/*margin: 0px 0 0 4px;*/	
	height: 27px;
}
.controlbar a:hover {
	background-image: url(../img/highslide/controlbar4-hover.gif);
}
.controlbar .previous {
	width: 50px;
}
.controlbar .next {
	width: 40px;
	background-position: -50px 0;
}
.controlbar .highslide-move {
	width: 40px;
	background-position: -90px 0;
}
.controlbar .close {
	width: 36px;
	background-position: -130px 0;
}


/* Necessary for functionality */
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}



.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
	font:11px Arial, Helvetica, sans-serif;
	color:#333;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.control {
	float: right;
    display: block;
    /*position: relative;*/
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #999;
}
.control:hover {
	color: black !important;
}
.highslide-move {
    cursor: move;
}

.reserve {
	display:none;
}
