/*
// Site : http://www.laszlojones.com
// Date : 2010-01-25
*/

/*
// Section : Common.
*/
html
{
	margin			      : 0;
	padding			      : 0;
	font			        : normal normal normal 12px Arial;
  overflow-y        : visible;
  overflow-x        : hidden;
}

body
{
  background        : #DFBD7D;
	margin			      : 0;
	padding			      : 0;
	font			        : normal normal normal 1em Arial;
  overflow-y        : visible;
  overflow-x        : hidden;
}

*
{
	margin			      : 0;
	padding			      : 0;
  outline           : none;
}


/*
// Section : Main.
*/
#main
{
	width			        : 1900px;
	height			      : 845px;
	margin            : auto;
  background        : #DFBD7D;
  z-index           : 0;
  overflow          : hidden;
}


/*
// Section : Laszlo Jones.
*/
#laszlo-jones
{
	width			        : 1900px;
	height			      : 849px;
  position          : absolute;
  left              : 50%;
  top               : 0;
  margin            : 0 0 0 -950px;
  z-index           : 1;
  overflow          : hidden;
}


/*
// Section : Menu.
*/
#footer
{
  width             : 380px;
  margin            : 10px auto;
  color             : #FFF;
  z-index           : 20;
  overflow          : hidden;
}

#footer li
{
  list-style        : none;
  line-height       : 26px;
  float             : left;
  padding           : 0 6px;
  margin            : 0 0 0 2px;
  border-left       : 1px solid #FFF;
  letter-spacing    : 1px;
}

#footer li a
{
  color             : #FFF;
  text-decoration   : none;
}

#footer li a:hover
{
  text-decoration   : underline;
}

#footer li a.mood-media,
#footer li a.universal-music-france,
#footer li span.az-un-label-universal-music
{
  display           : block;
  height            : 24px;
}

#footer li a.mood-media
{
  width             : 35px;
  background        : transparent url('/img/gui/lgo/logo-mood-media.png') no-repeat left top;
}

#footer li a.universal-music-france
{
  width             : 60px;
  background        : transparent url('/img/gui/lgo/logo-universal-music-france.png') no-repeat left top;
}

#footer li span.az-un-label-universal-music
{
  width             : 23px;
  background        : transparent url('/img/gui/lgo/logo-az.png') no-repeat left top;
}

#footer li a.mood-media span,
#footer li a.universal-music-france span,
#footer li span.az-un-label-universal-music span
{
  display           : none;
}

#footer .double-border
{
  border-left       : 1px solid #FFF;
  border-right      : 1px solid #FFF;
}

#footer .left-border
{
  border-left       : 1px solid #FFF;
}

#footer .no-border
{
  border            : none;
}


/*
// Section : Laszlo Jones.
*/
#sitemap
{
  position          : absolute;
  top               : 50%;
  bottom            : 50%;
  left              : 50%;
  right             : 50%;
	width			        : 800px;
	height			      : 500px;
  margin            : -250px 0 0 -400px;
}


#sitemap a:hover
{
  color             : #333;
}

.homepage,
.movies,
.pictures,
.biography,
.discography,
.goodies,
.credits,
.contact,
.mentions
{
  display           : block;
  width             : 172px;
  height            : 49px;
  font			        : normal normal normal 20px/49px Arial;
  text-align        : center;
  position          : absolute;
  color             : #494C1D;
}

.homepage
{
  top               : 178px;
  left              : 37px;
}

.movies
{
  top               : 178px;
  left              : 228px;
  padding-top       : 4px;
  line-height       : 20px;
}

.pictures
{
  top               : 178px;
  left              : 416px;
}


.biography
{
  top               : 245px;
  left              : 37px;
}

.discography
{
  top               : 245px;
  left              : 228px;
}

.goodies
{
  top               : 245px;
  left              : 416px;
}


.credits
{
  top               : 310px;
  left              : 37px;
}

.contact
{
  top               : 310px;
  left              : 228px;
}

.mentions
{
  top               : 310px;
  left              : 416px;
}


/*
// Section : User FB Connect
*/
#fbconnect
{
  display           : none;
}