
#Table_01 .style1 a {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: strong;
	font-variant: normal;
	color: #7B2E00;
}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	color: #7B2E00;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#emailUs
{
  display: block;
  width: 86px;
  height: 32px;
  background: url("Templates/images/topnav_home.jpg") no-repeat 0 0;

}

#emailUs:hover
{ 
  background-position: 0 -32px;
}

#emailUs span
{
  display: none;
}

#cssGazebos
{
  display: block;
  width: 110px;
  height: 32px;
  background: url("Templates/images/topnav_Gazebos.jpg") no-repeat 0 0;

}

#cssGazebos:hover
{ 
  background-position: 0 -32px;
}

#cssGazebos span
{
  display: none;
}

#cssSheds
{
  display: block;
  width: 75px;
  height: 32px;
  background: url("Templates/images/topnav_Sheds.jpg") no-repeat 0 0;

}

#cssSheds:hover
{ 
  background-position: 0 -32px;
}

#cssSheds span
{
  display: none;
}

#cssPerg
{
  display: block;
  width: 121px;
  height: 32px;
  background: url("Templates/images/topnav_Pergolas.jpg") no-repeat 0 0;

}

#cssPerg:hover
{ 
  background-position: 0 -32px;
}

#cssPerg span
{
  display: none;
}

#cssAbout
{
  display: block;
  width: 121px;
  height: 32px;
  background: url("Templates/images/topnav_AboutUs.jpg") no-repeat 0 0;

}

#cssABout:hover
{ 
  background-position: 0 -32px;
}

#cssAbout span
{
  display: none;
}

#cssAboutGaz
{
  display: block;
  width: 121px;
  height: 32px;
  background: url("Templates/images/topnav_AboutUsGaz.jpg") no-repeat 0 0;

}

#cssABoutGaz:hover
{ 
  background-position: 0 -32px;
}

#cssAboutGaz span
{
  display: none;
}

#cssContact
{
  display: block;
  width: 151px;
  height: 32px;
  background: url("Templates/images/topnav_ContctUs.jpg") no-repeat 0 0;

}

#cssContact:hover
{ 
  background-position: 0 -32px;
}

#cssContact span
{
  display: none;
}

#cssContactGaz
{
  display: block;
  width: 151px;
  height: 32px;
  background: url("Templates/images/topnav_ContctUsGaz.jpg") no-repeat 0 0;

}

#cssContactGaz:hover
{ 
  background-position: 0 -32px;
}

#cssContactGaz span
{
  display: none;
}

.style2 {
	font-size: 12pt
}
.Heading {font-family: Georgia, "Times New Roman", Times, serif;
	color: #462F1E;
	font-size: 24px;
}
.style4 {font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
}

#cssTesto
{
  display: block;
  width: 203px;
  height: 32px;
  background: url("Templates/images/topnav_Testo.jpg") no-repeat 0 0;

}

#cssTesto:hover
{ 
  background-position: 0 -32px;
}

#cssTesto span
{
  display: none;
}



	
	
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #c39a6c;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px "Georgia", "Times New Roman", Times, serif;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}


