body {
	background-image: url(images/CERO.png);
	font: 0.92em Palatino, "Times New Roman", Times, serif;
}


#page {
	width: 800px;
	margin: 3em auto;
	
	background-color: white;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.55); 
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.55); 
	-moz-box-shadow: 0px 1px 5px rgba(0,0,0,0.55);
}

#header {
	height: 9em;
}

#logo {
	background-image: url(images/logo.png);
	width: 213px;
	height: 53px;
	position: relative;
	top: 2em;
	left: 260px;
}

#logo a 
{
	text-decoration: none;
}


#content {
	background-color: white;
}

.section {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 2em;
}

a {
	color: #f11700;
}

#logoCeroce {
	background-image: url(images/logoCeroce.png);
	width: 103px;
	height: 81px;
	float: left;
	margin-right: 14px;
	margin-top: 14px;
}


#nav {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	border-bottom: 0.2em solid #f11700;
	height: 1.3em;
}

#menuItems {
	margin-left: 10px;
}

div.menuItem {
	text-transform: lowercase;
	background-color: #f11700;
	color: white;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	height: 1.3em;
}

a.menuItem {
	text-decoration: none;
	text-transform: lowercase;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	height: 1.3em;
}

a.menuItem:hover
{
	background-color: #f1b1ae;
	color: white;
}

#languageMenuItem {
	float: right;
	text-transform: lowercase;
	padding-right: 10px;
	padding-left: 40px;
}

#languageMenuItem a {
	text-decoration: none;
	color: black;
}

#languageMenuItem a:hover {
	text-decoration: underline;
}



#footer {
	border-top: 3px solid #f11700;
	text-align: center;
	margin-right: 1px;
	color: silver;
	font: 0.8em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-bottom: 6px;
}

h1 {
	color: #a7a7a7;
	font-weight: normal;
	text-align: center;
	font-size: 4em;
	color: #f11700;
	margin: 0;
}

h2, h3, h4 {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #a7a7a7;
	font-weight: normal;
	font-style: normal;
}


.button {
	background-image: url(images/buttonOff.png);
	display: inline-block;
	width: 215px;
	height: 73px;		
    text-align:center; 
    vertical-align:middle;
	color: white;
	font: 18px/73px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
}

.button:active
{
	background-image: url(images/buttonOn.png);
	color: #444;
}


#vitrine {
	border-bottom: 3px solid #f11700;
	background: url(../common/images/corkwood.jpg) repeat;
	padding: 18px;
}


#vitrineGroup {
	background-color: rgba(0,0,0,0.55);
	border-radius: 18px;
	-moz-border-radius: 18px;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}


#vitrine h2 {
	color: white;
	font-weight: normal;
	font-style: normal;
	padding-right: 18px;
	padding-bottom: 18px;
	padding-left: 18px;
	text-align: center;
	margin: 0;
}

