.linkNormal a
{
	text-decoration:none;
	text-transform:uppercase;
	font-size:12px; 
	line-height:13px; 
	color:#9B8F77;			
}

.linkNormal:hover a
{
	text-decoration:none;
	text-transform:uppercase;
	font-size:12px; 
	line-height:13px; 
	color:#726241		
}

img { border:0px;}

/*.main_text, table, li, input, textarea
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:13px;
		color:#726241;		
	}*/

.titleLight
{
	font-family:Tahoma;
	font-size:16px;
	line-height:18px;
	color:#A59778;
	font-weight: bold;	
}

.titleNormal
{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	line-height:18px;
	color:#FFFFFF;
	font-weight: bold;
}

.titleSub 
{
	font-family:Tahoma;
	font-size:14px;
	line-height:16px;
	color:#646E75;
	font-weight: bold;
}

.txtNormal
{
	font-family:Tahoma, Geneva, sans-serif; 
	color:#FFFFFF;
	font-size:12px;
	line-height:13px;
	font-weight: normal;
	text-decoration: none;
}

.homepageCaption
{
	font-family:Tahoma;
	font-size:20px;
	line-height:22px;
	color:#BFBFC0;
	font-weight: bold;
	text-transform: capitalize;
}

.imgBorders
{
	border: solid 2px #AF9A75;
	border-top: solid 2px #AF9A75;	
}

.homepageImages img
{
	border: solid 5px #BFBFC0;
	border-top: solid 2px #BFBFC0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	display: inline;  
}
.homepageImages:hover img
{
	border: solid 5px #BFBFC0;
	border-top: solid 5px #BFBFC0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	display: inline;
	

}

.thumbImages img
{
	border: solid 2px #BFBFC0;
	border-top: solid 2px #BFBFC0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	display: inline;
}
.thumbImages:hover img
{
	border: solid 2px #BFBFC0;
	border-top: solid 2px #BFBFC0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	display: inline;  
}

.txtModels
{
	font-family:Tahoma;
	font-size:10px;
	line-height:12px;
	color:#9B8F77;
	font-weight: bold;
}

.txtOrange
{
	font-family:Tahoma;
	font-size:11px;
	line-height:11px;
	color:#D26E3B;
	font-weight: normal;
}

.footer_text
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:13px;
		color:#9B8F77;
		font-weight: bold;		
	}

.footer_link
{
	font-size: 11px;
	line-height: 13px;
	color: #D26E3B;
	text-decoration: none;
	font-weight: bold;
}

.header_link 
{
	font-size: 11px;
	line-height: 13px;
	color: #FFFEDF;
	text-transform: uppercase;
	font-weight: bold;
}

.header_link:hover 
{
	font-size: 11px;
	line-height: 13px;
	color: #FFFEDF;
	text-transform: uppercase;
	font-weight: bold;
}

#nav { 
  background-image: url(images/navbar_01.gif);
  height: 61px;
  width: 980px;
  background-repeat: no-repeat;
  position: relative;
  z-index: 10;
  }

#menu a {
  position: absolute;
  height: 61px;
  width: 980px;
  top: 0px; 
  text-decoration: none;
  z-index: 10;  
  }
  
#menu a i { visibility: hidden; }

a#about { left: 0px; right: 128px; top: 0px; bottom: 61px; z-index: 10; }
a#wood { left: 128px; right: 219px; top: 0px; bottom: 61px; z-index: 10;}
a#chainlink { left: 219px; right: 343px; top: 0px; bottom: 61px; z-index: 10;}
a#vinyl { left: 344px; right: 428px; top: 0px; bottom: 61px; z-index: 10;}
a#ornamental_iron { left: 565px; right: 728px; top: 0px; bottom: 61px; z-index: 10;}
a#concrete { left: 729px; right: 846px; top: 0px; bottom: 61px; z-index: 10;}
a#arbours { left: 847px; right: 980px; top: 0px; bottom: 61px; z-index: 10;}

a#about:hover { background-image: url(images/btnAbout_over.jpg); border: none; background-repeat: no-repeat; }
a#wood:hover { background-image: url(images/btnWood_over.jpg); border: none; background-repeat: no-repeat; }
a#chainlink:hover { background-image: url(images/btnChainlink_over.jpg); border: none; background-repeat: no-repeat; }
a#vinyl:hover { background-image: url(images/btnVinyl_over.jpg); border: none; background-repeat: no-repeat; }
a#ornamental_iron:hover { background-image: url(images/btnIron_over.jpg); border: none; background-repeat: no-repeat; }
a#concrete:hover { background-image: url(images/btnConcrete_over.jpg); border: none; background-repeat: no-repeat; }
a#arbours:hover { background-image: url(images/btnArbours_over.jpg); border: none; background-repeat: no-repeat; }

del {
    color: red;
}
del span {
    color: black;
}

