h3 {
	font-size: 1.9em;
	text-transform: uppercase;
	color: #fff;
	font-family: arial narrow, arial, verdana, helvetica, sans-serif;
	text-align: center;
	margin-bottom: 30px;
}

	h3.customLine {
		background: url("/a/themes/harley/img/rangeSelection/customLine.png") no-repeat bottom left;
	}

	h3.touringLine {
		background: url("/a/themes/harley/img/rangeSelection/touringLine.png") no-repeat bottom center;
	}

	h3.performanceLine {
		background: url("/a/themes/harley/img/rangeSelection/performanceLine.png") no-repeat bottom right;
	}

	h3 a {
		display: block;
		padding: 298px 0 5px 0;
		text-decoration: none;
		color: #fff;
	}

h4 {
	font-size: 1em;
	text-transform: uppercase;
	color: #868788;
	font-family: arial narrow, arial, verdana, helvetica, sans-serif;
	border: 1px solid #454646;
	border-left: none;
	border-right: none;
	font-weight: normal;
	text-align: center;
	padding: 2px 0;
	background: url("/a/themes/harley/img/global/h3Bg.png") no-repeat bottom center;
}

	h4 a {
		display: block;
		text-decoration: none;
		color: #868788;
	}

	h3 a:hover,
	h3 a:active,
	h3 a:focus,
	h4 a:hover,
	h4 a:active,
	h4 a:focus {
		color: #ff8603;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
/*	REGION SELECTOR PAGE  */
	
	#chooseRegion {
		background: #404041 url("/a/themes/harley/img/home/scale.gif") no-repeat bottom center;
		border: 2px solid #e7e7e8;
		float: right;
		text-align: left;
		padding: 7px 7px 20px 7px;
		width: 19em;
		font-family: arial narrow, arial, verdana, helvetica, sans-serif;

		-moz-box-shadow: 4px 4px 4px #15191b;
		-webkit-box-shadow: 4px 4px 4px #15191b;
		box-shadow: 4px 4px 4px #15191b;
		
		margin: 0 40px 0 0;
	}

		#chooseRegion h3 {
			color: #f78201;
			font-weight: normal;
			font-size: 2.3em;
			clear: both;
			margin: 0 7px;
			text-align: left;
		}

		#chooseRegion p {
			color: #fff;
			font-size: 0.9em;
			margin: 0 7px;
			padding-bottom: 0;
		}
		
		#chooseRegion form {
			margin: 15px 7px 10px 7px;
		}
		
			#chooseRegion form fieldset {
				border: none;
			}
		
				#chooseRegion form fieldset select {
					width: 225px;
				}
				
				#chooseRegion form fieldset input.noJs {
					margin: 15px 0 0 0;
				}
