/*

	Cliff Design

*/


	
		body {
		margin: 0;
		background-color: #000014;
		}
		
			.wrapper {
			margin:     0 auto;
			text-align: left;
			width:      960px;
			
}
	
/*
		Header
	----------------------------------------------------------------------*/
	
	#header {
	font-family: Arial, sans-serif;
	font-size: 1em;
	color: #fff;
	padding-left: 20px;
	
}

		.logo{
		background: url('images/logo.png') top left no-repeat;
		text-indent: -1000px;
		margin-top: 35px;
		height: 45px;
		margin-bottom: 8px;
		
}

/*
		banner
	----------------------------------------------------------------------*/
	
	#banner {
	background-color: #000014;
	height: 430px;
	margin-top: 18px;
	margin-bottom: 45px;
}

	#leftnav {
	float: left;
	width: 20px;
	padding-top: 195px;
	
}	

		#leftnav a {
		display: block;
		background-image: url('images/leftbutton.png');
		height: 39px;
		width: 20px;
		text-decoration: none;
		text-indent: -1000px;
		border-style: none;
}

			#leftnav a.active{
			text-decoration: none;
			border-style: none;

}

			#leftnav a:hover{
			background-position: bottom;
}
			

	#slideshow {
	float: left;
	width: 920px;
	height: 430px;
	overflow: hidden;
}

#slideshow li {
		position: relative;
	}
	
	#slideshow li p {
		font-family: Arial, sans-serif;
		font-size: 0.85em;
		line-height: 3em;
		text-indent: 12px;
		color: #fff;
		background:  #666;
		background: rgba(0, 0, 0, .7);
		position: absolute;
		left: 0;
		bottom: 0;
		width:  920px;
}


	#rightnav {
	float: right;
	width: 20px;
	padding-top: 195px;
}

		#rightnav a {
		display: block;
		background-image: url('images/rightbutton.png');
		height: 39px;
		width: 20px;
		text-decoration: none;
		text-indent: -1500px;
}

			#rightnav a:hover{
			background-position: bottom;
}

/*
		banner
	----------------------------------------------------------------------*/
	
	#content {
	font-family: Arial, sans-serif;
	font-size: 1em;
	color: #fff;
	padding-left: 20px;
}


	#content h2 {
	background: url('images/h2_rule.png') no-repeat;
	padding-bottom: 17px;
	margin-bottom: 9px;
}

	#content p {
	font-size: 0.8em;
	line-height: 1.35em;
	color: #BCBEB0;
}

	#content p.download {
	font-size: 0.75em;
	color: #929292;
	margin-top: 5px;
}

		.name{
		font-size: 1.15em;
		font-weight: bold;
}

		.company{
		font-style: italic;
		color: #3d3d3d;
}

		.phone {
		font-size: 2em;
		font-weight: bold;
		color: #00A0AF;
}

		.about {
		float: left;
		width: 168px;
		margin-right: 20px;
}

		.customers {
		float: left;
		width: 168px;
		margin-right: 20px;
}

		.customers li {
		background: url('images/bullet.png') left center no-repeat;
		font-size: 0.8em;
		color: #BCBEB0;
		line-height: 1.35em;
		padding-left: 20px;
}

		.words {
		float: left;
		width: 168px;
		margin-right: 20px;
}

		.areas {
		float: left;
		width: 168px;
		margin-right: 20px;
}

		.areas li{
		color: #BCBEB0;
		font-weight: bold;
		line-height: 1.2em;
}

		.contact {
		float: left;
		width: 168px;

}

		.contact a {
		display: block;
		font-size: 0.8em;
		line-height: 1.35em;
		color: #fff;
		margin-top: 13px;
}

			.contact a:hover {
			color: #00A0AF;
}

		

	#footer{
	font-family: Arial, sans-serif;
	font-size: 0.7em;
	color: #fff;
	clear: both;
	border-top: 1px solid #1B1B1E;
	padding: 20px 0 20px 0;
	margin-top: 20px;
	margin-bottom: 30px;
}



	#footer ul{
	float: right;
}

	#footer li{
	float: left;
}

	#footer li a{
	color: #777;
	margin-left: 20px;
	text-decoration: none;
	padding-left: 25px;
}

	#footer li a:hover{
	color: #fff;
	text-decoration: underline;
}

	a.twitter{
	background: url('images/twitter_16.png') left no-repeat;
}

	a.flickr{
	background: url('images/flickr_16.png') left no-repeat;
}
	a.linkedin{
	background: url('images/linkedin_16.png') left no-repeat;
}
	























	
	