/* Mise en page principale - Global Layout */

body {
	background-color: #EFF3ED;
}

#main {
	margin: 0 auto;
	width: 810px;
	height: auto;
	padding: 0 5px 0 3px;
	background-image: url(/images/mainbg.gif);
	background-repeat: repeat-y;
}

#main-header {
	position: relative;
	height: 122px;
	margin-bottom: 9px;
	width: auto;
	/*background: #FFFFFF url(/images/themes/holidays/main-headerbg20091210.gif) 0 0 repeat;*/
	background: #FFFFFF url(/images/mainheaderbg.gif) top repeat-x;
}

#main-header img.site-logo { margin-left:32px; }

#homebar {
	position: absolute;
	/*display: none;*/
	bottom: -6px;
	left: -12px;
	width: 836px;
	/*z-index: 1;*/
}

#homebar p a { display:block; height:40px; text-indent:-999px; }

#banner a._default,
#banner div.default {
	position:absolute;
	top: 15px;
	right: 106px;
	width: 468px;
	height: 60px;
	/*text-align: center;*/
}

#banner h2 { margin-top:18px; font-size:24px; color:#BCBCBC; }

#banner a.default {
	position:absolute;
	top: 12px;
	right: 103px;
	width: 468px;
	height: 60px;
	/*border: 1px solid #D5EBD7;*/
	background-color: #FFFFFF;
	padding: 3px;
}

#main-body {
	position: relative;
	width: 100%;
	min-height: 560px;
	padding-top: 2px;
	padding-bottom: 8px;
	background-color: #FFFFFF;
	z-index: 0;
}

* html #main-body {
	height: 560px;
}

#main-sidebar {
	position: absolute;
	left: 12px;
	top: 4px;
	/*height: 460px;*/
	width: 168px;
}

#content-wrap {
	position: relative;
	display: block;
	width: 628px;
	margin-left: 173px;
}

#main-footer {
	height: 40px;
	text-align: center;
	padding-top: 8px;
	color: #434343;
	background: url(/images/mainfooterbg.gif) top no-repeat;
}

#main-footer a { color: #444444; }

