body{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-image: url(../img/sf1.jpg);
	background-repeat: repeat-x;
	background-color: #003300;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
a{
	color: #666666;
}
a:hover{
	color: #FF6600;
	text-decoration: none;
}
a:visited{}
.input0{}
.input1{}
.input2{}
img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.clearer{
	clear: both;
}

/* ------------------------------------------------------------------------- */
#language{
	width: 780px;
	height:30px;
	margin-right: auto;
	margin-left: auto;
	font-size: 10px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	position: relative;
}
#language select{
	color: #CCCCCC;
	background-color: #333333;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 150px;
	position: absolute;
	top: 5px;
	margin: 0px;
	padding: 0px;
	left: 0px;
}
#language ul{
	padding: 0px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
}
#language ul li{
	list-style-type: none;
	width: 115px;
	float: left;
	margin-left: 1px;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 3px;
	background-color: #134113;
}
#language ul strong{
	margin-left: 5px;
	font-weight: normal;
	color: #FFFFFF;
}
#language ul li a{
	color: #5A7B5A;
	text-decoration: none;
	margin-left: 5px;
}
#language ul li a:hover{
	color: #FFFFFF;
}
#language ul .selected{
	background-color: #3E613E;
}
#language hr{
	display: none;
}
/* ------------------------------------------------------------------------- */
#header{
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#menu{
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	height: 70px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#menu hr{
	display: none;
}
/* ------------------------------------------------------------------------- */
#footer{
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#footer a{
	color: #A08D89;
	text-decoration: none;
}
#footer strong{
	color: #FFFFFF;
}
#footer a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}
#footer #footerTop{
	position: relative;
	color: #A58F8A;
	width: 780px;
}
#footer #footerTop p{
	margin: 0px;
	padding: 0px;
}
#footer #footerTop select{
	color: #CCCCCC;
	background-color: #333333;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 150px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#footer #footerBottom{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #674941;
	padding-top: 5px;
	font-size: 10px;
	color: #A08D89;
	text-align: right;
	position: relative;
	width: 780px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
#footer #footerBottom p{
	color: #CC7766;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 5px;
}

/* ------------------------------------------------------------------------- */
.highslide {
	cursor: url(../common/highslide/graphics/zoomin.cur) , pointer;
    outline: none;
}
.highslide img {
	border: 1px solid #666666;
}
.highslide:hover img {
	border: 1px solid #FF6600;
}

.highslide-image {
    border: 1px solid white;
}
.highslide-image-blur {
}
.highslide-caption {
	display: none;
	font-family: Tahoma, Verdana, Helvetica;
	font-size: 11px;
	padding: 5px;
	background-color: white;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: white;
	border-right-color: white;
	border-bottom-color: white;
	border-left-color: white;
}
.highslide-loading {
	display: block;
	color: white;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	background-color: black;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
	padding: 2px;
	color: silver;
	text-decoration: none;
	font-size: 10px;
	display: none;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}

.highslide-move {
    cursor: move;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.control {
	float: right;
    display: block;
    position: relative;
	margin: 0 5px;
	font-size: 11px;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
    margin-top: 1px;
    margin-bottom: 1px;
}
.control:hover {
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    margin-top: 0;
    margin-bottom: 0;
}
.control, .control * {
	color: #666;
}

/* ----------------------------------------------------------------------- */

#sectionTitle{
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	height: 40px;
}

/* ----------------------------------------------------------------------- */

