/* Default CSS Document */

															/** BODY ELEMENTS **/
* {
	margin: 0;
	padding: 0;
	}
	body {
	color: #333;
	text-align: center;
	background: #87384f url(../images/bkg.jpg) repeat-x top;
	font: .75em/1.9em Georgia, "Times New Roman", Times, Serif;
}


/** MAIN CONTAINERS **/
div#container {
	width: 780px;
	margin: 0 auto;
	text-align: center;
	}
	div#header {
	position: relative;
	width: 780px;
	height: 210px;
	background: transparent url(../images/header.jpg) no-repeat top;
	text-align: left;
	}
		div#header img#poltrona{
			position: absolute;
			right: 0px;
			top: -1px;
		}
		div#header #menu{
			position: absolute;
			bottom: 10px;
			left: 45px;
		}
			div#header #menu a{
				text-decoration: none;
				color: #eee;
				font-weight: bold;
				font-size:  1.1em;
				margin-right: 0.7em;
			}
			div#header #menu a:hover, div#header #menu a.selected{
				color: #ffcc00;
			}
		
		div#header-in {
			
			}
	div#content {
		width: 722px;
		background: #efe9de url(../images/content.jpg) no-repeat center top;
		border-right: 1px solid #5F2737;
		border-left: 1px solid #5F2737;
		margin: 0 auto;
	}
		div#center {
			text-align: left;
		}
			
			div#center-in {
				padding: 3.5em 4.5em 3.5em 4.5em;
			}
			div#center img{
				border: 2px solid #666;
				margin-bottom: 1em; 
			}
			div#center .bloccoleft{
				float: left;
				width: 380px;
			}
			div#center .bloccoleft .thumb{
	width: 160px;
	height: auto;
	background: url(../images/content.jpg) no-repeat left top;
	border: 1px solid #EAE9E5;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: center;
}
			div#center .bloccoleft .thumb img{ 
				border: none;
				margin-top: 15px;
				margin-bottom:0;
			}
			div#center .bloccoright{
	float: right;
	width: 220px;
	border: 1px solid #E8DFD0;
	position: relative;
	font-size: 0.9em;
	background-color: #EFE9DE;
}
			
				div#center .bloccoright-in{
					padding: 1em 2em 1em 2em;
				}
				div#center .bloccoright img#tl{
					position: absolute;
					left: -15px;
					top: -15px;
					border: none;
				}
				div#center .bloccoright img#tr{
					position: absolute;
					right: -15px;
					top: -15px;
					border: none;
				}
				div#center .bloccoright img#bl{
					position: absolute;
					left: -15px;
					bottom: -25px;
					border: none;
				}
				div#center .bloccoright img#br{
					position: absolute;
					right: -15px;
					bottom: -25px;
					border: none;
				}
				div#center .bloccoright .categoria{
					width: 100%;
					text-align: center;
					margin-bottom: 1.5em;
				}
				div#center .bloccoright .categoria a{
					display: block;
				}
				div#center .bloccoright .categoria img{
					margin:0;
				}
				div#center .indietro{
					float: right;
					margin-right: 10px!important;
					margin-right: 3px;
				}
	div#footer {
		color: #ccc;
		clear: both;
		width: 722px;
		margin: 0 auto;
		background: #333 url(../images/footer.jpg) repeat-x top;
		font: 0.8em Arial, Helvetica, sans-serif;
	}
		div#footer a{
			color: #ffcc00;
		}
		div#footer-in {
				padding: 2em;
			}






															/** SUB CONTAINERS **/
* { }






															/** LISTS **/
* { }






															/** TYPOGRAPHY **/
h1{
	font-size: 2em;
	color: #9a1131;
	background-image: url(../images/h1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
	padding-top: 10px;
	margin-left: -40px;
	margin-top: -10px;
	margin-bottom: 1em;
}
h2{
	font-size: 1.6em;
	margin-bottom: 1em;
	color: #222;
}
h3{
	font-size: 1.3em;
	margin-bottom: 1em;
	color: #222;
}

p{
	padding-bottom: 30px;
	background: transparent url(../images/p.gif) no-repeat center bottom;
	margin-top: 1.5em;
}
p:first-letter{
	font-size: 2.4em;
	font-weight: normal;
	font-style: italic;
	margin-left: -0.3em;
	margin-right: 2px;
}
.bloccoright p{
	background-image: none;
	padding: 0;
	margin:0;
}
.bloccoright h2{
	font-size: 1.8em;
	color: #9a1131;
	margin-bottom: 0.6em;
}
.floatleft{
	float: left;
	margin-right: 0.5em;
}
.floatright{
	float: right;
}
.clearboth{
	clear: both;
}
a{
	text-decoration: none;
	color: #9a1131;
}
a:hover{
	text-decoration: underline;
}



															/** FORMS **/
input, textarea{
	width: 200px;
	border: 1px solid #D6D1C4;
	background-color: #F4F0E8;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333;
	font-size: 0.9em;
	padding: 0.3em;
}
input.pulsante{
	border: 1px solid #CA9E23;
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0.2em;
	background: #CA9E23 url(../images/pulsante.jpg) repeat-x left top;
	text-transform: uppercase;
	width: auto;
}
input.checkbox{
	width: auto;
}
form p:first-letter{
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
	margin:0;
}
form p.box{
	width: 300px;
	float: left;
}
form p{
	background-image: none;
	padding: 0;
}




															/** END **/
