/** CSS styles specific to the splash page (c)2005 Triumph */
html {
    height: 100%;
    /*\*/
    overflow: hidden;
    /**/
    }
body {
    height: 100%;
    margin: 0;
    padding: 0;
    }
#wrapper {
	position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
	z-index: 100;
    }
form {
    margin: 0;
    padding: 0;
    }
h1 {
    background: url(../stylesheet_images/logo_standalone.gif) no-repeat; 
    width: 150px;
    height: 69px;
    float: none;
    text-indent: -99999px;
	   overflow: hidden;
    }
	
/* Strapline */	
#topSplashFlash {
    position: absolute;
    top: 0;
    left: 260px;
    margin: 20px 0 0 255px;  
    }	
	#topSplashFlash q {
	    display: block;
	    width: 251px;
	    height: 23px;
	    background: url(../stylesheet_images/go_your_own_way.jpg) no-repeat; 
	    text-indent: -9999px;
	    }

/* Choose country */		
#countrySelectorList {
    clear: both;
    width: 130px;
    margin: 20px 0 0 20px;
    padding: 4px 0;
    background: url(../stylesheet_images/hdot.gif) top repeat-x;
    }
	#countrySelectorList ul {
		display: block;
	    background: url(../stylesheet_images/vdot.gif) 10% repeat-y;
		display: inline-table;
		}
		#countrySelectorList ul:after {
		    content: "."; 
		    display: block; 
		    height: 0; 
		    clear: both; 
		    visibility: hidden;
			}
		#countrySelectorList li {
		    width: 12em;
		    margin-right: 5px;
		    padding: 1px 0;
		    float: left;
		    background: transparent url(../stylesheet_images/arrow.gif) 95% 5px no-repeat;
		    }
			#countrySelectorList li.even {
			    margin-left: 10px;
			    }
				#countrySelectorList li a {
				    padding: 1px 0 1px 3px;
				    height: 100%;
				    display: block;
					}
					#countrySelectorList li a:hover {
					    background: #59C3F0 url(../stylesheet_images/arrow.gif) 110px no-repeat;
					    color: #fff;
					    }	


#countrySelectorControls {
    clear: both;
    width: 130px;
    margin: 0px 0 0 19px;
    padding-top: 8px;
    background: transparent url(../stylesheet_images/hdot.gif) top repeat-x;
    white-space: nowrap;
    }
#positionRelative {	
	position: relative;
	}
div#bike {
    position: absolute;
    width: 800px;
    height: 700px;
    top: 160px;
    left: 0;	
	}
label {color: #fff}

/* Hides from IE-mac \*/
* html #countrySelectorList ul {height: 1%;}
#countrySelectorList ul {display: block;}
/* End hide from IE-mac */
