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

* {
	padding: 0;
	margin: 0;
}

body {
	font-family: "lucida sans unicode", verdana, arial, helvetica, sans-serif;
	font-size: 62.5%; /* resets fonts to 10px */
	color: #000;
	background: #0b0b0b url('/a/img/backgrounds/bg03.jpg') no-repeat 50% 0;
}

/*--------------------------------------------------*/
/* Text                                             */

	p {
		padding: 0 0 5px;
		line-height: 12.5px;
	}

	h1 {
		font-size: 4.54em;
		font-family: impact, verdana, arial, helvetica, sans-serif;
		color: #fff;
		padding: 5px 15px 0 0;
	}

	h2 {
		font-size: 1.25em;
		font-family: "Courier New", verdana, arial, helvetica, sans-serif;
		padding: 0 0 5px 0;
	}

	h3 {
		font-size: 1.6em;
	}

	h4 {
		font-size: 1.4em;
	}

	h5 {
		font-size: 1.1em;
	}
	
	h6 {
		font-size: 1.272em;
		font-weight: bold;	
		font-family: "Courier New", verdana, arial, helvetica, sans-serif;	
	}
	
	.disclaimer {
		font-size: 0.865em;
	}

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

	a {
		text-decoration: none;
		color: #f60;
		font-weight: bold;
	}

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

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

/*--------------------------------------------------*/
/* Form                                             */

form {
	width: 525px;
}

	form fieldset {
		border: 0;
	}

		input,
		textarea,
		select,
		button {
			font-family: verdana, arial, helvetica, sans-serif;
		}
		
		.required {
			color: #f60;
		}

		/*--------------------------------------------------*/
		/* General rows                                     */

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

				form .row label {
					width: 195px;
					display: block;
					float: left;
					padding: 0 12px 0 0;
					text-align: right;
				}

			/*--------------------------------------------------*/
			/* Date of birth                                    */

				form .dob input {
					width: 30px;
				}

					form .dob span {
						color: #999;
					}

		/*--------------------------------------------------*/
		/* Radio buttons                                    */

			form .radio p {
				float: left;
				width: 120px;
				display: block;
				padding: 0 12px 0 0;
				text-align: right;
			}

			form .radio div.clear {
				margin: 0 0 6px;
				float: left;
			}

				form .radio div.clear div {
					margin: 0 0 6px;
				}


		/*--------------------------------------------------*/
		/* Checkboxes                                       */

			form .checkbox {
				margin: 0 0 6px;

			}

				form .checkbox input {
					float: left;
					margin-top: 0 !important;
					margin: -3px 6px 0 132px;
				}

					form .checkbox label {
						float: left;
						width: 212px;
					}

			/*--------------------------------------------------*/
			/* Terms                                            */

				form .terms {

				}

				form .terms label {
					padding: 0;
					width: auto;
				}

		/*--------------------------------------------------*/
		/* Submit                                           */

			form .submit {
				padding: 12px 0 0 0;
				text-align: center;
				clear: both;
			}

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

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

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

.error {
	color: #f60;
}

a:focus { 
    outline: none; 
}

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

#wrapper {
	font-size: 1.1em; /* sets all fonts to 11px */
}

/*--------------------------------------------------*/
/* Header						                    */

#header {
	height: 61px;
}

/*--------------------------------------------------*/
/* Container						                */

#container {
	width: 1024px;
	margin: 0 auto;
	position: relative;
	height: 768px;
}	
		
	/*--------------------------------------------------*/
	/* Content							                */

	#content {
		float: left;
		width: 488px;
		padding: 18px 65px 0 0;
		margin: 0 0 0 65px;
		z-index: 30;
		position: relative;
	}
	
	#mainHeadings {
		width: 553px;
		clear: both;
	}
	
	/*--------------------------------------------------*/
	/* Langauage Selector			                  */
	
	#languageSelector {
		width: 565px;
		z-index: 200;
	}

	#languageSelector #changeLocaleForm {
		float: right;
		width: 182px;
	}

	/*--------------------------------------------------*/
	/* Homelink						                   */

	#menu #homeLink {
		position: absolute;
		top: 7px;
		margin-left: 77px;
	}
	
	#menu #homeLink a {
		height: 225px;
		width: 158px;
	}


	/*--------------------------------------------------*/
	/* Email Signup    					                */
	
	#emailSignUp {
		background: url('../../img/global/signup_form_bg.gif') no-repeat 0 0;
		height: 85px;
		min-height: 85px;
		height: auto!important;
		width: 255px;
		padding: 5px 0 8px 15px;
		margin: 25px 0 0 20px;
		float:left;
	}
	
	#emailSignUp form {
		width: 245px;
	}
	
	#emailSignUp fieldset {
		padding: 0;
	}
	
	#emailSignUp label {
		font-family: "Courier New", verdana, arial, helvetica, sans-serif;
		font-weight: bold;
		margin: 0;
		padding: 0;
		margin: 0 0 2px 7px;
	}
		
	#emailSignUp input {
		background: url('../../img/global/signup_input_bg.gif') repeat-x 0 0;
		border: 0;
		height: 25px;
		color: #fff;
		width: 147px;
		padding: 0;
		margin: 0 0 0 2px;
	}
	
	span.emailSignup {
		float: left;
	}
	
	#newsletterError {
		visibility: hidden;
		height: 1px;
	}
	
	span.privacyLink {
		clear: both;
		float: left;
		width: 193px;
		padding: 0;
		font-size: 0.73em;
		margin-left: 7px;
		margin-top: -2px;
	}
	
	#emailSignUp button {
		background: #fff url('../../img/global/signUpForm_but.gif') no-repeat 0 0;
		height: 27px;
		width: 25px;
		cursor: pointer;
		border: none;
		margin: 1px 0 0 3px;
		padding: 0;
		vertical-align: top;
	}
	
