/* --- Stili generici --------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

html,body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #402510;
}

a {
	color: #6A5800;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

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

#header {
	padding: 2px 0 0 195px;
	background-color: #FFFFF0;
	border-top: 5px solid #DECF76;
	border-bottom: 1px solid Gray;
	height: 45px;
}

#header img {
	display: inline;
	padding-top: 9px;
}


/* --- Logo ----------------------------------------------------------------- */

#logo {
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 10px;
	width: 150px;
}

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

#topmenu {
	padding: 0 0 0 195px;
	background-color: #DAE0E5;
	height: 1.23em;
	border-bottom: 1px solid #A7956D;
	font-size: 16px;
}


#topmenu ul {
	font-size: 0.85em;
	list-style-type: none;
	padding: 0;
}

#topmenu li {
	margin: 0 1px 0 1px;
	padding: 0 0 0 0;
	display: inline;
}

#topmenu a {
	display: block;
	float: left;
	line-height: 1.05em;
	color: #88734C;
	background-color: #DAE0E5;
	text-decoration: none;
	text-align: center;
	padding: 0.2em 0.5em 0.2em  0.5em;
}

#topmenu a:hover {
	color: #FFFFF0;
	background-color: #AABBCA;
}

#topmenu a.active {
	color: #FFFFF0;
	background-color: #7A97AF;
}


/* --- Navigation ----------------------------------------------------------- */

#navigation {
/* 	position: absolute; */
	display: inline;	/* Fucking IE6 */
	float: left;
	z-index: 2;
	margin: 140px 10px 10px 10px;
	width: 150px;
	border-bottom: 1px solid #C8A67B;
/*	color: #6A5800; */
}

#navigation .cat-header {
	background: #DED8AF;
	border: 1px solid #C8A67B;
}

#navigation .category {
	background: url("../img/hline-nav.gif") top left repeat-x;
}

#navigation .child-item {
	font-size: 11px;
	padding: 0 0 0 10px;
}

#navigation .main-item {
	padding: 0;
}

#navigation .active {
	font-weight: bold;
}

#navigation label {
	display: block;
	margin: 0 0 5px 0;
}

#navigation select {
	width: 150px;
}

#navigation .button {
	font-weight: bold;
	padding: 0 5px 0 5px;
}

/* --- Container -------------------------------------------------------------*/

#container {
	margin-left: 180px;
}

/* --- Position line -------------------------------------------------------- */

#position {
	padding: 5px 0 5px 0;
	font-size: 11px;
	color: #000000; 
/*	color: #6A5800; */
}

#stagione {
	padding: 4px 10px 0 0;
	float: right;
	font-size: 13px;
	font-weight: bold;
/*	color: #6A5800; */
}

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

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

#text {
	float: left;
	width: 380px;
	background: white;
	text-align: justify;
	padding: 0 20px 0 0;
	color: #000000;
}

#text-large {
	float: left;
	width: 530px;
	background: white;
	text-align: justify;
	padding: 0 20px 0 0;
	margin-bottom: 20px;
	color: #000000;
}

#text p, #text-large p {
	text-indent: 2em;
	margin-bottom: 1em;
}

#dettaglio {
	float: left;
	width: 480px;
	padding: 0 20px 0 0;
	background: white;
	margin: 0 0 10px 0;
}

#order {
	margin: 0 0 10px 0;
}

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

#footer {
	clear: both;
	border-top: 1px solid #A7956D;
	border-bottom: 2px solid #DECF76;
	background-color: #FFFFF0;
	width: 100%;
	margin-top: 20px;
	color: #88734C;
	text-align: center;
	font-weight: bold;
}


/* --- Images wrappers ------------------------------------------------------ */

.section {
	float: left;
	margin: 0 10px 0 0;
	width: 262px;
}

.section .cat-content {
	text-align: center;
}

.category {
	margin: 0 0 15px 0;
	background: url("../img/hline.gif") top left repeat-x;
	padding-top: 1px;
}

.cat-header {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #AABBCA;
	border: 1px solid Gray;
	padding: 0px 6px 1px 6px;
	margin: 0 10px 0 10px;
}

.cat-content {
	margin: 8px 0 0 0;
}

.cat-content li {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin: 0 0 5px 0;
	*margin: 0 5px 5px 0;
/*	border: 1px solid #DECF76; */
/*	background-color: #F0F0C0; */
}

.cat-content li a {
	text-decoration: none;
}

.cat-content .caption {
	margin: -4px 5px 3px 5px;
	text-align: center;
	font-size: 10px;
}

.thumb {
	margin: 3px;
	border: 1px solid #DECF76;
}

.thumb_big {
	background-color: #F0F0C0;
	padding: 5px;
	border: 1px solid #DECF76;
	margin: 0;
}

.image {
	background-color: #F0F0C0;
	padding: 5px;
	border: 1px solid #DECF76;
	margin: 0;
}

.titolo {
	text-align: center;
	display: block;
	line-height: 50px;
	padding: 0 0 10px 0;
}

.value {
	font-weight: bold;
}

.active {
	font-weight: bold;
}
