/* CSS Document */

html,body { 	
	margin: 0px; 
	padding: 0px; 
	font-size: 13px;
	color: #5b5b5b;
	background-color: #FFD635; 
	background-image: url(../images/back.gif);
	background-repeat: repeat-y;
	font-family: Arial, Verdana;
}

a, a:visited, a:link, a:active, a:hover {
	color: #de1a3f;
	text-decoration: underline;
}

p {
	padding:0;
	margin: 0 0 12px 0;
    text-align: justify;
}

p.right {
	text-align: right;
}

b {
	color: #3e3e3e;
}

img {
	border: 0px;
}

h1 {
	font-weight: normal;
	font-size: 16px;
	color: #3e3e3e;
	margin: 0 0 16px 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
}

h2 {
	font-weight: normal;
	font-size: 14px;
	color: #3e3e3e;
	margin: 0 0 16px 0;
	padding: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
}

hr {
	margin-left: 50px;
	margin-right: 50px;
    color:#d7d7d7;
}
#container {
    min-height: 200px;
     _height: 200px;
	width: 900px;
	margin-bottom: 0px;
    border: 0px solid black;
   
}

#header {
	height: 100px;
	line-height: 100px;
	padding-left: 370px;
	color: #ffffff;
	background-color: #FFD635;
	background-image: url(../images/logofinale.png);
	background-position: 48px 0px;
	background-repeat: no-repeat;
	font-size: 11px;
}

#menu2 {
	background-color: #333333;
    min-height: 18px;
     _height: 18px;
}

#content {
	min-height: 520px;
    _height: 520px;
}

#leftcolumn {
	float:left;
	width: 535px;
	padding: 20px 50px 20px 50px;
    border: 0px solid #2f2f2f; 
}

#rightcolumn {
	float:right;
	width: 262px;
	font-size: 11px;
   	padding-top: 20px;
    border: 0px solid #2f2f2f; 
}

#rightcolumn img {
 	border-top: 1px solid #2f2f2f;  
    border-left: 1px solid #2f2f2f; 
    border-right: 1px solid black;  
    border-bottom: 1px solid black; 
    margin-bottom: 8px;
}

#formcontainer{
	text-align: right;
	width: 500px;
	border: 1px solid black;
}
#leftform {
	width: 230px;
	text-align: right;
	border: 1px solid black;
}

#rightform {
	float: right;
	width: 230px;
	text-align: right;
	border: 1px solid black;
}

#gallery {
	margin-bottom: 12px;
}

#gallery-image {
	float: left;
	width: 350px;
}

#gallery-thumbs {
	float: right;
	width: 150px;
	text-align: center;
}

#gallery-thumbs img {
	display: block;
	margin-bottom: 12px;
}

#showcase {
	background-color: #dfdfdf;
	padding: 20px 10px 20px 10px;
}

#search {
	background-color: #eeeeee;
	padding: 20px 10px 20px 10px;
}

#img-logo{
    
	width: 800px;
    margin: 20px 50px 0px 50px;
    
}

#footer{
    
    float:left;
	width: 900px;
    min-height: 66px;
    _height: 66px;
    margin-top:15px;
	text-align: center;
     border: 0px solid red;
}
#footer img {
    
    margin-top:10px;
}
#footer a {
    
    color: #5b5b5b;
    	text-decoration: none;
}

#footer p{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 11px;
    margin-left:0px;
    text-align: center;
    
}
#footer a:hover {
	color: #de1a3f;
	text-decoration: underline;
}
.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
}