@charset "utf-8";
/* CSS Document */

			body{
				border:0;
				padding:0;
				margin:0;
				background: #EBEBE1;
				font-size:62.5%;
				text-align:center;
				height:100%;
				font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
			}
			
			#container{
				position:relative;
				width:913px;
				background:#f8f7f7 url(../images/clean-new-look_bg.gif) repeat-y;
				text-align:left;
				color:#594409;
				font-size:1.1em;
				margin: 0 auto; 
			}
			
	/***************************BANNER******************************/
			#banner{
				width:869px;
				height:115px;
				background:#f8f7f7 url(../images/bg_banner3.jpg) 1px no-repeat;
				text-align:left;
				margin-left:22px;				
			}
			
			#logo{
				margin-left:50px;
			}
			
	/***************************MENU******************************/
			#menu_container{
				width:869px;
				height:38px;
				background:#f8f7f7 url(../images/bg-menu.gif) no-repeat;
				margin-left:22px;
			}
			
					
	
			#menu{
				width:780px;
				float:left;
				text-align:left;
				line-height:38px;
						
			}	
	
			.cssnavtop	{
						position:relative;
						float: left;
						background-image:url(../images/menu_img/fr_menu_home.gif);
						background-repeat: no-repeat;
						white-space: nowrap;
						width: 126px;
						height: 38px;
						margin: 0; 
						padding: 0; 
						overflow:hidden;/* for ie to hide extra height*/
			}
			.cssnavtop a {
						display: block;
						color: #000000;
						font-size: 11px;
						width: 126px;
						height: 38px;
						display: block;
						float: left;
						color: black; 
						text-decoration: none;
						overflow:hidden;/* for ie to hide extra height*/
			}
		
			.cssnavtop img {width: 126px; height: 38px; border: 0; }
			* html a:hover {visibility:visible}
			.cssnavtop a:hover img{visibility:hidden}
			
	
			#language{
				float:right;
				line-height:36px;
				padding-right:15px;
				font-size:11px;
				font-weight:bold
				
			}
			
			#language a:link{
				text-decoration:none;
				color:#594409;
			}
			
			#language a:visited{
				text-decoration:none;
				color:#594409;
			}
			
			#language a:hover{
			text-decoration:underline;
				color:#594409;
			}
			
	/********************** Right Pane ***************************/	
	
		
			#right_pane{
				float:right;
				margin-top:20px;
				width:175px;
				height:380px;
				background-image:url(../images/left-pane.jpg);
				background-repeat:no-repeat;
				text-align:right;
			}
			
			#right_pane h2{
				font-size:15px;
				margin:10px 10px 5px 0;
				color:#594409;
			}
			
			#right_pane p{
				font-size:11px;
				width:150px;
				margin:2px 6px 0 12px;
				line-height:1.5;
			}
			
			#right_pane p a:link{
				text-decoration:none;
				color:#594409;
			}
			
			#right_pane p a:visited{
				text-decoration:none;
				color:#594409;
			}
			
			#right_pane p a:hover{
				text-decoration:underline;
				color:#663300;
			}
			
			/**************************** FOOTER *************************************/
			
			#footer{
				margin:0 auto;
				background:url(../images/footer.gif) no-repeat;
				height:200px;
				width:905px;
				padding-top:10px;
				font-size:10px;
				
			}
			
			.lowercase{
				text-transform: lowercase;
			}
			
			a.footer-link-show:link, a.footer-link-show:visited{
				text-decoration:none;
				color:#000;
			}
			
			a.footer-link-show:hover{
				text-decoration:underline;
				color:#000;
			}
			
			a.footer-link:link, a.footer-link:visited, a.footer-link:hover{
				color:#000;
				text-decoration:none;
			}
