@import "reset.css";


html,body
{
	height: 100%;
	width: 100%;
	overflow: auto;
	min-height:580px;
}

body
{
	background-color: #DDDCDC;
	font: normal 7pt/1.4em "Lucida Grande", Tahoma,verdana, sans-serif;
	color: #6B6B6B;
	overflow: hidden;
  	height:auto !important;
}

html > body {
	height:100% !important;
}


#content{
	height:60%;
	min-height:424px;
	width:100%;
	z-index:0;
	
	background:#dddcdc;
	position:relative;
	white-space:nowrap;
	}

#scroll-panel{
	width:100%;
	position:absolute;
	top:50%;
	margin-top:-210px;
	white-space:nowrap;
	overflow:hidden;
}
#scroll-pane{position:absolute; height:422px; width:100%;white-space:nowrap; overflow:hidden;}

.move {top:0}


#frontpageloader{
	cursor:pointer;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 99999;
	top: 0;
	left: 0;
	background: #DDDCDC url(../images/interface/dimitris_theocharis_logo_blood.gif) no-repeat 50% 50%;
	}	
	
#loader { background: #DDDCDC url(../../images/interface/loader.gif) no-repeat center center; }
#loader
{
	z-index:99;
	position: absolute;
	top:0;
	left:0;
	float: left;
	height: 100%;
	overflow: hidden;
	width: 100%;
	min-height: 530px;
}

ul#portfolio li {display:inline; list-style:none; margin:0; padding:0; float:left; }
div.detail {position:relative; height:410px; width:100%;}
img {border:none;}

#footer{
	position:relative;
	height:20%;
	min-height:30px;
	z-index:500;
	width: 100%;
	text-align: center;
	font: normal 8pt/1.4em Tahoma,verdana, sans-serif;
	color:#747474;
}
	


.white {
	color:#ffffff;
	}
.black {
	color:#000000;
	}	
.grey {
	color:#747474;
	}
.strong { font-weight: bold; position:inline; float:left; }

.caption{
	position:absolute; bottom:10px; left:10px; opacity:0;filter: alpha(opacity = 0);
	}
