body{
padding:0px;
margin:0px;
}
a:hover{text-decoration:none;}
.m_text
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:14px;
		color:#8B8B8B;
	}
.h_text
	{
		font-family:Tahoma;
		font-size:11px;
		line-height:14px;
		color:#FFFFFF;
	}
	
.l_text
	{
		font-family:Tahoma;
		font-size:10px;
		line-height:12px;
		color:#CC6600;
	}	

.f_text
	{
		font-family:Arial;
		font-size:9px;
		line-height:10px;
		color:#5E6469;
		text-transform:uppercase
	}	
	
.form
	{
		width:230px; height:17px; border-color:#DDDDDD; border-bottom-width:1px; background-color:#ffffff;
	}
.form_div
	{
		height:23px; margin-top:10px;		
	}
		
	a.text{text-decoration:none;}	
	a.text:hover{text-decoration:underline;}
.footer_txt
	{
		font-family:Arial;
		font-size:10px;
		line-height:10px;
		color:#5E6469;
		text-transform:uppercase
}	
	
.enquiry_txt{
        width:150px;
		height:20px;
		border-style: solid;
		border-width: 1px;
		border-color:#B7B7B7;
		background-color:#161616;
		color:#b7b7b7;
		font-family:tahoma;
		font-size:11px;
}
.txt{ width:204px;
		height:19px;
		font-family:tahoma;
		font-size:11px;
		border-style: solid;
		border-width: 1px;
		border-color:#B7B7B7;
		background-color:#4F4F4F;
		color:#B7B7B7;
		margin-left:0px;
		margin-right:0px}
.textarea { width:204px;
		height:79px;
		font-family:tahoma;
		font-size:11px;
		border-style: solid;
		border-width: 1px;
		border-color:#B7B7B7;
		background-color:#4F4F4F;
		color:#B7B7B7;
		}		
		 
 /* image viewer */
 #thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
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;
}



