/* CSS Document */

#container {
position:absolute;
width:1024px;
height:1024px;
left:50%;
margin-left:-512px;
top:0px;

}


#leftbanner{
width:124px;
height:1024px;
float:left;
background-image:url(../images/left_banner.jpg);

}
/*---------------------------------------------------MIDDLE SECTION--------------------------------------------*/
#middle_section{
width:775px;
height:1024px;
float:left;
clear:right;
top:0px;


}

#header{
left:0px;
top:0px;

}

#main_body{
width:775px;
height:252px;
left:0px;
background-image:url(../images/body_bar.jpg);


}

#first_section{
float:left;
top:0px;
width:262px;
height:252px;


}

#first_text{
    position:relative;
	width:225px;
	height:100px;
	left: 25px;
	top: 105px;
	z-index:10px;


}
#second_section{
float:left;
top:0px;
width:247px;
height:252px;


}

#second_text{
    position:relative;
	width:225px;
	height:100px;
	left: 12px;
	top: 105px;
	z-index:10px;


}
#third_section{
float:left;
top:0px;
width:260px;
height:252px;


}
#third_text{
    position:relative;
	width:228px;
	height:100px;
	left: 14px;
	top: 105px;
	z-index:10px;


}
#products_bottom{
width:775px;
height:281px;
left:0px;

}

#footer{
width:775px;
height:193px;
left:0px;
background-color:#FFFFFF;

}
/*--------------------------------------------------END MIDDLE SECTION--------------------------------------------*/
#rightbanner{
width:124px;
height:1024px;
float:left;
background-image:url(../images/right_banner.jpg);

}

#footer_contents{
	width:auto;
	height:auto;
	top:60px;
	left:0px;
	position: relative;

}
/*-----------------------------------------------Buttons--------------------------------------------------------------*/

#blue_bt {
	width: 31px;
	height: 24px;
	float: right;
	z-index:20;
	margin-top: 0px;
	top: 118px;
	position: relative;
	right: 5px;

}

#grey_bt {
	width: 31px;
	height: 24px;
	float: right;
	z-index:20;
	margin-top: 0px;
	top: 118px;
	position: relative;
	right: 3px;

}

#red_bt {
	width: 31px;
	height: 24px;
	float: right;
	z-index:20;
	margin-top: 0px;
	top: 118px;
	position: relative;
	right: 14px;

}

a.bonheurlink:link{
	font-family:Arial, Helvetica, sans-serif;
	color:#999999;
	font-size:10px;
	
}

a.bonheurlink:visited{
	color:#999999;
	font-size:10px;
	
}

a.bonheurlink:hover{
	color:#333333;
	text-decoration: underline;
	font-size:10px;
	
}

a.bonheurlink:active{

	color:#333333;
	font-size:10px;

	
}