html{min-width:900px;}

body{
	color:#45463e;
	font:12px Arial, Helvetica, sans-serif;
	margin:0;
	background:#e5e6d1 url(../images/main_bg_internal2.gif) repeat-y 50% 0;
	min-width:900px;
}

a{
	text-decoration:underline;
	color:#45463e;
}
a:hover{text-decoration:none;}
img{border-style:none;}
.header-holder {
	width:100%;
	background:#e5e6d1;
	border-bottom:1px solid #a1a293;
	position:relative;
	z-index:100;
}
#header {
	padding:31px 20px 27px 0;
	width:866px;
	margin:0 auto;
	position:relative;
}
#header:after{
	display:block;
	clear:both;
	content:"";
}
.logo{
	margin:0;
	width:153px;
	height:202px;
	overflow:hidden;
	text-indent:-9999px;
	position:absolute;
	top:0;
	left:15px;
	z-index:100;
}
.logo a{
	display:block;
	height:100%;
	background:url(../images/logo.png) no-repeat;
	position:relative;
	cursor:pointer;
}
#main-nav {
	margin:0;
	padding:0;
	list-style:none;
	text-align:right;
	width:660px;
	float:right;
}
#main-nav li {
	float:left;
	font:bold 12px Georgia, "Times New Roman", Times, serif;
	margin-left: 56px;
}
#main-nav li a {
	text-decoration:none;
	float:left;
}
#main-nav li a:hover, #main-nav li.active a {color:#f00;}
.promo-holder {
	width:100%;
	background:#45463e url(../images/bg-promo-box.gif) repeat-x;
}
.p1{background:url(../images/bg-promo-b.gif) repeat-x 0 100%;}
.p2 {background:url(../images/bg-main.gif) no-repeat 50% 100%;}
.p2-internal {background:url(../images/bg_main_internal2.gif) no-repeat 50% 100%;}
.promo{
	width:856px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	min-height:340px;
	padding:15px 0 54px 10px;
}
* html .promo{
	height:330px;
	overflow:visible;
}
.gallery{
	width:522px;
	float:right;
	color:#fff;
}
.box1{
	margin:0 6px 0 0;
	background:url(../images/bg-box.gif) no-repeat 100% 0;
}
.box1 h4{
	text-indent:-9999px;
	background:url(../images/texte-said.gif) no-repeat;
	width:251px;
	height:57px;
	margin:26px 0 32px 50px;
	color:#e5e6d1;
}
.box1,
.box2{
	width:323px;
	float:left;
}
.box2 h4{
	margin:26px 0px 32px 14px;
	color:#85bf3f;
	background:url(../images/text-because.gif) no-repeat;
	width:194px;
	height:57px;
	text-indent:-9999px;
}
.image-frame{
	width:303px;
	height:174px;
	padding:20px 0 0 20px;
	background:url(../images/bg-image-frame.png) no-repeat;
}
.image-frame a{
	cursor:pointer;
	position:relative;
}
.image-frame img{display:block;}
.link{
	position:absolute;
	bottom:79px;
	left:60px;
	background:url(../images/bg-link.gif) no-repeat;
	width:146px;
	height:43px;
	text-indent:-9999px;
	overflow:hidden;
}
.main-holder{width:100%;}
#main {
	width:788px;
	overflow:hidden;
	margin:-264px auto 0;
	position:relative;

}
#sidebar {
	width:215px;
	float:left;
	padding:82px 24px 0;
	line-height: 1.9em;
	 font: Arial, Helvetica, sans-serif;
}
.awards{
	background:url(../images/text-awards.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 0 33px;
	width:197px;
	height:16px;
}
.best{
	background:url(../images/text-best.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	width:121px;
	height:14px;
	margin:0;
}
#content{
	padding:69px 0 0 0;
	float:right;
	width:486px;
}
#content h3{
	margin:0 0 8px;
	font-size:22px;
	font-weight:normal;
	color:#f00;
}
#content p {
	margin:0;
	line-height:21px;
}

#sidebar p{
	margin-bottom: 12px;
	}
	
table {
	font-size: 15px;
}
	
.small{
	font-size: 10px;
}

.smaller{
	font-size: 9px;
}

.red{
	color: #FF0000;
}