@import 'boxes.css';
@import 'menu.css';
@import 'projects.css';
@import 'containers_columns.css';
@import 'photos.css';

html, body{
margin:0;
padding:0px;
}

body {
	background-color: #E4E4E4;
	/*background-image: url('../_img/background.gif');*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ABABAB;
}

img {
	border:0;
	padding:0;
	marging:0;
}

#wrapper {
	width:788px;
	margin:10px auto;
}
/*
#promo {
	position:absolute;
	top:20px;
	left:50px;
	width:150px;
	height:103px;
	background: transparent url('../_img/italia.gif') no-repeat top left;
}*/

.clearer {
	clear:both;
}

.loader {
	height:100%;
	width:100%;
	z-index:100;
	background:#fff url('../_img/ajax_waiting.gif') no-repeat center center;
	position:absolute;
	opacity:0.7;
	filter:alpha(opacity=70);
}

*html .loader {
	line-height:100%;
	display:inline;
}

h1, h2, h3, ul, li, p {
	margin:0;
	padding:0;
} 

a, a:link, a:visited, a:active {
	color:#B5101E;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}



#header {
	margin-bottom:4px;
	float:left;
}

#header h1 span, #header h2 span {
	display:none;
}

#header h1 a {
	display:block;
	height:58px;
}

#header h1 {
	height:58px;
	background:transparent url('../_img/newstream_logo.gif') no-repeat;
	margin-bottom:4px;
}

#header h2 {
	height:86px;
	background:transparent url('../_img/header_h2.gif');
}

#focus {
	margin-left:186px;
	position:relative;
	background:#fff;
	margin-bottom:4px;
	
}
#focus #focus_cont {
	height:310px;
}
#focus #picture {
	padding:10px 9px 8px 8px;
	overflow:hidden;
	width:576px;
	height:261px;
}

#focus #info {
	border-top: 1px solid #E4E4E4;
	padding:0 80px 0 10px;
	font-size:12px;
	line-height:31px;
}

#focus #reload_btn {
	position:absolute;
	top:286px;
	left:512px;
	width:64px;
	height:18px;
	background:transparent url('../_img/reload_btn.gif') no-repeat;
}

#focus>#reload_btn {
	left:520px;
}

#focus #reload_btn a {
	display:block;
	height:18px;
}

#focus #reload_btn span {
	display:none;
}

#footer {
	line-height:20px;
	clear:both;
	position:relative;
}

#footer #top_btn span {
	display:none;
}
#footer #top_btn {
	position:absolute;
	left:560px;
	width:22px;
	height:20px;
	background:transparent url('../_img/top_btn.gif') no-repeat center left;
}

#footer #top_btn a {
	display:block;
	height:18px;
}


