/*
Author : Onextrapixel
URL: http://www.onextrapixel.com
*/

* {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

h1 {
	font-size:20px;
	margin-bottom:20px; 
}

#wrap {
	width:691px;
	background-image: url(immagini/tsound_05.jpg);
}

#header {
	margin-bottom:20px;
}

#header a {
	color:#0054A6;
}

#header a:hover {
	text-decoration:underline;
}

/*Drop Down Menu Styles*/
#ddmenu {
	height:41px;
	width:680px;
	background-image: url(images/sfondomenu.jpg);
	background-repeat: repeat-x;
}
	
#ddmenu li {
	float: left;
	list-style: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#ddmenu li a {
	background:url(images/top-dotted.gif) right no-repeat;
	display: block;
	padding: 5px 12px;
	text-decoration: none;
	width: 73px;
	color: #fff;
	text-transform:uppercase;
	white-space: nowrap;
	text-align:center;
}

#ddmenu li a:hover {	
	background: #000 url(images/top-dotted.gif) right no-repeat;
}
	
#ddmenu li ul {
	padding: 0;
	position: absolute;
	visibility: hidden;
	width:600px;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}

#ddmenu li ul li {	
	display:inline;
}

#ddmenu li ul li a {
	width: auto;
	background: url(images/bottom-dotted.gif) right no-repeat;
	display: inline;
	color: #C0C0C0;
	font-size: 9px;
	padding: 3px 10px;
}

#ddmenu li ul li a:hover {	
	background: #000 url(images/bottom-dotted.gif) right no-repeat;
	padding: 3px 10px;
}
body2 {
	background:#fff;
	color: #000;
	font:12.35px "Lucida Grande", Georgia, Arial, Verdana, sans-serif;
}
