/* CSS Document */

/*
verde #A3C646
verde sfondo #E1DD72
*/

@font-face {
	font-family				: 'ITCErasStdMediumRegular';
	src						: url('../fonts/itcerasstd-medium-webfont.eot');
	src						: local('☺'), url('../fonts/itcerasstd-medium-webfont.woff') format('woff'), url('../fonts/itcerasstd-medium-webfont.ttf') format('truetype'), url('../fonts/itcerasstd-medium-webfont.svg#webfontCnZuetHz') format('svg');
	font-weight				: normal;
	font-style				: normal;
}

html, body {
	height					: 100%;
	font-family				: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	color					: #000;
	font-size				: 11px;
	line-height				: 12px;
	letter-spacing			: 0.3px;
	background				: url(../images/body_bg.jpg) #F3F3F3 repeat-x;
}

* {
	margin					: 0;
	padding					: 0;
	font-family				: Verdana, Arial, Helvetica, Tahoma, sans-serif;
	color					: #000;
	/*font-size				: 11px;*/
	/*line-height				: 12px;
	letter-spacing			: 0.3px;*/
}

img {
	border					: none;
	vertical-align			: middle;
}

a {
	text-decoration			: none;
	/*text-decoration			: underline;*/
	outline					: 0;
}

a:hover {
	text-decoration			: underline;
}

h1, h2, h3, h4, h5 {
	display					: block;
}

p {
	/*display					: block;*/
}

ul, li {
	list-style				: none;
}

.clear {
	clear					: both;
}

.left {
	float					: left;
}

.right {
	float					: right;	
}

.relative, .container {
	position				: relative;
}

.absolute {
	position				: absolute;
}

.bold {
	font-weight				: bold;
}

.italic {
	font-style				: italic;
}

.hidden {
	display					: none;
	/*opacity					: 0;
	filter					: alpha(opacity = 0);*/
}

