/* resetting some default styles */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ul {list-style: none;}
body {line-height: 1;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
:focus {outline: 0;}
a:focus {outline:1px dotted #999;}
ins {text-decoration: none;}
del {text-decoration: line-through;}

table {border-collapse: collapse;border-spacing: 0;}

html { font-size:100.01%; }
body { font-size:1em; }

textarea {overflow:auto}
button {cursor:pointer}
a {text-decoration:none}
a:hover {text-decoration:underline}
/*  -----------------------------------
	a better and smarter way to clear floats
--------------------------------------*/

.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix {display:inline-block}
/* Hide from IE Mac \*/
.clearfix {display:block}
/* End hide from IE Mac */
* html .clearfix {height:1px}
/* -----------------------------------------------------------------------------------------*/ 

body {
	font-family:Arial;
	background:url(../images/massaBg.png) repeat-x left top #fbfbfb;
}

#wrap {
	width:960px;
	margin:auto;
}

	.header {
		background:url(../images/headBg.png) repeat-x left bottom;
		height:93px;
	}
	
		#logo{
			float:left;
			display:inline;
		}
		
			#logo img {
				width:179px;
				height:69px;				
				display:block;
			}
		
		#navigation {
			float:right;
			display:inline;
			margin:46px 10px 0 0;
			height:32px;
			font-size:12px;
		}
		
			#navigation li {
				float:left;
				font-family:"Trebuchet MS", Helvetica, Tahoma, Sans;
				background:url(../images/separator.png) no-repeat right top;
				line-height:32px;
			}
			
				#navigation a {
					color:#212121;
					padding:0 8px;
					height:32px;
					display:block;
					text-decoration:none;
				}
				
				#navigation a:hover {
					color:#f38b30;
				}
			
			#navigation li.last {background:transparent;}
			#navigation li.selected a {color:#f38b30;}
			
		.greyBar {
			background:url(../images/greyBar.png) no-repeat left top;
			width:960px;
			height:6px;
			display:block;
		}
	
	.topBox {
		height:160px;
		margin-bottom:34px;
	}
	
		.massaGrande {
			float:left;
			display:inline;
			margin-top:70px;
			width:255px;
			height:47px;
			background:url(../images/massagrandeRed.png) no-repeat left top;
		}
		
		.topInfoList {
			margin:85px 10px 0 0;
			float:right;
			color:#fff;
			text-align:center;
			line-height:17px;
			font-size:14px;
			font-family:"Myriad Pro";
		}
		
	#innerPage {
		
	}
		
		.photoBook li {
			margin-right:11px;
			float:left;
			display:inline;
		}
		
			.photoBook a {
				display:block;
				position:relative;
			}
		
			.photoBook img {
				width:142px;
				height:95px;
				display:block;
				border:3px solid #6d6d6d;
			}
			
			.plus {
				display:none;
				width:22px;
				height:22px;
				background:url(../images/plus.png) no-repeat left top;
				position:absolute;
				right:5px;
				bottom:5px;
			}
			
			.photoBook a:hover .plus {display:block;}
						
	.inside {
		font-size:12px;
		line-height:15px;
		color:#484848;
	}
	
		.paragraphTitle {
			font-size:13px;
			padding:30px 0 20px 0;
		}

		.author {
			font-style:italic;
			display:block;
			padding:20px 0;
		}

#footer {
	
}

	#footer img {
		float:right;
		margin:50px 0;
	}

/*  -----------------------------------
	Lightbox 
--------------------------------------*/


#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
#audioGuidesTabWrapper {
	font-size:12px;
}
#audioGuidesTabWrapper .theTabs {
	background:url(../images/tabsBG.png) repeat-x left bottom;
	height:74px;
}
	#audioGuidesTabWrapper .theTabs li {
		height:74px;
		float:left;
		display:inline;
		margin-right:7px;
		width:315px;
	}
	#audioGuidesTabWrapper .theTabs li.last {
		margin:0 0 0 1px
	}
	#audioGuidesTabWrapper .theTabs a {
		display:block;
		height:74px;
		line-height:54px;
		color:#2b2b2b;
		background:url(../images/tabs.jpg) no-repeat right top;
		text-align: center;
		outline:none;
	}
	#audioGuidesTabWrapper .theTabs .s a,
	#audioGuidesTabWrapper .theTabs  a:hover {
		text-decoration:none;
		background-position:left top;
		color:#fff;
		font-weight:700;
	}
	
