.solidblockmenu ul{
margin: 0;
padding: 0;
float: left;
font: bold 13px TrebuchetMS, Arial;
width: 100%;
border: 0px solid #b03959;
background: white url(img/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: #666666;
padding: 3px 11px;
text-decoration: none;
border-right: 1px solid #A7A9AC;
}

.solidblockmenu li a:visited{
color: #666666;
}

.solidblockmenu li a:hover, .solidblockmenu li a.current{
color: white;
background: transparent url(img/blockactive.gif) center center repeat-x;
}

.solidblockmenuu ul{
margin: 0;
padding: 0;
float: left;
font: bold 12px TrebuchetMS, Arial;
width: 100%;
border: 1px solid #b03959;
border-width: 1px 1;
background: white url(img/blockdefault.gif) center center repeat-x;
}

.solidblockmenuu li{          
display: inline;
}

.solidblockmenuu li a{
float: left;
color: #003D68;
padding: 3px 11px;
text-decoration: none;
border-right: 1px solid #999999;
}

.solidblockmenuu li a:visited{
color: #003D68;
}

.solidblockmenuu li a:hover, .solidblockmenuu li a.current1{
color: #666666;
text-decoration:underline;
background: transparent url(img/blockdefault.gif) center center repeat-x;
}

.tabcontainer{
clear: left;
width:95%; /*width of 2nd level sub menus*/
height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

*:first-child+html .ieclass{ /*IE7 hack to remove gap between menu and sub contents*/
margin-top: -1em;
}

* html .ieclass{ /*IE6 and below hack to remove gap between menu and sub contents*/
margin-top: -1em;
}

.tabcontent{
display:none;
}

.outline {
  border: 1px solid #A7A9AC;
  background: #ffffff;
	padding: 0px;
}

body {
	margin: 2px;
	height: 100%;
	padding: 0px;
	font-family: Trebuchet MS, sArial, Helvetica, Sans Serif;
	font-size: 12px;
	color: #333333;
	background: #ffffff;
}

.text {
line-height: 2em;
}
/* mambo core stuff */
a:link, a:visited {
	color: #fff; text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #003D68;	text-decoration: none;
	font-weight: bold;
}

#mailestudio {
	color: #003D68;	text-decoration: none;
	font-weight: bold;
}

#mailestudio:hover {
	color: #666;	text-decoration: none;
	font-weight: bold;
}

/* GALLERIA */

.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 #b03959;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: 1px solid #b03959;
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:auto;
left:500px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
