/*   
.
Copyright 2009 Dennis Muse - All rights reserved.
.
*/

/* RESET */
/* ----------------------------------------- */

/* Global reset */
/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {
	margin:0;
	padding:0;
	width: 600px;
}
table { border-collapse:collapse; border-spacing:0; }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal; }
ol, ul, li { list-style:none; }
caption, th { text-align:left; }
h1, h2, h3, h4, h5, h6 { font-size:100%; font-weight:normal; }
q:before, q:after { content:'';}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight: bold; }
em { font-style: italic; }
a img { border: none; } /* Gets rid of IE's blue borders */

/* ----------------------------------------- */


body {
	font-family: "Lucida Grande", sans-serif;
	font-size: 100%;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	background: #000000;
	color: #dddad2;
	
}

p {
	font-family: "Lucida Grande", sans-serif;
	font-size: 0.7em;
	line-height: 1.6em;
	color: #6e6d6b;
	margin: 0;
	padding: 0;
}

a {
	color: #dddad2;
	text-decoration: none;
	padding-bottom: 3px;
}
a:hover {
	color: #416170 !important;
	border: none !important;
}
a:focus {
	text-decoration: none !important;
	border: none !important;
	outline: none !important;
}

strong {
	font-weight: bold;
}

cite {
	font-size: 0.7em;
	color: #565554;
	margin: 0 0 10px 0;
	padding: 0;
}
cite a {
	color: #ff0000;
}

u {
	color: #416170;
}

h1 {
	font-family: "Georgia", serif;
	font-size: 1.5em;
	font-weight: normal;
	font-style: italic;
	line-height: 1.4em;
	text-transform: none;
	letter-spacing: normal;
	color: #dddad2;
	margin: 0 0 28px 0;
	padding: 0;
}
h2 {
	background: url('images/icon-h1.gif') no-repeat 0 21px;
	font-family: "Georgia", serif;
	font-size: 1.5em;
	font-weight: normal;
	font-style: italic;
	line-height: 1.4em;
	text-transform: none;
	letter-spacing: normal;
	color: #dddad2;
	margin: 0;
	padding: 0 0 0 11px;
}
h3 {
	font-family: "Georgia", serif;
	font-size: 1.05em;
	font-weight: normal;
	font-style: italic;
	line-height: 1.5em;
	text-transform: none;
	letter-spacing: normal;
	color: #a29e94;
	margin: 6px 0 15px 0;
	padding: 0;
}
h4 {
	font-family: "Lucida Grande", sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1em;
	text-transform: none;
	letter-spacing: normal;
	color: #dddad2;
	margin: 15px 0 18px 0;
	padding: 0;
}
h5 {
	font-family: "Lucida Grande", sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1em;
	text-transform: none;
	letter-spacing: normal;
	color: #a29e94;
	margin: 15px 0 18px 0;
	padding: 0;
}

.left {
	float: left;
}
.right {
	float: right;
}
.clearer {
	clear: both;
	margin: 0;
	padding: 0;
}


/* HEADER */

#header {
	border-bottom: 5px solid #333333;
	width: 820px;
	height: 154px;
	position: relative;
	margin: 0 auto;
	padding: 0;
}
#header h1 {
	font-size: 2em;
	font-weight: bold;
	display: block;
	position: absolute;
	top: 50px;
	left: 7px;
	margin: 0;
	padding: 0;
}
#header h1 a {
	background: url('/images/logo_muse2.gif') no-repeat;
	width: 106px;
	height: 66px;
	display: block;
	margin: 0;
	padding: 0;
}
#header h1 a span {
	display: none;
}
#header #strapline {
	display: block;
	position: absolute;
	top: 99px;
	left: 126px;
	margin: 0;
	padding: 0;
}
#header #strapline p {
	font-family: "Georgia", serif;
	font-size: 0.8em;
	font-weight: normal;
	font-style: italic;
	color: #696866;
}
#header #nav {
	position: absolute;
	top: 99px;
	right: -16px;
	margin: 0;
	padding: 0;
	width: 350px;
}
#header #nav ul {
	width: 429px;
	height: 16px;
	margin: 0;
	padding: 0;
}
#header #nav li {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
}
#header #nav li a span {
	display: none;
}
#header #nav li.about a {
	background: url('/images/nav_about.gif') no-repeat 0 0;
	width: 45px;
	height: 16px;
	display: block;
	margin-right: 20px;
	padding: 0;
}
#header #nav li.about a:hover {
	background: url('/images/nav_about.gif') no-repeat 0 -16px;
}
#header #nav li.portfolio a {
	background: url('/images/nav-work.gif') no-repeat 0 0;
	width: 40px;
	height: 16px;
	display: block;
	margin-right: 20px;
	padding: 0;
}
#header #nav li.portfolio a:hover {
	background: url('/images/nav-work.gif') no-repeat 0 -16px;
}


