/* Foglio di stile CSS per CRGrafica */

body {
  background: #000000 url(./images/body_bg.jpg) repeat-x;
  margin: auto 0;
  margin-top: 20px;
  overflow-y: auto;
  overflow-x: hidden;
}

a.button_home {
  float: right;
  display: block;
  width: 63px;
  height: 40px;
  background-image: url(http://www.crcreations.it/bottoni/home_off.jpg);
}

a.button_home:hover {
  background-image: url(http://www.crcreations.it/bottoni/home_on.jpg);
}

a.button_profilo {
  float: right;
  display: block;
  width: 63px;
  height: 40px;
  background-image: url(http://www.crcreations.it/bottoni/profilo_off.jpg);
}

a.button_profilo:hover {
  background-image: url(http://www.crcreations.it/bottoni/profilo_on.jpg);
}

a.button_portfolio {
  float: right;
  display: block;
  width: 63px;
  height: 40px;
  background-image: url(http://www.crcreations.it/bottoni/portfolio_off.jpg);
}

a.button_portfolio:hover {
  background-image: url(http://www.crcreations.it/bottoni/profilo_on.jpg);
}

a.button_contact {
  float: right;
  display: block;
  width: 63px;
  height: 40px;
  background-image: url(http://www.crcreations.it/bottoni/contact_off.jpg);
}

a.button_contact:hover {
  background-image: url(http://www.crcreations.it/bottoni/contact_on.jpg);
}

img {
  border: 0px;
}

.disclaimer {
  font-family: Verdana;
  font-size: 11px;
  font-weight: bold;
  color: #025C02;
  text-align: right;
}

#corpo {
  margin: 0 auto;      /* centrare nei browser standard */
  text-align: left;        /* per correggere il center del body */
  background-repeat: no-repeat;
  height: 100%;
  background-attachment: fixed;
  background-position: center center;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
}

/* POSIZIONE DELLA TABELLA CONTENENTE I LAVORI */
.tabportfolio {
  position: relative;
  left: 80px;
}

.portfolio {
  position: relative;
  left: 10px;
  bottom: -170px;
}

.clienti {
  position: relative;
  left: 220px;
  top: -130px;
  font-family: Verdana;
  font-size: 11px;
  font-weight: bold;
  color: #C0C0C0;
}

.profilo {
  font-family: Verdana;
  font-size: 11px;
  padding: 10px;
  position: relative;
  left: 250px;
  height: 400px;
  width: 400px;
  background-image: url(parti/sfondo_profilo.gif);
  background-repeat: repeat;  
  border: 2px solid white;
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.contact {
  font-family: Verdana;
  font-size: 11px;
  padding: 10px;
  position: relative;
  left: 350px;
  top: -60px;
  height: 300px;
  width: 550px;
  /* background-image: url(parti/sfondo_profilo.gif);
  background-repeat: repeat;  
  border: 2px solid white; */
  /* overflow-y: auto;
  overflow-x: hidden; */
  /* opacity: 0.6;
  filter: alpha(opacity=60); */
  text-align: right;
}

#carlo {
  display: none;
}

#francesco {
  display: none;
}

#avviso {
  display: block;
}

/* STILE DELLA CELLA DEGLI ELEMENTI */
.elementi {
  background-color: transparent;
  height: 110px;
  width: 110px;
  text-align: center;
  font-size: 8px;
  border-width: 2px;
  border-color: #C0C0C0;
}

.elementi td {
	max-height: 80px;
}

.elementi a {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
}

/* POSIZIONE DELLE IMMAGINI DEL PORTOFLIO */
#quotidiani {
  position: relative;
  top: -540px;
  right: -450px;
  display: none;
}

#riviste {
  position: relative;
  top: -530px;
  right: -450px;
  display: none;
}

#cartelloni {
  position: relative;
  top: -535px;
  right: -450px;
  display: none;
}

#logos {
  position: relative;
  top: -500px;
  right: -450px;
  display: none;
}

#pieghevoli {
  position: relative;
  top: -517px;
  right: -450px;
  display: none;
}

#depliant {
  position: relative;
  top: -505px;
  right: -450px;
  display: none;
}

#ilpunto {
  position: relative;
  top: -530px;
  right: -450px;
  display: none;
}

#altri {
  position: relative;
  top: -535px;
  right: -440px;
  display: none;
}

#internet {
  position: relative;
  top: -520px;
  right: -450px;
  display: none;
}

/* Istruzioni CSS di 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: #FFFFFF;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer {
	padding: 3px;
}

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