
@font-face { 
	font-family: 'IconicFill'; 
	src: url('../fonts/iconic_fill.eot'); 
	src: url('../fonts/iconic_fill.eot?#iefix') format('embedded-opentype'), 
		 url('../fonts/iconic_fill.ttf') format('truetype'), 
		 url('../fonts/iconic_fill.svg#iconic') format('svg'); 
	font-weight: normal; 
	font-style: normal; 
}
/*
@font-face { 
	font-family: 'Franklin Gothic'; 
	src: url('../fonts/franklingothicstd-condensed.eot'); 
	src: url('../fonts/franklingothicstd-condensed.eot?#iefix') format('embedded-opentype'), 
		 url('../fonts/franklingothicstd-condensed.ttf') format('truetype'), 
		 url('../fonts/franklingothicstd-condensed.svg#franklingothicstd-condensed') format('svg'); 
	font-weight: normal; 
	font-style: normal; 
}
    */
/*This file is used to reset all the browser values*/
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,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

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

a:focus
{
-moz-outline-style: none;
}


.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.clearfix:before,
.clearfix:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0; }

.clearfix:after {
  clear: both; }

.clearfix,
.container {
  zoom: 1; }