#header #nav li.why a {
	background: url('/images/nav-why.png') no-repeat 0 0;
	width: 100px;
	height: 16px;
	display: block;
	margin-right: 20px;
	padding: 0;
}
#header #nav li.why a:hover {
	background: url('/images/nav-why.png') no-repeat 0 -16px;
}


#header #nav li.blog a {
	background: url('/images/nav-res.gif') no-repeat 0 0;
	width: 71px;
	height: 16px;
	display: block;
	margin: 0;
	padding: 0;
}
#header #nav li.blog a:hover {
	background: url('/images/nav-res.gif') no-repeat 0 -16px;
}


/* CONTENT */

#content {
	width: 820px;
	margin: 0 auto;
	padding: 0;
}
#content .module {
	width: 804px;
	margin: 60px 0 20px 0;
	padding: 0 8px;
}
#content .leftMod {
	width: 204px;
	float: left;
	margin: 0;
	padding: 0;
}
#content .rightMod {
	width: 600px;
	float: left;
	margin: 0;
	padding: 0;
}
#content .rightMod form{
	width: 600px;
}
#content .rightMod h1 {
	color: #a29e94 !important;
	margin-bottom: 20px;
}
#content .rightMod p {
	font-size: 0.75em;
	line-height: 1.8em;
	margin-bottom: 40px;
}
#content .rightMod p a {
	border-bottom: 1px dotted #ff0000;
	color: #6e6d6b;
}
#content .rightMod form {
	width: 600px;
	margin: 0 0 40px 0;
	padding: 0;
}
#content .rightMod form p {
	margin-bottom: 20px;
	padding: 0;
}
#content .rightMod form label {
	font-size: 0.65em;
	color: #6E6D6B;
	margin: 0;
	padding: 0;
}
#content .rightMod form input {
	width: 340px;
	height: 15px;
	background: #1f1f1f;
	border: none;
	color: #706f6d;
	margin: 5px 0 20px 0;
	padding: 5px;
}
#content .rightMod form textarea {
	width: 340px;
	height: 90px;
	background: #1f1f1f;
	border: none;
	color: #706f6d;
	margin: 5px 0 20px 0;
	padding: 5px;
}
#content .rightMod form button.sc {
	background: url('/images/btn-submitComment.png') no-repeat 0 0;
	width: 145px;
	height: 31px;
	border: none;
	margin: 5px 0 20px 0;
	padding: 5px;
}
#content .rightMod form button.sc:hover {
	background: url('/images/btn-submitComment.png') no-repeat 0 -31px;
}
#content .rightMod form .sc span {
	display: none;
}
#content .rightMod ol {
	list-style: none;
	margin-bottom: 22px;
	padding-left: 25px;
}
#content .rightMod ol li {
	background: url('/images/icon-h1.gif') no-repeat left;
	font-size: 0.75em;
	line-height: 2.4em;
	color: #A1A09E;
	margin: 0;
	padding-left: 10px;
}
#content .project {
	width: 550px;
	float: left;
	margin: 0 36px 46px 0;
	padding: 0;
}
#content .project.last {
	margin-right: 0 !important;
}
#content .info {
	margin: 0;
	padding: 0 8px 0 1px;	
}
#content .project p {
	margin-bottom: 16px;
}
#content .project ul {
	margin: 18px 0 0 0;
	padding: 0;
}
#content .project ul li {
	background: url('/images/icon-bluedot.gif') no-repeat 0 5px;
	font-family: "Lucida Grande", sans-serif;
	font-size: 0.75em;
	line-height: 1em;
	color: #575655;
	float: left;
	display: inline;
	margin: 0 15px 0 0;
	padding: 0 0 0 8px;
}
#content .blogTitle {
	margin-bottom: 12px !important;
	padding: 0;
}
#content .meta {
	font-size: 0.7em;
	color: #6e6d6b;
	margin: 0;
	padding: 0;
}
#content .meta span {
	background: url('/images/bg-metaDivider.gif') no-repeat top right;
	margin: 0;
	padding: 0 10px 0 0;
}
#content .meta a, #content .blogStory a {
	border-bottom: 1px dotted #ff0000;
	color: #6e6d6b;
	margin: 0 0 0 10px;
	padding-bottom: 3px;
}
#content .blogStory {
	margin: 24px 0 20px 0;
	padding: 0;
}

