/* CSS Document */

body {
	padding:0;
	margin:0;
	border:0;
	background-image:url(images/header_bg.jpg);
	font-family:Tahoma, Arial, Verdana;
	font-style:normal;
	font-size:11px;
	color:#444444;
	text-align:left;
	}

#mainTable {
	width:100%;
	vertical-align:top;
	text-align:center;
	background-color:#ffcc66;
	}

#headerImage {
	background-image:url(images/header_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	}

#footer {
	background-image:url(images/footer_bgtile.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	text-align:center;
	
	font-family:Tahoma, Arial, Verdana;
	font-style:normal;
	font-size:11px;
	color:#bfbfbf;
	}
	
#footer a {
	text-decoration:none;
	color:#bfbfbf;
	}
	
#footer a:hover {
	text-decoration:underline;
	color:#eeeeee;
	}

#bannerShade{
	background-image:url(images/headershade.gif);
	background-position:top;
	background-repeat:repeat-x;
	}

#thumbBG {
	background-image:url(images/thumbg.gif);
	background-position:center;
	background-repeat:no-repeat;
	text-align:center
	}

#listView {
	line-height:17px;
/*	font-weight:bold;			*/
	}
ul {
	padding:0; margin:0; text-indent:15px;
	
	}

ul li {
	margin:0; padding:0;
	list-style: inside;
	line-height:19px;
	list-style-image:url(images/ico-arrow1.png);
	
	}
h1 {
	margin-top:10px;
	margin-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:14px;
	color:#ee9900;
	}

h2 {
	margin-top:5px;
	margin-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:13px;
	color:#333333;
	}

p {
	margin-top:5px;
	margin-bottom:15pt;
	text-align:justify;
	}

a {
	text-decoration:none;
	color:#444;
	border:0;
	}
	
a:hover {
	color:#993311;
	}
img {
	border:0;
	}
.mainLinks {
	padding:0; margin-top:7px; margin-left:10px;
	background:url(images/linkbar_bgtile.gif)

}
.eetLogo {
	font-family:"Times New Roman", Times, serif;
	}
.highlightit img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
}

.highlightit:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.giramondo-logo{
	filter: grayscale(1);
}

.giramondo-logo:hover{
	filter: none;
}