/*--------------------------------------------------*/
/* General Setup                 					*/

* {
	padding: 0;
	margin: 0;
}

body {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 100%; /* resets fonts to 16px */
	color: #fff;
	background: #424242;
	margin: 10px auto;
	text-align: center;
}

.jsRequired {
	display: none;
}

/*--------------------------------------------------*/
/* Wrapper                                          */

#wrapper {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	font-size: 0.8em;
	width: 812px;	
	background: url("/a/themes/harley/img/global/sidesBg.gif") repeat-y top left;
}

#harleyLogo {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 812px;
}

/*--------------------------------------------------*/
/* Navigation	                                    */

#navigation {
	border: 2px solid #2e2e2e;
	background: #2e2e2e url("/a/themes/harley/img/global/navBg.gif") repeat-x bottom left;
	font-size: 1em;
	text-transform: uppercase;
	font-family: arial narrow, arial, verdana, helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	margin: 0;
	padding: 0;
	height: 19px;
}

	#navigation ul {
		margin: 0;
		padding: 0;
		list-style: none;
		display: table;
		float: left;
	}
	    
	#navigation li {
		display: table-cell;
		float: left;
		width: 10em;
		padding: 2px 10px;
		border-right: 2px solid #2e2e2e;
	}
	
	#navigation ul li img {
		float: left;
		display: block;
	}

	#navigation a {
		display: block;
		color: #d9d5d0;
		text-decoration: none;
		margin: 0;
		padding: 0;
		background: url("/a/themes/harley/img/global/navArrowG.png") no-repeat center right;
	}
	
	#navigation a:hover,
	#navigation a:active,
	#navigation a:focus,
	#navigation a.selected {
		color: #ff8603;
		text-decoration: none;
		background: url("/a/themes/harley/img/global/navArrowO.png") no-repeat center right;
	}

/*--------------------------------------------------*/
/* Heading                                          */
	
#heading {
	background: url("/a/themes/harley/img/global/h1Bg.png") no-repeat top left;
	width: 686px;
	height: 68px;
	margin: 5px 0 30px 0;
	padding: 10px 0 0 20px;
	position: relative;
	z-index: 100;
}

/*--------------------------------------------------*/
/* Content Background                               */

#contentBg {
	width: 812px;
}

	.genericBg {
		background: url("/a/themes/harley/img/global/bg1.gif") no-repeat bottom center;
	}

	.touringBg {
		background: url("/a/themes/harley/img/global/bg2.jpg") no-repeat top center;
	}
	
	.performanceBg {
		background: url("/a/themes/harley/img/global/bg3.jpg") no-repeat top center;
	}
	
	.customBg { 
		background: url("/a/themes/harley/img/global/bg4.jpg") no-repeat top center;
	}

	/*--------------------------------------------------*/
	/* Content                                          */
	
	#content {
		padding: 0 42px;
		width: 764px;
	}
	
		#content .custom, 
		#content .touring, 
		#content .performance {
			float: left;
			width: 237px;
			background: url("/a/themes/harley/img/rangeSelection/custom.png") no-repeat top center;
		}
		
		#content .touring {
			background: url("/a/themes/harley/img/rangeSelection/touring.png") no-repeat top center;
			margin: 0 10px;
		}
		
		#content .performance {
			background: url("/a/themes/harley/img/rangeSelection/performance.png") no-repeat top center;
		}

/*--------------------------------------------------*/
/* Footer                                           */

#footer {
	margin: 0 auto;
	text-align: left;
	background: url("/a/themes/harley/img/global/footerBg.gif") no-repeat top left;
	clear: both;
	width: 812px;
	height: 35px;
	font-size: 10px;
	padding-top: 35px;
	color: #929292;
}

	#footer p {
		float: left;
		margin: 0;
		padding: 0;
	}
	
	#footer ul {
		float: right;
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	
		#footer ul li {
			float: left;
			margin-left: 10px;
		}
		
			#footer ul li a:link,
			#footer ul li a:visited {
				color: #929292;
				text-decoration: none;
			}
			
			#footer ul li a:hover,
			#footer ul li a:active {
				color: #929292;
				text-decoration: underline;
			}
	
/*--------------------------------------------------*/
/* Text                                             */

p {
	padding: 5px 0 12px;
}

h1 {
	font-size: 1.8em;
	text-transform: uppercase;
	color: #0a0a0a;
	font-family: arial narrow, arial, verdana, helvetica, sans-serif;
}

