h1, ul, li {
	margin: 0; padding: 0; border: 0;
}
html{height:100%;}
body {
	/* background: #e8dbcb url(images/bg-texture.jpg); */
	margin:0px; padding: 0; border: 0;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #5a5a5a;
	height:100%;
}

#container {
	width: 100%;
	/* margin: 0px auto 0px auto; */
	 margin: 0;
	position: relative;height:100%; text-align:center;

}

/*
h1 {
	width: 262px; height: 226px; margin: 0 auto; position: relative; top: 100px;
	background: url(images/harley-logo.png); text-indent: -9999px; z-index: 10;
}
*/

div#slideshow {
	width:100%;/* height: 300px;*/ padding: 0px 0 0 0px;
	overflow: hidden;  
	position: relative; z-index: 5;height:100%;
}


	div#slideshow img {
	border: none;
	max-width:100%;
	}

	div#slideshow ul#nav {
		display: none;
		list-style: none;
		position: absolute; bottom: 15px; right: 0px; z-index: 15;
		width: 125px;
	}
		div#slideshow ul#nav li#prev {
			float: left; margin: 0 0 0 20px;
			display: inline;
		}
		div#slideshow ul#nav li#next {
			float: right; margin: 0 20px 0 0;
			display: inline;
		}
		div#slideshow ul#nav li a {
			display: block; width: 31px; height: 31px; text-indent: -9999px;
		}
			div#slideshow ul#nav li#prev a {
				background: url(images/prev.png);
			}
			div#slideshow ul#nav li#next a {
				background: url(images/next.png);
			}

	div#slideshow ul#slides {
		list-style: none;
	}
		div#slideshow ul#slides li {
			margin: 0 0 20px 0;
		}

a {outline: none; }

#top-strip{
	width:318px;
	height:335px;
	background: url(images/top-bg.png) repeat-x top;
	text-align:right;
	position:absolute;
	z-index:999999;
	margin-top:45px;
	padding-top:10px;

-moz-border-radius: 0 0px 0px 0;
	-webkit-border-radius: 0 0px 0px 0;
	border-radius: 0 0px 0px 0;
	behavior: url(PIE.htc);
	left: 160px;
	top: -46px;
}
#top-strip img{margin-right:105px; margin-top:20px;}
#underconstruction{width:185px; height:249px; position:absolute; bottom:20px; right:143px; z-index:9999999;}
