/* CMS  */
/*******************************************************************************
* RESET
*******************************************************************************/

html, body, 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
 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
  background: transparent;
  font-size:14px;
  font-family: Arial, Helvetica;
	} 
	
table, caption, tbody, tfoot, thead, tr, th, td
{font-family: Arial, Helvetica;}

/*******************************************************************************
* HELPERS
*******************************************************************************/

/* background repeat in IE7 */
.min-height {min-height:5px;}

/* Clearing floats with fluid div */
.colclear {clear: both;	height: 1px;	line-height:1%;}

/*  Clearing floats using a div already present */
.clearboth {clear: both;}

/* This piece of code is for clearing the floats without structural markup Don't modify it*/
.clearfix:after {content: "."; display: block; height: 0;	clear: both;	visibility: hidden;}
.clearfix {display: inline-table;	min-height:0px;}
.clr{display: inline-table;	min-height:0px; clear: both;	visibility: hidden; height: 0;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.alt-image{overflow:hidden; text-indent:-9999px;}