h2 {
	font-size: 1.2em;
	text-transform: uppercase;
	color: #371d05;
	font-family: arial narrow, arial, verdana, helvetica, sans-serif;
}

	h2 span {
		color: #ce7113;
	}

h3 {
	font-size: 1.2em;
	text-transform: uppercase;
	color: #fb8200;
	font-family: arial narrow, arial, verdana, helvetica, sans-serif;
	clear: both;
}

h4 {
	font-size: 1em;
	color: #fff;
	font-family: arial, verdana, helvetica, sans-serif;
	font-weight: bold;
	border: 0;
	text-align: left;
	text-transform: none;
}

h5 {
	font-size: 1.1em;
	font-family: georgia, helvetica, verdana, arial, sans-serif;;
}

/*--------------------------------------------------*/
/* Links                                            */

a {
	text-decoration: underline;
	color: #000;
}

a:hover,
a:active,
a:focus {
	text-decoration: none;
	color: #660000;
}

a img {
	border: 0;
}

/*--------------------------------------------------*/
/* Lists                                            */

ul, ol {
	padding: 0 24px 12px;
}

ul li,
ol li {
	padding: 0 0 2px;
}

/*--------------------------------------------------*/
/* Images                                           */

img {
	display: block;
}

/*--------------------------------------------------*/
/* Table                                            */

table {
	font-size: 1em;
}

table,
table td,
table th {
	border: 0;
}

/*--------------------------------------------------*/
/* Generic Classes				                    */

.offScreen {
	position: absolute;
	left: -5000px;
}


.clear:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.error {
	color: #cb180a;
}

ul.error {
	color: #cb180a;
	background: url("/a/themes/harley/img/book/errorBg.png") repeat top left;
	margin-bottom: 10px;
	padding-top: 10px;
}

abbr {
	border: none;
}

/*-------------------------------*/
/*   register Interest styles    */

form .row {
	margin: 0 0 6px;
	clear:both;
}

form .terms {
	margin-top: 7px;
}

form fieldset {
	border: 0 none;
}

form .row .clear {
	font-size: 0.8em;
	padding: 3px 0 0 172px;
	clear: both;
}

form .row .clear input {
	margin-right: 5px;
}

input {
	border: 2px solid #FFFFFF;
	margin: 0 3px;
	text-align: left;
}

input, textarea, select, button {
	font-family: arial,verdana,helvetica,sans-serif;
	font-size: 1em;
}

input:focus {
	border: 2px solid #f88e18;
}

form .row .clear input {
	margin-right: 5px;
}

form .row .clear label, form .row .clear input {
	border: medium none;
	float: left;
	margin-top: 3px;
	text-align: left;
	width: auto;
}

form .row label, form .row p.label {
	color: #FFFFFF;
	float: left;
	font-family: arial narrow,arial,verdana,helvetica,sans-serif;
	font-weight: bold;
	padding: 1px 12px 0 0;
	text-align: right;
	text-transform: uppercase;
	width: 160px;
}

#dataDisclaimer {
	clear: both;
	font-size: 11px;
	padding-top: 5px;
}

#dataDisclaimer p {
	color: #FFFFFF;
	font-size: 0.8em;
}

form.regInterest {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: transparent url(/a/themes/harley/img/book/formBg.png) repeat-y scroll left bottom;
	float: left;
	height: auto !important;
	margin-top: -50px;
	min-height: 361px;
	padding: 40px 20px 15px;
	position: relative;
	width: 470px;
	z-index: 99;
}

form .row .clear label.optIn {
	font-family: arial,verdana,helvetica,sans-serif;
	font-weight: normal;
	line-height: 10px;
	margin-left: 5px;
	margin-top: 3px;
	text-transform: none;
	width: 250px;
}

.terms a:link, .terms a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}

.terms a:hover {
	text-decoration: none;
}

form .button {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: transparent url(/a/themes/harley/img/global/orangeBut.gif) repeat-x scroll right top;
	border: medium none;
	color: #FFFFFF;
	cursor: pointer;
	font-family: arial narrow,arial,verdana,helvetica,sans-serif;
	font-size: 0.85em;
	font-weight: bold;
	height: 25px;
	margin: 0;
	padding: 0 20px 5px 7px;
	text-align: left;
	text-transform: uppercase;
}

form .button:hover {
	color: #0a0a0a;
}

form .row .submit {
	padding: 3px 0 0 172px;
}