.custom.home div#container,
.custom.home div#page {
	background-image: none;
	}

.home #content_box.no_sidebars #content {
	padding: 0;
	margin-top: -12px;
	}
	
/* - Center Panel - */

.custom.home #center-panel {
	background: none;
	overflow: hidden;
	height: 373px;
	position: relative;
	width: 940px;
	}
	
.custom.home #tabs-wrap {
	position: absolute;
	width: 230px;
	z-index: 1000;
	}
	
.custom.home #panes-wrap {
	border-top: 1px solid #fff;
	height: 373px;
	position: absolute;
	top: 0;
	right: 0;
	width: 719px;
	z-index: 500;
	}

.custom.home .tabs {
	
	}
	
.custom.home .tabs a {
	background: url(images/nav-center-panel.png);
	background-repeat: no-repeat;
	display: block;
	height: 75px;
	outline: none;
	text-indent: -9999px;
	}
	
.custom.home .tabs a.rebounder {
	background-position: 0 0;
	}
	
.custom.home .tabs a:hover.rebounder {
	background-position: -230px 0;
	}
	
.custom.home .tabs a.current.rebounder {
	background-position: -460px 0;
	}
	
.custom.home .tabs a.enroc {
	background-position: 0 -75px;
	}
	
.custom.home .tabs a:hover.enroc {
	background-position: -230px -75px;
	}
	
.custom.home .tabs a.current.enroc {
	background-position: -460px -75px;
	}
		
.custom.home .tabs a.events-extraordinaire {
	background-position: 0 -150px;
	}
	
.custom.home .tabs a:hover.events-extraordinaire {
	background-position: -230px -150px;
	}
	
.custom.home .tabs a.current.events-extraordinaire {
	background-position: -460px -150px;
	}
	
.custom.home .tabs a.quantum {
	background-position: 0 -225px;
	}
	
.custom.home .tabs a:hover.quantum {
	background-position: -230px -225px;
	}
	
.custom.home .tabs a.current.quantum {
	background-position: -460px -225px;
	}
		
.custom.home .tabs a.kontent-kapture {
	background-position: 0 -300px;
	}
	
.custom.home .tabs a:hover.kontent-kapture {
	background-position: -230px -300px;
	}
	
.custom.home .tabs a.current.kontent-kapture {
	background-position: -460px -300px;
	}

.custom.home div.panes div {
			
	}
	
.custom.home .panes {
	
	}
	
.custom.home .panes div.rebounder {
	background: url(images/banner-rebounder-home.jpg) 0 0 no-repeat;
	}
	
.custom.home .panes div.enroc {
	background: url(images/banner-enroc-home.jpg) 0 0 no-repeat;
	}
	
.custom.home .panes div.events-extraordinaire {
	background: url(images/banner-extraordinaire-home.jpg) 0 0 no-repeat;
	}
	
.custom.home .panes div.quantum {
	background: url(images/banner-quantum-home.jpg) 0 0 no-repeat;
	}
	
.custom.home .panes div.kontent-kapture {
	background: url(images/banner-kontent-home.jpg) 0 0 no-repeat;
	}

.custom.home .panes div a.lg {
	display: block;
	height: 300px;
	margin-right: 10px;
	outline: none;
	width: 100%;
	}
	
.custom.home .extra {
	background: url(images/bg-extra.png) 10px 0 repeat;
	padding: 10px 15px;
	text-align: right;
	height: 53px;
	}
	
.custom.home .extra h3 {
	color: #f5be11;
	font-size: 1.7em;
	font-weight: bold;
	margin-bottom: .4em;
	}
	
.custom.home .extra p {
	color: #fff;
	font-size: 1.4em;
	}
	
.custom.home .extra p a {
	color: #e44f98;
	font-weight: bold;
	text-decoration: underline;
	}
	
.custom.home .extra p a:hover {
	text-decoration: none;
	}
	
/* - 3 Columns - */

.home .three-col-no-sidebars {
	background: url(images/bg-3col-home.gif) top center no-repeat;
	padding: 12px 0 15px 10px;
	}

.home .three-col-no-sidebars .cell {
	display: inline;
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
	width: 300px;
	}
	
.home .three-col-no-sidebars div.last {
	margin-right: none;
	}

.home .three-col-no-sidebars img {
	margin-bottom: 5px;
	}

.home .three-col-no-sidebars h2 {
	font-size: .9em;
	margin: 0 0 6px 0;
	padding: 0 7px;
	text-transform: uppercase;
	}

.home .three-col-no-sidebars p {
	font-size: .8em;
	line-height: 1.2em;
	margin-bottom: 15px;
	padding: 0 7px;
	}
