@charset "UTF-8";
/* CSS Document */

body, html{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #414243 ;
	height: 100%;
	}
	
.float_r{
	float:right;
	}
	
#page{
	text-align:center;
	background: #ffffff url(../images/bg_drop.gif) repeat-y center;
	}
	
#container{
	text-align:center;
	
	position: relative;
	width: 1000px;
	margin: 0 auto;
	}

/** html #container{
	height: 100%;
	}*/
	
#container #vault{
	position: absolute;
	left: 0;
	top: 0;
	width: 1000px;
	height: 100%;
	z-index: 20;
	background-color: #000000;
}
	
a{
	color: #ed1c24;
	}
	
#header{
	text-align: left;
	width: 830px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	}

	#header #logo {
		float: left;
		}
	
#nav {
	padding-top: 14px;
	width: 600px;
	float: left;
	font-size: 10px;
	}
		
	#nav ul{
		list-style: none;
		margin: 0;
		padding: 0;
		width: 600px;
		}
		
		#nav ul li {
			list-style: none;
			float: left;
			padding: 0;
			margin: 0;
			position: relative;
			height: 21px;
			width: 0px;
			text-align: center;
			}
			
		#nav ul li a{
			display: block;
			width: 100%;
			height: 100%;
			text-indent: -9000px;
			outline: none;
			}
			
			#nav #nav_home{
				width: 73px;
				}
			#nav #nav_home a{
				background: url(../images/nav_home.gif);
				}
				
			#nav #nav_testimonials {
				width: 110px;
				}
				
			#nav #nav_testimonials a {
				background: url(../images/nav_testimonials.gif);
				}
				
			#nav #nav_philosophy{
				width: 95px;
				}
			#nav #nav_philosophy a{
				background: url(../images/nav_philosophy.gif);
				}
				
			#nav #nav_services{
				width: 86px;
				}
			#nav #nav_services a{
				background: url(../images/nav_services.gif);
				}
				
			#nav #nav_press{
				width: 69px;
				}
				
			#nav #nav_press a{
				background: url(../images/nav_press.gif);
				}
				
			#nav #nav_contact{
				width: 86px;
				}
			#nav #nav_contact a{
				background: url(../images/nav_contact.gif);
				}
				
			#nav #nav_tour{
				width: 66px;
				}
			
			#nav #nav_tour a{
				background: url(../images/nav_tour.gif);
				}
			
			#nav #red_block{
				background: #ed1c24;
				width: 73px;
				position: static;
				height: 5px;
				left: 0;
				clear: both;
				padding: 0;
				margin: 0;
				}
			* html #red_block {
				padding: 0;
				margin: 0;
				height: 2px !important;
				}
				
#content {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	position: relative;
	clear: both;
	}
#zarret_logo_bottom{
	position: relative;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	clear: both;
	}
	
* html #zarret_logo_bottom {
	margin-top: -6px;
	}
	
	#content #panel_wrapper {
		position: relative;
		background: none;
		}
	
	#content #panel_wrapper .panel{
		width: 1000px;
		height: 520px;
		text-align: left;
		padding-top: 26px;
		padding-bottom: 26px;
		position: relative;
		padding-right: 20px;
		display: inline;
		}
		
		#content #pnl_home{
			margin-left: 110px;	
		}
		
			#content #bestofphilly{
				padding-right: 10px;
			}
		
		#content #pnl_testimonials{
			background-image: url(../images/joe_zarett.png);
			background-attachment: scroll;
			background-position: 10px bottom;
			background-repeat: no-repeat;
		}
		
			#content #pnl_testimonials #joe{
				text-align: right;
				position: absolute;
				left: 360px;
				bottom: 40px;
			}
			
			#content #quote_container{
				margin-left: 130px;
				margin-top: 20px;
			}
				#content #prev_quote{
					float: left;
					width: 11px;
					height: 20px;
					margin: 50px 10px 0 0;
					background: url(../images/arrow_left.gif) no-repeat center center;
					}
				#content #next_quote{
					float: left;
					width: 11px;
					height: 20px;
					margin: 50px 0 0 10px;
					background: url(../images/arrow_right.gif) no-repeat center center;
					}	
				#content #quote{
					float: left;
					width: 364px;				
					background: url(../images/testimony_quotes.gif) no-repeat;
					}
					#content #quote #txt{
						padding: 4px 32px 4px 32px;
						font-size: 18px;
						
						}
					#content #quote #from{
						padding-right: 32px;
						text-align: right;
						color: #ed1c24;
						}
			
		#content #philosophy_graphic{
			width: 522px;
			height: 380px;
			background: url(../images/philosophy_bg.gif) no-repeat;
			padding-top: 260px;
		}
		
		#content #philosophy_graphic div{
			width: 300px;
			padding-left: 20px;
			margin-left: 180px;
		}
		
		#content .panel p {
			padding-left: 10px;
			line-height: 15px;
			letter-spacing: 1px;
			margin-top: 2px;
			margin-bottom: 26px;
			}
		
		#content .panel h3{
			padding-left: 10px;
			margin-top: 20px;
			margin-bottom: 2px;
			font-size: 12px;
			font-weight: bold;
			color: #ed1c24;
		}
		
		#content .panel .align-right {
			float: right;
			clear: right;
			margin-left: 25px;
			}
		
		#content .panel .panel_content{
			padding-top: 16px;	
		}
		
		#content .panel .red{
			color: #ed1c24;	
		}
		
		#content .panel .open_quote{
			background: url(../images/open_quote.gif) left top no-repeat;
		}
		
		#content .panel .open_quote img{
			padding-left: 2px;
		}
		
		#content .panel .cite{
			margin-top: 10px;
			background: url(../images/quote_dash.gif) 10px 5px no-repeat;	
			color: #ed1c24;
			font-size: 10px;
		}
		
		
	#content h2 {
		height: 53px;
		width: 204px;
		text-indent: -9000px;
		outline: none;
		margin-top: 0px;
		}
		
		#pnl_home h2 {
			background: url(../images/hdr_home.gif) no-repeat;
			}
		
		#pnl_philosophy h2 {
			background: url(../images/hdr_philosophy.gif) no-repeat;
			}
			
		#pnl_services h2 {
			background: url(../images/hdr_services.gif) no-repeat;
			}
		#pnl_contact h2 {
			background: url(../images/hdr_contact.gif) no-repeat;
			}
			
	#content #panel_wrapper .tour_panel{
		width: 760px;
		height: 520px;
		text-align: left;
		padding-top: 26px;
		padding-bottom: 26px;
		position: relative;
		padding-right: 20px;
		display: inline;
		}
		
	.tour_panel .image_container{
		position: relative;
		width: 756px;
		height: 510px;
		}
		
	.tour_panel .tour_nav{
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		z-index: 10;
		}
		
		.tour_panel .tour_nav a.prev_tour{
			float: left;
			width: 49%;
			height: 100%;
			display: block;
			background-image: url(data:image/gif;base64,AAAA);
			}
		/* 
		.tour_panel .tour_nav a.prev_tour:hover{
			background: transparent url(../images/prev.png) left center no-repeat;
			}
		*/
		.tour_panel .tour_nav a.prev_tour {
			background: transparent url(../images/prev.png) left center no-repeat;
			}
				
		.tour_panel .tour_nav a.next_tour{
			float: right;
			width: 49%;
			height: 100%;
			display: block;
			background-image: url(data:image/gif;base64,AAAA);
			}
		
		/* .tour_panel .tour_nav a.next_tour:hover{
			background: transparent url(../images/next.png) right center no-repeat;
			}
		*/	
		 .tour_panel .tour_nav a.next_tour {
			background: transparent url(../images/next.png) right center no-repeat;
			}
			 
			
