
body {
	margin: 0;
	padding: 0;
	background: #dcdcdc url(images/bg.png) repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #808080;
	text-align: center;
}

#wrapper {
	width: 792px;
	text-align: left;
	margin: 0 auto;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 10px;
	border: none;
}

input, textarea, select {
	font-size: 10px;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #2f2f2f;
}

h2 {
	font-size: 2em;
	margin: 20px 0 10px 0;
}

h3 {
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 0 0 5px 0;
	height: 14px;
	text-indent: -9999px;
}

#prodotti { background-image: url(images/h3_prodotti.png); }
#servizi { background-image: url(images/h3_servizi.png); }
#sub { background-image: url(images/h3_sub.png); }
#news { background-image: url(images/h3_news.png); }
#cerca { background-image: url(images/h3_cerca.png); }
#clienti { background-image: url(images/h3_clienti.png); }

p, ul, ol {
	margin-bottom: 1.4em;
	line-height: 180%;
}

p {
	margin-top: 0px !important;
}

blockquote {
	margin: 0 10px 0 160px;
	padding: 40px 0 0 0;
	font-size: 22px;
	color: #343434;
	line-height: 24px;
}

ul {
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
}

ol {
}

a {
	color: #4c4c4c;;
}

a:hover {
	text-decoration: none;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 10px 0 0;
	padding: 3px;
	border: 1px solid #ddd;
}

img.right {
	float: right;
	margin: 0 0 0 10px;
}

/*-----------------------------------------------------------------------------------------------
  Header
-----------------------------------------------------------------------------------------------*/

#header {
	background: transparent url(images/bg_head.png) repeat-x;
	width: 792px;
	height: 177px;
}

#logo {
	width: 210px;
	height: 177px;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}

#logo h1 a {
	position: absolute;
	top: 5px;
	left: 18px;
	width: 185px;
	height: 165px;
	background: url(images/logo.jpg) no-repeat;
	text-indent: -9999px;
	border: none;
	display: block;
	text-decoration: none;
}

#splash {
	background: url(images/splash.jpg) no-repeat top right;
	height: 177px;
	margin: 0 6px 0 216px;
}


/*-----------------------------------------------------------------------------------------------
  Menu
-----------------------------------------------------------------------------------------------*/

#menu {
	width: 792px;
	height: 50px;
	padding: 0;
	margin: 0;
}
	
#menu ul	{
	width: 792px;
	height: 50px;
	background: url(images/bg_menu.png); no-repeat top left;
	margin: 0;
	padding: 0;
	position: relative;
}
	
#menu ul li	{
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
}
	
#menu ul li, #menu a	{
	height: 50px;
	display: block;
}

#menu ul li a {
	text-indent: -9999px; 
	text-decoration: none;
}

#n00 {left: 239px; width: 66px;}
#n01 {left: 305px; width: 90px;}
#n02 {left: 395px; width: 76px;}
#n03 {left: 471px; width: 78px;}
#n04 {left: 549px; width: 114px;}
#n05 {left: 663px; width: 93px;}

#n00 a:hover, #n00 a.sel {background: transparent url(images/bg_menu.png) -239px -50px no-repeat;}
#n01 a:hover, #n01 a.sel {background: transparent url(images/bg_menu.png) -305px -50px no-repeat;}
#n02 a:hover, #n02 a.sel {background: transparent url(images/bg_menu.png) -395px -50px no-repeat;}
#n03 a:hover, #n03 a.sel {background: transparent url(images/bg_menu.png) -471px -50px no-repeat;}
#n04 a:hover, #n04 a.sel {background: transparent url(images/bg_menu.png) -549px -50px no-repeat;}
#n05 a:hover, #n05 a.sel {background: transparent url(images/bg_menu.png) -663px -50px no-repeat;}

/*-----------------------------------------------------------------------------------------------
  Page
-----------------------------------------------------------------------------------------------*/

#page {
	width: 780px;
	margin: 0 auto;
	padding: 0 6px;
	background: url(images/bg_wrap.png) repeat-y;
}

/*-----------------------------------------------------------------------------------------------
  Content
-----------------------------------------------------------------------------------------------*/

#content {
	float: right;
	width: 569px;
}

.main {
	padding: 0 20px;
}

.main li {
	padding: 0 0 0 10px;
	background: url(images/bul.gif) no-repeat 0 7px;
}

#home .main {background: url(images/bg_main.gif) repeat-y center;}

.col1 {
	width: 250px;
	float: left;
}

.col2 {
	width: 250px;
	float: right;
}

.more {
	margin: 0;
}

.more a {
	padding-right: 15px;
	background: url(images/ico_arrow.gif) no-repeat right 2px;
	text-decoration: none;
	font-weight: bold;
}

.more a:hover {
	text-decoration: underline;
}

#about .more { margin-left: 160px;}

#about {
	background: #ccc url(images/bg_about.jpg) no-repeat;
	height: 195px;
	margin: 0 0 20px;
}

.entry {
	clear: left;
	margin: 0 0 10px 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

.entry h4 {
	font-size: 1em;
	margin: 5px 0 3px;
}

.entry p {
	font-size: 10px;
	margin: 0;
	line-height: 1.2em;
}

/*-----------------------------------------------------------------------------------------------
  Sidebar
-----------------------------------------------------------------------------------------------*/

#sidebar {
	float: left;
	width: 200px;
	padding-top: 17px;
}

#sidebar ul { 
	margin: 0 auto; 
	padding: 0;
	list-style: none;
} 
	
#sidebar li {
	float: left;
	width: 210px;
	border-bottom: 1px solid #F1DDA2; 
	margin: 0;
	padding: 0;
} 
	
#sidebar li a {  
	display: block;
	font-size: 10px;
	text-decoration: none;
	text-align: left; 
	color: #666;
	padding: 7px 5px 7px 30px;
	line-height: 1.3em;
	margin: 0;
	background: url(images/bul2.gif) no-repeat 10px 6px;
}

#sidebar li a:hover, #sidebar li.current_page_item {  
	color: #121212;
	background-color: #F5E7BD;
}

.entry {
	clear: left;
	margin: 0 0 10px 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #F1DDA2;
}

.entry h2 {
	font-size: 1em;
	margin: 5px 0 3px;
}

.entry p {
	font-size: 10px;
	margin: 0;
	line-height: 1.2em;
}



/*-----------------------------------------------------------------------------------------------
  Search
-----------------------------------------------------------------------------------------------*/

#search form {
	padding: 20px;
}


/*-----------------------------------------------------------------------------------------------
  Footer
-----------------------------------------------------------------------------------------------*/

#footer {
	clear: both;
	padding: 20px;
	background: #414141;
	border-top: 5px solid #363636;
}

#footer p {
	margin: 0;
	text-align: center;
	color: #959595;
}

#footer a {
	color: #7d7d7d;
}

/*-----------------------------------------------------------------------------------------------
  sIFR
-----------------------------------------------------------------------------------------------*/

.sIFR-hasFlash blockquote {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 20px;
}

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/*-----------------------------------------------------------------------------------------------
  Fix
-----------------------------------------------------------------------------------------------*/

.clearfix {display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.left {
	float: left;
}

.right {
	float: right;
}

.photo {
	display: block;
	padding: 3px;
	border: 1px solid #808080;
	margin-bottom: 15px; 
}

#content p {
	color: #000000;
}