body {
	padding: 0;
	margin: 0;
	background: url(../images/region-selector-bg.jpg) no-repeat right center
		;
	overflow: hidden;
	height: 100%;
	min-height: 500px;
	min-width: 600px;
	position: relative;
	z-index: 0;
}

#dunlop-intro-logo {
	height: 100%;
	width: 282px;
	background: #000;
}

#region-select {
	background: url("../images/region-column-tile.gif") repeat-x scroll 0
		center #F1522A;
	color: white;
	height: 100%;
	left: 282px;
	padding: 0 15px;
	position: absolute;
	top: 0;
	width: 15%;
	z-index: 4000;
	min-width: 150px;
}

#intro-sidebar {
	position: relative;
	background: #000;
	width: 282px;
	height: 100%;
	z-index:2000;
}

#dunlop-intro-logo {
	position: absolute;
	top: 50%;
	left: 0px;
	background: #ec6519;
	display: block;
	margin-top: -35px;
	background: url("../images/region-column-tile.gif") repeat-x scroll 0
		center #F1522A;
	text-align: center;
	height: 75px;
}

#logo {
	height: 75px;
	width: 282px;
	display: block;
	background: url(../images/black-cross.gif) no-repeat right center;
}

#dunlop-intro-logo #logo img {
	margin: 20px auto 0;
	width: 184px;
}

#region-select ul {
	padding:0;
}

#region-select ul li {
	list-style-type: none;
	display: block;
	padding-left: 10px;
}

#region-select ul li a {
	border-bottom:1px dotted #FFA101;
color:#FFE1AE;
display:block;
font-size:11px;
font-weight:bold;
letter-spacing:0.5px;
padding:7px 5px 7px 15px;
text-transform:uppercase;
background: url("../images/sub-nav-arrow-white.png") no-repeat scroll 0 center transparent;
}

#region-select ul li a:hover {
	color: #000;
	background: url("../images/sub-nav-arrow-black.png") no-repeat scroll 0 center transparent;
}

#swf_intro {
position: absolute; top: 0; right: -50px; width: 70%; height: 100%; z-index: 1;
}