/*************************************
 * TITLE: Sinorca Screen Stylesheet  *
 * URI  : sinorca/sinorca-screen.css *
 * MODIF: 2003-Apr-30 19:31 +0800    *
 *************************************/


/* ##### Common Styles ##### 

* {
	border: 1px solid red;
}*/

body {
  color: black;
  /*background-color: rgb(154,154,155); rgb(240,240,240)
  background-color: rgb(200,200,200);
*/
  font-family: verdana, helvetica, arial, sans-serif;
  font-size: 71%;  /* Enables font size scaling in MSIE */
  margin: 0;
  padding: 0;
  
}

html > body 									/*sintassi*/
{
  font-size: 10pt;
}

acronym, .titleTip {							/*sintassi cursore ? e title*/
  border-bottom: 1px dotted rgb(153,153,153);
  cursor: help;
  margin: 0;
  padding: 0 0 0.4px 0;
}

.doNotDisplay {
  display: none;
}

.smallCaps {
  font-size: 110%;
  font-variant: small-caps;
}

/* ##### intestazione ##### */

/*.TitoloIntestazione
{
  color: white;
  background-color: rgb(45,0,112);
  border: 1px solid red;
}*/

.IntestazioneTitolo {	/*  DetersiviAllaSpina  */
background-color: rgb(45,0,112);
  color: white;
  text-align: center;
  /*border: 1px solid red;*/
  font-size: 300%;
  font-weight: normal;
  margin: 0 0 0 0;
  padding: 0.5ex 0;
  
/*  font-size: 300%;
  font-weight: normal;
  float: left;
  margin: 10px 0 0 10%;
  padding: 0.5ex 0;
  border: 1px solid red;
*/
}

.logoAQsys
{
	vertical-align: middle;
	clear: left;
	/*margin-left: 50%;
	border: 1px solid red;*/
  border: none;
}



.motto {
  color: white; /*red;*/
  font-size: 12pt;
  /* font-weight: bold  ****** */
  text-align: center;
  background-color: teal; /*rgb(0,51,153);*/
  margin: 0;
  padding: 1ex 1ex 1ex 1.5mm;
}

.linkIntestazione .highlight {
  color: rgb(253,160,91);
  background-color: transparent;
}

.linkIntestazione  /*contenitore*/
{
  color: white;
  background-color: rgb(100,135,220);
  padding: 0em 1.5ex 0em 1.5ex;
}

.linkIntestazione a {
  color: white;
  background-color: transparent; 
  text-decoration: none;
  font-size: 120%;
  margin: 0;
  padding: 0 0.5ex 0 0.5ex; /*padding tra le ancore*/
}

.linkIntestazione a:hover {
  text-decoration: underline;
}

.linkIntestazione .left {
  line-height: 2em;
  float: left;
  clear: left;
}

.linkIntestazione .right {
  line-height: 2em;
  text-align: right;
}

/* ##### menu ##### */

#menu a
{
  background-color: transparent;
  text-decoration: none;
}

#menu a:hover {
  color: white;
  text-decoration: none;
}

.menuTesto {
  line-height: 1.5em;
  margin: 0 0 1em 0;
  padding: 0 1.5ex 0 2.5mm;
  font-size: 90%;
  display: block;
}

#menu {
   background-color: rgb(154,154,154);
   float: left; /*inutile mettere text-align: center*/
   width: 130px;  
}

#menu img {
   margin: 15px 5px 15px 15px;
   border: 0;
   width: 100px;
}

/* ##### Main Copy ##### */

#main-copy {
   /*height: 1000px; margin: 0 0 0 16em;float: right;*/
  color: black;
  text-align: justify;
  line-height: 1.5em;
  padding: 5mm 5mm 5mm 5mm;
  margin: 0 0 0 120px;

 /* position: absolute;
  left:130px;
  width: 84%; border-left: 1px solid rgb(153,153,153); */
}

#main-copy1 {
  color: black;
  text-align: justify;
  line-height: 1.5em;
  padding: 5mm 5mm 5mm 5mm;
  margin: 0 0 0 0px;
}

#main-copy table {
  margin-left: auto;
  margin-right: auto;
}

#main-copy p {
  margin: 1em 1ex 1em 1ex;
  padding: 0;
 /* font-size: 100%; *** */
}

#main-copy li {			/* per MSIE */
  /*font-size: 9pt;*/
  padding: 0.1ex 0 1ex;
}

#main-copy a {
  color: rgb(0,102,204);
  background-color: transparent;
  text-decoration: underline;
}

#main-copy a:hover {
  text-decoration: none;
  color: teal;
}

#main-copy a:visited {
  color: teal;
}

#main-copy h1 {
  zindex: 200;
  color: white;
  background-color: rgb(100,135,220);
  font-size: 120%;
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 0.5ex 0 0.5ex 1ex; 
}

#main-copy1 h1 {
  zindex: 200;
  color: white;
  background-color: rgb(100,135,220);
  font-size: 120%;
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 0.5ex 0 0.5ex 1ex; 
}

#main-copy1 input textarea {
  margin-left: 30px;
  float: left;
}

.testoform {
  width: 490px;
  float: left;
}

#main-copy .sottotitolo {
  margin: 1em 1ex 1em 1ex;
  font-style: italic;
  padding: 0;
  font-size: 110%;/* *** */
}

#main-copy .titoloProdotti 
{
  color: white;
  background-color: rgb(100,135,220);
  font-size: 120%;
  font-weight: bold;
  margin: 0 0 0 0; /*0.5em in alto era l'unica differenza con h1...*/
  padding: 0.5ex 0 0.5ex 2ex;
}

/*.immagini
{
	float: left;
	border: none;
	position: relative;
	padding: 0em 1em 1em 0;
	padding-right: 1em;
}
*/

#main-copy .contenitoreProdotti /*per spostare il contenuto successivo*/
{
   /*height: 360px;*/
}

#main-copy .contenitore /*per spostare il contenuto successivo*/
{
 /*  height: 500px; */
 margin: 1ex 1ex 1ex 0;
 clear: right;
}

#main-copy .topOfPage {
  color: white;
  background-color: transparent;
  font-size: 91%;
  font-weight: bold;
  text-decoration: none;
  margin: 2.5ex 1ex 0 0;  /* For MSIE */
  padding: 0;
  float: right;
}

#main-copy > .topOfPage {
  margin: 2.75ex 1ex 0 0;  /* For fully standards-compliant user agents */
}


/* ##### pieDiPagina ##### */

#pieDiPagina {
  color: white;
  background-color: rgb(100,135,220);
  font-size: 110%;
  margin: 0;
  padding: 0 2.5mm 2.5ex 2.5mm; /*1em*/
  clear: both;
}

#pieDiPagina .indirizzo {
  line-height: 2em;
  text-align: center;
  font-size: 120%
}

#pieDiPagina .left {
  line-height: 1.45em;
  float: left;
  clear: left;
}

#pieDiPagina .right {
  text-align: right;
  line-height: 1.45em;
}

#pieDiPagina a {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}

#pieDiPagina a:hover {
  text-decoration: none;
}

.logoV
{
	position: relative;
	left: 1%;
	width: 100px;
	padding-right: 1em;
	vertical-align: middle;
}
