/********************
 *  basic css
 * 
 ********************/
 
 
 /* hide from ie on mac \*/
html {
	font-family: Helvetica, Arial, Geneva, sans-serif;
}
	
body{
	font-size: 62.5%;
	margin: 0; padding: 0;
	color:  #777777;
	background: #f4f4f4;
}

img{
	border:  none;
}

.hr{
	background: url(http://www.polarlake.com/images/hr.gif) 0% 50% repeat-x;
	height:  1.5em;
	margin: 1.5em 0;
}

.hr_nomargin{
	background: url(http://www.polarlake.com/images/hr.gif) 0% 50% repeat-x;
	height:  1.5em;
	margin:  0;
}

.hr hr, .hr_nomargin hr{
	display: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;     /* triggers hasLayout */
    }  /* Only IE can see inside the conditional comment
    and read this CSS rule. Don't ever use a normal HTML
    comment inside the CC or it will close prematurely. */
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

a:focus{
	border: none;
	outline: none;
}
