/* ----------- */
/* CSS IMPORTS */
/* ----------- */

/* Stylesheet RESET */
@import url(hacks/reset.css);

/* Stylesheet SIFR */
@import url(sifr.css);

/* Stylesheet DROPDOWN MENU */
@import url(../../../images/gallery/core/css/dropdown.css);

/* Stylesheet JCAROUSEL */
@import url(jcarousel/jquery.jcarousel.css);
@import url(jcarousel/skins/atlantica/skin.css);

/* Stylesheet for GALLERY - PRETTYPHOTO */
@import url(prettyPhoto.css);


/* ------------ */
/* MAIN STYLING */
/* ------------ */
/*body{
	font: 12px 'Lucida Grande', Arial, sans-serif;
	color: #666666;
}*/

/* Global Wrap */
/*#wrap{
	width: 940px;
	background: #FFF url(../img/page/main_bg.png) repeat-y;
	margin: 0 auto;
	z-index: 3;
}*/

/* Page      */

/* Page -----------  Header */
#page .header{
	background: transparent;
	height: auto;
	text-align: center;
	margin: 0 auto;
	width: 916px;
}

#page .header img{
	margin: 35px auto;
}

/* Page          */
/* -> Navigation */

#navwrap{
	background: black url(../img/bg/header_gradient.jpg) repeat-x;
	width: 100%;
	height: 35px;
	overflow: visible;
	margin: 0 auto;
	}
		
.navigation{
	width: 940px;
	background: transparent;
	margin: 0 auto;
	z-index: 99;
}


