/* @override http://www.muruca.org/css/default.css */



* {
	border: 0;
	padding: 0;
	margin: 0;
}



input,select, textarea {
  border: solid 1px #999;
  padding: 1px; 
  color: #555;
  font-family: helvetica, arial, sans-serif;		
}


body {
	background: #000 url(img/body.png) repeat-x top;
	font-size: 62.5%;
	font-family:georgia, palatino, "trebuchet ms", arial, helvetica, sans-serif;
	color: #333;
	text-align: center;
}


.cleara {
	clear: both;
}

a {
	color: #07173e;
}
#pageExt {
	width: 964px;
	margin: 0 auto;
	position: relative;
	background: #6b6b6b;
}

#pageInt {
	text-align: left;	
	float: left;
	width: 960px;
	display: inline;
	margin-left: 2px;
	background: #f6f6f7 url(img/head.jpg) no-repeat left top;
}

/* titolo */
h1 {
}

h1 a {
	display: block;
	text-indent: -9999px;
	width: 190px;
	height: 230px;
	position: absolute;
	left: 20px;
}


/* header */
#header {
	padding-top:  230px;

}

p#login {
	position: absolute;
	top: 150px;
	right: 20px;
		color: #a64918;
	font-size: 1.3em;

}

p#login  a{
	padding: 0 .25em;
	text-decoration: none;
	color: #aa3f07;
}

p#login  a.register{
	color: #003e8d;
}


ul.nav {
	width: 960px;
	float: left;
	list-style: none;


}

#header ul.nav {
	background: url(img/menu.gif) repeat-x top;
	border-top: 1px solid #7c2900;
	border-bottom:1px solid  #802d10;
}

 ul.nav li {
	font-size: 1.2em;
	float: left;}

#header ul.nav li {
	font-size: 1.5em;
	font-family: arial, helvetica, sans-serif;
}

 ul.nav li a {
	color: #fff;	
	padding: 4px 8px;
	display: block;
	font-family: arial, helvetica, sans-serif;
	float: left;
	padding-left: 24px;
	text-decoration: none;
}

#header ul.nav li a {	
	color: #f3d6c8;	
	padding: 16px 30px 8px 24px;
	border-right: 1px solid #a44b1b;
	border-left: 1px solid #a33500;
}



#header ul.nav li a:hover {
	background: #9a3613;
	color: #fff;
	}
	
/* content */
#content {
	float: left;
	clear: both;
	display: inline;
	width: 960px;
	background: url(img/content.gif) repeat-y right;
/*min-height: 400px;*/
}	

#centerColumn {
	float: left;
	display: inline;
	width: 670px;
	min-height: 600px;
    width:expression(document.body.clientHeight < 600? "600px");}

#rightColumn {
	float: left;
	display: inline;
	width: 290px;
}


/* mainArticle */
#mainArticle {
	width: 630px;
	margin:30px 20px 10px 20px;
	float: left;
	display: inline;
}

#mainArticle img {
	margin:0 10px 10px 0;
	float: left;
	border: 1px solid #bfbfd9;
	background: #fff;
	padding: 2px;
	display: inline;
}

#mainArticle h2 {
	color: #404040;
	font-size: 4em;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	text-transform: lowercase;
	padding-top: .2em;
	line-height: 1em;	}

#mainArticle h3 {
	color: #1f4476;
	font-style: italic;
	font-size: 1.5em;
	line-height: 1.5em;	}

#mainArticle h4 {
	color: #666;
	text-transform: uppercase;
	clear: both;
	border-top: 1px solid #bababa;
	font-size: 1.5em;
	padding-bottom: 8px;
	line-height: 1.5em;	}

#mainArticle p {
	text-align: justify;
	font-size: 1.4em;
	padding:0 0 6px 0 ;
	line-height: 1.5em;	
    margin-bottom: 0.6em;
	color: #3c3c3c;
}



#mainArticle p.image_container {
	float: left;
		
}

#mainArticle p.image_container img {
	float: left;
	padding: 10px;
	background: #fff;
	clear: both;
	border: 1px solid #b8b8b8;		
}

#mainArticle p a{
	color: #a53a13;
}
	

#mainArticle ul {
   list-style-position: inside;
   padding-left: 1em;
}

