@charset "utf-8";
/* CSS Document */
html,	body {
		margin:0;
		padding:0;
		height:100%;
		background-image: url(images/bodyBKND.jpg);
		background-repeat:repeat-x;
		background-color:#f0f7fa
	}
#wrapper {
		width:900px;
		margin:10px auto;
		min-height:100%;
		background-color:#FFF;
		position:relative;
		border:1px solid black;
	}
#header {

	background-image: url(images/headerBknd.jpg);	
	background-repeat:no-repeat;
	width:100%;
	height:204px;
	text-align:center;
	margin:0 auto;
	
	}
	
#menu{
	margin:-20px auto;
	width:900;
	height:50px;
}

ul {
  	
 	 margin:0 auto;
 	 padding: 0;
 	 list-style: none;
 		
 	 
 	 
 	 
}

ul li {
  	display: block;
 	 position: relative;
 	 float: left;
 	 margin-left:1px;
 	  margin-top:-20px;
 	 width:143px;
 	 height:40px;
 	 border:1px solid black;
 	 padding: 3px 2px 2px 2px
 
 	 
}



li ul { display: none;


	
	}

 

ul li a {
  display: block;
  text-decoration: none;
  color: #000;
  
  padding: 5px 5px 10px 15px;
  text-align:center;
 
  margin-left: 0px;
  white-space: nowrap;
  text-align:center;
 
}


ul li.showroom a:hover { 
	background-image: url(images/showroom.jpg);	
	background-repeat:no-repeat;
	
	
	margin-left:7px;
	
	
	}
	
ul li.services a:hover { 
	background-image: url(images/services.jpg);	
	background-repeat:no-repeat;
	
	
	margin-left:30px;
	margin-bottom:3px;
	
	}
	
ul li.about a:hover { 
	background-image: url(images/about.jpg);	
	background-repeat:no-repeat;
	
	
	margin-left:-23px;
	margin-bottom:3px;
	}
	



	
/*li:hover ul {
  display: block;
  position: absolute;
  padding: 0px 10px 15px 0px;
  border-right: 0px solid #ffffff;
 

  
}

li:hover li {
  float: none;
  font-size: 11px;
   border-top:1px solid #ffffff;
  
    margin-left:0px;
   
}
li:hover a { 
	background: #663;
	font-size: 14px;

	  padding: 5px 14px 10px 12px;

	}
	
li:hover li a:hover { 
	background: #95A9B1; 
	 width:101px;
	}*/
#content {
		padding:10px;
		padding-bottom:100px;	/* Height of the footer */
		
	}
#footer {
		position:absolute;
		bottom:0;
		width:100%;
		height:100px;       		/* Height of the footer */
		border-top:1px solid black;
		padding-top:0;
		background-color:#FFF;
		
	}
	
p.legal{
	font: 10px arial, verdana, sans serif;
	float:left;
	padding:60px 0 0 5px;
	width:200px;
	margin-top:0px;
	border:0px solid black;

	
}
	
p.jse{
	
	border:0px solid black;
	float:right;
	
	padding:4px 5px 0 0;
	}
	
	/* other non-essential CSS */
	#header p,
	#header h1 {
		margin:0;
		padding:10px 0 0 10px;
	}
	#footer p {
		margin:0;
		
	}
	</style>

	<!--[if lt IE 7]>
	<style media="screen" type="text/css">
	#container {
		height:100%;
	}
	</style>
