/* CSS Document */

body,html{
	background-color:#ffffff;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	}
	
#place{
	margin: 0 auto;
	width:1006px;
	}
	
#container{
	float:left;
	width:1006px;
	min-height:300px; 
	height:auto !important; 
	height:300px;
	}
	
#logo{
	width:1006px;
	height:213px;
	background-image:url(ebsimages/logo_prom.jpg);
	background-position:center;
	background-repeat:no-repeat;
	float:left;
	}
	

#nav_container{
	width:516px;
	float:right;
	margin-top:168px;
	}
	
#navhome a{
	display:block;
	width:69px;
	height:25px;	
	float:left;
	background: transparent url(ebsimages/nav.jpg) no-repeat;
	background-position: 0 -113px;
	border:none;
	text-decoration:none;
	margin: 4px 10px 0 0;
	}
	
#navhome a:hover{
	background-position: 0 -142px;
	}
	
#navhome span{
	visibility:hidden;
	}
	
#navabout a{
	display:block;
	width:69px;
	height:25px;	
	float:left;
	background: transparent url(ebsimages/nav.jpg) no-repeat;
	background-position: 0 -4px;
	border:none;
	text-decoration:none;
	margin: 6px 20px 0 11px;
	}
	
#navabout a:hover{
	background-position: 0 -34px;
	}
	
#navabout span{
	visibility:hidden;
	}
	
#navservices a{
	display:block;
	width:85px;
	height:25px;	
	float:left;
	background: transparent url(ebsimages/nav.jpg) no-repeat;
	background-position: 0 -171px;
	border:none;
	text-decoration:none;
	margin: 5px 27px 0 13px;
	}
	
#navservices a:hover{
	background-position: 0 -198px;
	}
	
#navservices span{
	visibility:hidden;
	}
	
#navcontact a{
	display:block;
	width:83px;
	height:24px;	
	float:left;
	background: transparent url(ebsimages/nav.jpg) no-repeat;
	background-position: 0 -63px;
	border:none;
	text-decoration:none;
	margin: 5px 0 0 14px;
	}
	
#navcontact a:hover{
	background-position: 0 -87px;
	}
	
#navcontact span{
	visibility:hidden;
	}
	

.nav_divide{
	width:26px;
	height:23px;
	background-image:url(ebsimages/prom_dot.jpg);
	background-position:center;
	background-repeat:no-repeat;
	float:left;
	margin-top:8px;
	}
	
	
#wrapper{
	width:1002px;
	float:left;
	margin: 10px 2px 10px 2px;
	min-height:500px; 
	height:auto !important; 
	height:500px;
	}
	
#wrapper a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	text-decoration:none;
	}
	
#wrapper a:hover{
	text-decoration:underline;
	}
	
#footer{
	width:1006px;
	height:36px;
	background-image:url(ebsimages/prom_footer.jpg);
	background-position:center;
	background-repeat:no-repeat;
	float:left;
	text-align:right;
	}
	
#footer p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#ffffff;
	margin: 12px 15px 0 0;
	}
