@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Ubuntu);

html, body {
	
	background:#CC0000;
	background-repeat:repeat;
    margin: 0px;
	height:100%;  
}

#container {
	position:relative;
	width: 1010px;
	min-height:100%;
    height:auto !important;
    height:100%;
	margin: 0 auto; /*Allineamento centrato per Firefox,Opera e Netscape*/
	clear: both;
	z-index:30;
}

#maincontainer {
	position:relative;
	width: 100%;
	min-height:100%;
    height:auto !important;
    height:100%;
	margin: 0 auto; /*Allineamento centrato per Firefox,Opera e Netscape*/
	clear: both;
	padding-bottom:300px;
	z-index:30;
}

#containerheader {
	width:100%;
	height:30px;
	margin: 0 auto; /*Allineamento centrato per Firefox,Opera e Netscape*/
    text-align: center; /*Allineamento centrato per IE*/    
	background-color:#F60;
	z-index:10000;
	position:absolute;
	
}

#header {
	width:1010px;
	height:30px;
	margin: 0 auto; /*Allineamento centrato per Firefox,Opera e Netscape*/
    text-align: center; /*Allineamento centrato per IE*/
	
}

#logopage{
	width: 400px;
	height: 400px;
	position: absolute;
	background-image: url(../images/auguri.png);
	margin-top:-200px;
	margin-left:-200px;
	top: 50%;
	left: 50%;
}

#address{
	width: 350px;
	height: 150px;
	position: absolute;
	margin-top:500px;
	margin-left:80px;
}

#title{
	width: 400px;
	height: 110px;
	position: absolute;
	margin-top:200px;
	margin-left:500px;
}

#description{
	width: 400px;
	height: 100px;
	position: absolute;
	margin-top:320px;
	margin-left:500px;
}

#immaginiprodotti{
	width: 475px;
	height: 200px;
	position: absolute;
	margin-top:450px;
	margin-left:500px;
}

#singleimage{
	width: 115px;
	height: 95px;
	position: relative;
	float:left;
	margin-top:3px;
	margin-left:0px;
	margin-right:3px;

}

.containeraddress{
	width: 350px;
	height: 40px;
	position: relative;
	margin-top:10px;
	margin-left:0px;
}


.square{
	width: 40px;
	height: 40px;
	position: relative;
	float:left;
	margin-left:0px;
}

#addressdetail{
	width: 300px;
	height: 40px;
	position: relative;
	float: right;
}



#main{
	width: 450px;
	height: 70px;
    float: right;
	padding-right: 5px;
}

h1{
margin-top:-0px;
	font-family: "Abel";  font-size: 31px;  color:#2D55A8;  padding-right:5px; text-align:left; text-decoration:none;
	
}

h2{
margin-top:-0px;
	font-family: "Abel";  font-size: 30px;  color:#6E3F00;  padding-right:5px; text-align:left; text-decoration:none;
	
}







/*--------------------------------------------------------------- SLIDES----------------------------------------------------------*/



#slideshow {
    margin-top:-10px;
	width:990px;
	position:relative;
    height:650px;
	
}


	/* Azzera i bordi per le immagini e i fieldset */
fieldset, img
{
	border:0;
}



/*--------------------------------------------------------------- FOOTER --------------------------*/


#footerhome {
	bottom:0;
	width: 100%;
	height: 110px;
	text-align:center;
	position:absolute;
	background-color: #F60;
	z-index:0;

}


#footer {
	bottom:0px;
	width: 1010px;
	height: 130px;
	left:50%;
	text-align:center;
	margin-left: -505px;
	position:absolute;
	z-index:0;
	margin-top:60px;
	
}

.contmfoot {
    margin-top: 50px;
	width: 150px;
	height: 30px;
	float:right;
	margin-right: 30px;
}


.menufoot {
    margin-top: 40px;
	width: 980px;
	height: 50px;
	float:left;
	padding: 15px;
	font-family: "Ubuntu", Trebuchet MS, Verdana, sans-serif;  
	font-size: 32px;  
	color:#000000;  
	text-align:center; 
	text-decoration:none;
}



.menufoot a:link {
color:#2D55A8; text-decoration: none
}
.menufoot a:visited {
color:#2D55A8; text-decoration: none
}
.menufoot a:hover {
color:#666666; text-decoration: none; border-bottom: 1px dotted #006699;
}
.menufoot a:active {
color:#2D55A8; text-decoration: none
}



.foot {font:normal 10px verdana; width:500px; margin-right:30px; color:#714103; text-decoration: none}



.testofoot {font-family: "Ubuntu", Trebuchet MS, Verdana, sans-serif;  font-size: 14px;  color:#3B2314;  text-align:left; text-decoration:none; }

.testofoot  a:link {color:#3B2314; text-decoration: none  }
.testofoot  a:visited {color:#3B2314; text-decoration: none  }
.testofoot  a:hover {color:#3B2314; text-decoration: none  }
.testofoot  a:active {color:#3B2314; text-decoration: none  }

.testodesc {font-family: "Ubuntu", Trebuchet MS, Verdana, sans-serif;  font-size: 16px;  color:#3B2314;  text-align:justify; text-decoration:none; }

.testodesc  a:link {color:#3B2314; text-decoration: none  }
.testodesc  a:visited {color:#3B2314; text-decoration: none  }
.testodesc  a:hover {color:#3B2314; text-decoration: none  }
.testodesc  a:active {color:#3B2314; text-decoration: none  }



