div .floatright {float:right;}
div .floatleft {float:left;}
div .boxfloatright {float:right;}
div .boxfloatleft {float:left;}

.center					{text-align: center;}
.right					{text-align: right;}
.ofr					{ float:right; } 
.ofl					{ float:left } 
.ifr					{ float:right; margin-bottom:10px; margin-left:10px;}
.ifl					{ float:left; margin-bottom:10px; margin-right:10px; }
.hide, .invisible		{ display: none; }
.spamfilter				{ display: none }
div.object-left			{ float: left }
div.object-right		{ float: right; }
div.object-center		{ margin-left: auto; margin-right: auto; text-align: center }
div.imageright, div.factboxright, div.rightobject {
					float: right; margin: 5px 0 5px 5px;
}
div.gallerythumb		{ float: left }
#tpl_gallery_home img.gallery_ifl 
						{ float: left }
.chr					{ clear: both }
.cleft					{ float: left }
.cright					{ float: right }
.divchr					{ clear: both; padding: 1px; height: 5px; font-size: 1px; }
.clrnomargin			{ clear: both; padding: 0px; height: 0px; font-size: 0px }
.nomargin				{ margin: 0; padding: 0; }
.clsleft				{ clear: left }
.clsright				{ clear: right }
/* Contact Form
----------------------------- */
label.frmboxlabel		{ float: left }
.frmclm1				{ float: left }

@media print{
	body, #bw_bodyframe, #bw_bodyframe2, #bw_outerbodyright, #bw_outerbodymain
	{background:none; background-color:#ffffff; color:#333333;}
	
	#bw_outerbodyright, #bw_outerbodymain, #bw_bodyouter, #bw_bodyoutermain
	{margin:0px; padding:0px;}
	
	div#bw_hometitle1, #tpl_page .bw_maintitle { background:none; background-color:#ffffff; color:#333333 }
	div#bw_hometitle1 h1, #tpl_page .bw_maintitle h1 {color:#333333; background-color:#ffffff;}
	
	#bw_topspace, #bw_flashframe, #bw_headcornerl, #bw_headcornerr, #bw_leftmenupanel, #bw_contactdetails,
	#bw_footer, #bw_incoDetails, #bw_rightfrontpanel, #bw_rightfrontpanelmain, #bw_scrollframe,
	#bw_header	
	{padding:0px; margin:0px; display:none;}
	
	#bw_breadtrail { display: none }
}