/* CSS Document */

/* *****************************************************************  
Elementi
***************************************************************** */
html{ margin: 0; padding: 0}

body,BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
 	color: #333333;
	background-color : #F4F4F4;
	background-image: url("../img/sfondo/zampe_arancio.gif");
	margin: 0;
	padding: 0;
	text-align: center;
	scrollbar-face-color: #FFFFFF; 
	scrollbar-highlight-color: #FFFFFF; 
	scrollbar-shadow-color: #990000;
	scrollbar-3dlight-color: #990000;
	scrollbar-arrow-color: #990000;
	scrollbar-track-color: #FFFFFF; 
	scrollbar-darkshadow-color: #990000;
}

#main {
	background-color : #FFFFFF;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 750;
	border-top: 1px #CC0000 solid;
	border-left: 2px #CC0000 solid;
	border-right: 2px #CC0000 solid;
	margin: 5px auto 0px auto;
	padding: 0;
	text-align: left;
}

#main-email {
	background-color : #FFFFFF;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 500px;
	height: 500px;
	border-top: 1px #CC0000 solid;
	border-left: 2px #CC0000 solid;
	border-right: 2px #CC0000 solid;
	margin: 5px auto 0px auto;
	padding: 5px;
	text-align: left;
}

body>div#main {
	height: auto;
	min-height: 100%;
}

#top {
	width: 750px;
	height: 27px;
	margin: 0px auto;
	padding: none;
	text-align: left;
	color: #FF0000;
}

#barra {
	width: 750px;
	height: 118px;
	background-image: url(../img/barra/estate_5.gif);
	background-repeat: no-repeat;
	margin: none;
	padding: none;
}

#menu {
	position: relative;
	top: 87px;
    width: 750px;
    height: 26px;
	text-align: center;
	margin: none;
	padding: none;
}

#punti {
	position: relative;
	top: 87px;
    width: 750px;
	height: 5px;
	background-image: url(../img/punti750.gif);
	background-repeat: no-repeat;
	margin: none;
	padding: none;
}

#sotto {
	position: relative;
   background-color : #CC0000;
	width: 750px;
	height: 60px;
	text-align: center;
	vertical-align: middle;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px 0px 2px 0px;
	line-height: 20px;
	clear: both;
}

#pagina {
	padding: 5px 5px 0px 5px;
	width: 740px;
}

#colonnasx {
	padding: 0;
	margin: 0;
	float: left;
	width: 230;
	height: auto;
}

#paginadx {
	padding: 0 0 0 5px;
	width: 500px;
	float: right;
}

#links-interni {
	width: auto;
}
a#links-interni {
	color: #FFFFFF;
}


/*LISTA CARTOLINE*/
.lista1 {
	width: 500px;
	height: 98px;
	border-top: 2px #CC0000 solid;
	border-bottom: 1px #FFAF87 solid;	
	background-color : #C4ECFF;
	margin: 0;
	padding: 0;
}
.lista2 {
	width: 500px;
	height: 98px;
	border-top: 2px #CC0000 solid;
	border-bottom: 1px #C4ECFF solid;
	background-color : #FFAF87;
	margin: 0;
	padding: 0;
}

/*BOTTONI */

.bottone_menu {
	width: 93px;
	height: 26px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0 none;
}

#bt_home{
	background-image: url(../img/menu/home1.gif);
	background-repeat: no-repeat;
}

#bt_home:hover{
	background-image: url(../img/menu/home2.gif);
	background-repeat: no-repeat;
}

#bt_newcard{
	background-image: url(../img/menu/newcard1.gif);
	background-repeat: no-repeat;
}

#bt_newcard:hover{
	background-image: url(../img/menu/newcard2.gif);
	background-repeat: no-repeat;
}

#bt_staff{
	background-image: url(../img/menu/staff1.gif);
	background-repeat: no-repeat;
}

#bt_staff:hover{
	background-image: url(../img/menu/staff2.gif);
	background-repeat: no-repeat;
}

#bt_pubblicita{
	background-image: url(../img/menu/pubblicita1.gif);
	background-repeat: no-repeat;
}

#bt_pubblicita:hover{
	background-image: url(../img/menu/pubblicita2.gif);
	background-repeat: no-repeat;
}

#bt_collabora{
	background-image: url(../img/menu/collabora1.gif);
	background-repeat: no-repeat;
}

#bt_collabora:hover{
	background-image: url(../img/menu/collabora2.gif);
	background-repeat: no-repeat;
}

#bt_gadget{
	background-image: url(../img/menu/gadget1.gif);
	background-repeat: no-repeat;
}

#bt_gadget:hover{
	background-image: url(../img/menu/gadget2.gif);
	background-repeat: no-repeat;
}

#bt_registrazione{
	background-image: url(../img/menu/registrazione1.gif);
	background-repeat: no-repeat;
}

#bt_registrazione:hover{
	background-image: url(../img/menu/registrazione2.gif);
	background-repeat: no-repeat;
}
