/* INTERIOR LAYOUT */

#interior-wrap {
	margin: 5px auto 0 auto;
	padding: 10px 0 0 0;
	background: #000 url(../images/bg_interior-body.jpg) 0 0 no-repeat;
	width: 990px;
	position: relative;
}
#interior-flash {
	margin: 0 auto;
	padding: 0 0 10px 0;
	width: 970px;
	height:	221px;
}
#secondary-nav {
	margin: 0 auto;
	background: url(../images/bg_interior-dash-cap.gif) bottom no-repeat;
	width: 970px;
	height: 35px;
}
#secondary-nav ul {
	margin: 0;
	padding: 0;
	list-style:none;
}
#secondary-nav li {
	width: 165px;
	float:left;	
}
#secondary-nav li a {
	padding: 0 20px 0 0;
	background: url(../images/nav_sprite.gif) 0 0 no-repeat;
	color: #FFF;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 33px;
	display: block;		
	width: 145px;
	height: 33px;
	overflow: hidden;
}
#secondary-nav li a:hover,
#secondary-nav li.active a,
#secondary-nav li.active a:hover {
	background-position: 0 -33px;
	color: #eed557;
}
#interior-dash {
	margin: -2px auto 0 auto;
	padding: 30px 0;
	background: #000 url(../images/bg_interior-dash.gif) 0 0 repeat-y;
	width: 970px;
	position: relative;
}
#interior-cap {
	margin: 0 auto;
	padding: 0 0 8px 0;
	width: 970px;
}


/* ---------------------------- callout ---------------------------- */
#gamma {
	margin: 0 50px 0 30px;
	width: 264px;
	float: left;
}
#gamma img {
	margin: 0 0 30px 0;
	border: 1px solid #585858;
}
#gamma #callout-wrap {
	background: url(../images/bg_callout-tile.gif) 0 0 repeat-y;
}
#gamma #callout-wrap #callout-top {
	background: url(../images/bg_callout-top.gif) 0 0 no-repeat;
	width: 264px;
	overflow: hidden;
}
#gamma #callout-wrap #callout-top h2 {
	font-size: 10px;
	text-transform: uppercase;
	text-indent: 20px;
	line-height: 29px;
}
#gamma #callout-wrap #callout-cap {
	background: url(../images/bg_callout-cap.gif) bottom no-repeat;/background: url(../images/bg_callout-cap_IE.gif) bottom no-repeat;
	padding: 10px 20px;
	color: #eed557;
}
#gamma #callout-wrap #callout-cap a {
	color: #FFF;
}


/* ---------------------------- interior content ---------------------------- */
#delta {
	width: 389px;
	float: left;
}
#delta h1 {
	margin: 0 0 20px 0;
	font-size: 22px;
	font-weight: normal;
}

#interior-wrap #tripod {
	position: absolute;
	bottom: -20px;
	left: 770px;
	z-index: 1;
}



/* ---------------------------- generic content ---------------------------- */

#epsilon {
	margin: 0 50px 0 30px;
	width: 771px;
	float: left;
}
#epsilon h1 {
	margin: 0 0 20px 0;
	font-size: 22px;
	font-weight: normal;
}

#epsilon-gall {
	margin: 0 50px 0 90px;
	width: 800px;
	float: left;
}
#epsilon-gall #gallery {
	margin: 0 auto;
	width: 642px;
	height: 446px;
	border: 1px solid #454545;
}


/* ---------------------------- contact page ---------------------------- */

.zeta {
	margin: 0 30px;
	width: 217px;
  	height: 400px;
	float: left;
}
.zeta h1 {
	margin: 20px 0 10px 0;
	font-size: 18px;
	font-weight: normal;
	color: #eed557;
}




