@charset "utf-8";
/* CSS Document */
/*------------------------------------------------------------------------------General--*/
body {
	background: #000 url(images/bk_bdy.jpg) repeat-x top center;
	color: #fff;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	padding: 0;
	margin: 0;
}
img { border: 0; }
a { color: #999; text-decoration: none; }
a:hover { color: #9cf; text-decoration: underline; }
.vid { margin: 0 auto; width: 425px; }
/*------------------------------------------------------------------------------Wrapper--*/
#wrapper {
	background: #000 url(images/bk_hdr.jpg) no-repeat top center;
	margin: 0 auto;
	width: 907px;
	height: 171px;
}
/*------------------------------------------------------------------------------Header---*/
#header { width: 907px; }
/*------------------------------------------------------------------------------Menu-----*/
#menu { float: left; margin: 0; padding: 0; width: 780px; }
#menu ul { list-style: none; margin: 13px 0 0 5px; padding: 0; }
#menu ul li { display: inline; float: left; }
#menu ul li a { display: block; text-indent: -9999em; height: 64px; }

#menu ul li.hom a { background: url(images/m01_home_off.jpg ) no-repeat; width: 224px;}
#menu ul li.acq a { background: url(images/m02_acqua_off.jpg ) no-repeat; width: 80px;}
#menu ul li.bot a { background: url(images/m03_bottles_off.jpg ) no-repeat; width: 65px;}
#menu ul li.ame a { background: url(images/m04_amedeo_off.jpg ) no-repeat; width: 91px;}
#menu ul li.scu a { background: url(images/m05_sculptures_off.jpg ) no-repeat; width: 90px;}
#menu ul li.fra a { background: url(images/m06_franchise_off.jpg ) no-repeat; width: 80px;}
#menu ul li.gal a { background: url(images/m07_gallery_off.jpg ) no-repeat; width: 67px;}
#menu ul li.con a { background: url(images/m08_contact_off.jpg ) no-repeat; width: 75px;}

#menu ul li.acq a:hover { background: url(images/m02_acqua_on.jpg ) no-repeat; width: 80px;}
#menu ul li.bot a:hover { background: url(images/m03_bottles_on.jpg ) no-repeat; width: 65px;}
#menu ul li.ame a:hover { background: url(images/m04_amedeo_on.jpg ) no-repeat; width: 91px;}
#menu ul li.scu a:hover { background: url(images/m05_sculptures_on.jpg ) no-repeat; width: 90px;}
#menu ul li.fra a:hover { background: url(images/m06_franchise_on.jpg ) no-repeat; width: 80px;}
#menu ul li.gal a:hover { background: url(images/m07_gallery_on.jpg ) no-repeat; width: 67px;}
#menu ul li.con a:hover { background: url(images/m08_contact_on.jpg ) no-repeat; width: 75px;}

#kart { float: right; font-size: 12px; margin-top: 0; padding: 15px 5px; width: 116px; }

#warning { background: #fc0; color: #000; float: left; font-family: Arial, Helvetica, sans-serif; margin: 0 5px; padding: 10px; width: 876px; }
#warning a { color: #333; }
#warning a:hover { color: #FFF; }

/*------------------------------------------------------------------------------Content--*/
#content {
	margin-left: 7px;
	width: 906px;
}
#content .col_l {
	width: 272px;
	padding: 10px;
	float: left;
}
#content .col_l img { /*Botella*/
	margin-top: -10px;
	margin-left: -10px;
}
#content .col_r {
	border-left: 1px dotted #333;
	width: 570px;
	margin-left: 10px;
	padding: 10px;
	float: left;
}
/*------------------------------------------------------------------------------Footer---*/
#footer {
	float: left;
	font-size: 10px;
	margin-left: 7px;
	padding: 10px;
	width: 893px;
}
/*------------------------------------------------------------------------------LightBox-*/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

