html, body {
	height: 100%;
	margin:0px;
	background-color: #003366;
	background-image: url(../img/sf_main.gif);
	background-repeat: repeat-x;
	background-position: center;
}
body,div,table,tr,td,input,textarea,pre,ol,li,ul,p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
#ombra {
	position: absolute; top:50%; left:50%;
	height: 400px;
	width: 740px;
	margin: -200px 0px 0px -370px;
	background-color: #000033;
	text-align: left;
	padding: 0px;
}
#main {
	position: absolute; top:50%; left:50%;
	height: 400px;
	width: 740px;
	margin: -205px 0px 0px -375px;
	background-color: black;
	text-align: left;
	padding: 0px;
	/*background-color: red;*/
}
#header {
	position: absolute;
	top: 0px;
	height: 70px;
	width: 740px;
	overflow: hidden;
	border-bottom: 1px dashed #ccc;
	/*background-color: #CC3300;*/
}
#contenuti {
	float: left;
	position: absolute;
	top: 71px;
	height: 257px;
	width: 710px;
	background-color: #eee;
	border: 0px solid red;
	overflow: auto;
	padding: 15px;
	padding-top: 10px;
	line-height: 17px;
}
#footer {
	position: absolute;
	bottom: 0px;
	height: 45px;
	width: 740px;
	background-color: #fff;
/*	background-image: url(../img/logo.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
*/	text-align: center;
}
#sopra {
	position:relative;
	left:0px;
	top:45px;
	width:43px;
	height:20px;
	background-color:#eee;
	z-index:2;
	border:1px solid #eee;
	border-top:1px dashed #000;
	border-right:1px dashed #000;
	line-height:20px;
	padding:4px 0px 0px 5px;
}
#sopra img {border:1px solid #000}
a {
	color: #999;
}
a:hover {
	text-decoration: none;
}
a.img-vetrina {
	border: 1px solid black;
	display: block;
	float: left;
	width: 55px;
	height: 45px;
	margin: 2px;
}
a.img-vetrina:hover {
	border: 1px solid red;
}

/************** MENU *************************/
div#navigation {
	width: 100%;
}
div#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
div#navigation li {
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	text-align: center;
}
div#navigation a {
	display: block;
	width: 123px;
	line-height: 26px;
	text-decoration: none;
	background-color: #666;
    color: white;
	font-variant: small-caps;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}
div#navigation a:hover {
	color: #003366;
	background-color: #999;
	font-size: larger;
	font-weight: bold;
}
/************** / MENU ***********************/
em {
	text-decoration: none;
	font-style: normal;
}
img {
	border: 0px solid black;
}
.ric {
	display: none;
}
.titolo {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	display: block;
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
	color: #336699;
	padding-bottom: 2px;
	border-bottom: 1px solid #003366;
	letter-spacing: 1px;
}
.crediti {
	line-height: 20px;
	font-size: 9px;
	color: gray;
}
a.credits {
	font-family: Arial;
	font-size: 9px;
	color: #ccc;
	text-decoration: none;
}

/*************** CATEGORIE **************************/
div#categorie {
	background-color: #003366;
	display: block;
	float: left;
	padding: 3px 8px 3px 8px;
	margin: 1px;
}
div#categorie a {
	color: #dedede;
	height: 20px;
	line-height: 20px;
	text-decoration: none;
}
div#categorie a:hover {
	color: #fff;
}

/*************** / CATEGORIE *************************/

/***************** PRODOTTI **************************/
#prodotti {
	background-color: #ddd;
	width: 333px;
	height: 88px;
	float: left;
	padding: 3px;
	margin: 2px;
}
/***************** / PRODOTTI ************************/
.evidenzia {
	color: #0099FF;
	font-weight: bold;
	text-transform: capitalize;
}

.td_prod, .td_codice, .td_categoria  {
	font-weight: bold;
	border-left: 2px dotted #ccc;
	padding-left: 10px;
}
.td_categoria {
	color: #003399;
	text-transform: capitalize;
}
.td_prod {
	color: #003399;
}
.td_codice {
	color: #FF6633;
}
.td_desc {
	color: #000;
	padding-left: 10px;
}
.th_titolo {
}