@charset "utf-8";
body  {
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #006;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	direction: ltr;
}
 #container {
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #F93;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FBFFEA;
	background-image: url(../img/fonosidebar.gif);
	background-repeat: repeat-y;
} 
 #header {
	text-align: center;
	height: 180px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin: 0px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #F93;
	background-color: #FFFFFF;
	background-image: url(../img/Logo-E.LECLERC-CONAD.jpg);
	background-repeat: no-repeat;
	background-position: center center;
} 
 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px;
	line-height: 1.5;
	font-variant: small-caps;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 15px;
}
 #sidebar1 img{
	float: left; /* since this element is floated, a width must be given */
	border:0px;
	clear: no;
	vertical-align: bottom;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
}
 #mainContent {
	text-align: justify;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 220px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;
	padding-top: 10px;
	
	background-image: url(../img/fondocont3.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	min-height:475px;
} 
#mainContent h1 {
	font-size: 1.5em;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #F93;
	padding-left: 10px;
	margin-left: 0px;
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F93;
}
#mainContent h2 {
	font-size: 1em;
	padding-left: 10px;
	margin-left: 0px;
	font-style: normal;
	font-weight: normal;
	font-variant: small-caps;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0000FF;
	width: 400px;
}

.imgdx{
	float: right;
	margin-right: 0px;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 10px;
	border: 1px solid #F93;
} 
.imgdxnoborder{
	float: right;
	margin-right: 0px;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 10px;

} 

 #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #F93;
	
	text-align: center;
} 


 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	
	font-size: 0.7em;
}
 #footer .grande {
	font-size: 1.2em;
	font-weight: bold;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a:link{
	text-decoration: none;
	color: #0000ff;	
}
a:visited{
	text-decoration: none;
	color: #0000ff;	
}
a:hover{

	
	border-top-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #F93;
	color: #F93;
}
a:active{
	text-decoration: none;
	color: #F93;	
}
#informativa_box {
text-align:justify;
font-size: 0.8em;
overflow: auto; 
width: 720px; 
height: 100px; 
border-left: 1px solid #7F9DB9; 
border-top: 1px solid #7F9DB9;
border-bottom: 1px solid #7F9DB9; 
padding: 3px; 
margin-bottom: 10px;
}
input {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

}
select {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

}

textarea {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#interno {
	clear: none;
	width: 100%;
	text-align: center;
	float: left;
		
}

#interno img{
	text-align: center;
	clear: both;
	border:1px solid #F93;
	margin-bottom:10px;
}
#interno span.uno {
	
	float: right;
	text-align: center;
	width: 33%;
}

#interno span.due{
	float: right;
	text-align: center;
	width: 34%;
}

#interno span.tre {
	float: right;
	text-align: center;
	width: 33%;
}
#interno span.unoc {
	float: right;
	text-align: center;
	width: 50%;
}
#interno span.duec {
	float: right;
	text-align: center;
	width: 50%;
}

.contatti {
	clear: none;
	width: 100%;
	text-align: left;
	float: left;
	padding-bottom: 1em;
}

.contatti div.uno {
	float: left;
	text-align: left;
	padding-left: 0px;
	width: 50%;
}

.contatti div.due {
	float: right;
	text-align: left;
	padding-right: 0px;
	width: 50%;
}
.contatti div.aaa {
	float: left;
	text-align: left;
	padding-left: 0px;
	width: 33%;
}
.contatti div.bbb {
	float: left;
	text-align: left;
	padding-left: 0px;
	width: 34%;
}
.contatti div.ccc {
	float: left;
	text-align: left;
	padding-left: 0px;
	width: 33%;
}
.contatti div.alfa {
	float: left;
	text-align: left;
	padding-left: 0px;
	width: 25%;
}
.contatti div.beta {
	float: left;
	text-align: left;
	padding-left: 0px;
	width: 25%;
}
.contatti div.gamma {
	float: left;
	text-align: left;
	padding-left: 0px;
	width: 25%;
}
.contatti div.delta{
	float: left;
	text-align: left;
	padding-left: 0px;
	width: 25%;
}
#separatore {
	width: 750px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #F93;
	margin-bottom: 10px;
}
.separatore2 {
	width: 400px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #0000FF;
	margin-bottom: 0px;
}
	
iframe {
	height: 600px;
	width: 750px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}
.imgsx {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
.titoletto {
	font-size: 1em;
	font-weight: bold;
	font-variant: small-caps;
}
.piccolo {
	font-size: 0.7em;
}
.promozioni {
	min-height: 150px;
}
#sidebar1 ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#sidebar1 li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
