
/*------------------ main elements ------------------*/
body {
	color: #000;
	background-color: #fff;
	margin: 0.5in 0.25in;
	font: 11pt/15pt "Lucida Grande", Helvetica, sans-serif;
}

a { 
	color: #000; 
	font-weight:bold;	
	}

img, a img { 
	border:0px;
	}

.left {
	float:left;
	margin-right:4px;
}

.right{
	float:right;
	margin-left:4px;
	}


/*------------------ structural elements ------------------*/

#wrapper { 
	width: 600px;
	background: #fff;
}

#printheader {
	padding: 0px;
	margin-bottom: 20px;
	height: 97px;
	border-bottom: 2px solid #666;
	font: 24pt/34pt "Lucida Grande", Helvetica, sans-serif;
}

#top {
	display:none;
}

#maincontent {
	width: 600px;
	background: #fff;
}

	#leftcol {
		display:none;
	}
	
	#centercol {
		width: 600px;
		background: #fff;
	}

	#centercolinner {
		width: 600px;
		background: #fff;
	}

	.contact_email {
		background: #fff;
	}

	#rightcol {
		display:none;
	}


#sep {
	clear:both;
	height:20px;
}

#bottom {
	display: none;
}


/*------------------ text ------------------*/


h1 { 
	color: #000;
	background: #fff;
	font-weight: bold;
	font-size: 16pt;
	}

p {	
	line-height: 1.5em;	
	margin: 1.2em 0; 
	}

p.news {	
	line-height: 1.3em;	
	margin: 1.2em 0;
	border-bottom:1px solid #ccc; 
	padding-bottom:5px;
	}

/*------------------ list ------------------*/


/********* form *********/ 
form {
	display: inline;
}

select {
	border: 1px solid #A2E8FD;
	background: #869AB2;
	font: 11px "Trebuchet MS", arial, verdana, sans-serif;
	padding: 0 0 0 6px;
	color:#000;
}

input, textarea {
	border:solid 1px #A2E8FD;
	background:#869AB2;
	font-family:"trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000;
	margin:0px;
	padding:0px 0px 0px 4px;
	display:inline;
	
	}
	
textarea {
	width:250px;
}


.button { /* bottoni */
	padding:0px;
	margin:0px;
	height:17px;
} 

/* contact form */

.contact_email label {
	width: 100px;
	margin: 0px 5px 0px 0;
	color: #000;
}

.contact_email input {
	margin: 4px 0px;
	padding: 4px;
	display:inline;
	background:#fff;
	border-right:1px solid #99A9BD;
	border-bottom:1px solid #99A9BD;
	border-top:none;
	border-left:none;
	color:#000;
	font:11px Tahoma, georgia, "times new roman", sans-serif;
}

.contact_email textarea {
	padding: 4px;
	color: #000;
	margin: 0px;
	background:#fff;
	border-right:1px solid #99A9BD;
	border-bottom:1px solid #99A9BD;
	border-top:none;
	border-left:none;
	font:11px Tahoma, georgia, "times new roman", sans-serif;
	color:#000;
}


/* for highslide */
.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.control {
	float: right;
    display: block;
    /*position: relative;*/
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #999;
}
.control:hover {
	color: black !important;
}

.highslide-body {
	text-align:left;
	color:#666666;
}



