/* Unchanged */
/*
	jQuery Coda-Slider v2.0 - http://www.ndoherty.biz/coda-slider
	Copyright (c) 2009 Niall Doherty
	This plugin available for use in all personal or commercial projects under both MIT and GPL licenses.
*/

/* Insignificant stuff, for demo purposes */
.panelbottom {
	width: 1000px;
	margin: 0 auto;
	height: 300px;
}
.panel-left {
	width: 750px;
	float: left;
	height: 300px;
	background-color: #CCCCCC;
	
}
.panel-right {
	width: 248px;
	float: right;
	height: 300px;
	background-color: #CCCCCC;
	border-left:2px solid #fff;
}
.panel-contact {
	width: 690px;
	float: left;
	height: 80px;
	background-color: #CCCCCC;
	margin: 0px 30px 0px 30px;
}
#slider {
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.scroll {
	height: 300px;
	width: 750px;
	overflow: auto;
	position: relative; /* fix for IE to respect overflow */
	clear: left;
}
.scrollContainer div.panel {
	padding:0px;
	height: 300px;
	width: 750px; /* change to 560px if not using JS to remove rh.scroll */
}
.textpad {
	padding:40px 40px 40px 40px;
}
.imgbox {
	width: 350px;
	float: left;
	margin-right: 20px;
	height: 220px;
	background: transparent url('images/bg-semi.png');
}
.imgbox img {
	width: 350px;
	float: left;
	padding: 0px;
	height: 220px;
	background: transparent url('images/bg-semi.png');
}
ul.navigation {
	clear: both;
	display: block;
	margin: 10px 0px 0px 0px;
	overflow: hidden;
	float: left;
}
ul.navigation li {
	display: inline
}
ul.navigation li a {
	color: #333333;
	display: block;
	border-bottom: 1px solid #999;
	margin-right: 1px;
	padding: 10px 5px 10px 30px;
	text-decoration: none;
	font-weight: lighter;
}
/* Tab nav */
ul.navigation li a.current {
	color: #999999;
}
ul.navigation li a:hover {
	color: #333333;
	background: transparent;
}
.clientelle {
	margin: 0px 0px 0px 0px;
	width: 300px;
}
.clientelle h2 {
	font-size: 15px;
	color: #101A1D;
	font-weight: lighter;
	padding: 0px 20px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3em;
}
ul.clientelle {
	list-style-type: disc;
	list-style: none;
	margin: 0px 0px 0px 0px;
}
ul.clientelle li {
	padding: 3px 0px 3px 0px;
	margin: 0px 0px 0px 0px;
	line-height: 1.8em;
	font-size: 12px;
	color: #333333;
	border-bottom: 1px solid #F0F0F0;
}
.text1 {
	font-size: 20px;
	font-weight: lighter;
	line-height: 25px;
	color: #333333;
	font-family:Myriad Pro, Helvetica, Arial, san-serif;
	font: Trade Gothic LT Light;
	text-transform: uppercase;
}
.text2 {
	font-size: 18px;
	font-weight: lighter;
	line-height: 25px;
	color: #333333;
	font-family:Myriad Pro, Helvetica, Arial, san-serif;
	font: Trade Gothic LT Light;
}
.text3 {
	font-size: 14px;
	font-weight: lighter;
	line-height: 18px;
	color: #333333;
	font-family:Myriad Pro, Helvetica, Arial, san-serif;
	font: Trade Gothic LT Light;
}
.text4 {
	font-size: 13px;
	font-weight: lighter;
	line-height: 18px;
	color: #333333;
	font-family:Myriad Pro, Helvetica, Arial, san-serif;
	font: Trade Gothic LT Light;
}
