/* initial style generated by csscreator.com */
/*  //////////////////////////////////////// */
           /* ---------- reset FOR CROSS-BROWSER COMPATIBILITY -----------*/
* { margin: 0; padding: 0; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background-color: #274E4E;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}					 
/*  //////////////////////////////////////// */
 
           /* ---------------- structure LAYOUT ---------------------*/
					 /*========================================================*/
#pagewidth{ 
 width:71%; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;  
}  
#header{
 position:relative; 
 height:100px; 
 background-color:#AB9CC3; 
 width:100%;
} 


 
#maincol, #maincol3{
 background-color: #E2DDE9;  
 float: right; 
 display:inline; 
 position: relative; 
 width:100%;
 }

#maincol2, #maincol4, #maincolcapitale {
 float: right;
 display: inline;
 position: relative; 
 width: 100%;
 height: 550px;
 border-top: 1px solid #8d8d8d;
 margin-top: 2px;
 } 
#maincol2 {
  background: #F2EFF5 url("../image/taste_mouse4.gif") top center no-repeat;
	background-color:#F2EFF5;
	}
#maincol4 {
  background-color: #8d8d8d;
	padding-top: 10px;
	float:right;
	}	
#maincolcapitale {
  background-color: #5A5A72;
	}
  
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

.bottom {
 height: 20px;
 background: black url(../image/indentbg.gif) center center repeat-x;
 width: 100%;
 margin-top: 3px;
 }
.validator {
 margin-left: 770px;
 margin-top: 400px;
 width: 100px;
 }
.imgspace {
 padding-bottom: 5px;
 } 

           /* ------------------- end structure ----------------------- */
/*  //////////////////////////////////////// */

/* -------------- start TYPOGRAPHYC--------------------*/
#maincol {
 font:  13px Arial; 
 text-indent: 80%;
 }
#maincol2 {
 font: 0.9em black Arial;
 font-weight: 200; 
 text-indent: 1em;
 }
#maincol3 {
 font:  11px Arial sans-serif; 
 color: #6B6B6B;
 font-weight: 400;
 text-indent: 30px;
 text-decoration: none;
 } 
.headtitle {
  height: 80px;
  background: url(../image/titlu.jpg) center left no-repeat;
	}
	
 	
/*  //////////////////////////////////////// */

        /* ------------------- START NAV MENU ------------------ */
				/* ===================================================== */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.indentmenu{
   font: 13px Arial;
   font-weight: 500;
  width: 100%; /*leave this value as is in most cases*/
  backgrounda: black url(../image/indentbg.gif) center center repeat-x;
}

.indentmenu ul{
  margin: 0;
  padding: 0;
  float: right;
  width: 100%; /*width of menu*/
  border: 1px solid #564c66; /*dark purple border*/
  border-width: 1px 0;
  background: black url(../image/indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
  float: left;
  color: white; /*text color*/
  padding: 5px 11px;
  text-decoration: none;
  border-right: 1px solid #564c66; /*dark purple divider between menu items*/
}

.indentmenu ul li a:visited {
  color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li .current {
  color: white !important; /*text color of selected and active item*/
  padding-top: 6px; /*shift text down 1px for selected and active item*/
  padding-bottom: 4px; /*shift text down 1px for selected and active item*/
  background: black url(../image/indentbg2.gif) center center repeat-x;
}	
         /* ------------------- END menu --------------------------*/
				 /* =======================================================*/			 	