/* CSS by Arix@you for Mtn 2009 */


/* --------------- main elements --------------- */

body {
	margin: 0;
	padding: 0;
	font-family: verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666;
	background: #fff;
	text-align:center;
}

img, form {
	margin: 0;
	padding: 0;
	border: 0;
}

hr {
	margin:0;
	padding:0;
	clear:both;
	height:1px;
	background:#efefef;
	color:#efefef;
}

.hidden{ display:none !important}
/* text */


h1 {
	margin:20px 20px 10px 20px ;
	padding:0 0 6px 0;
	font:bold 11px verdana, arial, sans-serif;
	color:#666;
	border-bottom:1px dashed #dcdcdc;
	}

h2 {
	font:14px Arial, Helvetica, sans-serif;
	color:#7f8eb1;
}
		
p {
	margin:10px 0px;
}

/* link */

a {
	margin: 0 0 13px 0;
	color:#484f70;
	font-weight:bold;
	text-decoration:none;
}

a:hover {
	color: #7f8eb1;
	text-decoration:none;
}

/* form */



/* ------------ layout divs ------------ */

#frame {
	width: 867px;
	margin: 0 auto;
	padding: 0;
	text-align:left;
	background:#f5f5f5;
}

/* header */

#header {
	width: 867px;
	height:108px;
	margin: 0;
	padding: 0;
	position:relative;
	background:#fff url(../images/logo.gif) no-repeat 0 0;
	text-align:right;
}

	#header #logo a {
	position:absolute;
	top:30px;
	left:5px;
	width:200px;
	height:70px;
	}

/* menu */
#topmenu {
	width: 596px;
	margin:0px ;
	text-align: center; 
	padding:76px 0 0 258px;
}

#topmenu ul	{
	width: 596px;
	height: 30px;
	background: url(../images/menu.gif);
	margin: 0;
	padding: 0;
	position: relative;
	}
	
#topmenu ul li	{
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	}
	
#topmenu ul li, #topmenu a	{
	height: 30px;
	display: block;
	}

#topmenu ul li a {
	text-indent: -9999px; 
	text-decoration: none;
	}

	#mn1 {left: 0; width: 46px;}
	#mn2 {left: 46px; width: 56px;}
	#mn3 {left: 102px; width: 58px;}
	#mn4 {left: 160px; width: 47px;}
	#mn5 {left: 207px; width: 52px;}
	#mn6 {left: 259px; width: 51px;}
	#mn7 {left: 310px; width: 42px;}
	#mn8 {left: 352px; width: 47px;}
	#mn9 {left: 399px; width: 59px;}
	#mn10 {left: 458px; width: 77px;}
	#mn11 {left: 535px; width: 61px;}
	
	#mn1 a:hover, #mn1 a.on {background: transparent url(../images/menu.gif) 0 -30px no-repeat;}
	#mn2 a:hover, #mn2 a.on {background: transparent url(../images/menu.gif) -46px -30px no-repeat;}
	#mn3 a:hover, #mn3 a.on {background: transparent url(../images/menu.gif) -102px -30px no-repeat;}
	#mn4 a:hover, #mn4 a.on {background: transparent url(../images/menu.gif) -160px -30px no-repeat;}
	#mn5 a:hover, #mn5 a.on {background: transparent url(../images/menu.gif) -207px -30px no-repeat;}
	#mn6 a:hover, #mn6 a.on {background: transparent url(../images/menu.gif) -259px -30px no-repeat;}
	#mn7 a:hover, #mn7 a.on {background: transparent url(../images/menu.gif) -310px -30px no-repeat;}
	#mn8 a:hover, #mn8 a.on {background: transparent url(../images/menu.gif) -352px -30px no-repeat;}
	#mn9 a:hover, #mn9 a.on {background: transparent url(../images/menu.gif) -399px -30px no-repeat;}
	#mn10 a:hover, #mn10 a.on {background: transparent url(../images/menu.gif) -458px -30px no-repeat;}
	#mn11 a:hover, #mn11 a.on {background: transparent url(../images/menu.gif) -535px -30px no-repeat;}

/* main image */

#mainimage{
	border-bottom:2px solid #7f8eb1;
	width:867px; 
	margin:0;
	padding:0 
	}       

#mainimage1{
	border-bottom:2px solid #7f8eb1;
	width:867px; 
	margin:0;
	padding:0;
	background:#444a69 url(../images/dovesiamo.gif) no-repeat top left;
	text-align:right 
	}       

/* main contents */

#main {
	background:#f5f5f5;
	width:867px;
	margin:0px;
	padding:0px 0 20px 0;
}


	/* homepage */
