/* @override http://art.fn.mac/css/home.css */

.en #header #logo {
	background-image: url(/en/img/header/header.jpg);
	}
.fr #header #logo {
	background-image: url(/fr/img/header/header.jpg);
	}

#intro {
	background: #FFF url(/img/home/bg-intro.png) 50% 50% no-repeat;
	font-size: 1.45em;
	padding: 20px;
	text-align: center;
	}
#intro p {
	margin: 0;
	}

#products {
	background: #E1E7EB url(/img/home/bg-products.png) 0 0 repeat-y;
	}
#products .wrap {
	background: transparent url(/img/home/bg-products-top.png) 0 0 no-repeat;
	overflow: hidden;
	position: relative;
	width: 675px;
	}
#products .box {
	float: left;
	width: 225px;
	}
#products .box-text {
	padding: 10px;
	position: relative;
	}
#products h2 {
	color: #415972;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	height: 32px;
	letter-spacing: normal;
	line-height: 32px;
	padding: 0 10px;
	}
#products h3 {
	color: #C33;
	font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
	font-size: 1.45em;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	position: relative;
	z-index: 10;
	}
#products h3 a {
	color: #C33 !important;
	text-decoration: none;
	}
#products .prod_img {
	margin-top: -1em;
	text-align: right;
	}

#announcement {
	background: #58728b;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	margin: 10px 0 0;
	padding: 10px;
	text-align: center;
	}
#announcement a {
	color: #FFF !important;
	}