/*--------------------------------------------------*/
/* Homepage 						                */			


#rotator {
	width: 500px;
	height: 338px;
}
	
#rotator #nav {
	float: left;
	margin-left: -34px;
	width: 30px;
}

#rotator .nav img {
	padding: 5px 0 0 10px;
}

#rotator #nav a {
	display: block;
	width: 34px;
	height: 26px;
	background: url('/a/img/rawFootage/numberBg.gif') left no-repeat;
}

#rotator #nav a.activeSlide {
	background: url('/a/img/rawFootage/numberBgSelected.gif') left no-repeat;
}
				
#rotator #imageRotator {
	float: left;
	width: 488px;
	height: auto;
}

#rotator #imageRotator .rotatorIntro {
	background: #fff;
	background: url('/a/img/global/paper_texture_bg.jpg') no-repeat 50% 0;
	height: 50px;
	width: 488px;					
}

#rotator #imageRotator #banner1, #rotator #imageRotator #banner2, #rotator #imageRotator #banner3 {
	margin-bottom: 5px;
}

#rotator #imageRotator #banner1 .rotatorIntro, #rotator #imageRotator #banner2 .rotatorIntro, #rotator #imageRotator #banner3 .rotatorIntro {
	margin-top: 5px;
}

#subPanel {
	clear: both;
	width: 488px;
}
	#subPanel .panelImage {
		margin: 0 0 5px 0;
	}
	
	#subPanel .panelCopy {
		background: #fff;
		background: url('../../img/global/paper_texture_bg.jpg') no-repeat 0 15%;
	}
	
	#subPanel .panelCopy a {
		color: #f60;
		text-decoration: none;				
	}
	
	#subPanel #dealerPanel, #content #subPanel #testRidePanel {
		float: left;
		width: 230px;
	}

	#subPanel #dealerPanel {
		margin-right: 28px;
	}
				
/*--------------------------------------------------*/
/* Bike Container					                */

	   
.bikeContainer {
	padding: 0;
	margin: 0 0 10px 0;
}	

	#bikeContainerPhoto {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	
		#bikeContainerPhoto #secondImage {
			display: none;
		}

.bikeContainerInfo {
	margin: 0;
	width: 490px;
	background: #fff;
	height: 180px;
}


	.bikeContainerInfo a.orangeHighlights {
		color: #f60;
		text-decoration: underline;
	}

.bikeContainerInfo img {
	margin-bottom: 10px;
}

.bikeContainerInfo h4 {
	padding-bottom: 5px;
	background: #fff;
}

.bikeContainerInfo p {
	line-height: 18px;
	background: #fff;
	background: url('../../img/global/paper_texture_bg.jpg') no-repeat 0 25%;
}

.descriptionContainer {
	margin-bottom: 5px;
}

.descriptionContainer a {
	color: #f60;
	text-decoration: none;
}

.description {
	padding-bottom: 0;
	margin-bottom: 10px;
}

.description a {
	text-decoration: none;
}

.specs {
	height: 19px;
	background: #000;
	margin-right: 5px;
	padding: 0 5px 0 5px;	
}

.rawFootage {
	height: 19px;
	background: #000;
	padding: 0 5px 0 5px;
}

.specs, .rawFootage {
	text-align: center;
	font-family: arial;
	padding-top: 5px;
	float: right;
}

.specs a, .rawFootage a {
	color: #fff;
	text-decoration: none;
	display: block;
}



/*--------------------------------------------------*/
/* Foooter   						                */		

#footer {
	position: absolute;
	font-size: 0.865em;
	font-family: arial;
	margin-top: 10px;
	padding: 10px 72px 0 35px ;
	width: 910px;
	bottom: 0;
	left: 0;
	z-index: 1;
}

#footer #copyright {
	float: left;
	color: #fff;
}

#footer #copyright a {
	color: #fff;
	text-decoration: underline;
}

#footer #harleyLink {
	float: right;
	padding: 3px 10px 0 0;
}

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

#footer ul {
	padding: 0;
	margin: 0;
}

#footer ul li {
	list-style: none;
	display: inline;
}