/*
* CSS a cura di Digital Web Design 2.0
* Tutti i diritti sono riservati a Digital Web Design
*/


body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/TopBanner/img01.jpg) repeat-x;
	font: normal 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #F49500;
}

h2 {
	text-transform: uppercase;
	font-size: 18px;
	text-align: center;
	color: #2A363C;
}

h3 {
	margin: 25px;
	color: Black;
	font:Arial;
	font-size: 11px;
	text-align: justify;
}

a {
	color: #F49500;
}

a:hover {
	text-decoration: none;
}


/* Header */

#header {
	width: 760px;
	height: 180px;
	margin: 0 auto;
	background: url(images/TopBanner/Bannering.png);
}

#header h1, #header h2 {
	text-transform: lowercase;
	font-weight: normal;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	padding: 120px 0 0 20px;
	font-size: 36px;
}

#header h2 {
	float: right;
	padding: 134px 20px 0 0;
	font-size: 22px;
}

#topmenu {
	float: left;
	padding: 6px auto;
}

#topmenu ul {
	margin: 0;
	list-style: none;
}

#topmenu li {
	display: inline;
}

#topmenu a {
	display: block;
	float: left;
	height: 25px;
}

#topmenu a:hover {
}

#topmenu span {
	display: none;
}

#topmenu1 {
	width: 18px;
	background: url(images/img02.gif) no-repeat left center;
}

#topmenu3 {
	width: 18px;
	background: url(images/img04.gif) no-repeat left center;
}

/*Menu*/

ul.menu { 
	width: 760px;
	height: 40px;
	margin: 0 auto;
	list-style:none; 
	padding: 10px 20px 0px 55px;
}

ul.menu * { 
	margin:0; 
	padding:0
}

ul.menu a { 
	display:block;
	color:White;
	text-decoration:none;
}

ul.menu li { 
	position:relative;
	float:left;
	margin-right:2px
}

ul.menu ul { 
	position:absolute;
	top:26px;
	left:0;
	display:none;
	opacity:0;
	list-style:none
}

ul.menu ul li { 
	position:relative;
	width:130px;
	margin:0
}

ul.menu ul li a {
   color:Black;
	display:block;
	padding:3px 7px 5px;
	background-color:#FFE4BB;
}

ul.menu ul li a:hover {
	background-color:#EEE2EE;
}

ul.menu ul ul {
	left:130px;
	top: 0px
}

ul.menu .menulink { 
	padding:6px 7px 7px;
	font-weight:bold;
	width:130px;
}

ul.menu .sub {
	background:#FFE4BB url(images/TopBanner/arrow.gif) 115px 5px no-repeat;
}


/*Slide Show*/

#slideshow {
	list-style:none;
	color:#fff
}

#slideshow span {
	display:none
}

#wrapper {
	width:506px;
	margin:8px auto;
	display:none
}

#wrapper * {
	margin:0;
	padding:0
}

#fullsize {
	position:relative;
	width:500px;
	height:300px;
	padding:2px;
	border:1px solid #ccc;
	background:#000
}

#information {
	position:absolute;
	bottom:0;
	width:500px;
	height:0;
	background:#000;
	color:#fff;
	overflow:hidden;
	z-index:200;
	opacity:.7;
	filter:alpha(opacity=70)
}

#information h3 {
	padding:4px 8px 3px;
	font-size:14px;
	color: #FF9F0D;
}

#information p {
	padding:0 8px 8px
}
#image { 
	width:500px;
}

#image img {
	position:absolute;
	z-index:25;
	width:auto;
}

.imgnav {
	position:absolute;
	width:25%;
	height:306px;
	cursor:pointer;
	z-index:150
}

#imgprev {
	left:0; 
	background:url(skin/left.gif) left center no-repeat
}

#imgnext {
	right:0;
	background:url(skin/right.gif) right center no-repeat
}

#thumbnails {
	margin-top:15px
}

#slideleft {
	float:left;
	width:20px;
	height:81px;
	background:url(skin/scroll-left.gif) center center no-repeat;
	background-color:#222
}

#slideleft:hover {
	background-color:#333
}

#slideright {
	float:right;
	width:20px;
	height:81px;
	background:#222 url(skin/scroll-right.gif) center center no-repeat
}

#slideright:hover {
	background-color:#333
}

#slidearea {
	float:left;
	position:relative;
	width:456px;
	margin-left:5px;
	height:81px;
	overflow:hidden
}

#slider {
	position:absolute;
	left:0;
	height:81px
}

