* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background: #fff url(../img/body_bg.gif) top left no-repeat fixed;
}
#container {
	width: 954px;
	margin: 0 auto;
}
a.header:link, a.header:visited, a.header:hover {
	float: left;
	display: block;
	width: 954px;
	height: 100px;
	background: url(../img/header_bg.png) top left no-repeat;
}
a.header:link span, a.header:visited span, a.header:hover span {
	display: none;
}
#bannerflash {
	width: 886px; /*926*/
	margin: 14px;
}
#bannerflash h1 {
	clear: left;
	width: 100%;
	heigth: 100%;
	margin: 0;
	padding: 0;
	background: none;
	font-size: 40px;
	font-weight: normal;
}
hr {
	height: 1px;
	border-top: #000 1px solid;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
h1 {
	float: left;
	width: 886px; /*926*/
	height: 162px; /*237*/
	padding: 75px 0 0 40px;
	margin: 14px;
	background: url(../img/h1_bg.png) top left no-repeat;
	font-size: 40px;
	font-weight: normal;
}
h1 strong, .bannerflash h1 strong {
	font-weight: bold;
	color: #f51077;
}
.introduzione, .content {
	float: left;
	width: 926px; /*954*/
	padding: 14px;
	text-align: justify;
	line-height: 18px;
}
.introduzione a:link, .introduzione a:visited, .column a:link, .column a:visited, .footer a:link, .footer a:visited {
	text-decoration: underline;
	color: #f51077;
}
.introduzione a:hover, .column a:hover, .footer a:hover {
	text-decoration: none;
}
.column {
	float: left;
	padding: 14px 0 0 14px;
	width: 456px;
}
.content {
	font-size: 12px;
}
img.box, img.left {
	float: left;
	padding: 0 7px 7px 0;
	border: none;
}
img.right {
	float: right;
	padding: 0 0 7px 7px;
	border: none;
}
.column h2, .content h2 {
	font-weight: normal;
	color: #f51077;
	font-size: 20px;
	padding-bottom: 7px;
	text-transform: uppercase;
}
.content h3 {
	font-weight: bold;
	font-size: 14px;
}
/*.content ul {
	list-style-type: none;
}
.content ul li {
	margin: 0;
	padding-left: 14px;
	margin-left: 14px;
	background: url(../img/check.gif) 0 6px no-repeat;
}*/
.content ul.standard {
	list-style-type: none;
}
.content ul.standard li {
	margin: 0 0 15px 14px;
	padding-left: 44px;
	background: url(../img/marker_standard.png) 0 4px no-repeat;
	line-height: 36px;
	font-size: 12px;
	font-weight: bold;
	color: #f51077;
}

.content ul.accessori {
	list-style-type: none;
}
.content ul.accessori li {
	margin: 0 0 15px 14px;
	padding: 15px 0 0 44px;
	background: url(../img/marker_box.png) 0 4px no-repeat;
	line-height: 18px;
	font-size: 11px;
}
.content ul.accessori li a:link, .content ul.accessori li a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #f51077;
	text-decoration: undeline;
	cursor: help;
}
.content ul.accessori li a:hover {
	text-decoration: none;
}

.content ul.url {
	list-style-type: none;
}
.content ul.url li {
	margin: 0 0 15px 14px;
	padding-left: 44px;
	background: url(../img/marker_url.png) 0 4px no-repeat;
	line-height: 40px;
	font-size: 11px;
}
.content ul.url li a:link, .content ul.url li a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #f51077;
	text-decoration: undeline;
}
.content ul.url li a:hover {
	text-decoration: none;
}


.column p {
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
}
.column p:first-letter, .content p:first-letter {
	font-weight: bold;
	color: #f51077;
}
a.button:link, a.button:visited {
	float: right;
	height: 16px; /*26*/
	padding: 5px 14px;
	margin-top: 14px;
	font-size: 11px;
	text-align: center;
	color: #fff;
	background-color: #f51077;
	line-height: 15px;
	text-decoration: underline;
}
a.button:hover {
	text-decoration: none;
}
a.email:link, a.email:visited, a.email:hover {
	display: block;
	width: 237px;
	height: 211px;
	margin: 20px auto;
	background: url(../img/box_email.png) 0 0 no-repeat;
	text-decoration: none;
}
.clear {
	clear: both;
}
.footer {
	float: left;
	width: 954px;
	height: 28px; /*30*/
	padding-top: 12px;
	border-top: #000 1px solid;
	text-align: right;
	font-size: 10px;
	color: #727272;
	background: url(../img/footer_bg.gif) top left no-repeat;
}
.footer strong {
	color: #f51077;
}

