
#content {  
  height: 100%;
  min-height: 100%;

  text-align: left;
}

#content,
#width {
  /* max-width hack for IE since it doesn't understand the valid css property */
  width: expression(document.body.clientWidth > 1000 ? "1000px" : "94%");  
  max-width: 1000px;
  margin: 0 auto;
  
}

#content[id],
#width[id] {
  width: 94%;
  height: auto;
}




/**************************************************************
   #header: Holds the site title and header images
 **************************************************************/

#header {
  position: relative;
  height: 20px;
  background:#d9e2ee;
  text-align: center;
  font:14px "trebuchet ms";
  color:#00437;
 float: left;
  width: 100%;
}

/* Holds the site title and subtitle */
#header #title {
  position: relative;
  height: 20px;
  background:#d9e2ee;
  text-align: center;
  font:14px "trebuchet ms";
  color:#00437;
  
}

#header .amplify, .amplify {
  margin: 0;
  padding: 0;
  font: italic 2.1em "trebuchet ms", serif;
  letter-spacing: -1px;
  color: #949699;
}

#header h2 {
  position: absolute;
  top: 10px;
  right: 5px;

  margin: 0;
  padding: 0;

  font: 700 1em "trebuchet ms", serif;
  text-transform: lowercase;
  color: #00F0EC;
}


/* Sets where the header images will go */
#header img.left {
  position: absolute;
  z-index: 1;

  top: 0;
  left: 0;
}

#header img.right {
  position: absolute;
  z-index: 0;

  top: 0;
  right: 0;
}

#header img.balloons {
  position: absolute;
  z-index: 2;

  top: 70px;
  right: 400px;
}



/**************************************************************
   #mainMenu: The top level site menu
 **************************************************************/

#mainMenu { 
  float: right;
  width: 100%;
  clear: both;
  margin-top:100px;
  width:500px;
}

#mainMenu ul {
  margin: 0;
  padding: 0;
}

#mainMenu li {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}

#mainMenu li a {
  float: left;
  margin: 0 2px;
  padding: 5px 0.5em;
  font:normal 14px "trebuchet ms", serif;
  text-decoration: none;
  text-transform: lowercase;
  color: #ddd;
}

#mainMenu li a:hover,
#mainMenu li a.here {
  color: #fff;
  border-bottom: 3px solid #ed1c24;
}

#mainMenu li a.last {
  margin-right: 0;
}




/**************************************************************
   .sideMenu: The side bar menu
 **************************************************************/

/**************************************************************
   .sideMenu: The side bar menu
 **************************************************************/
.menu {
  margin: 0;
  background:#6f8db9;
  border:1px solid #cbbd9a;
  width:256px;
  color:#fff;
  float:left;
}

.menu span{
  padding: 30px;
}
ul.sideMenu {
  margin: 0;
  padding: 16px;  
  color:#fff;
}

.sideMenu li {
  display: inline;  
  /* Needed since IE fails when you give it list-style: none; */  
  list-style-image: url(foo.gif);
  font: 400 1.2em "trebuchet ms", serif;
}

.sideMenu li a {
  display: block;
  margin: 0.2em 0; 
  padding: 3px 3px 3px 35px;   
  text-decoration: none;
  color: #fff;
  background: url(../images/bullet.gif) no-repeat 10px 0px;
} 

.sideMenu li a:hover {
	color: #293345;
         background: #b9d2ff url(../images/bullet.gif) no-repeat 10px 0px;
}

.sideMenu li.Sel a{ color: #fff; background: #003e6d url(../images/bullet.gif) no-repeat 10px 0px;}

/* form menu item */

.tab {
  margin: 11px 0 0 11px;
  padding: 0;
  background:#faf8f2;
  border:1px solid #cbbd9a;
  width:256px;
}
.tab .title{
  margin: 11px 0 0 11px;
  padding: 0;
  color:#765914;
  font: normal 24px arial, serif;
}



/**************************************************************
   #page: Holds the main page content.
 **************************************************************/
#offerte {
  float: left;
  width:890px;
  clear: both;
  background:#d9e2ee;
}

#page {
  float: left;
  width:890px;
  clear: both;
  padding-bottom: 2em;height:100%;
}
.bgtab{ background: #fff url(../images/bg-page.jpg) top left repeat-x;}

#leftPan{
	width:394px;  margin:0 0 0 0; height:200px; float:left;
	}
#rightPan{
	width:213px;  margin:0 0 0 0; height:200px; background:#e1d3b1;float:left;
	}


/**************************************************************
   #footer: The page footer - will stick to the bottom if not
            enough content.
 **************************************************************/

#footer {
  float: left;
  width: 100%;
  clear: both;
  background:#d9e2ee;
  margin-top: -2em;

}

/* Sets the width of the footer content */
#footer #width {
  position: relative;
  z-index: 3;
  font:12px "trebuchet ms";
  color:#00437;
  text-align:center;
}



/**************************************************************
   Width classes used by the site columns
 **************************************************************/

.width100 {
  width: 100%;
}

.width75 {
  width: 72%;
}

.width50 {
  width: 49.7%;
}

.width33 {
  width: 32.7%;
}

.width25 {
  width: 28%;
}
.width612 {
  width: 612px;background:#FFFFFF; height:100%
}
.width268 {
  width: 268px; 
}


/**************************************************************
   Alignment classes
 **************************************************************/

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}



/**************************************************************
   Generic display classes
 **************************************************************/

.clear {
  clear: both;
}

.block {
  display: block;
}

.small {
  font-size: 0.8em;
}

.big {
  font-size: 1.2em;
}

.orange {
  color: #f26522;
}

.red {
  color: #c40008;
}

.white {
  color: #fff;
}

.grey a {
  color: #999;
}

.grey a:hover {
  color: #EEE;
}

.gradient {
  margin-bottom: 2em;
  background: #555 url(../images/bg/gradient.jpg) repeat-x bottom left; 
}

.title {font:bold 16px/20px Arial, Helvetica, sans-serif;  color:#765914;}
.indirizzo{color:#003e6d; font:normal 14px/18px "trebuchet ms", arial;}
/***************************************************************
   Big Sidebar links on Search page
 ***************************************************************/


#pro { 
  float: left;
  clear: both;
  width:auto;
}

#pro ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

#pro li {  
  list-style: none;
  /* Needed since IE fails when you give it list-style: none; */  
  list-style-image: url(foo.gif);
  margin: 0;
  padding: 10px 10px 10px 0; 
  float: left;
}

#pro li:hover{
  background: #4F4F4F;
}

#pro p {margin-left:146px;}

#pro a .img {  
  border: 1px solid #ddd;
  float: left;
}
#pro a:hover .img {  
  /* Fixes IE bug - IE doesn't correctly apply the style on a:hover so need to mask it */
  border: 1px solid #c40008 !important;
}

#pro img {  margin-left:16px;}


.thumbnail{
	padding: 3px 3px 8px 3px;
	background-color: #e1d3b1;
	border: 1px solid #765914;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	}	

.caption{ font-size: 0.9em; padding-top: 0.2em ;	}

#servizi ul {margin:0; padding:0;}
#servizi ul li {margin:0; padding:0;}
table .bordOr{ border:1px solid #f26522;}







