/********************
 *  basic css
 * 
 ********************/
 
 /* hide from ie on mac \*/
html {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
}
	
body{
	margin: 0; padding: 0;
	background:  #353535;
}

.hr{
	width:  680px;
	height:  1px;
	background: black url(http://www.backupmarketing.ie/images/interface/hr_main.gif) top left no-repeat;
	margin: 0;
}
 
.hr hr{
	display: none;
}

a:link, a:active, a:hover, a:visited{
	text-decoration: none;
	background: url(http://www.backupmarketing.ie/images/interface/link_ul.gif) bottom left repeat-x;
	padding-bottom: 2px;
}

a:link, a:active, a:visited{
	color:  black;
}

a:hover{
	color:  #666666;
}

a.image:link, a.image:active, a.image:hover, a.image:visited{
	background: transparent;
}

img{
	border: 0;
}

.slash{
	background: url(http://www.backupmarketing.ie/images/interface/nav_link_divider.gif) 100% 50% no-repeat;
	padding-right: 15px;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */

img, div { behavior: url(http://www.backupmarketing.ie/js/iepngfix.htc) }