#content .blogTitle {
	border-top: 1px dotted #4C4C4A;
	padding-top:20px;
}

#content .blogTitleFirst {
	border-top: none !important;
	padding-top: 0;
}
#content .postContent {
	border-bottom: 1px dotted #4c4c4a;
	margin: 24px 0 40px 0;
	padding-bottom: 20px;
}
#content .postContent p {
	margin-bottom: 20px;
	padding: 0;
}
#content .postContent p a {
	background: none;
	border: none;
	color: #f87ea6;
}
#content .commentBox {
	margin: 0 0 36px 0;
	padding: 0;
}
#content .commentBubble {
	background: url('/images/bg-commentBubbleTop.gif') repeat-y top left;
	width: 360px;
	margin: 22px 0 0 0;
	padding: 20px 20px 18px 20px;
}
#content .commentBubble p {
	color: #706f6d;
	margin: 0 !important;
	padding: 0 !important;
}
#content .commentBubbleBottom {
	background: url('/images/bg-commentBubbleBottom.gif') no-repeat bottom left;
	width: 400px;
	height: 27px;
	margin: 0 0 8px 0;
	padding: 0;
}
#submit {
	background-color: #5a5a5a;
	border: none;
    color:#cccccc;	
	font-weight: bold;
	height: 30px;
	margin-top: 20px;
}





/* reasons.css */






.bigList-wrapper {width:35%; vertical-align:middle; min-height:240px; float:left; margin-right:20px;}
	.bigList-wrapper .bigList {font-size:65px; background:#333333; float:left; width:100px; text-align:center; height:230px; margin-right:20px; vertical-align:middle; color:#000000;}
	


.left-col {
	margin-top:10px;
	margin-right:30px;
	width:140px;
	float:left;
	text-align:left;
	height: 830px;
}




	.left-col h2 {text-align:right; margin-bottom:6px; font-size:27px;}
	.left-col h2 a {color:#FFFFFF;}
		.left-col h2 a:hover {color:#00aeef;}


.section-title {padding-top:10px; border-top:dotted 1px #747474; /*background:url(images/layout/hr.jpg) no-repeat top center;*/ text-align:right;}
	.section {padding-top:10px;}


.current_page_item, .current_page_item a, .current_page_item a:link, .current-cat, .current-cat a, .current-cat a:link {
	color: #00AEEF;
	}

.current_page_item a:hover, .current-cat a:hover{
	color:#ffffff;
	}

.current_page_item a {
	border-bottom:3px solid #00AEEF;
	padding-bottom:10px;
}



.subnav { vertical-align:bottom; margin-bottom: 20px;}
	ul#subnav {
		list-style:none;
		margin:0px;
		padding:10px 0 0;
		}
		ul#subnav li {/*float:left; display:inline;*/ display:block; padding:0px 15px 0 0;}
		ul#subnav li.current_page_item a {color:#999999; border:none;}
		ul#subnav li a:hover {color:#00aeef;}

}


/*end reasons*/








/* FOOTER */

#footerTop {
	background: #000000;
}
#footerTop #tools {
	width: 820px;
	margin: 0 auto;
	padding: 0;
}
#footerTop #tools .toolsBox {
	width: 186px;
	float: left;
	margin: 26px 25px 30px 0;
	padding: 0;
}
#footerTop #tools .toolsBox.last {
	margin-right: 0 !important;
}
#footerTop #tools .toolsBox h2 {
	margin-left: 8px;
}
#footerTop #tools .toolsBox p {
	color: #686765;
	margin: 11px 0 0 7px;
}
#footerTop #tools .toolsBox a {
	border-bottom: 1px dotted #FF0000;
	color: #686765;
}
#footerTop #tools .toolsBoxContent {
	border-top: 2px solid #1f1f1f;
	margin: 0 0 3px 0;
}
#footerTop #tools .toolsBox ul {
	margin: 0;
	padding: 0;
}
#footerTop #tools .toolsBox ul li {
	font-family: "Lucida Grande", sans-serif;
	font-size: 0.7em;
	line-height: 1.4em;
	color: #686765;
	margin: 12px 0 0 7px;
	padding: 0 0 3px 15px;
}
#footerTop #tools .toolsBox ul li.greenV {
	background: url('/images/icon-greenV.gif') no-repeat 0 2px;
}
#footerTop #tools .toolsBox ul li.orangeV {
	background: url('/images/icon-orangeV.gif') no-repeat 0 2px;
}
#footerTop #tools .toolsBox ul li.arrow {
	background: url('/images/icon-arrow.gif') no-repeat 0 5px;
}
#footerBottom {
	background: #050505;
	
}
#footerBottom #copy {
	width: 820px;
	height: 40px;
	margin: 0 auto;
	padding: 0;
}
#footerBottom #copy p {
	font-size: 0.7em;
	color: #535251;
	margin: 13px 0 0 0;
	padding: 0;
}
#footerBottom #copy a {
	background: url('/images/icon-blueV.gif') no-repeat 0 0;
	color: #535251;
	margin-left: 30px;
	padding-left: 16px;
}