#subnav_contact {
	padding-top: 14px;
	width: 400px;
	float: left;
	font-size: 10px;
	}
	
	#subnav_contact ul{
		list-style: none;
		margin: 0;
		padding: 0;
		width: 400px;
		}
		
		#subnav_contact ul li {
			list-style: none;
			float: left;
			padding: 0;
			margin: 0;
			position: relative;
			height: 21px;
			width: 0px;
			text-align: center;
			}
			#subnav_contact ul li a{
				display: block;
				width: 100%;
				height: 100%;
				text-indent: 9000px;
				outline: none;
				}
			
			#subnav_contact #sub_contact{
				width: 95px;
				}
				#subnav_contact #sub_contact a{
					background: url(../images/subnav_contact.gif);
					}
				
			#subnav_contact #sub_gettingstarted{
				width: 138px;
				}
				#subnav_contact #sub_gettingstarted a{
					background: url(../images/subnav_gettingstarted.gif);
					}
				
		#subnav_contact #subnav_contact_red_block{
			background: #ed1c24;
			width: 95px;
			position: static;
			height: 5px;
			left: 0;
			clear: both;
			padding: 0;
			margin: 0;
			}
			
#sub_contact_content{
	width: 550px;
	overflow: hidden;
	position: relative;
	}
	
	#sub_contact_content #sub_contact_panel_wrapper{
		width: 1200px;
		padding-top: 10px;
		}
		
		#sub_contact_content #sub_contact_panel_wrapper .subpanel{
			width: 550px;	
			}
			
#subnav_press {
	padding-top: 14px;
	width: 400px;
	float: left;
	font-size: 10px;
	}
	#subnav_press ul{
		list-style: none;
		margin: 0;
		padding: 0;
		width: 400px;
		}
		#subnav_press ul li {
			list-style: none;
			float: left;
			padding: 0;
			margin: 0;
			position: relative;
			height: 21px;
			width: 0px;
			text-align: center;
			}
			#subnav_press ul li a{
				display: block;
				width: 100%;
				height: 100%;
				text-indent: 9000px;
				outline: none;
				}
		
			#subnav_press #sub_print{
				width: 78px;
				}
				#subnav_press #sub_print a{
					background: url(../images/subnav_print.gif);
					}
					
			#subnav_press #sub_tv{
				width: 62px;
				}
				#subnav_press #sub_tv a{
					background: url(../images/subnav_tv.gif);
					}
					
			#subnav_press #sub_web{
				width: 70px;
				}
				#subnav_press #sub_web a{
					background: url(../images/subnav_web.gif);
					}
					
			#subnav_press #sub_archive{
				width: 91px;
				}
				#subnav_press #sub_archive a{
					background: url(../images/subnav_archive.gif);
					}

	#subnav_press #subnav_press_red_block{
		background: #ed1c24;
		width: 78px;
		position: static;
		height: 5px;
		left: 0;
		clear: both;
		padding: 0;
		margin: 0;
		}

#sub_press_content{
	width: 550px;
	overflow: hidden;
	position: relative;
	}
	
	#sub_press_content #sub_press_panel_wrapper{
		width: 2300px;
		padding-top: 10px;
		}
		
		#sub_press_content #sub_press_panel_wrapper .subpanel{
			width: 550px;	
			}


#footer{
	clear: both;
	background: url(../images/bg_footer.gif) repeat-x top;
	position: relative;
	text-align: center;
	color: #ffffff;
	height: 50px;
	padding-top: 20px;
	}
	