/*
  This site is building for
  Tecnica Mari S.a.s. di Mari Michela, Italy.
  All marks are reserved.
  This code isn't public & it's reserved.
  
  Powered by ULTRA Studio.
  For contact: info@ultrastudio.it or visit http://www.ultrastudio.it
*/

/* HTML tags */
html {
  height:100%;
}
body {
  margin:0px;
  font-family:Verdana, Arial, sans-serif;
  font-size:16px;
  color:#000000;
  background-image:url("../images/bg-body.jpg");
  background-repeat:repeat-y;
  background-color:#81D0F4;
}
table, img { border:none; }
td { vertical-align:top; }
/* Template */
#mainDiv {
  width:100%;
  height:auto;
  background-image:url("../images/bg-html.jpg");
  background-repeat:repeat-x;
}
#top {
  width:1024px;
  height:211px;
  background-image:url("../images/tecnica-mari.jpg");
  background-repeat:no-repeat;
}
.vSpace {
  width:15px;
}
#mainTd {
  text-align:justify;
  width:700px;
}
#footer { 
  padding-top:35px;
  padding-bottom:15px;
}
/* Text format */
a:link, a:active, a:visited { font-weight:bold; color:navy;}
a:hover { color:red; text-decoration:none; }
.small {
  font-size:11px;
  font-style:italic;
  padding-left:215px;
}
h1 {
  font-size:22px;
  color:navy;
}
.input { border:1px solid blue; }
textarea.input {
  width:450px;
  height:250px;
}
#tableForm td { padding:10px; }
/* Left col */
#leftTd {
  width:200px;
  height:auto;
}
#divStayTopLeft {
  width:200px;
  height:297px;
  background-image:url("../images/left-bg.jpg");
  background-repeat:no-repeat;
  background-color:#005179;
}
#divStayTopLeft img {
  height:30px;
  padding:10px;
}
/* Top Menu */
#menuToolBar {
  padding-top:100px;
  padding-left:220px;
  line-height:40px;
}
#menuToolBar a {
  display:block;
  width:auto;
  padding:5px 5px 20px 20px;
  text-decoration:none;
}
#menuToolBar a:hover { color:white; }
/* Catalogo */
.schema {
  border:1px solid blue;
  background-color:white;
}
.schema .th {
  font-weight:bold;
  background-color:#CCFFFF;
}
.schema .th2 {
  background-color:#CCFFFF;
}
.schema td { padding:10px; }