HTML, BODY {
	padding:0;
	margin:0;
	border:0;
	font-size:12px;
	font-family:Arial;
	background:#000;
	color:#000;
}

A {
	text-decoration:none;
	color:#2D7FC1;
}

A:hover {
	text-decoration:underline;
}

A:active, A:focus { outline: 0; }

IMG {
	border:0;
}

P {
	margin:0 0 10px 0;
}

UL {
	margin:0;
	padding:10px 0 10px 20px;
	list-style-type:none;
}

LI {
	background:url(/images/arrowed.png) left top no-repeat;
	padding-left:14px;
	margin-bottom:10px;
}

H1 {
	color:#1468A1;
	font-size:1.3em;
	font-weight:bold;
	padding:0 0 10px 0;
	margin:0 0 1em 0;
	border-bottom:2px solid #BBB;
}

H2 {
	color:#444;
	font-weight:bold;
	margin:0 0 10px 0;
	font-size:1.1em;
}

H3 {
	color:#1468A1;
	font-size:1.2em;
	font-weight:bold;
	margin:0 0 1em 0;
}

::-moz-selection{
	background:#036;
	color:#fff;
}

::selection {
	background:#036;
	color:#fff;
}

/***** GENERAL ****************************************************************************/

.back {
	background:url(/images/back.jpg) repeat-x top;
	width:100%;
	min-height:700px;
	padding-top:10px;
}

.wrapper {
	width:900px;
	margin:auto;
}

.header {
	background:url(/images/top.png) top no-repeat;
	height:135px;
	position:relative;
}

.container {
	background:url(/images/middle.png) repeat-y;
	padding:0 20px 0 20px;
}

.bottom {
	background:url(/images/bottom.png) bottom no-repeat;
	height:32px;
	position:relative;
}

.logo {
	position:absolute;
	top:13px;
	left:29px;
	width:170px;
	height:93px;
}

.lang_fr, .lang_en, .lang_de  {
	position:absolute;
	top:13px;
}

.lang_en {
	right:98px;
}

.lang_fr {
	right:68px;
}

.lang_de {
	right:39px;
}

.footer {
	padding:0 20px 0 20px;
	margin-bottom:10px;
	font-size:.8em;
	color:#666;
}

.photos {
	border:5px solid #333;
}

.date {
	font-size:1.6em;
	color:#AAA;
	font-weight:bold;
}

.order_en, .order_fr, .order_de {
	position:absolute;
	right:25px;
	top:1px;
	height:19px;
	text-indent:-9999px;
}

.order_en {
	background:url(../images/order_en.png);
	width:216px;
}

.order_fr {
	background:url(../images/order_fr.png);
	width:357px;
}

.order_de {
	background:url(../images/order_de.png);
	width:288px;
}

.player {
	display:block;
	width:400px;
	height:300px;
}

/***** NEWSLETTER ****************************************************************************/

.newsletter {
	position:absolute;
	z-index:1;
	top:45px;
	right:30px;
	color:#5C5C5C;
}

.newsletter INPUT {
	background:#141414;
	border:1px solid #424242;
	color:#7A7A7A;
	font-size:.85em;
	padding:2px;
	width:130px;
}

.newsletter INPUT:focus {
	border:1px solid #F60;
}

.newsletter INPUT.submit_home {
	width:17px;
	height:17px;
	border:0;
	background:url(/images/send.png);
	cursor:pointer;
}

.newsletter INPUT.submit_home:focus {
	border:0;
}

/***** PAGES ****************************************************************************/

.home {
	height:376px;
	position:relative;
}

.home_twinbee, .home_order {
	position:absolute;
	text-indent:-9999px;
}

.home_twinbee {
	bottom:15px;
	left:15px;
	background:url(/images/home_twinbee.png);
	height:103px;
	width:258px;
}

.home_order {
	bottom:15px;
	right:15px;
	background:url(/images/home_order.png);
	height:46px;
	width:198px;
}

