/*	$Id: projview.css,v 1.2 2008/08/11 18:45:42 spud Exp $	*/

/*	PROJECT GALLERY VIEWER	*/
	
	* {
		font-size: 12px;
		font-family: "Lucida Sans", Verdana, Geneva, Lucida, Arial, Helvetica, Sans-Serif;
	}
		
	body {
		margin: 0;
		padding: 0;
		background-color: #fff;
	}
			
	img#viewer {
		position: absolute;
		top: 10px;
		right: auto;
		left: 10px;
		bottom: auto;
	}
	
	img#logo {
		position: absolute;
		top: 10px;
		right: 10px;
		left: auto;
		bottom: auto;
	}

	#vcontainer {
		width: 100%;
		margin: 0 auto;
		border-none;
	}
		
	#vheader_commercial {
		position: relative;
		height: 57px;
		padding: 0;
		border-bottom: 1px solid #fff;
		background-color: #111cbc;
	}
		
	#vheader_builder {
		position: relative;
		height: 57px;
		padding: 0;
		border-bottom: 1px solid #fff;
		background-color: #888ddd;
	}
		
	#vheader_green {
		position: relative;
		height: 57px;
		padding: 0;
		border-bottom: 1px solid #fff;
		background-color: #377300;
	}
	
	#colorbar {
		height: 10px;
		width: 100%;
		background-color: #dfab09;
	}
		
	#vdata {
		color: #000;
		float: left;
		width: 160px;
		margin: 0;
		padding: 1em;
		font-size: 10px;
	}
		
	#vphoto {
		margin-left: 200px;
		padding: 0;
		height: 355px;
		background-repeat: no-repeat;
	}
		
	#vtext {
		padding: 10px;
		height: 355px;
		overflow: auto;
		line-height: 120%;
		
	}
	
	table#vnav {
		border: none;
		width: 100%;
		border-collapse: collapse;
		border-spacing: 0;
		margin: 10px 0 0 0;
	}
	
	table#vnav td {
		width: 33%;
		text-align: center;
		color: #000;
		font-weight: bold;
	}
	
	table#vnav td a img {
		border: none;
	}
	
	#vfooter {
		clear: both;
		margin: 0;
		background-color: #fff;
		border: none;
		height: 25px;
	}
