#background {
	padding: 0px;
	margin: 0px;
	text-align: center;
	color: #777;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#dddddd;
}
#popup {
	padding: 0px;
	margin: 20px;
	text-align: center;
	color: #777;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#container {
	position: relative;
	text-align: left;
	margin: 20px auto auto auto;
	width: 800px;
	height: auto;
	padding: 0px;
	background: #fff;
	border: 0px none;
}


#container input, #container textarea {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #ddd;
	padding: 2px;
	margin-bottom: 4px;
	background-color: #f8f8f8;
}

a {
	text-decoration: none;
	color: #888;
}
a:hover {
	color: #222;
}
a img{
	border: 0px;
}
h1 span {
	display: none;
	visibility: hidden;
}

#header {
	padding-top: 20px;
	padding-bottom: 10px;
}
#header h1 {
	padding: 0px;
	margin: 0px;
	background-image: url(header.logo.gif);
	background-repeat: no-repeat;
	height: 60px;
}
#mainmenu {
	margin: 0px;
	font-size: 13px;
	color: #fff;
	text-align: center;
	height:100px;
}

#mainmenu ul {
	padding: 8px;
	margin:0px;
}
#mainmenu li {
	display: inline;
	padding: 0 20px 0 0;
}

#mainmenu ul.m1{
	background-color: #003264;
}
#mainmenu .m1 a {	color: #fff;	}
#mainmenu .m1 a:hover {	color: #aaa;	}

#mainmenu ul.m2{
	background-color: #eee;
	color:#666;
}
#mainmenu .m2 a {	color: #666;	}
#mainmenu .m2 a:hover {	color: #aaa;	}


.home {
	width:500px;
	text-align:center;
	margin: 0px 150px 0px 150px;
}

.home .cat{
	width:240px;
	margin: 10px 0px 0px 0px;
	float: left;
	padding: 90px 0px 0px 0px;
	border-bottom: solid #aaa 1px;
	background-repeat: no-repeat;	
}

.home .cat.left{
	text-align:left;
	margin-right: 10px;
	background-position: right;	
}

.home .cat.right{
	text-align:right;
	margin-left: 10px;
	background-position: left;	
}

.home .cat:hover{
	background-color:#eee;
}

.home .cat.left.assemblaggio	{	background-image: url(home.item.assemblaggio.png)	}
.home .cat.left.cartonato		{	background-image: url(home.item.cartonato.png)	}
.home .cat.left.bomboniere		{	background-image: url(home.item.bomboniere.png)	}
.home .cat.right.legatoria		{	background-image: url(home.item.legatoria.png)	}
.home .cat.right.stampa			{	background-image: url(home.item.stampa.png)	}
.home .cat.right.incorniciatura	{	background-image: url(home.item.incorniciatura.png)	}


#content {
	text-align: left;
	width: 800px;
	padding: 0px;
	margin: 0px;
}

#content .col {
	position: relative;
	float: left;
	width: 90px;
	height: 100%;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 0px 0px;
}
#content .col.w2 {	width: 180px;	}
#content .col.w3 {	width: 280px;	}
#content .col.w4 {	width: 380px;	}
#content .col.w5 {	width: 480px;	}
#content .col.w6 {	width: 580px;	}
#content .col.w7 {	width: 680px;	}
#content .col.w8 {	width: 780px;	}

#content .col.fw2 {	width: 200px;	padding:0px;}
#content .col.fw3 {	width: 300px;	padding:0px;}
#content .col.fw4 {	width: 400px;	padding:0px;}
#content .col.fw5 {	width: 500px;	padding:0px;}
#content .col.fw6 {	width: 600px;	padding:0px;}
#content .col.fw7 {	width: 700px;	padding:0px;}
#content .col.fw8 {	width: 800px;	padding:0px;}

#content .item {
	position: relative;
	width: 120px;
	float: left;
}


#content ul {
	margin: 0px;
	padding: 0px;
}

#content li {
	margin: 0 0 4px 0;
	padding: 0 0 0 18px;
	list-style-type: none;
	white-space: nowrap;
    background: transparent url(bo.btn.arr.gif) no-repeat 0 0;
	color: #344;
}

#dump {
	width:auto;
	border: 1px solid #f00;
	background-color:#FFeeee;
	margin:10px;
	padding:0px 10px;
	position:relative;
	top:-10px;
}

#footer {
	margin: 0px;
	padding: 60px 0px 10px 0px;
	font-size: 9px;
	color: #aaa;
	text-align: center;
}

#bottomborder {
	height:10px;
    background: #dddddd url(bottom.border.png) no-repeat 0 0;
}

#content h2 {
	font-size: 14px;
	color: #003366;
	font-weight: bold;
	margin: 0px 10px 10px 10px;
	padding: 2px;
	border-bottom: dotted #ddd 1px;
}

#content hr {
	display: block; 
	clear: both; 
	visibility: hidden;
}

.header {
	font-size: 14px;
	color: #444466;
	font-weight: bold;
	margin-bottom: 6px;
}
.title {
	font-size: 12px;
	color: #003366;
	font-weight: bold;
	margin-bottom: 4px;
}
.subtitle {

}
.text {
	display: block; 
	margin-bottom: 8px;
}
.price {
	display: block;
	text-align: right;
	font-weight: bold;
	font-size: 10px;
	color: #CC0000;
}
#content .editbuttons {
	margin-top: 8px;
	margin-bottom: 8px;
	display: block; 
}

.col1 img {
	margin-top: 4px;
	margin-bottom: 8px;
}

.pager{
	padding: 4px 0 4px 0;
}

.pager a {
	padding-top: 2px;
	padding-bottom: 4px;
	padding-left: 6px;
	padding-right: 6px;
	color: #888;
	background-color: #eee;
	font-weight: normal;
	font-size: 10px;
}

.pager a:hover {
	color: #fff;
	background-color: #003366;
}

