body {
	background-color:#F3F2EB;
}

#introHeader {
	background-image: url(../images/NBPS-header.png);
	background-repeat: no-repeat;
	height: 150px;
	width: 525px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B9BBBD;
	padding-bottom: 14px;
	background-position: 45px 120px;
}
#slideShow{
	height:320px;
	width:477px;
	overflow:hidden;
	margin-top: 20px;
	margin-bottom: 20px;
}
#header {
	background-image: url(../images/NBPS-header.png);
	background-repeat: no-repeat;
	height: 90px;
	width: 960px;
	padding-bottom: 14px;
	background-position: 260px 30px;
}
#nav{
	height:42px;
	width:970px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #B9BBBD;
	border-bottom-color: #B9BBBD;
}
/*#nav ul{
margin-top:10px;
}*/
#nav a{
	width: 110px;
	height: 25px;
	display: block;
	float:left;
	margin-left:42px;
	margin-right:42px;
	margin-top:10px;
	cursor:pointer;
	text-decoration:none;
}
a#home{
	width: 60px;
	margin-left:80px;
	background-image: url(../images/home.png);
	background-repeat: no-repeat;
	background-position: center center;	
}
a#home:hover{
	cursor:auto;	
	background-image: url(../images/home-rollover.png);
}
a#home.active{
	background-image: url(../images/home-rollover.png);
}
a#about{
	width: 66px;
	background-image: url(../images/about.png);
	background-repeat: no-repeat;
	background-position: center center;	
}
a#about:hover{
	background-image: url(../images/about-rollover.png);
}
a#about.active{
	cursor:auto;	
	background-image: url(../images/about-rollover.png);
}
a#gallery{
	background-image: url(../images/gallery.png);
	background-repeat: no-repeat;
	background-position: center center;	
}
a#gallery:hover{
	background-image: url(../images/gallery-rollover.png);
}
a#gallery.active{
	cursor:auto;	
	background-image: url(../images/gallery-rollover.png);
}

a#contact{
	width: 87px;
	background-image: url(../images/contact.png);
	background-repeat: no-repeat;
	background-position: center center;	
}
a#contact:hover{
	background-image: url(../images/contact-rollover.png);
}
a#contact.active{
	cursor:auto;	
	background-image: url(../images/contact-rollover.png);
}
#gallery{
	width:970px;	
}
#gallery img{
	padding-right:19px;
	padding-top:19px;
}
#moviePlayer{
	display:none;
}
.description{
	padding-top:20px;
	height:65px;
	width:800px;
	font-family: Arial, Helvetica, sans-serif;
	color:#7F8183;
	text-align:left;
	font-size: 14px;
}
h1{
	letter-spacing: .1em;
	margin:0px;
	color:#28242E;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#movies{
	height:540px;
}
#thumbnails{
	padding-top:10px;
	height:110px;	
	width:800px;
	overflow:hidden;
}
#panels{
	width:1150px;	
}
#panels img{
	cursor:pointer;	
	margin-top:20px;
	border:0px;
}
#thumbnails img{
	float:left;
	margin-right:5px;	
	cursor:pointer;
}
#footer {
	background-image: url(../images/RCP-frontpage.png);
	background-repeat: no-repeat;
	height: 215px;
	width: 525px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B9BBBD;
	background-position: center top;
}
#thumbnails .current{
	display:none;
}
.page{
width:960px;	
}
#pages, #vimeo{
	position:relative;
	width:960px;
}
.movie {
	width:960px;	
	position:relative;
}
#movies .active {
	display:block;				 
}
#pages .active{
	display:block;	
}
span {
	visibility:hidden;	
}
.next-button{
/*	background-image: url(../images/next-button.png);
	background-repeat: no-repeat;
	width:46px;
	height:276px;*/
	position:absolute;
	right:35px;
	top:118px;
/*	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;*/
}
.prev-button{
/*	background-image: url(../images/prev-button.png);
	background-repeat: no-repeat;
	width:46px;
	height:276px;*/
	position:absolute;
	left:35px;
	top:100px;
/*	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;*/
}
#prev-name{
	position:absolute;
	left:-65px;
	top:235px;
	z-index:100px;	
	width:98px;
	height:25px;
	display:none;
}
#next-name{
	position:absolute;
	right:-65px;
	top:235px;
	z-index:100px;		
	width:98px;
	height:25px;
	display:none;
}
.comments{
	margin-top:10px;
	font-family: Arial, Helvetica, sans-serif;
	color:#7F8183;
	text-align:left;
	font-size: 14px;	
	width:800px;
	display:none;
}
#contactDiv{
	margin-top:50px;
	font-family: Arial, Helvetica, sans-serif;
	color:#7F8183;
	text-align:left;
	font-size: 14px;	
	width:550px;
}
#contactDiv a{
	text-decoration:none;
	color:#7F8183;
}
#comments{
	background-image: url(../images/comments.png);
	background-repeat: no-repeat;
	width:110px;
	height:25px;
	background-position: -5px;
}
#error{
	color:#F00;	
	font-size:12px;
	font-style:italic;
}
table, tr, td{
	margin:0;
	padding:0;
}
form{
	margin:0;
	padding:0;
}

