a:link { font-family: arial, helvetica, sans-serif; font-size: 12px; color: #0066cc; text-decoration: none; }
a:visited { font-family:arial, helvetica, sans-serif; font-size: 12px; color: #0000ff; text-decoration: none; }
a:active { font-family:  arial, helvetica, sans-serif; font-size: 12px; color: #0066cc; text-decoration: none; }
a:hover { font-family:  arial, helvetica, sans-serif; font-size: 12px; color: #ff0000; text-decoration: none; font weight:bold }

td{ font-family: arial, helvetica, sans-serif; font-size: 12px; text-decoration: none; }
table{ font-family:  arial, helvetica, sans-serif; font-size: 12px; text-decoration: none; }
body

{
font-family:  arial, helvetica, sans-serif; font-size: 15px;
scrollbar-base-color: #0066cc; 
scrollbar-arrow-color: #FFFFFF;
scrollbar-DarkShadow-Color: #000000;

/* headers */
h1, h2, h3 {
	font: bold 1em 'Sans-serif', Arial, Trebuchet MS;
	color: #333;	
}
h1 { font-size: 1.5em; color: #000099; } 
h2 { font-size: 1.3em; text-transform:uppercase;}
h3 { font-size: 1.0em; color: #669999; }

p, h1, h2, h3 {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #4284B0;
}
ul span, ol span {
	color: #666666; 
}

/* images */
#main_wrap img {
	border: 0px solid #CCC;
}
img.no-border {
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
a img {  
  border: 0px solid #568EB6;
}
a:hover img {  
  border: 0px solid #CCC !important; /* IE fix*/
  border: 0px solid #568EB6;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;  
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  /* white-space: pre; */
  background: #FAFAFA;
  border: 1px solid #f2f2f2;  
  border-left: 4px solid #4284B0; 


}

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 40;
left: 620px; /*position where enlarged image should offset horizontally */
z-index: 50;
}



.glossymenu{
	position: relative;
	padding: 0 0 0 34px;
	margin: 0 auto 0 auto;
	background: url(immagini/menur_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 24px 0 8px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(immagini/menur_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(immagini/menur_hover_right.gif) no-repeat right top; /*right tab image path*/
}