/*reimpagino #leftcol
	#leftcol {
		float:left;
		width:280px;
		margin:0;
		padding:0;
	}*/
		
		#leftcol {
		float:left;
		overflow:hidden;
		width:560px;
		margin:0;
		padding:0;
	}
		
		.newsbox {
			width:240px;
			margin:10px 20px;
			padding:0 0 16px 0;
			font:10px/1em verdana, arial, sans-serif;
			color:#666;
			border-bottom:1px dashed #dcdcdc;
			overflow:hidden;
			float:left;
			height:57px
		}
		
		.newsbox img {
			float:left;
			margin:0 4px 10px 0;
			border:2px solid #999;
		}

		.newsbox a {
			color:#666;
			font-weight:bold;
		}

		.newsbox a:hover {
			color:#7f8eb1;
			font-weight:bold;
		}

	#centercol {
		float:left;
		width:280px;
		margin:0px;
		padding:0;
	}
	
	#rightcol {
		text-align:left;
		float:left;
		width:304px;
		margin:0;
		padding:0;
	}

		#newsletter {
			margin:0;
			padding:40px 0 0 0
		}

			#newsletter input {
				margin: 0px 4px 0 0;
				padding: 0px;
				border:1px solid #474d6d;
				background:#32292a;
				font-size:10px;
				height:16px;
				width:110px;
				float:left;
				color:#fff;
				display:inline
			}

			#newsletter .butt {
				padding:2px;
				margin:0;
				font:10px tahoma, Arial, Helvetica, sans-serif;
				color:#FFFFFF;
				border:1px solid #474d6d;
				background:#32292a url(../images/arrow_form.gif) no-repeat 97% 50%;
				height:18px;
				width:160px;
				display:inline;
				text-align:left;
			}

		#cerca,#login {
			margin:0px;
			clear:both;
			padding:4px 0 0 0
		}

			#cerca input,#login input {
				margin: 0px 4px 0 0;
				padding: 0px;
				display:inline;
				border:1px solid #474d6d;
				background:#32292a;
				font-size:10px;
				height:16px;
				width:110px;
				float:left;
				color:#fff;
			}

			#cerca .butt, #login .butt {
				font:10px tahoma, Arial, Helvetica, sans-serif;
				color:#FFFFFF;
				border:1px solid #474d6d;
				background:#32292a url(../images/arrow_form.gif) no-repeat 97% 50%;
				padding:2px;
				height:18px;
				width:160px;
				text-align:left;
			}
			
		#banner {
			margin:0px;
			clear:both;
			padding:10px 0 0 0;
		}
		


			#banner img{
				border:4px solid #999;
				margin:0px 0 10px 0;
				padding:0;
			}
			
		#outlet{
		position:relative;
		width:567px; 
		top:-20px;
		left:-20px;
		z-index:0;
		}

				
		#outlet #outlet_bg{
		position:absolute;
		width:567px; 
		top:0px;
		left:0px;
		z-index:-1
		}


		
		/* banner che  scorrono */
		
		#dynamic{
			
			margin-left:20px;
			width:813px;
			height:70px; 
			overflow:hidden;
		}
			
		#gallery {
			height:70px; 
			overflow:hidden;			
		}
		/*
		#gallery img.one, #gallery img.two{
			margin-right:31px;
		}
		*/
		.item{width:813px; height:70px; position:relative !important; display:block; overflow:hidden;}
		
		.banner{ display:block; float:left; width:237px; margin:0 47px 0 0}
		.banner1{position:absolute; width:268px;top:0; right:0; background:#cc0}
		.item img{width:237px; height:70px;}
		.banner1 img{width:268px !important;}
		/* banner che  scorrono */
		

	/* inner */

#main_inner {
	background:url(../images/bg_inner.gif) repeat-y center center;
	width:867px;
	margin:0px;
	padding:0px;
	border-bottom:1px solid #e6e6e6;
}

	#leftcolmenu {
		float:left;
		width:300px;
		margin:0;
		padding:0;
	}
	
		#submenu {
			background:#e6e6e6;
			padding:20px 0 20px 160px;
			font:11px Tahoma, Arial, Helvetica, sans-serif;
			color:#333333
		}

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

			#submenu li {
				background:url(../images/point.gif) no-repeat 0% 0%;
				padding:1px 0 1px 10px;
			}

			#submenu li a {
				font-weight:normal;
				color:#333;
			}

			#submenu li a:hover {
				font-weight:normal;
				color:#333;
				text-decoration:underline
			}

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

			#submenu li ul li {
				background:url(../images/blackpoint.gif) no-repeat 0% 60%;
				padding:1px 0 1px 10px;
			}

			#submenu li ul li a {
				color:#7F8EB1;
			}


	#contentcol {
		float:left;
		width:527px;
		margin:0;
		padding:20px 20px 0px 20px;
		/*background:#ccc;*/
		overflow:hidden;
	}
	
	
		#contentcol h2,#contentcol h4{
		position:relative;
		
		z-index:10;
		background:none
		}	
		
		
			

		#contentcol p {
			font:11px/1.5em Tahoma, Arial, Helvetica, sans-serif;
			color:#333;
			width:100%;
			overflow:hidden;
		}
			
		#contentcol .paginazione, #contentcol a{
		position:relative;
		z-index:10;
		background:none
		}	
		

