/* CSS Document */
html {
	height:100%;
	width:100%;
}

body {
	background: #9e9e9e url(../images/bg_y.jpg) top center repeat-y;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #192351;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	height:100%;
}

/*--------------------- STILI GENERALI -------------------*/

div, h1, h2, h3, h4, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
}


p, ul {line-height:16px; margin-top:7px; margin-bottom:12px;}



h1 { 
	font-size: 18px;
	color:#999;
	font-weight:bold;
}

h2 {
	font-size: 13px;
	color:#192351;
	font-weight:normal;
}

b, strong {
	/*color: #000;*/
}

/*collegamenti ipertestuale*/
a {
	color:#999;
	text-decoration:none;	
}

a:hover {
	color:#000;
	text-decoration: none;
}
	
.clearer {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

/*--------- STRUTTURA DEL SITO -------------*/
#layout {
	min-height:100%;
	background:url(../images/bg.jpg) top center no-repeat;
}

#sito {
	/*padding: 0px 9px 0px 12px;*/
}

#header {
	width: 934px;
	height:468px;
	position: relative;
	margin:0px auto;
}

	#header #logo {
		display:block;
		width:353px;
		height:100px;
	}
	
		#header #logo span { 
			display:none;
		}
	
	#header #lingue {
		display:none;
		position:absolute;
		right:30px;
		top: 20px;
		font-size: 10px;
	}
		#header #lingue a { color:#666; margin-left:7px; }
		#header #lingue a:hover { color:#000;}
		#header #lingue a.attivo { font-weight:bold;}
	
	#header #menu1 {
		position: absolute;
		right: 12px;
		top: 40px;		
	}
/*					
		#header #menu1 a{
			display:block;
			float:left;
			color:#999;
			width:117px;
			height:31px;
			padding:36px 0 0 0;
			text-align: center;
		}
		#header #menu1 a:hover,
		#header #menu1 a.attivo{
			color:#fff;
			background: url(../images/menu1.jpg);
		}
*/	
	#header #movie {
		position:absolute;
		top:108px;
		left:0px;
		height:312px;
		width:900px;
	}

#titolo_pagina {
	display:none;		
}

#container {
}
	#container #cont_head {
		background: url(../images/prod-head.jpg) top center no-repeat;
		height: 53px;
	}
		#container #cont_head #path {
			width:714px;
			padding-left:220px;
			margin:0px auto;
		}
		#container #cont_head #path a {
			float:left;
			line-height:53px;
			padding:0px 15px;
			background:url(../images/btn_cat.jpg) repeat-x;
			color:#e0e0e0;
		}
		
		#container #cont_head #path a.attivo,
		#container #cont_head #path a.next {
			background:url(../images/btn_next.jpg) repeat-x;
		}
		#container #cont_head #path a.attivo,
		#container #cont_head #path a:hover {
			color:#fff;
		}
		
		#container #cont_head #path a.attivo {
			cursor: default;
		}
	
#columns {
	width:934px;
	margin: 0px auto;
}

#footer {
	border-top:1px solid #a2ada7;
	width:934px;
	height:70px;
	margin: 0px auto;
	position:relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
}

#footer a {
	color:#666;
}

	#footer .foot_info {
		margin-top: 35px;
		text-align:center;
	}
	
	#footer .foot_info2 {
		position:absolute;
		right: 0px;
		top: 35px;
	}	
/*------ DIVERSI LAYOUT -------*/

.layout_home {
}

.layout_home .head_col{
	margin-top:-50px;
}

	.layout_home #col_left {
		float:left;
		width:228px;
	}
	.layout_home #col_center {
		float:left;
		width:353px;
	}		
	.layout_home #col_right {
		float:right;
		width:353px;
	}
	
.layout_page {
}

	.layout_page #col_left {
		float:left;
		width:284px;
	}
		
	.layout_page #col_right {
		float:right;
		width:650px;
	}
	
.layout_prodotti {
}

	.layout_prodotti #container {
		background: #bbb;
	}
	
	.layout_prodotti #column {
		float:left;
		width:934px;
	}
	
	.layout_prodotti #footer_container {
		background: #bbb;
	}
