/********************************************
   AUTHOR:  		Alessandro Panella
   WEBSITE:			http://www.alex2000.it
 *******************************************/ 
 
/* top elements */
* { padding: 0; margin: 0; border: 0; }

body {
	margin: 0;
	padding: 0;
	color: #000066;
	font-family: verdana, tahoma, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.7em;
	font-weight: normal;
	font-variant: normal;
}

img {
	border:0;
}

h1 {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #0099FF;
} 

h2 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #0099FF;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FF6600;
}


/* links */
a {
	color: #000066;
	background-color: inherit;
	text-decoration: none;		
}
a:hover {
	color: #FAA34B; 
	background-color: inherit;
	text-decoration: underline;	
	border: none;
}

/* layout START */
#wrap {
	border:0;
	padding:0;
	text-align:left;
	width:800px;
	background:#FFFFFF;
	vertical-align: top;
	margin: 0px;
}
#container {
	margin:0 auto;	
}
/* layout END */

/* header */ 
#header {
    background:#ffffff url(../imgs/fondoheader.jpg) no-repeat scroll 0 0;
	background-position: center top;
    height:275px;
	overflow:hidden;
}
/* header END */

/* content START */
#content {
	width:800px;
	background:#ffffff url(../imgs/backgroundsea.jpg) repeat scroll 0 0;
}
/* content END */

/* navigation START */
#navigation {
	background:#ffffff url(../imgs/fondomenunavigation.jpg) no-repeat scroll 0 0;
	width:800px;
	height:21px;
	text-align:center;
	width:auto;
	vertical-align: top;
	border:0;
	padding:0;
	margin:0;
}
#menus ul{
   float:left;
   margin-left: 15px;
}
   
#menus li {
	border-right:1px solid white;
    float:left;
    list-style-type:none;
    white-space:nowrap;
}

#menus li.current_page_item a, #menus li a:hover {
	text-decoration:none;
	color: #0000FF;
	background-attachment: scroll;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}
#menus li a {
	color:white;
	display:block;
	padding:0 12px;
}

#menus li.home a {
   	color: #FFF;
   	text-decoration:none;
}
#menus li.home a:hover {
   	color: #FFFFFF;
   	background:none;
   	text-decoration:none;
}
/* navigation END */

/* corpo START */
#corpo {
   	width:550px;
	margin:0 5px;
	padding:15px 15px 15px;
	float:right;
	overflow:hidden;
}

/* corpo END */

/* sidebar START */
#sidebar { 
   width: 190px; 
   margin:15px 15px 15px 5px;
   float: left;
   overflow:hidden;
}

/* sidebar END */
.form {
	BORDER-RIGHT: #fff 1px solid; BORDER-TOP: #948979 1px solid; FONT-SIZE: 12px; MARGIN: 4px; BORDER-LEFT: #948979 1px solid; BORDER-BOTTOM: #fff 1px solid; FONT-FAMILY: monospace; BACKGROUND-COLOR: #ebf4d0
}
.tasto_form {
	BORDER-RIGHT: #333333 1px solid; BACKGROUND-POSITION: left center; BORDER-TOP: #999999 1px solid; FONT-SIZE: 12px; BACKGROUND-ATTACHMENT: scroll; BACKGROUND-IMAGE: url(../img_graf/sf_tab.jpg); MARGIN: 4px; BORDER-LEFT: #999999 1px solid;  BORDER-BOTTOM: #333333 1px solid; BACKGROUND-REPEAT: repeat-x; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}