/* experience */



.experience h2{
background-position:left -21px;}

.experience ul li{-khtml-border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;border-bottom:1px solid #202020;margin:0;padding:0;position:relative;}

.experience h3{background:#1a1a1a;border-top:1px solid #252525;font-size:1.1em;font-weight:400;margin:0;padding:0;}

.experience h3 a{background:url(/images/accordion_trigger.gif) no-repeat 20px top;display:block;height:42px;line-height:1.3em;padding:10px 0 0 70px;text-decoration:none;}

.experience h3 a date{color:#fff;display:block;}

.experience h3 a:hover{background-position:20px center;}

.experience h3.open a{background-position:20px bottom;color:#fff;}

.experience .desc{color:#ccc;line-height:2.2em;overflow:hidden;padding-bottom:10px;}

.experience .desc img{float:left;margin:20px 20px 0;}

.content .experience p{margin:5px 0;padding:10px 20px;}

.experience ul,.skills ul,.featured ul{list-style:none;margin:0;padding:0;}



.skills ul{float:left;margin-right:10px;width:100px;}

.col4{clear:both;overflow:hidden;padding:0 10px;width:940px;}

.col4 section{display:inline;float:left;margin-left:20px;width:220px;}

.col4 section.double{width:460px;}

.col4 section:first-child{margin-left:0;}

.col4 .multi-col{-moz-column-gap:20px;-moz-column-width:220px;-webkit-column-gap:20px;-webkit-column-width:220px;}

.col4{padding-bottom:0;}

.col4{height:348px;}

.col4 section{margin-top:50px;padding-left:15px;width:205px;}

section.double{width:460px;}

.strip{background:#1a1a1a;position:absolute;left:0;width:60%;z-index:-1;}img#logo{margin:30px 0 0 10px;}

.desc{-khtml-border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;background:#fff;float:left;padding:10px;width:680px;}

.desc{background:#111;margin-top:10px;}

.desc span{float:left;padding:0 10px;width:320px;}#web-design-portfolio .desc p{margin:0;padding:0;}

.desc{color:#ccc;line-height:2.2em;overflow:hidden;padding-bottom:10px;}

.desc img{float:left;margin:20px 20px 0;}



.segnaposto{
	width:100%;
	clear:both;
}
#visualizza_thumb{
	margin-top:15px;
	margin-left:15px;
	width:50px;
	height:50px;
	background-image:url(../images/visualizza_thumb.jpg);
	clear:both;
	cursor:pointer;
}

#oxs{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

#video_oxs{
	width:750px;
	height:422px;
	float:left;
}

.box{
	width:250px;
	height:250px;
	float:left;
	position:relative;
}

.doppia_altezza{
	height:500px;
	position:relative;	
}

.rollover{
	overflow:hidden;	
}

.rollover_big{
	overflow:hidden;
}

.rollover img, .rollover_big img{
	position:absolute;
	top:0;
	left:0;	
}

.button_mode{
	cursor:pointer;
}

.spaziato{
	padding:10px;
	width:230px;
	height:230px;	
}

.spaziato_doppio_nospace{
	padding: 10px 10px 10px 0;
	width:240px;
	height:auto;	
}

.spaziato_doppio{
	padding:10px;
	width:230px;
	height:auto;	
}

.doppia_larghezza{
	width:500px;
}

.doppio{
	width:500px;
	height:500px;	
}

.sinistra{
	float:right;
}

.testo_sinistra{
	text-align:right;
}

h1{
	font-size:16px;
	font-weight:bold;
	margin:0 0 5px 0;
}

span.big{
	font-size:35px;
	line-height:.8em;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	color:#535154;
	text-align:right;	
}

span.courier{
	font-family:Arial, "Helvetica", sans-serif;
	color:#535154;
	line-height:1em;
}

ul.sex{
	padding:5px 15px 0 0;
	margin:0;
}


ul.sex li{
	list-style:none;
	padding:0;
	margin:0 0 0 0;
	font-size:35px;
	line-height:.9em;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	color:#535154;
	text-align:right;
}

.sex a:link,.sex a:visited, .sex a:active, .big a:link,.big a:visited, .big a:active{
	text-decoration:none;
	color:#333134;
}

.sex a:hover, .big a:hover {
	text-decoration:line-through;
	color:#333134;
}

a.lab81:link,a.lab81:visited,a.lab81:active{
	text-decoration:none;
	color:#FFFFFF;
}

a.lab81:hover {
	text-decoration:line-through;
	color:#FFFFFF;
}

span.courier a:link, span.courier a:visited, span.courier a:active{
	text-decoration:none;
	color:#535154;
}

span.courier a:hover{
	text-decoration:none;
	color:#999999;
}

ul.big{
	padding:0 10px 0 0;
	margin:0;
}


ul.big li{
	list-style:none;
	padding:0;
	margin:0 0 0 0;
	font-size:35px;
	line-height:.8em;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	color:#535154;
	text-align:right;
}

#menu_oxs{
	width:250px;
	height:422px;
	float:left;
}

#menu_oxs a:link,#menu_oxs a:visited, #menu_oxs a:active {
	text-decoration:none;
	color:#FFFFFF;
}

#menu_oxs a:hover {
	text-decoration:none;
	color:#FF1D25;
}

#menu_oxs ul{
	padding:0;
	margin:0 0 0 15px;	
}

#menu_oxs li{
	list-style:none;
	padding:0;
	margin:0 0 2px 0;
	font-size:20px;
	font-weight:bold;	
}

.vimeo{
	position:absolute;
	bottom:15px;
	left:0;	
}

.facebook{
	position:absolute;
	bottom:15px;
	left:80px;	
}

.informazioni_legali{
	position:absolute;
	bottom:15px;
	right:0;
	font-size:8px;
	color:#333134;
}

.informazioni_legali a:link,.informazioni_legali a:visited, .informazioni_legali a:active {
	text-decoration:none;
	color:#FF1D25;
	font-weight:bold;
	font-size:10px;
}

.informazioni_legali a:hover {
	text-decoration:none;
	color:#f2f2f2;
	font-weight:bold;
	font-size:10px;
}


a.info:link,a.info:visited, a.info:active {
	text-decoration:none;
	color:#FF1D25;
	font-weight:bold;
	font-size:10px;
}

a.info:hover {
	text-decoration:none;
	color:#f2f2f2;
	font-weight:bold;
	font-size:10px;
}

.copyright{
	position:absolute;
	bottom:95px;
	right:0;
	font-weight:bold;
}

#footer_oxs{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
}

.segnaposto{
	width:100%;
	clear:both;
}

/* interni */

#titolo_sezione{
	width:1000px;
	height:auto;	
}