#contentCols{
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 1px;
	background-image: url(../img/sf6.jpg);
	background-repeat: repeat-y;
}
#contentCols #col-sx{
	width: 195px;
	float: left;
	background-image: url(../pioguaraldo/img/sf5.jpg);
	background-repeat: no-repeat;
}
#contentCols #col-dx{
	float: right;
	width: 584px;
	padding-bottom: 20px;
}
/* ----------------------------------------------------------------------- */
#contentCols #col-sx #menuSx{
	margin: 0px;
	padding: 0px;
}
#contentCols #col-sx #menuSx li{
	list-style-type: none;
	text-transform: uppercase;
}
#contentCols #col-sx #menuSx li a{
	font-size: 11px;
	color: #809B8F;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1A4732;
	padding-bottom: 6px;
	width: auto;
	padding-left: 20px;
}
#contentCols #col-sx #menuSx li a:hover{
	background-color: #66CC00;
	color: #FFFFFF;
}
#contentCols #col-sx #menuSx li .selected{
	background-color: #1A4832;
	color: #315E4A;
	background-image: url(../pioguaraldo/img/puntino.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#contentCols #col-sx #menuSx li .selected:hover{
	background-color: #000000;
	color: #999999;
	background-image: url(../pioguaraldo/img/puntino2.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

/* ----------------------------------------------------------------------- */

#col-sx form{
	padding: 20px;
	margin: 0px;
}
#col-sx form strong{
	color: #FFFFFF;
	display: block;
	margin-bottom: 5px;
}
#col-sx form select{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 10px;
	display: block;
	margin-bottom: 10px;
	width: 150px;
	background-color: #FFFFFF;
}
#col-sx form .input0{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	width: 145px;
	display: block;
	margin-bottom: 10px;
}
#col-sx form .input1{
	color: #FFFFFF;
	background-color: #1A4F37;
	padding-right: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #2C855C;
	border-right-color: #0F2F21;
	border-bottom-color: #0F2F21;
	border-left-color: #2C855C;
	font-size: 11px;
	font-weight: bold;
}
/* ----------------------------------------------------------------------- */

#col-sx #download{
	background-image: url(../pioguaraldo/img/sf2.gif);
	margin: 20px;
	padding: 10px;
}
#col-sx #download li{
	list-style-type: none;
}
#col-sx #download li a{
	font-weight: bold;
	color: #FFFFFF;
}
#col-sx #download li a:hover{
	text-decoration: none;
	color: #999999;
}
#col-sx #download li p{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

/* ----------------------------------------------------------------------- */

#col-sx #news{
	margin: 20px;
	padding: 0px;
}
#col-sx #news li{
	list-style-type: none;
	background-image: url(../pioguaraldo/img/sf2.gif);
	padding: 10px;
	margin-bottom: 1px;
}
#col-sx #news li img{
	margin-bottom: 10px;

}
#col-sx #news li h4{
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #A58F8A;
	font-weight: normal;

}
#col-sx #news li h3{
	font-size: 11px;
	padding: 0px;
	margin: 0px;

}
#col-sx #news li a{
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#col-sx #news li a:hover{
	text-decoration: underline;
	color: #999999;
}

/* ----------------------------------------------------------------------- */

#form{
	padding: 20px;
}
#form form{
	margin: 0px;
	padding: 0px;
}
#form form h3{
	font-size: 14px;
	color: #669900;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#form form .formBloc{
	float: left;
	margin-right: 20px;
}
#form form .formBloc2{
	float: left;
	margin-right: 20px;
	padding-top: 20px;
}
#form form .input0{
	display: block;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-color: #F2F2F2;
	width: 200px;
	border: 1px solid #CCCCCC;
}
#form form .input1{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #66CC00;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #66CC99;
	border-right-color: #669900;
	border-bottom-color: #669900;
	border-left-color: #66CC99;
}
#form form .input2{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #999999;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #CCCCCC;
}
#form form textarea{
	background-color: #F2F2F2;
	border: 1px solid #CCCCCC;
	display: block;
	margin-bottom: 10px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#form form hr{
	background-color: #CCCCCC;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #CCCCCC;
	height: 1px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;

}
#contentCols #col-sx p{
	color: #808C80;
	font-size: 10px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin: 0px;

}
#contentCols #col-sx p strong{
	color: #FFFFFF;


}
