﻿/*=========== Default Pagina ===========*/

body 
{
	background-image: url(../images/background_principale_black.gif);
	background-attachment:scroll;
	background-repeat:no-repeat;
	font-family: Tahoma;
	font-size: 11px;
}


#content {
  width: 100%;
}

#sidebar-left, #sidebar-right {
  width: 16em;
}


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;
	align: left; 
}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th 
{ 
	font-size: 1em; 
	font-style: normal; 
}
ul,ol 
{ 
	list-style: none; 
}
fieldset,img 
{ 
	border: none; 
}
caption,th 
{ 
	text-align: left; 
}
table 
{ 
	border-collapse: collapse; border-spacing: 0; 
}

.nomeAzienda
{
	color:#766040;
	font-weight:bold;
	font-size:11px;
}

.tabcatalogo
{
	background-image:url('../images/sfondo_tabcatalogo.gif');
	background-repeat:no-repeat;
	background-position:bottom;
}

/*=========== Privacy ===========*/
#privacyContent
{
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	border-top: solid 1px #999;
	border-bottom: solid 1px #999;
	padding: 10px;
	background-color: #f1f1f1;
}

.privacyTesto
{
	font-family: Arial;
	font-weight: bold;
	font-size:10px;
}

.privacyTesto span
{
	color:#fd6b25;
}

/*=========== Modulo Contatti ===========*/

.tabellacontatti
{
	background-image:url('../images/sfondo_tabcontatti.gif');
	background-position:left bottom;
	background-repeat:no-repeat;
}

.contattiTextArea
{
	border: solid 1px;
	border-color: #ff9933;
	
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	
	width: 380px;
		
	font-family: Arial;
	font-size: 11px;
}

.voceContatti
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bolder;
	color: #636363;
}

input[type=text]
{
	border: solid 1px;
	border-color: #ff9933;
	
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	
	width: 180px;
	
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	cursor: pointer !important;
}

input[type=text]:focus 
{
	background:#fff1de;
	background-color: #fff1de;
}

select
{
	border: solid 1px;
	border-color: #ff9933;
	
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
}

select:focus
{
	background:#fff1de;
	background-color: #fff1de;	
}

input[type=submit]
{
	width: 160px;
	height: 30px;
	
	
	background-image: url(../images/pulsanteStandard.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-color: Transparent;
	background-attachment: scroll;
	
	overflow: hidden;
	border: none;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	cursor: pointer !important;
}

input[type=submit]:hover
{
	background-position: 0px -30px;
}

input[type=submit]:active
{
	background-position: 0px -30px;
}

/*=========== Google Maps ===========*/
#map
{
	width: 480px;
	height: 300px;
	border:solid 1px #727170;
}

.googleMapsContent
{	
	width:301px;
	padding: 5px 5px 5px 5px;
	background-color:#d7d7d7;
	font-weight:bold;
	color: #000000;
}

.ErrorGoogleMaps
{
	width:301px;
	padding: 5px 5px 5px 5px;
	background-color:#d7d7d7;
	font-weight:bold;
	color: #fd6b25;
}

.directions
{
	width:473px;
	font-family:Tahoma;
}

.btnCatalogo
{
	width: 207px !important;
	height: 106px !important;
	background-image: url(../images/pulsanteInformazioni.png) !important;
	background-position: 0px 0px !important;
	background-repeat: no-repeat !important;
	background-color: Transparent !important;
	background-attachment: scroll !important;
	cursor: pointer !important;
}

.btnCatalogo:hover
{
	background-position: 0px -111px !important;
}

.btnCatalogo:active
{
	background-position: 0px -111px !important;
}

a:visited
{
	color:#313131;
	text-decoration:none;
}

.linkContatti a:link
{
	color:#313131;
	text-decoration:none;
}

.linkContatti a:hover
{
	color:#e36021;
	text-decoration:underline;
}

.linkContatti a:active
{
	color:#004C93;
	text-decoration:underline;
}

