/*
    Copyright (C) 2009-2010  Fabio Mattei <burattino@gmail.com>

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
 
body {
	background:#f7f7f7;
	color: #000;
}
#corpo {
	background: #f7f7f7 url(../imgstyle/bg_centro.png) right top repeat-y;
}
#colonnagrande {
	background: transparent url(../imgstyle/bg_centro_alto.png) right top no-repeat;
	color: #000;
}
#colonna-1 {
	background: transparent;
	color: #000;

}
#colonna-2 {
	background: transparent;
	color: #000;
}
#centrato {
	background: #f7f7f7;
	color: #000;
}
#intestazione {
	background: #f7f7f7 url(../imgstyle/bg_alto_alto.png) right top no-repeat;
	color: #000;
}
#pie-di-pagina {
	background: #f7f7f7 url(../imgstyle/bg_centro_basso.png) right top no-repeat;
	color: gray;
}
.immaginitemplates {
	border: 1px solid #dedbdb;
}

.logo {
	background: url(../imgstyle/logo.png) no-repeat 20px 3px;
}

/* MENU */

.menuNavigazione a:link,
.menuNavigazione a:visited,
.menuNavigazione a:hover,
.menuNavigazione a:focus,
.menuNavigazione a:active{
	height: 40px;
	background:#FFF;
	color: #5e5e5e;
}

.menuNavigazione .voceCorrente a:link,
.menuNavigazione .voceCorrente a:visited,
.menuNavigazione .voceCorrente a:hover,
.menuNavigazione .voceCorrente a:focus,
.menuNavigazione .voceCorrente a:active{
	background: transparent;
	color:#000;
}

.menuNavigazione .acquista a{
	background: #ffb800;
	color:#000;
	padding: 6px;
	border: 1px solid #ffb800;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
