body {
	margin:0;
	padding:0;
	background:#000 url(../images/background.jpg) repeat-x top center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	}
	
.left {
	float:left;
	}

.right {
	float:right;
	}	

#wrapper {
	background:url(../images/site_background.jpg) no-repeat top center;
	width:960px;
	margin:0 auto;
	padding:0 20px;
	}


/**************************************************************************************************************************
INTERIOR STYLES
**************************************************************************************************************************/

#interiorWrapper {
	width:960px;
	min-height:600px;
	float:left;
	background:url(../images/interior_bg.jpg) repeat-y top left;
	}

	#interiorHeader {
		}

		#interiorLogo {
			width:297px;
			height:78px;
			float:left;
			border:0;
			}

		#interiorHeaderMiddle {
			width:353px;
			height:78px;
			float:left;
			}

		#interiorTopNavigation {
			width:310px;
			height:78px;
			float:left;
			}

		#interiorHeaderRight {
			width:310px;
			height:47px;
			display:block;
			}

	#interiorDropShadow {
		margin:0;
		padding:0;
		width:960px;
		height:37px;
		display:block;
		}

	#leftColumn {
		width:215px;
		float:left;
		}

		#interiorSubNavTitle {
			margin:0 0 0 1px;
			background:#c5c8c1;
			color:#4d2a10;
			width:193px;
			padding:0 10px 5px 10px;
			font-family: "Helvetica Rounded", "Arial Rounded", Helvetica, Arial, sans-serif;
			font-size:18px;
			border-bottom:2px solid #9e9e94;
			}

		.subnavItem2 a {
			color:#42291b;
			text-decoration:none;
			font-size:14px;
			padding:5px 0 5px 20px;
			display:block;
			border-bottom:1px solid #abaca1;
			}

		.active,
		.subnavItem2 a:hover {
			background:#b2b6ae;
			}

	#rightColumn {
		width:700px;
		float:left;
		padding:0 20px 10px 20px;
		}
		
		#navigation {
			width:640px;
			float:left;
			}
		
		#presentation {
			width:640px;
			float:left;
			}
			
		#content {
			width:570px;
			float:left;
			padding:25px 35px 50px 35px;
			}
			
			#portfolioMain {
				border:2px solid #8a8a8a;
				float:left;
				}
				
			.portfolioRow {
				width:567px;
				float:left;
				padding-bottom:10px;
				}
				
				.portfolioItem {
					float:left;
					border:2px solid #8a8a8a;
					margin-right:14px;
					margin-top:14px;
					}
					
				.portfolioItemEnd{
					float:left;
					border:2px solid #8a8a8a;
					margin-top:14px;
					}
						
			#projectContent {
				width:492px;
				float:left;
				}
						
				
			#projectWrap {
				float:left;
				width:500px;
				}
				
				.projectDraw {
					float:left;
					width:500px;
					padding:8px 0 8px 0;
					
					}
					
					.projectDraw img {
						float:left;
						border:1px solid #959796;
						margin:8px 8px 8px 0;
						width:80px;
						}
						
					.projectText {
						width:375px;
						float:left;
						padding:6px 0 0 10px;
						}
		

/**************************************************************************************************************************
INDEX ONLY STYLES
**************************************************************************************************************************/

	#indexLeft {
		width:635px;
		height:382px;
		float:left;
		}
		
		#indexFlash {
			width:635px;
			float:left;
			}

	#indexRight {
		width:325px;
		height:382px;
		background:url(../images/index_right_bg.jpg) no-repeat bottom center;
		float:left;
		}

		#indexTopNavigation {
			width:325px;
			float:left;
			}
		
		#flashPlayer {
			width:305px;
			height:228px;
			margin:41px 10px 10px 10px;
			}

	#indexNavigation {
		clear:both;
		width:960px;
		height:65px;
		float:left;
		margin:3px 0;
		}
		
		.navItem {	
			float:left;
			}
		
		.navItem img {	
			border:0;
			}
			
			.menu {
				visibility:hidden; 
				position:absolute; 
				z-index:100;
				width:150px;
				background-color:#333;
				margin:0;
				padding:0;
				left:0;
				top:0;
				}
		
				.dropdownNavItem {
					font-family:Arial, Helvetica, sans-serif;
					font-size:12px;
					padding:6px 10px 6px 10px;
					color:#adadad;
					}
						
				.dropdownNavItem a, .dropdownNavItem a:active, .dropdownNavItem a:visited {
					color:#adadad;
					text-decoration:none;
					}
						
				.dropdownNavItem a:hover {
					color:#fff;
					}

	#indexHomepage {
		background:url(../images/index_homepage_bg.jpg) repeat-x top center;
		color:#aba8a4;
		width:940px;
		padding:10px;
		clear:both;
		overflow:auto;
		}

		#indexTextLeft {
			width:415px;
			float:left;
			}

		#indexTextRight {
			width:525px;
			float:left;
			}

			.indexHomepageItem {
				width:235px;
				margin:10px 0 10px 25px;
				float:left;
				}
		
		.homepage_title,
		.homepage_button {
			display:block;
			margin:5px 0;
			}

		.homepage_thumb {
			float:right;
			margin:0 0 8px 8px;
			}

	#index_gallery {
		margin:20px 0 0 20px;
		color:#aba8a4;
		}

		.index_gallery_thumb {
			float:left;
			}
		
		.index_gallery_title {
			margin:10px 0 0 10px;
			}
		
		#index_gallery p {
			margin:5px 10px 0 90px;
			line-height:16px;
			color:#aba8a4;
			}

.homepage_button {
	border:0;
	}

/**************************************************************************************************************************
END INDEX ONLY STYLES
**************************************************************************************************************************/

#footer {
	clear:both;
	width:960px;
	min-height:70px;
	background:url(../images/footer_bg.jpg) repeat-x top center;
	color:#aba8a4;
	margin:3px 0;
	}
	
	#footerNav {
		color:#999;
		font-size:11px;
		text-transform:uppercase;
		float:left;
		padding:5px 0 0 15px;
		}
	
	#footerLogo {
		width:41px;
		float:left;
		padding:10px 0 0 11px;
		}
		
	#footerText {
		width:765px;
		float:left;
		padding:5px 0 0 15px;
		}
		
	#ziplineLogo {
		width:110px;
		float:left;
		padding:10px 10px 0 0;
		}

/**************************************************************************************************************************
SQUARE FOOT CALCULATOR
**************************************************************************************************************************/

#sqft_calc {
	border:3px solid #625446;
	padding:20px;
	background:#bfbbb7;
	margin:0 auto;
	}

#sqft_calc td {
	display:table-cell;
	vertical-align:middle;
	}

.col1 {
	width:85px;
	}

.col2 {
	width:15px;
	}

.col3 {
	width:85px;
	}

.col4 {
	width:150px;
	}

.sqft_total {
	text-align:right;
	margin:0 10px 0 0;
	}
	
	
