
@import 'iehacks.css';
@import 'main_menu.css';
@import 'products_menu.css';

/*-----------------------------------------------------------------------------------------------
 Globals
-----------------------------------------------------------------------------------------------*/
*,html,body,p,small,ul,li,ol,dl,dt,dd,fieldset,legend,select,textarea,h1,h2,h3,h4,h5,h6,img {
	margin: 0;
	padding: 0;
	list-style: none;
}

a:link, a:visited, a:hover {
	text-decoration: none;
	color: #F47920;
}

div.clear {
	clear: both;
}

.orange {
	color: #F47920;
}

img.left {
	float: left;
}

input, textarea, select {
	background-color: #C4C4C4;
	border:1px solid #6A6A6A;
	background-image:url(img/background_form.gif);
	color: #000000;
}

input.submit:hover{
	border:1px solid #F47920;
}

input.image {
	border:0px;
}

/*
input.text, input.password, select, textarea {
	border: 1px solid #666;
}
*/
fieldset {
	border: 0;
}

legend {
	color: 0;
}

a img {
	border: 0;
}


/*-----------------------------------------------------------------------------------------------
 Typography
-----------------------------------------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	letter-spacing: -0.05em;
}

h1 {
	font-size: 24px;
	margin-bottom: 18px;
}

h2 {
	font-size: 18px;
	margin-bottom: 18px;
}

h3 {
	font-size: 14px;
	margin-bottom: 4px;
}

h4 {
	font-size: 12px;
}

p,ul,ol,cite {
	margin-bottom: 18px;
}

cite {
	display: block;
}

#footer p {
	margin-bottom: 0px;
	line-height: 15px;
}


/*-----------------------------------------------------------------------------------------------
 Layout
-----------------------------------------------------------------------------------------------*/
html, body {
	height: 100%;
}

body {
	/*border-left: #F4791F 10px solid;*/
	font: 12px/1.5em Arial, Helvetica, Verdana, sans-serif;
	background-color: #383838;
	color: #FFFFFF;
}

#wrap {
	width: 925px;
	padding: 10px 0 0 10px;
}

#head #login {
	float: right;
	width: 140px;
}

#head #lang {
	float: right;
	width: 90px;
}

#head #nav {
	float: right;
	position: relative;
	top: -28px;
	right: 4px;
	margin-bottom: -13px;
}

#main {
	margin-bottom: 40px;
	overflow: hidden;
}

#left, #content {
	float: left;
}

#left {
	width: 170px;
	margin: 40px 10px 0 0;
}

#content {
	width: 741px;
}

#footer {
	font-size: 11px;
	margin: 10px 0 0 180px;
}


/*-----------------------------------------------------------------------------------------------
 Head
-----------------------------------------------------------------------------------------------*/
#head h1#logo {
	margin: 0;
}

#head h1#logo a {
	display: block;
	width: 170px;
	height: 144px;
	background:  url("img/logo.jpg") top left no-repeat;
	text-indent: -9999px;
}

#head #lang {
	margin: 28px 0 0 0;
}

#head #lang li {
	display: inline;
}

#head a {
	color: #fff;
}
#head #lang li.active a {
	color: #F47920;
}

/*-----------------------------------------------------------------------------------------------
 Login
-----------------------------------------------------------------------------------------------*/

#login div.required input {
	margin-bottom: 5px;
	width: 125px;
	padding: 2px;
}

#login div.optional {
	margin: 0 0 5px 0;
}

#login input.submit {
	width: auto;
	padding: 0;
	font-size: 11px;
}

#login p {
	position: relative;
	top: -18px;
	left: 50px;
	margin: 0;
}

#login a {
	color: #F47920;
}

#login p a {
	color: #FFFFFF;
}


/*-----------------------------------------------------------------------------------------------
 Left
-----------------------------------------------------------------------------------------------*/
#left h2 {
	margin: 0;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
}


/*-----------------------------------------------------------------------------------------------
 Content
-----------------------------------------------------------------------------------------------*/
#content .right {
	margin-left: 379px;
	padding-left: 5px;
}

#content .bread {
	margin-bottom: 15px;
}

#content p.pagination {
	text-align: center;
	margin-top: 5px;
}

#content p.pagination a {
	padding: 0 2px;
}

#content div.wrapper {
	margin-bottom: 5px;
	border-right: 10px solid #F4791F;
	color: #000000;
}

#content div.block {
	width: 328px;
	padding: 6px;
	border: #666 1px solid;
	background-color: #FFFFFF;
	overflow: hidden;
}

#content div.block h2 {
	margin-bottom: 0;
}

#content div.block p.date {
	color: #333;
	font-size: 11px;
}