h1{
	padding:0;
	margin:0 0 10px 0;
	font-size:40px;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	color:#535154;
	font-weight:normal;
}

.box h1{
	font-size:14px;
	font-family:Arial, "Helvetica", sans-serif;
	font-style:normal;
	font-weight:bold;
	color:#fff;
	margin-bottom:5px;
}

#gallery{
	width:750px;
	height:1000px;
	float:left;
	background-color:#333;
	position:relative;
	overflow:hidden;
	
	z-index:1;
}

#immagine_big{
	width:750px;
	height:1000px;
	position:absolute;
	overflow:hidden;
	top:0;
	left:-1000px;
}

#immagine_big.invertito{
	left:0;	
}

#pannello_scorrevole_big{
	height:1000px;
	position:absolute;
	top:0;
	left:0;
}

#pannello_scorrevole_thumb{
	width:750px;
	position:absolute;
	top:0;
	left:0;
}

.box_big{
	width:750px;
	height:1000px;
	float:left;
	position:relative;
}

.nome_prodotto{
	position:absolute;
	right:20px;
	bottom:20px;
	text-align:right;
	z-index:998;
	color:#000;
	padding:5px;
}

.nome_prodotto_thumb{
	position:absolute;
	margin-left:auto;
	margin-right:auto;
	bottom:-50px;
	text-align:right;
	z-index:998;
	background-color:#000;
	padding:20px 0 0 0;
	text-align:center;
	width:250px;
	height:30px;
}

