html, body {
	margin: 0;
	padding: 0;
	background: #415168;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
}

body
{
    padding-top: 10px;
	background: transparent url(../images/background.jpg) repeat-x;
}
.left {
	float: left;
}
.bott {
	vertical-align: baseline; 
	bottom: 0;
}
.right {
	float: right;
}
.clear {
	clear: both;
}

a {
	color: #C63;
	text-decoration: none;
}	
a:hover {
	text-decoration: underline;
}
image{
	border:0px;
}


#mainwrapper {
	margin: 0 auto;
	text-align: left; 
}	
#wrapper {
	width: 940px;
	margin: 0 auto;
	position: relative;
}	
	
#logo
{
	position: relative;
	height: 80px;
}
#logo img
{
	vertical-align: baseline; 
}
#header {
    height: 250px;
}

#topmenu { 
	float:left;
	width: 254px;
	border-top: solid 15px #EAEAEA;
	margin-right: 3px;
}
#topmenu ul { 
	margin: 3px 0 0 0;
	padding-left:0;
}
#topmenu ul li { 
	list-style:none;
	height: 29px;	
	width: 254px;
	
}
#topmenu ul li  a { 
	height: 29px;	
	width: 254px;
	display:block;
	float:left;
	background:url(../images/menu.gif) 0 100% no-repeat;
	padding-left: 20px;
	color: #AAA;
	text-decoration: none;
	line-height: 29px;
	font-weight: bold;
}
#topmenu ul li a:hover, #topmenu ul li .active { 
	height: 29px;
	width: 254px;	
	background:url(../images/menuOver.gif) 0 100% no-repeat;
	color: #414F66;
	text-decoration: none;
}	
	
#topgallery {
	float:left;
	border-top: solid 15px #414F66;
	padding-top: 3px;
}

/* menu secondo livello */
#leftmenu 
{
    float: left;
	width: 254px;
}
#leftmenu ul {
	width: 244px;
	padding-left:0;
    padding-top: 8px;
	margin-left:0;
}
#leftmenu ul li 
{
    list-style: none;
	border-bottom: solid 1px #B3B3B3;
}
#leftmenu ul li a {
	line-height: 29px;
	color: #414F66;
	text-decoration: none;
	padding-left: 10px;
	font-weight: bold;
}
#leftmenu ul li a:hover, #leftmenu ul li .active {
	line-height: 29px;
	color: #C63;
	text-decoration: none;
}

/* menu terzo livello */
#leftmenu ul li ul {
	width: 224px;
	padding-top: 0;
	margin-bottom: 10px;
}
#leftmenu ul li ul li
{
    list-style: none;
	border:0;
}
#leftmenu ul li ul li a {
	line-height: 26px;
	color: #414F66;
	text-decoration: none;
	padding-left: 30px;
	font-weight: bold;
}
#leftmenu ul li ul li a:hover, #leftmenu ul li ul li .active {
	line-height: 26px;
	color: #C63;
	text-decoration: none;
}

#leftmenu p
{
    margin: 0 0 5px 20px; 
}

#login ul li a {
    padding-left: 0;
    font-weight: bold;
}
#login ul li.last 
{
    border-bottom:0;
}

#container 
{
    background: #FFF url(../images/bckContenuto1.gif) no-repeat 0 top;
    padding-bottom: 20px;
    margin-bottom:3px;   
	background-color: #fff;
}
#content 
{
    float: left;
    width: 650px;
    padding-left: 20px;
	line-height: 1.45em;
}

#footer 
{
    height: 22px;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    font-size:11px;
    line-height:22px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

h1 
{
    font-size: 18px;
    font-weight: normal;
    line-height: 50px;
}

.error 
{
    color: #A00;
}
