
/* - - - > MAMANURI DESIGN, 2011 < - - - */



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - CSS RESET */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - COMMON RULES */

html {
	width: 100%;
	height: 100%;
	-webkit-text-size-adjust: none; /* disable initial text resize on Apple mobiles */
	-webkit-user-select: none; /* disable the Cut/Copy/Paste dialog box on Apple mobiles */
	-webkit-appearance: none; /* disable the change of appearance of buttons and controls on Apple mobiles */
	-webkit-tap-highlight-color: rgba(245,125,0,0.25); /* change the color of tap highlight on Apple mobiles */
}
body {
	width: 100%;
	height: 100%;
	color: #333;
	font-family: 'Arial', serif;
	font-size: 12px;
	line-height: 20px;
	cursor: default;
}
a {
	color: #395b3c;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}
a:active {
	position: relative;
}
.clear {
	clear: both;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - CONTAINERS */

#main-wrapper {
	width: 100%;
	height: 100%;
	visibility: hidden;
	display: table;
}
#container-wrapper {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}
#main-container {
	width: 800px;
	min-width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px;
	position: relative;
	overflow-x: hidden;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ELEMENTS */

#logo {
	width: 508px;
	height: 195px;
	background-image: url(../immagini/splash/logo.jpg);
	margin-left: auto;
	margin-right: auto;
}
#newslink {
	background-color: white;
	font-family: 'Lobster', serif;
    font-size: 18px;
    line-height: 18px;
	text-align: center;
	margin-top: 30px;
}
#newslink a {
	font-weight: normal;
}
#newslink img {
	vertical-align: middle;
}
#flags-wrapper {
	margin-top: 30px;
	position: relative;
	left: 50%;
	float: left;
}
.flag-holder {
	width: 58px;
	height: 68px;
	margin-left: 8px;
	margin-right: 8px;
	position: relative;
	right: 50%;
	float: left;
}
.flag {
	position: absolute;
	bottom: 0px;
}
.flag-shadow {
	position: absolute;
	left: 2px;
	bottom: -4px;
	opacity: 0;
}
#footer {
	margin-top: 50px;
}
.anagrafica {
	margin-right: 20px;
	float: left;
}
#nverde {
	width: 147px;
	height: 50px;
	background-image: url(../immagini/splash/nverde.jpg);
	margin-top: 4px;
	float: right;
}
#overlay {
	width: 100%;
	height: 100%;
	background-color: #fff;
	background-image: url("../immagini/splash/spinner.gif");
	background-position: center center;
	background-repeat: no-repeat;
	position: fixed;
	top: 0px;
	left: 0px; 
}
