body{
    display: block;
    background-image: url('dribcar.png');
    background-color: #ffe8e6;
    background-repeat: repeat-y;
    background-position: 50% 0%;
    font-family: 'Crete Round';
}
.logo_header{
    width:1000px;
    margin:auto;
    text-align: center;
    margin-top:15px;
}
.contenitore a:visited{
    text-decoration: none;
    color: #ff4939;
}
.contenitore a:link{
    text-decoration: none;
    text-shadow: 1px 1px #dbdbdb;
    color: #ff4939;
}
.contenitore{
    margin: auto;
    margin-top: 15px;
    background: #ffffff;
    width:1200px;
    min-height: 400px;
    box-shadow: -5px 0 5px -5px #888888, 5px 0 5px -5px #888888;
    padding-bottom: 5px;
}
.contenitore .menu{
    background-color: #ff6052;
    height: 80px;
}

.contenitore .menu .pulsanti{
    text-shadow: 2px 1px #888888;
    font-size: 20px;
    background-color: #ff0000;
    text-decoration:none;
    float: left;
    width: 238px;
    height: 100%;
    color: white;
    text-align: center;
    border-left: 1px solid #ffe8e6;
    border-right: 1px solid #ffe8e6;
    border-top: 1px solid #ffe8e6;
}
.contenitore .menu .pulsanti:hover{
    text-shadow: 2px 1px #bbb;
    background-color: #ff4939;
    background: -webkit-linear-gradient(#ff4939, #cc3a2d); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ff4939, #cc3a2d); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ff4939, #cc3a2d); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ff4939, #cc3a2d); /* Standard syntax */
}
.contenitore .menu .pulsanti p{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.contenitore .menu .pulsantefisso{
    font-size: 20px;
    text-decoration:none;
    float: left;
    width: 198px;
    height: 100%;
    color: white;
    text-align: center;
    border-left: 1px solid #ffe8e6;
    border-right: 1px solid #ffe8e6;
    border-top: 1px solid #ffe8e6;
    text-shadow: 2px 1px #bbb;
    background-color: #ff4939;
    background: -webkit-linear-gradient(#ff4939, #cc3a2d); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#ff4939, #cc3a2d); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#ff4939, #cc3a2d); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#ff4939, #cc3a2d); /* Standard syntax */
}

.contenitore .menu .pulsantefisso p{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.contenitore .marche{
    position: relative;
    margin-top: 30px;
    width: 100%;
    min-height: 60px;
    text-decoration: none;
    text-align: center;
    font-size: 20px;
}
.marche a:visited{
    text-decoration: none;
    color: #ff4939;
}
.marche a:link{
    text-decoration: none;
    text-shadow: 1px 1px #dbdbdb;
    color: #ff4939;
}
.marche table{
    margin: auto;
}
.marche td{
    width: 80px;
    height: 80px;
    font-family: 'Crete Round', serif;
}
.marche td img:hover{
	width:120px;
	height:120px;
}
.contenitore .benvenuto{
    text-align: center;
    margin-top: 20px;
    font-size: 20px;
    line-height: 120%;
}
.contenitore .benvenuto1 {
  font-size: 25px;
}
.contenitore .duttino{
    width: 1100px;
    height: 350px;
    margin-left: 50px;
    box-shadow: -5px 0 5px -5px #888888, 5px 0 5px -5px #888888;
}
.contenitore .duttino img{
    float:left;
    position:relative;
    margin-left:13px;
    margin-top:35px;
    border-radius: 3px;
    border-color: #dcdcdc;
    border-width: 1px;
    border-style: solid;
}
.contenitore .duttino p{
    padding-top: 60px;
    font-size: 30px;
}
.contenitore .selezioncina{
    text-align: center;
    margin: auto;
    width: 300px;
    box-shadow: -5px 0 5px -5px #888888, 5px 0 5px -5px #888888;
}
.contenitore .selezioncina .notselected{
    color: black
}
.contenitore .corporicambio{
    text-align: center;
    margin: auto;
    width: 800px;
    box-shadow: -5px 0 5px -5px #888888, 5px 0 5px -5px #888888;
}
.contenitore .corporicambio .titolo1{
    font-size: 35px;
}
.contenitore .corporicambio .titolo2{
    font-size: 25px;
}
.contenitore .corporicambio .titolo3{
    font-size: 20px;
}
.contenitore .corporicambio .titolo4{
  font-size: 35px;
  border-radius: 5px;
  border-color: #ff0000;
  border-width: 2px;
  border-style: solid;
}
.contenitore .gallery{

}
.contenitore .email{
  width: 400px;
  margin: 0 auto;
  text-align: center;
}
.contenitore .email textarea {
  font-size: 20px;
}
.contenitore .email input[type="text"] {
  height: 20px;
  font-size: 20px;
}
.contenitore .email input[type="submit"] {
  padding: 5px;
  font-size: 20px;
  background-color: #3b5998;
  border-style: none;
  border-radius: 4px;
  margin-top: 2px;
  color: white;
  width: 150px;
}
.contenitore .email input[type="submit"]:hover {
  background-color: #ff0000;
  box-shadow: 0 2px 3px darkgrey;
}

.effetto{
    height: 300px;
    margin: auto;
    width: 500px;
    box-shadow: -5px 0 5px -5px #888888, 5px 0 5px -5px #888888;
    overflow: hidden;
}
.contenitore .duttinominiprimo{
    height: 10px;
    box-shadow: -5px 0 5px -5px #888888, 5px 0 5px -5px #888888;
}
.contenitore .duttinomini{
    text-align: center;
    position: relative;
    margin-top: 10px;
    margin: auto;
    width: 450px;
    height: 180px;
    box-shadow: -5px 0 5px -5px #888888, 5px 0 5px -5px #888888;
}
.contenitore .duttinomini img{
    position:relative;
    border-radius: 3px;
    border-color: #dcdcdc;
    border-width: 1px;
    border-style: solid;
}
.contenitore .duttinomini p{
    position:relative;
    font-size: 18px;
}
.centro{
    width: 700px;
    margin: auto;
    margin-top: 50px;
    text-align: center;
}
.centro .benvenuto{
    text-align: center;
    font-family: 'Lobster Two', cursive;
    margin-top: 20px;
    font-size: 50px;
    line-height: 120%;
    color: black;
}
.centro .destra{
    width: 300px;
    float: right;
}
.centro .sinistra{
    width: 300px;
    float:left;
}
.centro img:hover{
	width: 300px;
}


.formSelezione input[type="submit"]{
  padding: 5px;
  font-size: 20px;
  background-color: #3b5998;
  border-style: none;
  border-radius: 4px;
  margin-top: 2px;
  color: white;
  width: 150px;
}

.formSelezione input[type="submit"]:hover {
  background-color: #ff0000;
  box-shadow: 0 2px 3px darkgrey;
}

.formSelezione select {
  width: 150px;
  padding: 5px;
  font-size: 20px;
}

.contenitore .piva .benvenuto {
  font-size: 10px;
}

.logo_header .paypal-logo {
  float: left;
  position: absolute;
  text-align:center;
  top: 5px;
  right: 5px;
  font-family: 'Crete Round', serif;
}
