BODY {
	min-width: 920px;
	background: url(../img/background.png) center -30px no-repeat;
	background-color: #0C0C0C;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family:  Verdana, "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	font-size: 14px;
	color: #666666;
}

.loader {
	position:relative;
	top: 170px;
	text-align: center;
}

#page {
	width: 100%;
}

/* Contenitore */
#container {
	display: block;
	width: 900px;
	height: 418px;
	margin-top: 100px;
	margin-left: auto;
	margin-right: auto;
}

/* Menu */
div.menutabs {
	width: 902px;
	height: 30px;
	margin-bottom: 5px;
	vertical-align: middle;
	clear: both;
}

div.menutabs #hometab {
	background: url(../img/filler.gif) top left repeat-x repeat-y;
	cursor: pointer;
	margin-left: 0px;
	margin-top: 3px;
	float: left;
	text-align: center;
	font-weight: 200;
	line-height: 24px;
	color: #FFFFFF;
	display: block;
	width: 136px;
	height: 24px2
	border: 1px solid #FFFFFF;
}

div.menutabs div.button {
	background: url(../img/filler.gif) top left repeat-x repeat-y;
	cursor: pointer;
	margin-left: 6px;
	margin-top: 3px;
	float: left;
	text-align: center;
	font-weight: 200;
	line-height: 24px;
	color: #FFFFFF;
	display: block;
	width: 183px;
	height: 24px;
	border: 1px solid #FFFFFF;
}

/* Panes */
div.menupanes {
	overflow: hidden;
	width: 900px;
	height: 384px;
	background: url(../img/bg_panes.png) top left;
	border: 1px solid #333333;
}

div.pane {
	display: block;
	width: 900px;
	height: 384px;
}

#biopane {
	background: url(../img/about-me.png) top left no-repeat;
	overflow: hidden;
	position:relative;
	z-index: 2000;
}

.biopanetext {
	position:relative;
	z-index: 1999;
	margin-left: -900px;
	width: 900px;
	height: 384px;
	display: block;
	background: url(../img/about-me.text.png) top left no-repeat;
}

#conceptpane {
	background: url(../img/concept-design.png) top left no-repeat;
	padding: 10px 10px 10px 10px;
}

#contactpane {
	background: url(../img/contact-me-bg.png) top left no-repeat;
}


/* Sezione Contacts *********************************************/
.sendemailpane {
	width: 900px;
	height: 384px;
	display: block;
	background: #000000 top left no-repeat;
	z-index:1000;
	position: relative;
}

#sendemailTrigger {
	cursor: pointer;
	background: url(../img/contact-me-fg.png) -150px -124px no-repeat;
	position:relative; 	
	width: 600px; 
	height: 144px; 
	margin-top: -276px;
	margin-right: auto; 
	margin-left: auto;
	z-index: 1005; 
}

/* Sezione Artworks *********************************************/
.artsection {
	display: block;
	width: 180px;
	height: 384px;
	border-left: 1px solid #333333;
	float:left;
	margin-left: -1px;
}

.artsection div.arttopic {
	position: relative;
	width: 178px;
	padding-left: 7px;
	top: -374px;
	font-size: 12px;
	color: #808080;
}

.artsection div.arttopic span{
	position: relative;
	width: 178px;
	font-size: 10px;
	color: #404040;
}

/* Sezione Footer *********************************************/
#footer {
	display: block;
	width: 800px;
	height: 30px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	font-size: 65%;
	color: #333333;
	text-align: center;
}

/*
   styles for cj image flipbox
----------------------------------*/
div.cj_image_flipbox { 
	display: block; 
	width: 100%; 
	height: auto; 
}

div.cj_image_flipbox_pics a,img{
	border-style: none;
}

div.cj_image_flipbox_block { 
	position: relative; 
	display: block; 
	width: 180px; 
	height: 384px; 
	overflow: hidden; 
	float: left;
}

div.cj_image_flipbox_block br {
	display: none;
}
/* per IE porc... */
img.cj_image_flipbox_img {
	width: 180px !important;
	height: 384px !important;
}

/******************************************************************** 
    root element for the scrollable. 
    when scrolling occurs this element stays still. 
********************************************************************/ 
div.scrollable { 
 
    /* required settings */ 
    position:relative; 
    overflow:hidden; 
    width: 900px; 
    height:384px; 
} 
 
/* 
    root element for scrollable items. Must be absolutely positioned 
    and it should have a extremely large width to accomodate scrollable items. 
    it's enough that you set width and height for the root element and 
    not for this element. 
*/ 
div.scrollable div.items { 
    /* this cannot be too large */ 
    width:20000em; 
    position:absolute; 
} 
 
/* 
    a single item. must be floated in horizontal scrolling. 
    typically, this element is the one that *you* will style 
    the most. 
*/ 
div.scrollable div.items div { 
    float:left; 
} 
 
/* you may want to setup some decorations to active the item */ 
div.items div.active { 
    border:1px inset #ccc; 
    background-color:#fff; 
}

a.prevPage {
	position: relative;
	top: 0px;
	left: -20px;
	width: 45px;
	height: 45px;
	background: url(../img/prev.png) 0px 0px no-repeat;
	display: block;
}

a.prevPage:hover {
	cursor: pointer;
	background: url(../img/prev.png) -45px 0px no-repeat;
}

a.nextPage {
	position: relative;
	top: -45px;
	left: 882px;
	width: 45px;
	height: 45px;
	background: url(../img/next.png) 0px 0px no-repeat;
	display: block;	
}

a.nextPage:hover {
	cursor: pointer;
	background: url(../img/next.png) -45px 0px no-repeat;
}

.logoNavigator {
	margin-top: -220px;
}

/* position and dimensions of the navigator */ 
.dotnavi { 
	position: relative;
	z-index: 99999;
    margin-left:auto;
    margin-right:auto;
    margin-top: -30px;  
    height:20px; 
} 
 
 
/* items inside navigator */ 
.dotnavi a { 
	cursor: pointer;
    width:8px; 
    height:8px; 
    float:left; 
    margin:3px; 
    background:url(../img/navigator.png) 0px 0px no-repeat; 
    display:block;  
} 
 
/* mouseover state */ 
.dotnavi a:hover { 
    background:url(../img/navigator.png) 0px -8px no-repeat; 
} 
 
/* active state (current page state) */ 
.dotnavi a.active { 
    background:url(../img/navigator.png) 0px -16px no-repeat; 
}

#seo {
	display: none;
	visibility: hidden;
}