/* * NMR Print CSS
 *
 * Nielsen Media Research Italia
 * WebSite 2006 *  * Copyright (C) 2005-2006 * by Davide S. Casali * www.digitalhymn.com
 *
 * Last release: 2005-01-11 * */

/*** Golem Common CSS ***//* @import url(NMR.ext.v1.css); */

/****************************************************************************************************
 * Defaults
 */
body
{
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	font-size: 12pt;
	margin: 0;
}

a
{
	color: #009900;
}

img
{
	border: 0;
}

form
{
	margin: 1em 0;
}

/****************************************************************************************************
 * Blocks
 */
#all
{
	width: 100%;
	margin: 0 auto;
	text-align: left; /* [IEfix] IE5.0+ center align bug counter-fix */
}
body { text-align: center; } /* [IEfix] IE5.0/5.5 center align bug */

#header
{
	height: 140px;
}

#menu
{
	display: none;
}

#body
{
	
}

#footer
{
	margin-bottom: 1em;
}

/****************************************************************************************************
 * Header
 */
#header h1
{
	/* Those lines has been splitted there in order to be compatible on IE5.0
	   We also need position: absolute in order to block the h1 tag to influence the surrounding
	   tags.
	   The indent will apply for text-to-image substitution (IE5.0+, Firefox, Safari, Opera6+)*/
	position: absolute;
	text-indent: -600em;
}

#header h1 img
{
	position: absolute;
	left: 0;
	top: 0;
	width: 170px;
	height: 106px;
}

/****************************************************************************************************
 * Typo
 */
#body h2
{
	margin: 40px 0 2px;
	color: #009900;
}
* html #body h2 { letter-spacing: -1px; }

#body h3
{
	margin: 30px 0 8px;
	color: #66CD01;
	line-height: 1.2em;
}
#body h3 a { color: #66CD01; }

#body h4
{
	margin: 12px 14px 4px;
}

#body .section
{
	margin: 8px 8px -26px;
	text-align: right;
	color: #DDDDDD;
	letter-spacing: -1px;
}

#body .question a
{
	display: block;
	margin: 2em 0 .3em;
	
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
}

#body .question img
{
	float: right;
}

#body .question div a
{
	display: inline;
	margin: 0;
	font-size: 1em;
	font-weight: normal;
	color: #66CD01;
}

/****************************************************************************************************
 * Footer
 */
#body .col1.img.pad ul
{
	display: none;
}

#body .col1
{
	text-align: center;
}

/****************************************************************************************************
 * Footer
 */
#footer
{
	line-height: 35px;
	text-align: right;
	color: #DDDDDD;
}

#footer span
{
	padding: 0 10px;
}
* html #footer span { height: 1%; } /* [IEfix] IE5.01 fix for float */

#footer .menu
{
	display: none;
}

#vnu
{
	text-align: center;
}