/*
html resets
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
button, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {  
  overflow-y: scroll !important; /* show vertical scrollbars */
}

body {
  background: #baad96 url(../images/background.gif);
  line-height: 1;
}

ol, ul {
  list-style: none;
}
  /* fixes IE li margin bug */
  .ie6 li { list-style-position: outside; vertical-align: bottom; } 
  .ie7 li { vertical-align: bottom; }

img {
  display: block;
}
	img.inline {
    display: inline;
  }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

:focus {
	outline: none;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

hr.clear {  
  clear: both;
  float: none;
  display: block;
  width: 0;  
  height: 0;
  border: 0;
  background: none;
  font-size: 0;  
  margin: 0;  
  padding: 0;  
  overflow: hidden;  
  visibility: hidden;
} /* IE6 */ * html hr.clear { margin: -8px 0 -7px 0; }

a.block {
  display: block;
  overflow: hidden;
  text-decoration: none;
}