
/*-------------------------------
	RESET
	-----------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}



html, body {
	height: 100%;
	min-height: 800px;
	background: #427;
}
body {
	height: 100%;
	position: relative;
	margin: 0;
	color: #fff;
	font-family: "Century Gothic", "Apple Gothic", sans-serif;
	font-size: 0.625em;
	padding: 0;
}
p {
	font-size: 1.4em;
	padding: 0 0 1em;
	line-height: 1.5;
}
h1 {
	font-size: 2em;
	padding: 0 0 0.5em;
}
h2 {
	font-size: 1.8em;
	padding: 0 0 0.5em;
}
h3 {
	font-size: 1.6em;
	padding: 0 0 0.5em;
}
h4 {
	font-size: 1.5em;
	padding: 0 0 0.5em;
}
h5 {
	font-size: 1.4em;
}
object {
	display: block;
}

a {
	color: #fef;
	text-decoration: none;
}
a:visited {
	color: #ede;
}
a:hover {
	color: #fff;
}


/* -------------------------------
   HEADER STYLES
   ----------------------------- */ 


.content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.swfbg {
	width: 100%;
	height: 800px;
}
.header {
	padding: 20px 10px 10px;
	overflow: hidden;
}
.header h1 {
	text-indent: -5000px;
	display: block;
	width: 356px;
	height: 100px;
	background: transparent url(../images/logo_merchanfeeling_fr.png) no-repeat;
	padding: 0;
}
#en .header h1 {
	background: transparent url(../images/logo_merchanfeeling_en.png) no-repeat;
}
.header h2 {
	display: none;
}
.header ul {
	list-style: none;
	position: absolute;
	top: 10px;
	right: 10px;
}
.header ul li {
	margin: 0 0 5px 5px;
	float: right;
	border: 2px solid #000;
}
.header ul li.selected {
	border: 2px solid #fff;
}
.header ul li a {
	display: block;
	text-indent: -5000px;
	width: 16px;
	height: 11px;
}
.header ul li.french a {
	background: url(../images/fr.png) no-repeat;
}
.header ul li.english a {
	background: url(../images/gb.png) no-repeat;
}

/* -------------------------------
   MAIN CONTENT STYLES
   ----------------------------- */ 

.info {
	float: right;
}
.panel {
	background: #313;
	background: RGBa(0,0,0,0.2);
	padding: 10px;
	margin: 10px 10px 10px 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 400px;
	min-height: 160px;
}
.notes {
	font-size: 0.8em;
}
.slideshow {
	width: 500px;
	float: right;
	font-size: 0.8em;
	position: relative;
}
.slideshow ul {
	list-style: none;
}
.slideshow p {
	padding: 0;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 10000;
}
.slideshow ul.jsActive {
	height: 350px;
}
.slideshow ul img {
	display: block;
}

/* -------------------------------
   FOOTER STYLES
   ----------------------------- */ 

.footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.footer ol {
	list-style: none;
}
.footer li {
	display: block;
	height: 100px;
	float: left;
	width: 8.5%;
	padding: 0.5%;
	border-left: 1px solid #fff;
	font-size: 1.4em;
}
.footer li.first {
	border-left: 0;
}
.footer li span {
	display: block;
	font-size: 0.7em;
	color: #dcd;
}

/* -------------------------------
   FORM STYLES
   ----------------------------- */ 

/* -------------------------------
   GENERAL LAYOUT TRICKERY
   ----------------------------- */ 

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0;
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.hide {
	visibility: hidden;
}
.remove {
	display: none;
}
p.nospace {
	padding-bottom: 0.2em;
}

#ddp {
	display: block;
	float: right;
	height: 12px;
	width: 88px;
	padding: 0;
	margin: 0;
}
/* Hides from IE-mac \*/
#ddp { overflow: hidden; }
/* End hide from IE-mac */

#ddp a {
	padding: 0;
	margin: 0;
	display: block;
	text-indent: -5000px;
	width: 88px;
	height: 12px;
	background-image: url(../images/ddp/ddp_logo.png);
	background-repeat: no-repeat;
	background-color: transparent;
}
#ddp a:hover {
	background-position: 0 -12px;
	background-color: transparent;
}
