/* 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:#111;
}

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: "" "";
}



/* GENERAL */

body {
	background:url(../graphics/bg_body.jpg) repeat;
}

#title {
	margin-left:20px;
}

#btt_bar {
	position:relative;
	background:url(../graphics/btt/menu_bar.png) no-repeat;
	width:212px;
	height:483px;
	right:-720px;
	top:-32px;
}

#btt_holder {
	position:relative; 
	top:5px; 
	left: 60px;
	line-height:38px;
}

#webhead {
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-size:10px;
	float:right;
}

a, a:visited {
	color:#000;
	text-decoration:none;
	margin-bottom:20px;
	padding-bottom:20px;
	margin-right:10px;
}

a:hover {
	color:#999;
	text-decoration:underline;
}


/* ABOUT ME */

#container_home {
	width:944px;
	height:auto;
	position:absolute;
	left:50%;
	margin-left:-470px;
	top:20px;
}

#about_txt {
	width:680px; 
	height:600px; 
	position:relative; 
	top:-475px; 
	left:20px; 
	text-align:justify; 
	color:#b4ada0;
	line-height:28px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}

#spaces {
	position:absolute;
	top:660px;
}

#flags_holder {
	position:relative; 
	top:-25px; 
	left:20px;
}

/* SETTORI*/


#settori_txt {
	list-style:circle inside;
	width:680px; 
	height:600px; 
	position:relative; 
	top:-475px; 
	left:20px; 
	text-align:justify; 
	color:#b4ada0;
	line-height:28px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
}

#settori_txt ul {
	list-style:circle inside;
}



