/* CSS Document */

/* Make sure all browsers define parent width */
html {
	width: 100%;
}

/* Body of the document */
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	font-family: "Century Gothic", "Trebuchet MS", verdana, arial, "Times New Roman";
	font-size: 80%;
	color: #000000;
	background-color:#FFFFFF;
}

/* Wrapper */
.all {
	padding-top: 0px; 
	text-align: center; 
	width: 100%;
}

/* Your box */
.box {
	border: 0px; 
	margin-left: auto; 
	margin-right: auto; 
	padding: 0px; 
	text-align: left; 
	width: 800px;
}


/* the dark brown header */
.header {
	background: #3a5e3e url(header-bg.jpg) repeat-x left top;
	height: 193px;
	width: 800px;
	color: #FFFFFF;
	text-align:right;
}

.header h1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 260%;
	color: #ce0000;
}

/* the bottom of the header, rounded corners */
.headerbottom {
	background: #3a5e3e url(header-bottom.jpg) no-repeat left bottom;
	height: 21px;
	width: 800px;
	color: #000000;
}

.headerbottom img {
	float:right;
}

/* holds the content in place */
.areahold {
	background-color: #8eb062;
	width: 780px;
	padding: 10px;
	color: #000000;
}

/* top of the area holder, rounded corners*/
.areaholdtop {
	background: #8eb062 url(area-hold-top.jpg) no-repeat left top;
	height: 19px;
	width: 800px;
	margin-top: 5px;
	color: #000000;
}

/* bottom of the area holder, rounded corners */
.areaholdbottom {
	background: #8eb062 url(area-hold-bottom.jpg) no-repeat left bottom;
	height: 19px;
	width: 800px;
	color: #000000;
}

/* container */
.container {
	float:right;
	width: 563px;
	padding: 10px;
	background: #FFFFFF url(container-bottom.jpg) no-repeat left bottom;
	color: #000000;
}

.container h1 {
	color: #ce0000;
	font-size: 120%;
	margin: 0px;
	padding: 0px;
}

/* container top, rounded corners*/
.containertop {
	float:right;
	background: #FFFFFF url(container-top.jpg) no-repeat left top;
	height: 15px;
	width: 583px;
	color: #000000;
}

/* container bottom, rounded corners */
.containerbottom {
	background: #FFFFFF url(container-bottom.jpg) no-repeat left bottom;
	height: 15px;
	width: 583px;
	color: #000000;
}

/* left hand side text column */
.leftcolumn {
	float: left;
	width: 350px;
	padding: 10px;
	text-align: justify;
	border-right: 1px solid #8eb062;
	color: #000000;
	background-color:#FFFFFF
}

a:link{
color: #A00000;
}

A:visited{
color: #A00000;
}

/* right hand side text column */
.rightcolumn {
	width: 150px;
	padding-right: 30px;
	float: right;
	text-align: justify;
	color: #000000;
	background-color:#ffffff;
}

/* the menu / navigation system */

.menu {
	float:left;
	margin-top: 20px;
	color: #FFFFFF;
	/* background-color: #ffcc00; */
}


.menucontent {
	/* background-color: #ffcc00; */
	margin-left: 10px;
	margin-right: 10px;
	width: 174px;
	padding: 10px;
	/* color: #ffcc00; */
	font-size:90%;
}

.menucontent a:link, .menucontent a:active, .menucontent a:visited {
	/* color: #ffcc00; */
}

.menucontent a:hover {
	/* color: #ffcc00;*/
	text-decoration:none;
}
.menu a:link, .menu a:active, .menu a:visited {
	/*sfondo menu non attivo */
	background-color: #df8713;
	display: block;
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px solid #8eb062;
	width: 177px;
}

.menu a:hover {
	 /* background-color: #953C2F;*/
	/*	background-color: #2C5E36; */
	
	/* colore menu hover */
	background-color: #ffcc00;
	display: block;
	padding: 3px;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px solid #8eb062;
	width: 177px;
}

.menu a.selected{ 
		/* colore menu sekezionato */
		background: #ffcc00 url(disc.gif) no-repeat right center;
		color: #A00000;
		font-weight:bold;
}

p {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* footer top, rounded corners */
.footertop {
	margin-top: 5px;
	background: #3a5e3e url(footer-top.jpg) no-repeat left top;
	width: 800px;
	height: 17px;
}

/* footer, copyright etc */
.footer {
	background-color: #3a5e3e;
	padding: 10px;
	padding-top: 0px;
	width: 780px;
	font-size: 90%;
	color: #FFFFFF;
}

.footer a:link, .footer a:active, .footer a:visited {
	color:#8eb062;
}

.footer  a:hover {
	color:#8eb062;
	text-decoration:none;
}

/*clearing fix*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


img {
border: none;
}












