/* 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:Verdana;
	background:url(../images/mainBg.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:56px;
			width:340px;
			height:102px;
			background:url(../images/pf.gif) no-repeat left top;
		}
		
		.topInfoList {
			margin:70px 10px 0 0;
			float:right;
			color:#fff;
			text-align:right;
			line-height:17px;
			font-size:14px;
			font-family:"Myriad Pro",Arial;
		}
		
	#innerPage {
		
	}
		
	.photoBook {
		padding-bottom:40px;
	}
	
		.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:16px;
		color:#000;
	}
		.inside p {
			padding-bottom:22px;
		}
		.textBox {
			padding:20px 20px 0 20px;
			margin-top:5px;
			background-color:#d7d6d6;
		}
			.textBox span {
				font-style: italic;
				padding-bottom:18px;
				display:block;
			}
			.textBox a {
				color:#000;
				font-weight:700;
			}
			
	.boxTitle {
		padding-bottom:10px;
	}

#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;	
}


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

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














































































