/* Home page */

#body {
	background-image: url(../images/bg_body_home.jpg);
	position: static;
}

/* Header */
#header h1 {
	position: absolute;
	top: -89px;
	left: 0;
	z-index: 1000;
	width: 150px;
	height: 174px;
	background: url(../images/flame_logo_large-en.gif) top left no-repeat;
}

#header h1.fr {
	position: absolute;
	top: -89px;
	left: 0;
	z-index: 1000;
	width: 150px;
	height: 174px;
	background: url(../images/flame_logo_large-fr.gif) top left no-repeat;
}
#header h1 a {
	width: 155px;
	height: 139px;
}
#header h1 img {
	display: none;
}
#header #accueil {
	visibility: hidden;
}
#section {
	height: 150px;
	position: relative;
}
#section h2 {
	position: absolute;
	top: 109px;
	left: 0;
	width: 486px;
	height: 22px;
	text-align: right;
	background-repeat: no-repeat;
	background-position: bottom right;
}

/* Section Title */
#section > h2 {
	top: 113px;
}
#section h2 span {
	display: none;
}

/* Content */
#content .wrap {
	padding: 5px 300px 0 20px;
	height: 30px;
}
#content > .wrap {
	height: auto;
	min-height: 30px;
}
#content h3 {
	clear: both;
	height: 24px;
	margin: 0;
	background-position: top left;
	background-repeat: no-repeat;
}
#content h3 span {
	display: none;
}

/* Featured product and News Boxes */
.box {
	margin: 0;
	padding: 13px 10px;
	border-top: 4px solid #ED9400;
	background: #F6F3DA url(../images/bg_box_gradient.gif) bottom left repeat-x;
}
#content > .box {
	height: auto;
}
.box h4 {
	margin: 0 0 .5em;
	font-size: 1.1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC220B;
	border: none;
}
.box p {
	margin: 0 0 .5em;
}
.box img {
	border: 1px solid #F3CD84;
}
.box a {
	color: #000;
}
.box a:visited {
	color: #A07225;
}
.box a:hover {
	color: #D0230C;
}