/* products */

			#offers {
				font:11px Verdana, Arial, Helvetica, sans-serif;
				color:#333;
				margin:20px 0;
				padding:0 0 10px 0;


			}

				.offer {
					position:relative;
					width:175px;
					height:150px;
					float:left;
					text-align:center;
					margin:10px 0;
					padding:0;
									z-index:10;
					/*background:#4a2;*/
					overflow:hidden;
				}

				.offer h1 {
					background:url(../images/h1.gif) no-repeat center top;
					height:27px;
					font:1.2em Tahoma, Arial, Helvetica, sans-serif;
					margin:0 auto;
					color:#666666;
					padding:5px 0 0 40px;
					text-align:left;
					border:none;
				}

				.offer a {
					color:#666666	
				}
				
				.offer img{width:148px;}
				
				.offer a:hover {
					color:#999	
				}
				
				.offer .offerprod {
					width:150px;
					background:#ececec;
					font:10px Arial, Helvetica, sans-serif;
					margin:0 auto;
					padding:6px 0;
				}


		#mainoffer {
			font:11px Verdana, Arial, Helvetica, sans-serif;
			color:#333;
			margin:0;
			padding:0;
		}

			#mainoffer p.description {
				margin:40px 0 0 10px;
				font-size:1em;
			}

			#mainoffer p {

				margin:0px 0 10px 0px;
				font-size:1em;
				/*width:350px;*/
			}

			#mainoffer img.pr {
				
				margin:0 20px 0 0;
				padding:4px;
				float:right;
				border:2px solid #efefef;
			}


/*dettaglio foto*/
#mainoffer h3{ clear:both; 
border-bottom: double 3px #7F8EB1; 
margin:10px 0;
padding:5px 0 5px ;
font:14px Verdana, Arial, Helvetica, sans-serif; text-transform:capitalize;}







/* ------------ paginazione ------------ */

.paginazione {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #888;
	height:10px;
	padding:0px 0px 20px 0px;
	margin:0px 20px 0px 0px ;
	clear:both;
    border-top: 1px solid #efefef;
	text-align:right
}

.prev {
	width:220px;
	float:left;
	margin:0px 0px 0px 10px;
	padding:0px;
}

.pages {
	width:190px;
	float:left;
	padding:0px;
}

.next {
	width:100px;
	padding:0px;
	float:left;
	text-align:right;
}

.paginazione a {
	color:#666;
	}

.paginazione a:hover {
	color:#ccc;
	}

.back {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #888;
	padding:10px 0px;
	margin:0px 20px 0px 0px ;
	clear:both;
    border-bottom: 1px dashed #898989;
}

.back a {
	color:#666;
	}

.back a:hover {
	color:#7f8eb1;
	}



/* footer */

#footer{
	clear: both;
	width: 860px;
	height:100px;
	margin: 0px;
	border-top:20px solid #fff;
	padding: 8px 0 0 7px;
	font-size:9px;
	/*background:#fff url(../images/footer.gif) no-repeat;*/
	background: #fff;
	position:relative;
}

#footer a#pow {
	position:absolute;
	top:9px;
	right:7px;
	width:100px;
	height:20px;
	background: url(/images/pow.gif) no-repeat;
}
#footer a#mail {
	position:absolute;
	top:8px;
	right:115px;
	width:70px;
	height:20px;
}#footer a#mail:hover{ /*background: url(../images/maildwn.gif) no-repeat;*/ color:#7f8eb1;}
/* classes */
.left {
	float:left;
	margin-right:10px;
}	

.right {
	float:right;
}	

.sep {
	padding:0px;
	border:0;
	clear:both;
	width:867px;
} 

/* form */

/********* form *********/ 

form {
	display:inline;
}

input {
	border:1px solid #ccc;
	margin:0px;
	padding:0px 2px;
	font:10px arial, verdana, sans-serif;
	color:#666;
	background:#fff;
	height:15px;
}

select {
	border:1px solid #ccc;
	margin:0px;
	padding:0px 2px;
	font:10px arial, verdana, sans-serif;
	color:#666;
	background:#fff;
	height:17px;
}

textarea {
	border:1px solid #ccc;
	margin:0px;
	padding:0px 2px;
	font:11px arial, verdana, sans-serif;
	color:#666;
	background:#fff;
}

.button {
	color:#fff;
	background:#484f70;
	border:none;
	margin:0;
	padding:0;
	cursor:pointer;
	padding:0px 10px;
}

.noborder {
	border:none;
}

.redbold {
	color: #484f70;
	font-weight: bold;
	font-size:14px
}

.clear {
	clear: both;
}

fieldset {
	margin-top: 20px;
	margin-bottom: 20px;
	border:1px solid #ccc;
}

legend {
	margin-bottom: 10px;
	padding: 2px 4px;
	font: bold 11px arial, Verdana, sans-serif;
	color: #484f70;
}	


/* for print */

#printheader {
	display:none;
}

/* for highslide */
.highslide {
	cursor: url(../images/highslide/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	width:124px;
	height:70px;
	border: 2px solid gray;
	margin:0 0 5px 0
}
.highslide:hover img {
	border: 2px solid #ccc;
}

.highslide img.gr {
	border: 2px solid #7f8eb1;
}
.highslide:hover img.gr {
	border: 2px solid #484f70;
}

.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(../images/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(../images/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;
}


/*docs*/
#docs a{ display:block;}
#foto{ margin:5px 0}
#foto a img{ display:block;}

