body {
	background-color:#000;
	margin:0px;
	padding:0px;
}
body, td, A, div, h1 {
	font:13px/19px trebuchet ms, arial, sans-serif;
	color:#fff;
}
A {
	text-decoration:none;
}
A:hover {
	color:#e4dc61;
}
UL {
	padding:0;
	margin:0;
}
LI {
	padding:0px;
	margin:0;
	list-style:none;
}
h1 {
	font:normal 24px/27px monotype corsiva, georgia;
	color:#e4dc61;
	margin:0;
	padding:0;
}
p {
	padding:0;
}

hr {
	border: 0;
	width: 100%;
	color:#ddd8ef;
	height: 1px;
	clear:both;
}

.clear {
	clear:both;
}


/*  page structure */

.outercontainer {
	width:100%;
	text-align:center;
}
.container {
	margin:auto;
}

/*  header */
.header {
	margin-top:15px;
	text-align:middle;
}

.logo {
}

/*  header */
.mmenu {
	background:url(images/bg_mmenu.gif) top left repeat-x;
	margin-top:10px;
	height:20px;
}

.mmenu li, .galleryMenu li {
	display:inline;
	padding:0 10px;
}

.mmenu A {
	color:#fff;
	text-transform:uppercase;
	font-size:14px;
	line-height:20px;
}

.galleryMenu A {
	color:#fff;
	font-style:italic;
	font-size:13px;
	line-height:20px;
}

.mmenu  A:hover, .galleryMenu A:hover {
	color:#e4dc61;
}

.bannerBar {
	background:url(images/banner.jpg) top center repeat-x;
	height:88px;
}

/* main */
.main {
	text-align:justify;
	width:500px;
	margin:auto;
}

.page_gallery .main {
	width:600px;
}

.content {
	margin:30px 0;
	color:#fff;
}

.content td {
	vertical-align:top;
	padding-right:10px;
	padding-bottom:10px;
	line-height:15px;
}

.page_detail .main {
	width:100%;
}
.page_detail .content td {
	vertical-align:middle!important;
	padding:0px;
}


.titolo {
}

.description {
	font:normal 18px/21px monotype corsiva, georgia;
	color:#fff;
	margin-top:10px;
}

.photo {
	padding-left:30px;
}

.thumbnails {
	height:100px;
	width:100px;
	float:left;
	margin:10px;
	overflow:hidden;
}

.thumbnails table {
	height:100px;
	width:100px;
}

.thumbnails td {
	padding:0px;
	vertical-align:middle;
	text-align:center;
}

.arrowLeft, .arrowRight {
	width:44px;
}

.arrowLeft a {
	background:url(images/arrowLeft_off.gif) top left no-repeat;
	height:17px;
	width:14px;
	display:block;
	margin-right:30px;
}

.arrowLeft a:hover {
	background:url(images/arrowLeft_on.gif) top left no-repeat;
}

.arrowRight a {
	background:url(images/arrowRight_off.gif) top left no-repeat;
	height:17px;
	width:14px;
	display:block;
	margin-left:30px;
}

.arrowRight a:hover {
	background:url(images/arrowRight_on.gif) top left no-repeat;
}

/* footer */
.footer {
	color:#282828;
	text-align:left;
	font-size:10px;
	font-weight:bold;
	text-align:center;
}

/*  universal */
.sel {
	color:#e4dc61!important;
}

.nosel {
}

.page_detail .content {
	text-align:center;
}

.copyright {
	color:#fff;
	position:absolute;
	bottom:10px;
	left:10px;
	z-index:2;
	font-size:10px;
}

/*  home */

.home .logo {
	position:relative;
	top:15px;
}

.home .content {
	color:#fff;
	text-align:center;
}

.home a {
	font:normal 18px/21px monotype corsiva, georgia;
	color:#e4dc61;
}

.home a:hover {
	color:#fff;
}

