/********************************************************************/
/*                                                             		*/
/*                       Dev.Labs .it                     	        */
/*                                                             		*/
/* Copyright: 														*/
/* © 2006/2007 					   		            				*/
/* 																	*/
/* Author:															*/
/* Giuliano Messina - (NeO_Giu)       				     		    */
/* 																	*/
/* 																	*/
/* Versione 3.0													    */
/* 																	*/
/********************************************************************/
/* Stile CSS                                                 		*/
/********************************************************************/
/* Ultima Modifica:   22/11/06                                      */
/********************************************************************/


/**********/
/*  Body  */
/**********/
body { 
   background-color: #FFFFFF;
   margin: 0;
   font-family: Lucida Grande, Arial, Helvetica, sans-serif;
   font-size: 8pt;
   color: #61696F;
  }
 
/* Textarea */ 

input { outline: 0 none }

input:focus, textarea:focus, label:focus {
	background: #fff;
	border: 1px solid #686868;
   }
   
textarea, select, input {
	background: #f4f4f4;
	border: 1px solid #b2b2b2;
	color: #000;
	font:  8pt Lucida Grande, Arial, Helvetica, sans-serif;
	margin: 1px;
	padding: 3px;
   }
   
/* Search */  
input.search {
	background: url(images/search_center.gif) center top repeat-x;  
	border: 0;
	padding: 3px;
    font-size: 11px;
	font-family: Lucida Grande, Arial, Helvetica, sans-serif;
	color: #61696F;
	margin: 0px;
	margin-bottom: 4px;
   }


  
/*** DIV **********************************************/

/*********/
/*  Top  */
/*********/  
#top { 
  width: 100%;
  height: 48px;
  padding: 0;
  border: 0;
  margin: 0 auto;
  background-image: url(images/top.gif);
 }
 
 
/************/
/*  Header  */
/************/
#header {
  width: 751px;
  height: 122px;
  background-image: url(images/header.gif);
 }


/**********/
/*  Menu  */
/**********/
#menu {
  width: 751px;
  height: 35px;
  background-image: url(images/menu.gif);
 }
 
/* Menu Space */
#m_space {
  padding-left: 39px; 
 }
 
/*************/
/*  Content  */
/*************/
#content { 
  width: 751px;
  height: 435px;
  background: url("images/middle.gif") repeat-y top left;
 }
 
/*********************/
/*  Project Details  */
/*********************/
#project_details {
  margin-left:340px;
  width:100;
}

/* Section */
#section { 
  margin: 0 40px 0 40px;
 }
 
/* Opzioni */ 
#options {
	position:absolute;
	cursor: pointer;
	margin: 0 40px 0 665px; 
 }
 
#options_bg {
	width: 194px;
	height: 229px;
	background-image: url(images/options_bg.gif);
	background-repeat: no-repeat;
	position:absolute;
	margin: 30px 40px 0 530px;
 }

/* Space */
#space {
  padding-left: 14px; 
 }


/***********/
/*  Barra  */
/***********/
#barra {
  width: 751px;
  height: 86px;
  background-image: url(images/barra.gif);
 }


/************/
/*  Footer  */
/************/
 #footer  { 
  width: 751px;
  height: 82px;
  background-image: url(images/footer.gif);
 }

/******************************************************/

/**********/
/*  Font  */
/**********/
.font {
  margin: 0 20px 0 20px;
 }
 
a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 7.7pt;
  color: #999;
  text-decoration: none;
 }


b {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 7.7pt;
  color: #999;
  text-decoration: none;
 }
 

/***********/
/*  Style  */
/***********/
.style {
   font-family: Lucida Grande, Arial, Helvetica, sans-serif;
   font-size: 8pt;
   color: #61696F;
 }
 

/**********/
/*  Left  */
/**********/
.left {
  background-image: url(images/left.gif);
  background-repeat: no-repeat;
 }


/********/
/*  JS  */
/********/
#Box { position:absolute;z-index:1000;text-align:left;display:none;background:#539ABC;color:#FFFFFF;border:1px solid #539ABC;font-family: 'Century Gothic';padding:5px;font-size:10px;opacity: .82;filter: alpha(opacity=82); }


/***************/
/*  SlideShow  */
/***************/
#rotator span
{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
