/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

/* TYPE */
body { font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, arial, sans-serif; font-weight: 300; color: #02346b; background: #f0f0f0 url(images/bg.png) repeat-x top; height: 100%; }

a { 
	color: #828282;
	text-decoration: none;	
}

a:hover { 
	color: #02346b;
	text-decoration: none;	
}

a:focus {
	outline: none;
}

span.blu {
	color: #02346b;
	font-weight: bold;
	font-size: 18px;
}

p {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, arial, sans-serif;
	font-weight: 300;
	color: #02346b;
	font-size: 18px;
	text-align: justify;
	line-height: 1.9;
	padding: 0px;
}

h1 {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, arial, sans-serif;
	font-weight: 300;
	color: #5a5a5a;
	font-size: 30px;
	text-align: justify;
	line-height: auto;
	letter-spacing: 5px;
	padding: 0px;
	margin: 0px;
	height: 32px;
}

/* INTRO */

#intro_fade1, #introduzione {
	margin: auto;
	padding: 0px;
	height: 700px;
	width: 100%;
	z-index: 10;
	text-align: center;
	background: transparent url(images/bg2.png) repeat-x top center;
}
#intro_fade2, #introduzione {
	margin: auto;
	padding: 0px;
	height: 298px;
	width: 1000px;
	z-index: 10;
	text-align: center;
	background: transparent;
}

#layout {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	background: transparent;
}


/* LAYOUT */

.clear { clear: both; }

#header {
	width: 100%;
	height: 305px;
	background: transparent url(images/header.png) no-repeat top center;
	margin: 0px;
	padding: 0px;
}
#top {
	width: 800px;
	height: 305px;
	position: relative;
	margin: auto;
}

#container { width: 800px; height: 100%; margin: 0 auto; }

#content {
	width: 800px;
	height: auto;
	padding: 0px;
	margin: auto;
	background: transparent;
}

/* MENU */

#menu {
	width:218px;
	height:333px;
	position: absolute;
	top: 0px;
	right: 0px;
	background: transparent url(images/menu.png) no-repeat top;
}

#menu ul {
	margin: 150px 0px 0px 8px;
	padding: 0;
	list-style: none;
}

#menu li {
	float: left;
	height: 32px;
	text-indent: -5555px;
	margin: 5px 0px 5px 0px;
}

#menu li a {
	display: block;
	width: 100%;
	height: 100%;
}

#chisiamo, #chisiamo a {
	width: 200px;
	background: transparent url(images/chisiamo.png) no-repeat 0 0;
}

#prodotti, #prodotti a {
	width: 200px;
	background: transparent url(images/prodotti.png) no-repeat 0 0;
}

#contatti, #contatti a {
	width: 200px;
	background: transparent url(images/contatti.png) no-repeat 0 0;
}

#menu a:hover { background-position: 0 -32px; margin: 0px; padding: 0px;}

#menu a.active { background-position: 0 -32px; margin: 0px; padding: 0px;}


/* BOXES */

#basic-accordian{
	padding:1px;
	width:auto;
	z-index:2;
}

.accordion_headings{
	padding:5px;
	background:#f0f0f0;
	color: #02346b;
	cursor:pointer;
	font-weight: 300;
}

.accordion_headings:hover{
	background:#02346b;
	color: #ffffff;
}

.accordion_child{
	padding:15px;
	background:#EEE;
	border-left: 1px solid #02346b;
	position: relative;
}

.header_highlight{
	background:#02346b;
	color: #ffffff;
}

/* FOOTER */
#footer {
	width: 100%;
	height: 30px;
	margin: 30px auto;
	border-top: 1px solid #f0f0f0;
}
#footer p.footer {
	font-family: "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
	color: #cccccc;
	font-size: 14px;
	text-align: left;
	padding: 10px 0px 0px 0px;
	margin: 0px;
	font-weight: normal;
}