#slider img {
	cursor:pointer;
	border:1px solid #666;
	padding:2px
}

/*Content*/

#content {
	width: 650px;
	margin: 0 auto 20px auto;
	padding: 15px;
	background: #FFFFFF url(images/ContentImg/img04.jpg) repeat-x left bottom;
}

/* INIZIO - Footer ---------------------- Impostazione Mail, Contatti e Link Radipidi */

#bottom {
	background-image: url(images/FooterImg/foot1.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #242A31;
}

#msg {
  display: none;
  position: absolute;
  z-index: 200;
  background: url('images/FooterImg/msg_arrow.gif') no-repeat left center;
  padding-left: 7px
}

#msgcontent {
  display: block;
  background: #f3e6e6;
  border: 2px solid #924949;
  border-left: none;
  padding: 5px;
  min-width: 150px;
  max-width: 250px;
}

#bottom #footer #footercontent {
	width: 760px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}

#bottom #footer {
	padding-top: 20px;
	padding-bottom: 70px;
	width: 100%;
}

#bottom #footer #footercontent .footerbox {
	float: left;
	width: 240px;
	margin-right: 5px;
	margin-left: 8px;
}

.clear {
	clear: both;
}

#bottom #footer #footercontent .footerbox h2 span {
	display: none;
}

#bottom #footer #footercontent .footerbox .mailusing {
	padding: 0px;
	background-image: url(images/FooterImg/mailusing.png);
	background-repeat: no-repeat;
	display: block;
	height: 100px;
	width: 230px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

#bottom #footer #footercontent .footerbox .reachusing {
	padding: 0px;
	background-image: url(images/FooterImg/reachusbannering.png);
	background-repeat: no-repeat;
	display: block;
	height: 100px;
	width: 230px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

#bottom #footer #footercontent .footerbox .thewebsiteing {
	padding: 0px;
	background-image: url(images/FooterImg/thewebsiteing.png);
	background-repeat: no-repeat;
	display: block;
	height: 100px;
	width: 230px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}

#bottom #footer #footercontent .footerbox div {
	margin: 5px;
}
#bottom #footer #footercontent .footerbox label {
	color: #FFFFFF;
	text-transform: uppercase;
	display: block;
	margin-top: 5px;
}

#bottom #footer #footercontent .footerbox input {
	background-color: #CCCCCC;
	border: 1px solid #000000;
}

#bottom #footer #footercontent .footerbox textarea {
	background-color: #CCCCCC;
	border: 1px solid #000000;
}

#bottom #footer #footercontent .footerbox h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #CCCCCC;
	font-size: 14px;
	margin: 0px;
	padding: 3px;
	background-color: #000000;
}

#bottom #footer #footercontent .footerbox ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#bottom #footer #footercontent .footerbox li {
	color: #CCCCCC;
	line-height: 18px;
}

#bottom #footer #footercontent .footerbox li span a {
	color: #CCCCCC;
	text-decoration: none;
	cursor: default;
	background-color: #171C20;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding: 3px;
}

#bottom #footer #footercontent .footerbox li span a:visited,active {
	color: #CCCCCC;
	text-decoration: none;
	cursor: default;
	background-color: #171C20;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding: 3px;
}

#bottom #footer #footercontent .footerbox li span a:hover {
	color: #CCCCCC;
	text-decoration: none;
	cursor: default;
	background-color: #000000;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding: 3px;
}

#bottom #footer #footercontent .footerbox .links a {
	color: #CCCCCC;
	text-decoration: none;
}

#bottom #footer #footercontent .footerbox .links li {
	display: block;
	margin-top: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}

#bottom #footer #footercontent .footerbox .links h3 {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#bottom #footer #footercontent .footerbox .links a:visited,active {

	color: #CCCCCC;
	text-decoration: none;
}

#bottom #footer #footercontent .footerbox .links a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
}

#bottom #footer .backtotop_footer {
	text-align: right;
	padding-right: 45px;
	margin-top:25px;
}

#bottom #footer .backtotop_footer a {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
	padding: 5px;
	border: 1px solid #CCCCCC;
}

#bottom #footer .backtotop_footer span.linkback {
	float:left;
}

#bottom #footer .backtotop_footer span.linkback a{
	color: #FFFFFF;
	text-decoration: none;
	background-color:#242A31;
	padding:0;
	border:none;
}

/*  FINE - Footer ---------------------- Impostazione Mail, Contatti e Link Radipidi */
