	@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color: #a5ccfd;
}
li {
	list-style-type: square;
	color: #666666;
}
a:link, a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover, a:active {
	color: #fb8007;
	text-decoration: none;
}
#container {
	text-align: left;
	width: 850px;
	margin: 0px auto;
	background-color: #FFFFFF;
}
#header {
	height: 55px;
	margin: 0px;
	background-color: #fb8007;
}
#flags {
	margin-top: 6px;
	margin-left: 35px;
	width: 290px;
	float: left;
}
#top_menu {
	margin-top: 15px;
	margin-right: 25px;
	width: 490px;
	float: right;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: right;
}
#top_menu a:link, #top_menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#top_menu a:hover, #top_menu a:active {
	color: #ffba77;
	text-decoration: none;
}
#content {
	padding-left: 25px;
	padding-right: 25px;
}
#top {
	background-image: url(../images/logo_background.jpg);
	background-repeat: repeat-x;
}
#logo {
	float: left;
	width: 274px;
	height: 182px;
}
#flash {
	float: right;
	width: 554px;
	height: 182px;
	margin-right: 22px;
}
#menu {
	margin-top: 30px;
	float: left;
	width: 200px;
}
#menu p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fb8007;
}
#menu p a:link, #menu p a:visited {
	color: #000000;
	text-decoration: none;
}
#menu p a:hover, #menu p a:active {
	color: #fb8007;
	text-decoration: none;
}
#menu hr {
	margin-top: -5px;
	margin-bottom: -5px;
}
#testo {
	margin-top: 30px;
	float: right;
	width: 590px;
}
#testo p {
	text-align: justify;
	color: #666666;
	line-height: 20px;
}
#testo_inner {
	float: left;
	width: 350px;
	line-height: 20px;
}
#testo_inner p {
	text-align: justify;
	color: #666666;
	line-height: 20px;
}
#foto {
	float: right;
	width: 220px;
}
#footer {
	clear: both;
	width: 100%;
	height: 31px;
	background-image: url(../images/footer.jpg);
}
#credits {
	text-align: center;
	font-size: 10px;
}
#credits a:link, #credits a:visited {
	color: #000000;
	text-decoration: none;
}
#credits a:hover, #credits a:active {
	color: #fb8007;
	text-decoration: none;
}
.selected {
	color: #ffba77;
}
.framed {
	padding: 10px;
	border: 1px solid #fb8007;
	margin-bottom: 20px;
}
.pricelist {
	border: 1px solid #fb8007;
	text-align: justify;
	color: #666666;
}
.pricelist_header {
	border: 1px solid #fb8007;
	background-color: #fb8007;
	color: #FFFFFF;
	font-weight: bold;
}
.pricelist_clear {
	background-color: #fff9ef;
}
.pricelist_dark {
	background-color: #ffe6b6;
}
.title {
	font-size: 20px;
	color: #fb8007;
}
.small {
	font-size: 10px;
}
.blue {
	color: #0000FF;
}
table#listino {
	text-align: right;
}
table#listino th {
	text-align: center;
	border: 1px solid #000000;
	border-left: 0;
	border-bottom: 0;
}
.verdino {
	background: #ccffcc;
}
.giallino {
	background: #FFFF00;
}
table#listino tr td {
	border: 1px solid #000000;
	border-left: 0;
	border-bottom: 0;
    padding: 5px;      
    
}
table#listino .noborder{
    border: 0;    
    border-top: 1px solid #000000;
}
table#listino .borderleft{
    border-left: 1px solid #000000;
}
table#listino .borderbottom{
    border-bottom: 1px solid #000000;
}
table#listino{
    font-size: 11px;
}

.red_bold{
		color: #FF0000;
		font-weight: bold;
}
#newsletter{
    border: 1px solid #fb8007;
    padding: 1px 0 5px 5px;
    width: 150px;
}
#newsletter input[type="text"], #newsletter select{
    width: 140px;
    border: 1px solid #666666;
}