body {
	font-family: "arial";
	font-size: 14px;
	color: #ffffff;
}
.wrap{
	width: 960px;
	margin:0 auto;
}

/************  HEADER STYLING *************/
#header{
	background: url(img/header-bg.jpg);
	height: 160px;
}

#logo img {
    left: 50%;
    margin-left: -300px;
    position: absolute;
    top: 0px;
}

#nav{
	background: #e2e2e2 url(img/nav-bg.jpg);
	margin-top: -20px;
}

#nav h3{
    color: #000000;
    font-family: arial;
    font-size: 14px;
    margin-bottom: 0;
    padding-left: 60px;
    text-transform: uppercase;
}

/************  CONTENT STYLING *************/
#content{
	background: #e3e3e3 url(img/content-bg.png) no-repeat center top;
	height: 400px;
}

#content-box{
	background: #e3e3e3 url(img/content-box-bg.jpg) no-repeat center center;
	height: 395px;
}

#intro{
    background: url("img/intro-bg.png") no-repeat scroll 0 20px transparent;
    height: 381px;
    left: 50%;
    margin-left: -70px;
    padding-top: 90px;
    position: absolute;
    width: 378px;
}

#intro p{
	color: #000000;
    font-family: georgia;
    font-size: 13px;
    margin-bottom: 3px;
    padding-left: 90px;
    width: 220px;
}
/************  MIDDLE STYLING *************/
#middle{
	padding-top: 20px;
	background: url(img/middle-bg.jpg);
}

/************  SLIDER STYLING *************/
#slider{
	border:3px solid #e1e1e1;
	margin-bottom:5px;
	padding-top: 10px;
}

/************  BOX STYLING *************/
#boxes-padding{padding-bottom:20px;}
#boxes{
	height:260px;
	border:3px solid #e1e1e1;
	padding-top:5px;
	padding-bottom:0px;
	background-color:#FDFA0D;
}

#box0{
    background: #FDFA0D url("img/box-bg.png");
    float: left;
    height: 257px;
    width: 238px;
}
#box1{
    background: #FDFA0D url("img/box-bg.png") no-repeat center;
    float: left;
    height: 257px;
    width: 238px;
}
#box2{
    background: #FDFA0D url("img/box-bg.png") no-repeat center;
    float: right;
    height: 257px;
    width: 238px;
	
}
#box3{
    background: #FDFA0D url("img/box-bg.png") no-repeat center;
    float: right;
    height: 257px;
    width: 238px;
}

#boxTop{
	margin-left: 5px;
	background: url(img/top-box.png) no-repeat center;
	height: 75px;
}
#boxTop h1{
    font-family: "Myriad Pro";
    font-size: 21px;
    margin: 0 0 0 20px;
    text-transform: uppercase;
}
#boxContent{
	width: 230px;
}
#boxContent ul{
    list-style-type: square;
    margin-left: 10px;
}
#boxContent li{
	color: #000000;
    font-size: 13px;
    font-weight: bold;
    line-height: 22px;
    text-transform: uppercase;
}
/************  FOOTER STYLING *************/
#footerBar{
	background: url(img/header-bg.jpg);
	height: 150px;
}

#footerBar img{
	padding-top:0px;
	float:left;
	width:48%;
}
#adresse {
	float: right;
    width: 48%;
	margin-top: 5px;
}
#adresse p{
	color: #C7BE59;
    text-transform: uppercase;
	font-size:12px;
}
#adresse h3{
	font-family: arial;
    font-size: 11px;
    margin-top: -15px;
}

#footerBar a{
	color: #fff;
	padding-right: 50px;
	text-decoration:none;
}

a{
	color:#000;
	text-decoration:none;
}


#footerBar a:hover{
	color:#C7BE59;
}
.input{
	border: 1px solid #68777f; 
	background-color: #b6bec1; 
}
.clr{clear:both;}
/************  SCROLLABLLELELELLE STYLING *************/
/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 660px;
	height:90px;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accommodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
}

/*
	a single item. must be floated in horizontal scrolling.
	typically, this element is the one that *you* will style
	the most.
*/
.items div {
	float:left;
}


#slideshow{
	position:relative;
	height:174px;
	margin-bottom:20px;
}
#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}