/* CSS Document */
body {
	margin:0;
	background:url(../img/layout/harmonie4/body_bg.png) repeat;
	font:.85em Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
	}
a {	
	color:#E6F5F9;

	}
#container_index {
	width:750px;
	margin:20px auto 0 auto;
	height:510px;

	}
#header {
	height:50px;
	position:relative;
	}
#topnav {
	float:right;

	right:0px;
	height:50px;
	}
#topnav ul {
	list-style:none;
	margin:0;
	padding:0;
	}
#topnav li {
	float:left;
	margin:0 5px;
	height:50px;
	width:122px;
	}
#topnav li a {
	display:block;
	width:100%;
	height:100%;
	text-indent:-5000px;
	
	}

#topnav .home {
	/*display:none;*/
	width:290px;
	height:100px;
	position:absolute;
	left:0;
	top:0;
	background:url(../img/layout/harmonie4/header_logo.png) no-repeat;
	}
#topnav .products a {
	background:url(../img/layout/harmonie4/index/nav/products_fr.png) no-repeat;
	}
#topnav .about a {
	background:url(../img/layout/harmonie4/index/nav/about_us_fr.png) no-repeat;
	}
#topnav .contact a {
	background:url(../img/layout/harmonie4/index/nav/contact_us_fr.png) no-repeat;
	}
#topnave li a {
	width:30000px;
	}
#topnav li a:hover {
	background-position:0 5px;
	}
	
#content {
	position:relative;
	background:url(../img/layout/harmonie4/index/content_bg.png) repeat-x #333;
	height:450px;
	}	
#footer {
	background:url(../img/layout/harmonie4/index/footer_bg.png) repeat left;
	height:70px;

	}

#login_form label {
	width:90px;
	font-weight:normal;
	color:#fff;
	}
#login_form_wrap {
	position:absolute;
	bottom:20px;	
	}