#mainArticle ul.components {
	list-style-type: circle;
	list-style-position: inside;
	padding: 0;
	margin: 0;
	margin-bottom: 3em;
}

#mainArticle ul li {
	font-size: 1.6em;
	padding:0 0 6px 0 ;
	line-height: 1.4em;	
    margin-bottom: 1em;
    margin-right: 2em;
}

#mainArticle ul.components li {
	font-size: 1.3em;
    margin-bottom: .5em;
	text-align: justify;
	font-family: arial, helvetica, sans-serif;
	border-bottom: 1px dotted #999;
	margin-left: 2em;
	margin-right: 0;
	}

#mainArticle ul.components li a{
	color: #a32300;	
}

#mainArticle ul.components li strong{
	font-family: georgia, palatino, serif;
	font-size: 1.1em;
}

/* breadCrumbs */
#breadcrumbs {
	padding: 5px;
	background: #f0f0f1;
	border-bottom: 1px solid #d0d0d0;
	font-size: 1.1em;
	font-family: arial, helvetica, sans-serif;
	color: #555;
}

#breadcrumbs a {
	color: #cc541d;
}


/* form */
#mainArticle form {
	float: left;
	background: #f2f2f2;
	display: inline;
	width: 610px;
}

#mainArticle form p{
	float: left;
	margin: 10px;
	font-size: 1.2em;
	font-family: arial, helvetica, sans-serif;
	border-bottom: 1px dotted #c8c8c8;
	display: inline;
	width: 590px;
}

#mainArticle form p label {
	float: left;
	display: inline;
	width: 150px;
}

#mainArticle form p input {
	float: left;
	padding: 2px 0;
	display: inline;
	width: 220px;
}

#mainArticle form p.submit label {
	visibility: hidden;
}

#mainArticle form p.submit input {
	width: 100px;
	background: url(img/menu.gif) repeat-x top;
	color: #fff;
	border: none;
	text-transform: uppercase;
	
}
	
/*right*/
#rightColumn h3 {
	padding:30px 20px 0 20px ;
	text-align: left;
	clear: both;
	color: #07273c;
	font-family: arial, helvetica, sans-serif;
	font-size:1.6em ;
/*	font-weight: normal;*/
	text-transform: uppercase;
}

#rightColumn h4 {
	color: #bc430c;
	font-size:1.5em ;
	font-weight: normal;
padding-bottom: .3em;	}

#rightColumn h4 span {
	color: #042876;
	font-size:.8em ;
	display: block;
}

#rightColumn ul {
	margin: 20px ;
	list-style: none;
}

#rightColumn ul li{
	padding: 0 12px 1.2em 12px;
	font-size: 1.2em;
	background: #fff;
	margin-bottom: 4px;
	border-bottom: 1px solid #bdcad4;
	border-top: 1px solid #bdcad4;
}

#rightColumn ul li h4{
	padding: 12px 0 4px 0; 
	font-size: 1.8em;
	}
#rightColumn ul li p {
}
#rightColumn ul.nav {
	float: left;
	width: 250px;
	margin: 10px;
	padding-left: 0;
}

#rightColumn ul.nav li{
	float: left;
	padding-bottom: 0;
	border-top: 1px solid #c6ccd0;
	width: 250px;
}

#rightColumn ul.nav li a{
	width: 250px;		/*background: #b9c4cc;*/

	display: block;
	voice-family: "\"}\"";
voice-family:inherit;
	width:236px ;
}
#rightColumn ul.nav li a:hover{
		background: #ebf3f7;
		color: #9e4215;
}

#rightColumn ul li p a{
text-decoration: none;
	font-style: italic;}

#rightColumn ul li p a:hover {
text-decoration: underline;
	}



/*footer */

#footer {
	background: #0d151b;
	padding:20px 0 ;
	color: #b2b9bf;
	float: left;
	width: 960px;

}

#footer p {
	padding:0 20px;
	font-size: 1.1em;

}

#footer p{
	font-size: 1.1em;
}



/* clearfix auto float clear */

  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

	

[if IE6]  .clearfix {
    zoom: 1;     /* triggers hasLayout */
    }  /* Only IE can see inside the conditional comment
    and read this CSS rule. Don't ever use a normal HTML
    comment inside the CC or it will close prematurely. */

