/*
-----------------------------------------------
Title: Main Page Content Stylesheet
Author: Paul Schmit - Designkitchen, Inc.
Created:  20.feb.2005
Modified: 
----------------------------------------------- */

/* =STRUCTURE */
@import url("structure.css");

/* =NAVIGATION 
@import url("navigation.css");*/

/* =PAGE CONTENT */
@import url("content.css");


@import url("products.css");
@import url("products_2.css");


#content p {
	color:#333333;
	font-size:1.0em;
	line-height:16px;
	margin:0px 0px 0px 0px;
	padding:2px 0px 10px 0px;	
}
#content ul {
	background-color:#F0F0F0;
	margin:10px 0px 15px 0px;
	padding:10px 12px 12px 12px;
}
#content ul ul {
	margin:0px;
	padding:5px 0px 0px 0px;
}
#content ul li {
	color:#333333;
	line-height:16px;
	list-style:none;
	list-style-image:none;	
	margin:5px 0px 0px 0px;	
	padding:0px 0px 4px 14px;
}
#content ul li {
	background:url(../../images/nav.arrow.gif) 0px 5px no-repeat;
}
#content ul li ul li {
	background:url(../../images/list.arrow.gif) 0px 3px no-repeat;
}

.alink {
	color: #003366;
	font-family: arial;
	font-size: 11px;
	cursor: hand;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
}

.sfondo 
{
	color: Green;
	background-color: #9f9671;
}
#content a:hover {
	color:#0064aa;
	text-decoration:none;
}
.fullspan {
	display:block;
	margin-left:-28px;
	margin-right:-28px;
	margin-bottom:20px;
}

.cella			{
	font-family: Verdana;
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	padding: 1px;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	background-color: White;
	width: 180px;
	height: 5px;
}	