@charset "UTF-8";
/* CSS Document */

body {
	font-family: verdana;

	background-color: #333333;
	background-image: url(../img/sfondo.png);
	background-position: center top;
	background-repeat: no-repeat;
}
em {
	font-style: italic;
}
#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	background-color: #FFFFFF;
}
#wrapper #header {
	background-image: url(../img/header.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 99px;
	width: 800px;
	position: relative;
}
#wrapper #header #logo h1 span {
	display:none;
}
#wrapper #header #menu {
	position: absolute;
	right: 6px;
	bottom: 3px;
	display: block;
}
#wrapper #header #menu a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 70%;
	font-family: verdana;
	display: block;
	width: auto;
	float: left;
	vertical-align: bottom;
	font-weight: normal;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	height: 15px;
	padding-top: 7px;
	margin-right: 7px;
	margin-left: 7px;
}
#wrapper #header #menu a:hover,#wrapper #header #menu a.current {
	background-image: url(../img/hover_top.png);
	background-position: center top;
	background-repeat: no-repeat;
}
#wrapper #content_wrapper {
	display: block;
	float: right;
	width: 600px;
	margin-top: 3px;
}
#wrapper #content_wrapper #section_menu {
	display: block;
	height: 23px;
	margin-right: 6px;
	margin-left: 6px;
}
#wrapper #content_wrapper #section_menu a {
	line-height: 19px;
	display: block;
	float: left;
	padding-bottom: 4px;
	padding-right: 7px;
	padding-left: 7px;
	font-size: 70%;
	color: #000000;
	text-decoration: none;
}
#wrapper #content_wrapper #section_menu a:hover {
	text-decoration: none;
	background-image: url(../img/hover_men.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#wrapper #content_wrapper #section_menu a.current{
	background-image: url(../img/hover_men.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#wrapper #content_wrapper #content {
	width: 414px;
	background-image: url(../img/content_side.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 162px;
	min-height:500px;
	height:auto !important;
	height:500px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 12px;
	font-size: 80%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	margin-right: 6px;
}
#wrapper #content_wrapper #content strong {
	font-weight: bold;
}
#wrapper #content_wrapper #content p {
	padding-bottom: 10px;
	font-size: 100%;
}
#wrapper #content_wrapper #content h2 {
	font-size: 90%;
	font-weight: bold;
	padding-bottom: 20px;
}
#wrapper #content_wrapper #content a {
	color: #333333;
	text-decoration: underline;
}
#wrapper #content_wrapper #content a:hover {
	color: #666666;
	text-decoration: underline;
}
#wrapper #news {
	background-image: url(../img/news_sfondo.png);
	display: block;
	float: left;
	width: 200px;
	background-repeat: no-repeat;
	background-position: center top;
	min-height:400px;
	height:auto !important;
	height:400px;
}
#wrapper #news #new_content {
	margin-right: 17px;
	margin-left: 17px;
	margin-top: 7px;
	font-size: 70%;
	color: #333333;
}
#wrapper #news #new_content h3 {
	font-size: 90%;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
	padding-top: 4px;
	padding-bottom: 4px;
}
#wrapper #news #new_content p {
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #666666;
	padding-top: 4px;
	padding-bottom: 4px;
}
#wrapper #news #new_content a:link,#wrapper #news #new_content a:visited {
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
	font-size: 90%;
}
#wrapper #news #new_content a:hover{
	text-decoration: line-through;
}
#wrapper #footer {
	clear: both;
	background-image: url(../img/footer.png);
	height: 48px;
	width: 800px;
	display: block;
	text-align: center;
	color: #CCCCCC;
	font-size: 70%;
	padding-top: 10px;
	background-repeat: no-repeat;
	background-position: center top;
}
#wrapper #footer #footer_text img{
	padding: 5px;
	vertical-align: middle;
}
#wrapper #footer #footer_text span{
	width: 800px;
	text-align: center;
	vertical-align: middle;
	display: block;
	clear: left;
	float: left;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #content_wrapper #content .gallery {
	padding: 2px;
	border: 1px solid #000000;
	margin: 3px;
	display: inline-block;
	height: 70px;
	text-align: center;
	vertical-align: middle;
}
strong {
	font-weight: bold;
}
