/* @group css reset */

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,
dl, dt, dd, 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: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}



/* @end */

/* @group background pics */

html, body {
    height: 100%;
}

html {
	font-size: 100%;
}

body {
	color: #fff;
	font: .8em/1.5em Verdana, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#home-body {
	background: #003764 url(../theme/home-body.jpg) no-repeat fixed center top;	
}

#roundtable-body {
	background: #010101 url(../theme/roundtable-body.jpg) no-repeat fixed center top;	
}

#direttivo-body {
	background: #003764 url(../theme/direttivo-body.jpg) no-repeat fixed center top;	
}

#service-body {
	background: #970d00 url(../theme/service-body.jpg) no-repeat fixed center top;	
}

#tavola-body {
	background: #003764 url(../theme/tavola-body.jpg) no-repeat fixed center top;	
}

#stampa-body {
	background: #970d00 url(../theme/stampa-body.jpg) no-repeat fixed center top;	
}

#relatori-body {
	background: #003764 url(../theme/relatori-body.jpg) no-repeat fixed center top;	
}

#euromeeting-body {
	background: #970d00 url(../theme/euromeeting-body.jpg) no-repeat fixed center top;	
}

#dicono-body {
	background: #003764 url(../theme/dicono-body.jpg) no-repeat fixed center top;	
}

#iniziative-body {
	background: #970d00 url(../theme/iniziative-body.jpg) no-repeat fixed center top;	
}

#galleria-body {
	background: #010101 url(../theme/galleria-body.jpg) no-repeat fixed center top;	
}



/* @end */

/* @group styles */

h2 {
	font: bold 2.6em Times, "Times New Roman", Georgia, serif;
	color: #fff;
	margin-bottom: 25px;
}

h3 {
	color: #fff;
	margin-bottom: 25px;
	font: italic 2.1em Times, "Times New Roman", Georgia, serif;
}

h4 {
	color: #fff;
	margin-bottom: 20px;
	text-align: right;
	font: italic 1.4em Times, "Times New Roman", Georgia, serif;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

small {
	font-size: .85em;
}

big {
	font-size: 1.2em;
}

p {
	margin-bottom: 15px;
}

.articoli {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

.smaller {
	font-size: .9em;
	line-height: 1.1em;
}

.imgright {
	float: right;
}

.clearer {
	clear: both;
}



/* @end */

/* @group structure */

#contentcontainer {
position: relative;
min-height: 100%;
height: 100%;
height: auto;	
}

html>body #contentcontainer {
				height: auto;
}

#maincontainer{
width: 1000px;
position: relative;
	margin-right: auto;
	margin-top: 0;
	margin-left: auto;
	padding-bottom: 55px;/* IMPORTANT makes the footer disappear off the bottom before it overlaps the content! */
}

#logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 240px;
	height: 250px;
	background-image: url(../theme/logo.png);
	text-indent: -1000px;
}

#titles {
	position: absolute;
	top: 0;
	left: 270px;
	width: 547px;
	height: 250px;
	text-indent: -2000px;
	background: url(../theme/temp-title.png) no-repeat;
}

#rt-italia {
	position: absolute;
	top: 74px;
	right: 93px;
	width: 54px;
	height: 70px;
}

#rt-italia img {
	border-style: none;
}

#zona {
	width: 70px;
	height: 70px;
	position: absolute;
	right: 6px;
	top: 74px;
}

#zona img {
	border-style: none;
}

#zona-links {
	position: absolute;
	right: 0;
	height: 30px;
	overflow: hidden;
	width: 153px;
	text-align: right;
	top: 150px;
}

select {
	margin-right: auto;
	margin-left: auto;
	font-size: .87em;
}


#topsection{
height: 250px;
	margin-bottom: 16px;
}

#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 153px 0 240px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#contentcolumn img {
}

#leftcolumn{
float: left;
width: 240px; /*Width of left column in pixel*/
margin-left: -1000px;
}

#navwrapper {
	width: 240px;
	height: 412px;
}

#sottoNav {
	width: 240px;
	height: 266px;
	background: url(../theme/sotto-nav.png) no-repeat;
}

#sottoNav h4 {
	text-align: center;
	padding-top: 10px;
}

#sottoNav a:link, #sottoNav a:visited {
	color: #fce683;
}

#sottoNav a:focus, #sottoNav a:hover, #sottoNav a:active {
	color: #7d0807;
}

#sottoNav p {
	text-align: center;
}

#rightcolumn{
float: left;
width: 153px; /*Width of right column*/
margin-left: -153px;
	background: url(../theme/rightcol.png) no-repeat 0 bottom;
	margin-bottom: 20px;
}

#rightcolumn p {
	text-align: right;
}

#rightcolumn img {
	margin-top: 15px;
	margin-bottom: 15px;
}

#footerwrapper{
width: 1000px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}


.innertube{
	margin: 0 30px 20px;
}

.innertube2{
	margin: 0 6px 20px;
}

.notizie {
	margin-bottom: 38px;
}

.notizie img {
	float: left;
	margin-right: 20px;
}

.nlink {
	font-weight: bold;
	font-size: 1.1em;
	line-height: 16px;
	padding-left: 22px;
	background: url(../theme/link_arrow.gif) no-repeat left center;
	text-decoration: none;
}

.direttivo {
	padding-right: 155px;
	margin-bottom: 40px;
}

.direttivo .textleft {
	width: 295px;
	float: left;
}

.titolo {
	width: 295px;
	text-align: right;
	font: bold 2em Times, "Times New Roman", Georgia, serif;
}

.nome {
	width: 295px;
	text-align: right;
	font-size: 1.4em;
	padding-top: 5px;
}

.direttivo img {
	float: right;
}

.download {
	margin-bottom: 40px;
}

#contentcolumn .download img {
	border-style: none;
	float: left;
	margin-right: 20px;
}

.download a {
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
}





/* @end */
