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

* {
	padding: 0;
	margin: 0;
}

body {
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: 100%;
	color: #333;
	background: #424242;
	margin: 10px auto;
	text-align: center;
}

.jsRequired {
	display: none;
}

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

	p {
		padding: 0 0 12px;
	}

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

	a {
		text-decoration: none;
	}

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

		a img {
			border: 0;
		}

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

	img {
		display: block;
	}

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

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

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

.error {
	color: red;
}

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

#wrapper {
	font-size: 0.75em;
	width: 953px;
	margin: 0 auto;
	text-align: left;
}

	#mainWrapper {
		width: 938px;
		background: url("/a/themes/demo_europe/img/global/bgTile.jpg") repeat-y top left;
		margin: 0 auto;
		border: 1px solid #e0d9c6;
		border-bottom: none;
	}

		#main {
			background: url("/a/themes/demo_europe/img/global/bgTop.jpg") no-repeat top left;
		}
		
		
/*--------------------------------------------------*/
/* Navigation	                                    */

#lhs {
	float: left;
	width: 225px;
	margin: 0 10px 0 15px;
}

	#lhs ul {
		background: url("/a/themes/demo_europe/img/global/navBg.png") no-repeat top center;
		min-height: 100px;
		height: auto !important;
		height: 100px;
		list-style-type: none;
		text-align: center;
		padding: 12px 0;
		margin: -5px 0 12px 0;
	}
	
		#lhs ul li a:link,
		#lhs ul li a:visited {
			color: #ab3d0b;
			display: block;
			min-height: 34px;
			height: auto !important;
			height: 34px;
			padding: 16px 0 0 0;
			font-family: Rockwell Extra Bold, Rockwell, helvetica, arial, verdana, sans-serif;
			text-transform: uppercase;
			font-size: 1.25em;
		}
		
		#lhs ul li a:hover,
		#lhs ul li a:active,
		#lhs ul li a.selected {
			color: #fd8620;
			text-decoration: none;
		}
		
			#lhs ul li a span {
				color: #000;
				font-family: Rockwell, helvetica, arial, verdana, sans-serif;
			}
			
			#lhs ul li a:hover span,
			#lhs ul li a:active span,
			#lhs ul li a.selected span {
				color: #e0d9c6;
			}
			
			#lhs ul li a#winLink {
				background: url("/a/themes/demo_europe/img/global/navDivide.gif") no-repeat top center;
			}

			#lhs ul li.smallNav a:link, #lhs ul li.smallNav a:visited
			{
				color: #df7706;
				font-size: 0.95em;
				font-weight: normal;
				font-family: helvetica, arial, verdana, sans-serif;
				text-transform: none;
			}

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

#mainContent {
	float: left;
	width: 685px;
	margin: 0 0 25px 0;
}

	#headings {
		border-bottom: 3px solid #201b1a;
		margin: 10px 0 15px 0;
	}
	
		#headings h2 {
			color: #96370a;
			font-family: Rockwell Extra Bold, Rockwell, helvetica, arial, verdana, sans-serif;
			margin: 0;
			padding: 0;
		}
		
		#headings h3 {
			border-bottom: 1px solid #201b1a;
			margin: 0 0 1px 0;
			color: #333;
			font-size: 1em;
			padding: 3px 0 10px 0;
		}


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

#switchCountries {
	width: 953px;
	background: url("/a/themes/demo_europe/img/global/switchBg.jpg") repeat top left;
	min-height: 52px;
	height: auto !important;
	height: 52px;
	position: relative;
	z-index: 5;			
	-moz-box-shadow: -3px 3px 3px #333;
	-webkit-box-shadow: -3px 3px 3px #333;
	box-shadow: -3px 3px 3px #333;
}

	#switchCountries form {
		float: left;
		padding: 0 13px 0 45px;
		width: 200px;
	}
	
		#switchCountries form fieldset {
			line-height: 52px;
			border: none;
		}
		
			#switchCountries form fieldset select {
				width: 200px;
				line-height: 14px;
				background: #333;
				color: #fff;
			}
	
	#switchCountries img {
		float: right;
		padding-right: 20px;
	}

#footer {
	width: 938px;
	background: url("/a/themes/demo_europe/img/global/bgTile.jpg") repeat-y top left;
	margin: 0 auto;
	padding: 10px 0;
	border: 1px solid #e0d9c6;
	border-top: none;
	position: relative;
	z-index: 4;
	font-size: 0.9em;
}

	#footer p {
		background: url("/a/themes/demo_europe/img/global/footerLogo.gif") no-repeat left center;
		padding: 0 0 0 30px;
		margin: 0 0 0 40px;
		line-height: 18px;
		float: left;
	}
	
	#footer ul {
		float: right;
		list-style-type: none;
		margin: 0 30px 0 0;
	}
	
		#footer ul li {
			float: left;
			border-left: 1px solid #f48220;
			padding: 0 10px;
		}
		
		#footer ul li.first {
			border: none;
		}
		
			#footer ul li a {
				color: #333;
			}
	
	/*--------------------------------------------------*/
	/* Errors                                           */
	

	ul.error {
		color: #df7706 !important;
		margin: 25px 0 !important;
		padding: 10px 10px 0 10px !important;
		border: 1px solid #fc9033 !important;
		list-style-type: none !important;
		background: #fff !important;
		-moz-box-shadow: 1px 2px 2px #999 !important;
		-webkit-box-shadow: 1px 2px 2px #999 !important;
		box-shadow: 1px 2px 2px #999 !important;
		font-weight: bold !important;
	}

		ul.error li {
			margin: 0 0 10px 0 !important;
			padding: 0 !important;
		}
		
	form .row label.error,
	form .row p.label.error {
		color: #df7706 !important;
	}

abbr {
	border: none;
}


				#header {
					height: 115px;
				}

					#header #flashBanner {
						position: relative;
						z-index: 10;
					}

					#header #flashBanner img {
					float: right;
					margin: 0;
					padding: 0;
					}

					#header a {
						float: right;
						position: relative;
						top: -98px;
						right: 20px;
						z-index: 11;
					}

					#header .harleyWeb {
						position: relative;
						float: right;
						top: -12px;
					}