.thumb{
	overflow:hidden;	
}

.thumb img{
	position:absolute;
	top:0;
	left:0;
}

#contenitore_thumb{
	width:750px;
	height:1000px;
	position:absolute;
	overflow:hidden;
	top:0;
	left:0;	
}

#contenitore_thumb.invertito{
	left:-1000px;
}

#menu_oxs_interno{
	width:250px;
	height:auto;
	float:left;
	z-index:2;
}

#menu_oxs_interno a:link,#menu_oxs_interno a:visited, #menu_oxs_interno a:active {
	text-decoration:none;
	color:#FFFFFF;
}

#menu_oxs_interno a:hover {
	text-decoration:none;
	color:#FF1D25;
}

#menu_oxs_interno ul{
	padding:0;
	margin:0 0 0 15px;	
}

#menu_oxs_interno li{
	list-style:none;
	padding:0;
	margin:0 0 2px 0;
	font-size:20px;
	font-weight:bold;	
}


#menu_gallery{
	width:250px;
	height:250px;
	margin-top:150px;
	float:left;
	z-index:3;
}

#zoom{
	margin-left:15px;
	width:50px;
	height:50px;
	background-image:url(../images/man_collection/zoom.jpg);
	clear:both;
	cursor:pointer;
}

#prev{
	margin-top:15px;
	margin-left:15px;
	width:50px;
	height:50px;
	background-image:url(../images/man_collection/prev.jpg);
	clear:both;
	cursor:pointer;
}

#next{
	margin-top:15px;
	margin-left:15px;
	width:50px;
	height:50px;
	background-image:url(../images/man_collection/next.jpg);
	clear:both;
	cursor:pointer;
}

#visualizza_thumb{
	margin-top:15px;
	margin-left:15px;
	width:50px;
	height:50px;
	background-image:url(../images/man_collection/visualizza_thumb.jpg);
	clear:both;
	cursor:pointer;
}

#visualizza_thumb.active{
	background-image:url(../images/man_collection/visualizza_big.jpg);
}

/* fullscreen */

#fullscreen{
	width:100%;
	height:100%;
	background-color:#FFF;
	display:none;
	z-index:9999;
	position:absolute;
	overflow:hidden;
	
	background-image:url(../images/ajax-loader.gif);
	background-position:center center;
	background-repeat:no-repeat;
}

#immagine_fullscreen{
	width:1300px;
	height:1300px;
	position:absolute;
	top:0;
	left:0;
}

#chiudi{
	position:absolute;
	top:0;
	right:0;
	width:100px;
	height:100px;
	background-color:#000;
	
	cursor:pointer;
	
	background-image:url(../images/chiudi.jpg);		
}

/* history */

#history{
	width:750px;
	min-height:600px;
	float:left;
	position:relative;
}

#nero{
	width:750px;
	height:3px;
	position:absolute;
	z-index:800;
	background-color:#000;	
}

/* history */

.chiaro{
	background-image:url(../images/test.jpg);
}

.scuro{
	background-image:url(../images/test.jpg);
}

.centrato{
	text-align:center;
	padding:80px 15px 30px 15px;
	width:220px;
	height:140px;
	line-height:1.5em;
	overflow:hidden;	
}

.nome{
	font-size:14px;
	font-weight:bold;
}

.citta{
	font-style:italic;
	text-transform:capitalize;
	font-size:12px;
}

h1.small{
	font-size:14px;
	font-family:Arial, "Helvetica", sans-serif;
	font-style:normal;
	color:#fff;
	margin-bottom:10px;
	font-weight:bold;
}

/* form */

form{
	margin-bottom:10px;
	margin-top:3px;
}

input.testo{
	border:none;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
	padding:8px;
	color:#666;
	width:500px;
}

input.pulsante{
	border:none;
	border:none;
	font-size:14px;
	text-transform:uppercase;
	background-color:#FF1D25;
	color:#FFFFFF;
	font-weight:bold;
	padding:9px;
	margin-left:5px;
	cursor:pointer;
	padding-left:45px;
	background-image:url(../images/search.png);
	background-repeat:no-repeat;
}

input.pulsante:hover{
	background-color:#FFF;
	color:#000;
	background-image:url(../images/search_black.png);
	background-repeat:no-repeat;
}

span.uppercase{text-transform:uppercase;}