#content div.block p {
	margin: 0 0 0 114px;
}

#content div.block div.thumb {
	float:left;
	overflow: hidden;
	margin-right: 10px;
	width: 103px;
	height: 103px;
}


/*----------------------------------------------------------------------------------------------
 Home
-----------------------------------------------------------------------------------------------*/
#content.home .right {
	_float: left;
	_margin-left: 0px;
}
#content.home .block {
	_margin-right: 5px;
}


/*----------------------------------------------------------------------------------------------
 News
-----------------------------------------------------------------------------------------------*/
#content.news .wrapper {
	border-right: 10px solid #F4791F;
}

/*----------------------------------------------------------------------------------------------
 Rassegna Stampa
-----------------------------------------------------------------------------------------------*/
#content.rassegna-stampa .wrapper {
	border-right: 10px solid #F4791F;
}

#content.rassegna-stampa form.cat {
	margin: 0 0 10px 0;
}

#content.rassegna-stampa form.cat label {
	margin-right: 10px;
	width: 60px;
	display: block;
	float: left;
}


/*----------------------------------------------------------------------------------------------
 Prodotti
-----------------------------------------------------------------------------------------------*/
#content .prod-intro {
	padding: 20px 30px;
	color: #fff;
	height: 315px;
}

#content dl.params dt {
	font-weight: bold;
}

#content dl.params dd {
	margin-bottom: 9px;
}

#content img.icon {
	cursor: pointer;
}

.preview {
  text-align: right;
}
.preview a img{
  margin: 2px;
}
.preview a.active img{
  margin: 0;
  border: 2px solid #F47920;
}


/*----------------------------------------------------------------------------------------------
 Gallery
-----------------------------------------------------------------------------------------------*/
div.gallery {
	float: left;
	width: 379px;
}

/*-----------------------------------------------------------------------------------------------
 Zoom Gallery
-----------------------------------------------------------------------------------------------*/
div.gallery #imgWrapper{
	width: 379px;
	height: 355px;
}

div.gallery #loading {
	text-align: center;
	height: 100%;
	background: url(../img/loading.gif) center no-repeat;
}


/*-----------------------------------------------------------------------------------------------
 Search
-----------------------------------------------------------------------------------------------*/
#search input.text {
	width: 122px;
	padding: 4px;
}
#search input {
	float: left;
}



/*-----------------------------------------------------------------------------------------------
 Chi siamo
-----------------------------------------------------------------------------------------------*/
div.block div.content {
	margin: 0 0 10px 114px;
}


/*-----------------------------------------------------------------------------------------------
 Legenda
-----------------------------------------------------------------------------------------------*/
#content.legenda div.right {
	padding: 10px;
}

#content.legenda div.right div.legenda {
	width:342px;
	overflow: hidden;
}

#content.legenda div.right h2 {
	margin: 9px 0 4px 0;
}

#content.legenda div.right div.legenda ul{
	margin: 0;
}

#content.legenda div.right div.legenda ul li {
	float: left;
	width: 80px;
	margin: 0 10px;
}

#content.legenda table {
	width: 100%;
	margin-bottom: 10px;
}


#content.legenda table td {
	width: 33%;
	margin-bottom: 5px;
	vertical-align: top;
}


/*-----------------------------------------------------------------------------------------------
 Google Map
-----------------------------------------------------------------------------------------------*/
#map {
	width: 348px;
	height: 355px;
	float: right;
	/* see z-index in iehacks.ccs */
}

#content.dove-siamo div.left {
	float:left;
	margin-right:10px;
	width:378px;
}


/*-----------------------------------------------------------------------------------------------
 Form info
-----------------------------------------------------------------------------------------------*/
#content form legend {
	font-size: 18px;
	margin-bottom: 18px;
}

#content div.required, #content div.optional {
	margin-bottom: 2px;
	padding: 2px;
}

#content label {
	display: block;
	width: 40%;
	float: left;
	color: #FFFFFF;
}

#content form input.text, #content form textarea {
	width: 200px;
}

#content form span.required {
	color: #f00;
	padding: 0 5px;
}

#content form div.error {
	background: #ffe0e0;
	border: 1px #f2caca solid;
}

#content form div.active {
	background: #000000;
	border: 1px #F5E2CB solid;
}

#content form div.error .active {
	background: none;
	border: 0;
}

#content form div.error div {padding: 4px 1px;}

#content h4.error, #content div.error {
	color: #f00;
	margin-bottom: 14px;
}

#content form div.error, #content form div.active { padding: 1px; }

#content form div.error label {color:#f00;}

form #privacy {
	width: 100%;
	height: 70px;
	overflow: auto;
	font-size: 10px;
}


