/* -----------------------------------------------------------------------------
   CSS INIT
----------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, a, em, font, img, strong
ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
  	font-size: 12px;
	font-family: Arial, Helvetica;
	vertical-align: baseline;
	letter-spacing: 0;
}

body {
	vertical-align: baseline;
	letter-spacing: 0.04em;
	color: #000;
	line-height: 14px;
}

ol, ul {
	list-style: none;
}

:focus {
	outline: 0;
}

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

caption, th, td {
	text-align: left;
	font-weight: normal;
}


/* ------- IE ------- */
* html .block{overflow:auto;zoom:1;}* html #container,* html .mod_article{zoom:1;}.custom{display:inline-block;}* html #left,* html #right{display:inline;}* html a,* html a:hover{background-color:transparent;}* html i,* html em{overflow:visible;display:inline-block;}body{margin-left:1px;}*:first-child+html #main{position:static;}