/* -------------------------------- */
/* ---- GLOBAL SITE FORMATTING ---- */
/* -------------------------------- */

body {
	font: 11px helvetica, arial, verdana, sans-serif;
	line-height: 18px;
	color: #fff;
}

body#home {
	background: url(../../gfx/bg_home.jpg) no-repeat #000;
}

body#news {
	background: url(../../gfx/bg_news.jpg) no-repeat #000;
}

body#tour {
	background: url(../../gfx/bg_tour.jpg) no-repeat #000;
}

body#discography {
	background: url(../../gfx/bg_disco.jpg) no-repeat #000;
}

body#media {
	background: url(../../gfx/bg_media.jpg) no-repeat #000;
}

body#contact {
	background: url(../../gfx/bg_contact.jpg) no-repeat #000;
}

#skip a:focus { 
	position:static; 
	width:auto; 
	height:auto;
} 

#skip a, #skip a:hover, #skip a:visited { 
	position:absolute; 
	left:0px; 
	top:-500px; 
	width:1px; 
	height:1px; 
	overflow:hidden;
} 

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td, object, embed {
	padding: 0;
	margin: 0;
}

ul, ol, li {
	list-style: none;
}

p { 
	margin-bottom: 6px; 
}

a {	
	color: #fff; 
	text-decoration: none; 
}

a:active { 
	color: #666; 
}

a:visited { 
	color: #fff; 
}

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

a img { 
	border: 0; 
}

a:hover img { 
	border-color: #ccc; 
}

h1#hdrDeLon {
	width: 664px;
	height: 86px;
}

h1#hdrDeLon span {
	background: url(../../gfx/delon_logo.png) no-repeat;
}

h1#hdrDeLon a {
	cursor: pointer;
}

/* LAYOUT
------------------------------------------------ */


#header {

}

#nav {
	border: 1px solid #fff;
	width: 812px;
	top: 0px;
}

#content {
	padding-top: 5px;
}

#footer {
	clear: both;
	font-size: 11px;
	line-height: 24px;
	padding-top: 20px;
	padding-left: 20px;
	color: #fff;
	text-align: left;
}

#footer ul li {
	display: inline;
}

#footer p {
	display: block;
}

#footer a {
	color: #fff;
	font-weight: normal;
	margin-right: 11px;
}


/*
MODULE HEADERS
------------------------------------------------ */
h1 {
	font-family: Georgia, Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #fff;
}

h2 {
	font-family: Georgia, Times, serif;
	font-size: 18px;
	padding-top: 10px;
}

h3 {
	font-family: Georgia, Times, serif;
	color: #fff;
	font-weight: normal;
	font-size:15px;
	padding-top: 10px;
}

h4 {
	color: #ff0000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: normal;
	font-size: 14px;
}

strong.heading {
	color: #fff;
	font-weight: normal;
	text-transform: uppercase;
}

#login h5 {
	font-size: 12px;
	color: #000;
}

/* LISTS & ICONS
------------------------------------------------ */
ul#mainNav {
	position: relative;
	top: 0px;
	left: -40px;
	width: 860px;
	height: 40px;
	border: none;
}

ul#mainNav li, ul#mainNav li a, ul#mainNav li img {
	height: 40px !important;
}

ul#mainNav li {
	float: left;
	border: none;
	background-position: 0 -41px;
	display: block;
	margin-top: 2px;
}

ul#mainNav li a { 
	display: block;
}

ul#mainNav li.active, ul#mainNav li.active a {
	background-position: 0 -41px;
}

ul#mainNav li a:hover {
	background: none;
}

#btnLeft, #btnLeft a, #btnLeft img {
	width:50px;
}

#btnLeft, #btnLeft a {
	background: transparent url(../../gfx/nav_left.png) no-repeat;
}

#btnHome, #btnHome a, #btnHome img {
	width:70px;
}

#btnHome, #btnHome a {
	background: transparent url(../../gfx/nav_home.png) no-repeat;
}

#btnNews, #btnNews a, #btnNews img {
	width:70px;
}

#btnNews, #btnNews a {
	background: transparent url(../../gfx/nav_news.png) no-repeat;
}

#btnTour, #btnTour a, #btnTour img {
	width:68px;
}

#btnTour, #btnTour a {
	background: transparent url(../../gfx/nav_tour.png) no-repeat;
}

#btnDisco, #btnDisco a, #btnDisco img {
	width:139px;
}

#btnDisco, #btnDisco a {
	background: transparent url(../../gfx/nav_disco.png) no-repeat;
}

#btnMedia, #btnMedia a, #btnMedia img {
	width:76px;
}

#btnMedia, #btnMedia a {
	background: transparent url(../../gfx/nav_media.png) no-repeat;
}

#btnContact, #btnContact a, #btnContact img {
	width:95px;
}

#btnContact, #btnContact a {
	background: transparent url(../../gfx/nav_contact.png) no-repeat;
}

#btnRight, #btnRight a, #btnRight img {
	width:177px;
}

#btnRight, #btnRight a {
	background: transparent url(../../gfx/nav_right.png) no-repeat;
}

ul.alt {
	border: none;
}

ul.alt li {
	border: none;
	height: 100%;
}

ul.alt>li:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

ul.alt li { 
	display: inline-block; 
}

/* Hide from IE Mac \*/
ul.alt li { 
	display: block; 
}
/* End hide from IE Mac */

ul.alt li.alt {
	background: #fff;
}

ul.list li {
	/*background: url(/img/cmn/dotted_horizontal.gif) top repeat-x;*/
	padding: 1px 0;
}

ul.list li.first-child {
	background: none;
}

ul.links li {
	line-height: 1.1667em;
}

ul.links li ul.icons {
	float: right;
	margin-left: 2px;
	margin-top: 2px;
}


/* BUTTONS
------------------------------------------------ */
.btn img { 
	border: 0; 
}

span.alt { 
	display: none;
}


/* IMG REPLACEMENT
------------------------------------------------ */
/* Gilder-Levin method modified */
.hdrGL { /* apply to all Gilder-Levin headers */
	position: relative;
}

.hdrGL span {
	position: absolute; 
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
    background-position: 0px 0px;	
}

.collapsed {
	display: none;
}


/* FORMS
------------------------------------------------ */
div.row {
	clear: both;
	padding-top: 10px;
	width: 500px;
}

div.row span.label {
	float: left;
	width: 100px;
	text-align: right;
}

div.row span.formw {
	float: right;
	width: 360px;
	text-align: left;
}


/* CLEARING
------------------------------------------------ */
.clearthis {
	height: 100%;
}

.clearthis:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearthis { 
	display: inline-block; 
}

/* Hide from IE Mac \*/
.clearthis { 
	display: block; 
}
/* End hide from IE Mac */

@media print {
	body { background: #fff !important; margin: 10px; font-family: "Times New Roman", Times, serif; }
	#wrapper { width: auto; }
	h1#hdrAegenis { font-size: 30px; }
	#mainNav { display: none; }
	#content { float: none; margin: auto; }
	#footer { display: none; }
	.collapsed { display: block; }
	.row { float: none; width: auto; height: auto; }
}