.common {
	min-height:300px;
	padding:20px;
	text-align:justify;
}

.common A {
	font-weight:bold;
}

.videos H2 {
	float:left;
	margin:120px 0 0 100px;
	font-size:4em;
	color:#CCC;
}

/***** MENU ****************************************************************************/

.menu {
	position:absolute;
	z-index:1;
	right:20px;
	top:87px;
}

.menu A {
	background:url(/images/menu.png) repeat-x;
	height:16px;
	padding:5px;
	color:#FFF;
	margin-right:10px;
	display:inline-block;
}

.menu A.sel {
	color:#2D7FC1;
	font-weight:bold;
}

.sub_menu, .sub_menu_selected {
	border:1px dashed #C5C5C5;
	padding:5px;
	display:block;
	width:100px;
}

.sub_menu_selected {
	background:#EEE;
}

.sub_menu:hover, .sub_menu_selected:hover {
	background:#DDD;
}

/***** PICTURES ****************************************************************************/

.pictures IMG {
	display:block;
}

.pictures A {
	display:block;
	float:left;
	border:5px solid #333;
	margin:8px;
}

.pictures A:hover {
	border:5px solid #2D7FC1;
}

/***** FORMS ****************************************************************************/

FORM .text {
	background:#E7E7E7;
	border:2px solid #999;
	padding:5px;
	color:#1468A1;
	font-weight:bold;
}

FORM .text_area {
	background:#E7E7E7;
	border:2px solid #999;
	padding:5px;
	color:#1468A1;
	font-weight:bold;
	overflow:auto;
}

FORM .row {
	margin-bottom:10px;
}

FORM .td_left, FORM .td_right {
	float:left;
}

FORM .td_left {
	width:100px;
	padding:8px 10px 0 0;
	text-align:right;
}

/***** COMMON CLASSES ****************************************************************************/

.gris {
	background:#D0D0D0;
}

.small{
	font-size:0.85em;
}

.bold{
	font-weight:bold;
}

.underline {
	text-decoration:underline;
}

.justify {
	text-align:justify;
}

.italic {
	font-style:italic;
}

.title {
	color:#ff6601;
	font-size:1.3em;
	font-weight:bold;
}

.arrow {
	padding-left:15px;
	background:url(/images/arrow.jpg) left no-repeat;
	color:#FFF;
	float:left;
}

.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
	line-height:0;
	font-size:0;
	margin:0;
	padding:0;
	height:0;
}

.empty {
	height:15px;
	line-height:15px;
	clear:both;
}

.line {
	height:1px;
	width:100%;
	background:#333;
	margin:5px 0 5px 0;
	font-size:0;
	padding:0;
}

.success {
	color:#093;
	font-weight:bold;
}

.error {
	color:#F00;
	font-weight:bold;
}

/***** TINYMCE ****************************************************************************/

.Image_Left {
	margin:0 10px 10px 0;
	float:left;
}

.Image_Right {
	margin:0 0 10px 10px;
	float:right;
}

/***** LIGHTBOX ****************************************************************************/

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color:#FFF;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#imageContainer{
	padding:15px;
}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/next.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 18px Verdana, Helvetica, sans-serif bold;
	color:#333534;
	background: url(/images/lightbox.jpg) repeat-x;
	margin: 0 auto;
	line-height: 1.4em;
}

#BottomNextPrev{
	width:100px;
	margin:auto;
	padding-top:7px;
}

#BottomNextPrev #bottomNavPrev {
	margin-right:5px;
}

#BottomNextPrev #bottomNavNext {
	margin-left:5px;
}


#imageData #imageDetails{ position:absolute; left:10px; top:10px; }	
#imageData #caption{ font-weight: bold;	}
#imageData #bottomNav{ position:absolute; right:10px; top:7px; }	
#imageData { position:relative; }	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
	

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

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}
