/********************************************
|
|		warehouse.agency 2 stylesheet
|		coded by andrew.coppola 
|		andrewccoppola@gmail.com
|
*********************************************/

/*********************************************************************** COMMON SECTIONS  */

body {
	background: white url(../img/split_bg.png) repeat-x fixed;
	.background-attachment: scroll;
}
#wrapper {
	height:100%;
	width:100%;
}

#header {
	background: black url(../img/skyline.png) no-repeat ;
	position:fixed;
	top:0;
	left:0;
	z-index:2;
	height: 163px;
	width:100%;
}
	
	#topbar {
		height: 38px;
		width:100%;
		background: transparent url(../img/topbar_bg.gif) repeat-x;
		
	}
		ul#nav {
			list-style-type:none;
			display:inline;
			padding:0;
			margin: 10px 0 0 10px;
		}
		#nav li {
			float:left;
			margin: 0 0 0 40px;
		}
		#nav li a{
			display:block;
			height: 38px;
			color: #a7a7a7;
			padding: 10px 0 0 0;
			text-decoration:none;
			}
			
		
		#logo {
			position: absolute;
			top: 0;
			right:0;
		}
	
	#quotes {
		position: absolute;
		top:38px;
		left: 305px;
	}
		#quotes blockquote {
	
			margin:0;
			padding:0;
			color:white;
			font-size: 2em;
			font-weight:bold;
			line-height: 1em;
		}
		.quo_hili1 {
			color:#e7d327;
		}
	
	#tagline_wrap {
		width:100%;
		position:absolute;
		top: 137px;
		height:25px;
		border-bottom:1px solid #ccc;
		margin: 0 0 0 291px;
		text-align:right;
		background:white;
	}
		#tagline {
			
			position:absolute;
			right:291px;
			top:0;
			width:240px;
		}
		#tagline blockquote {
			background: white url(../img/tagline.png) no-repeat;
			height:25px;
			margin:0;
			padding:0;
		}
		#tagline blockquote span {display:none;}

#content {
	position: absolute;
	top: 165px;
	left: 291px;
	width: 600px;
	color:#444;
}

h1.splash {
	font-size: 3em;
	line-height:1em;
	color: #888;
}


