h1, ul, li {
	margin: 0; padding: 0; border: 0;
}

.clear { 
	clear: both; 
}

body {
	/* background: #e8dbcb url(images/bg-texture.jpg); */
	margin: 20px; padding: 0; border: 0;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	color: #5a5a5a;
}

#wrapper {
	width:980px;
	text-align:left;
	margin:0 auto;
	height:auto;
}

#wrapper h1 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.contactus {
	width: 300px;
	float: right;
	line-height: 15px;
	text-align: right;
	padding-right: 20px;
}

.companyname {
	float: left;
	width: 400px;
}

.footer {
	text-align: center;
}

#products {
	line-height: 24px;
}




#products p {
	font-size: 16px;
}

/*
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: 980px; height: 300px; padding: 0px 0 0 0px;
	overflow: hidden;  
	position: relative; z-index: 5;
	margin: 0 auto;
}


	div#slideshow img {
	border: none;
	}

	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; }