.audioGuidesTabs {
	border: 20px solid #372b2b;
	border-top:none;
	padding:28px
}

#audioGuidesTabWrapper.color-1 .theTabs a {
	background-image:url(../images/tabsBlue.jpg)
}
#audioGuidesTabWrapper.color-1  .theTabs {
	background-image:url(../images/tabsBGBlue.png)
}
#audioGuidesTabWrapper.color-1 .audioGuidesTabs {
	border-color:#363545;
}

#audioGuidesTabWrapper.color-2 .theTabs a {
	background-image:url(../images/tabsRed.jpg);
	background-position:left top
}
#audioGuidesTabWrapper.color-2 .theTabs .s a,
#audioGuidesTabWrapper.color-2 .theTabs a:hover {
	background-position:right top
}
#audioGuidesTabWrapper.color-2  .theTabs {
	background-image:url(../images/tabsBGRed.jpg)
}
#audioGuidesTabWrapper.color-2 .audioGuidesTabs {
	border-color:#452120;
}


#audioGuidesTabWrapper p{
	line-height:140%;
	margin-bottom:1em;
}
#audioGuidesTabWrapper h4,
#audioGuidesTabWrapper h5 {
	margin-bottom:.5em;
}
#audioGuidesTabWrapper h4 {
	font-size:18px;
}
#audioGuidesTabWrapper h5 {
	font-size:14px;;
}
#audioGuidesTabWrapper .oferta h4 {
	font-size:12px;
}
#audioGuidesTabWrapper .oferta th,
#audioGuidesTabWrapper .oferta td {
	padding:10px;
	background:#e4e4e4;
	border-right:5px solid #fff;
	line-height:140%;
	vertical-align:top;
	font-weight:100;
	text-align: left;
}
#audioGuidesTabWrapper .videos,
#audioGuidesTabWrapper .oferta {
	margin-bottom:1em;
}
#audioGuidesTabWrapper .videos .leftSide,
#audioGuidesTabWrapper .videos .rightSide {
	background:#473433;
	border: 1px solid #e6e6e6;
	width:429px;
	height:140px;
	float:left
}
#audioGuidesTabWrapper .videos .rightSide {
	float:right;
	background:#CCCCCC;
}
#audioGuidesTabWrapper.color-1 .videos .leftSide {background:#454357}
#audioGuidesTabWrapper.color-1 .videos .rightSide {background:#CCCCCC}

#audioGuidesTabWrapper.color-2 .videos .leftSide {background:#4B221F;}
#audioGuidesTabWrapper.color-2 .videos .rightSide {}

#audioGuidesTabWrapper .collab {
	text-align: right;
}
#audioGuidesTabWrapper .collab img {
	vertical-align:middle;
	margin-left:10px;
}
body#audioGuide {
	background-image:url(../images/blackBorderBG.png)
}
body#audioGuide .header {
	background:none;
}

a.pianta {
	text-decoration: none;
	color:#CC8800;
}
a.pianta:hover {
	text-decoration: none;
	color:#222222;
}

#inline-sample-content {
	background-color: #ffffff;
	color:#222222;
	font-size: 11px;
}

#inline-sample-content h2 {
	font-weight: bold;
}

#audioGuidesTabWrapper .videos h3 {
	margin:10px;
	color:#fff;
	font-size:14px;	
}
	#audioGuidesTabWrapper .videos ul {
		margin-left:3px;
	}
	#audioGuidesTabWrapper .videos li {
		width:135px;
		height:90px;
		float:left;
		
		margin:0 3px;
		text-align: center;
	}
	#audioGuidesTabWrapper .videos li a {
		padding:2px;
		border: 1px solid #666;
		display:block;
	}
		#audioGuidesTabWrapper .videos li img {
			width:131px;
			height:86px;
			display:block;
			opacity: 0.5;
			filter:alpha(opacity=50);
		}
		#audioGuidesTabWrapper .videos li a:hover img{
			opacity: 1;
			filter:alpha(opacity=100);
		}

/*  -----------------------------------
	IE6 HACK
--------------------------------------*/

* html #navigation li {width:1%;white-space:nowrap;}














































































