/*
//-----------------------------------------------------------------------------

	lho.css
	
	version:   1.0
	date:      3/01/08
	author:    [Martin Olson @ innertwined]
	email:     [martin@innertwined.com]

	website:   [www.lhoriginals.com]

	version history: [1.0]
	

// -----------------------------------------------------------------------------
*/


	* { margin: 0; padding: 0}
	a:focus { outline: 0 }
	
	html {
		height: 100%;
		overflow: auto;
		}
	#flashcontent {
		height: 100%;
		}
	body {
		height: 100%;
		margin: 0;
		padding: 0;
		background: #4b4747 url(../img/pattern.jpg);
		}
	.wrap {
		width: 100%;
		height: 120px;
		padding-top: 30px;
		background: #fff;
		margin-top: 27%;
		text-align: center
		}
	.set {
		width: 300px;
		margin: 0 auto
		}
	.logo {
		float: left;
		margin: 5px 45px 10px 0
		}
	ul {
		list-stye: none;
		text-align: left;
		margin-top: 5px
		}
	li {
		list-style: none;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #666;
		line-height: 1.4em
		}
	li.name {
		font-weight: 700;
		padding-bottom: 6px;
		}
	a { color: #666; text-decoration: none }
	a:hover { color: #999; text-decoration: none }
