/*
RESET
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 3.0.0
build: 1549
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}


html {
	min-height: 100%;
	background-color: #333;
}


body {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	background-color: #333;
}

#page {
	width: 900px;
	margin: 0 auto;
}

img {
	margin: 0 auto;
	display: block;
	padding: 10px 0;
}

p {
	text-align: center;
}

#header {
	background: transparent url('../splash_resources/header.png') no-repeat top left;
	background-color: #fff;
	margin-top: 20px;
	float: left;
	width: 900px;
}

h1 {
	width: 397px;
	height: 119px;
	background: transparent url('../splash_resources/logo.png') no-repeat top left;
	text-indent: -5000em;
	margin: 30px 0 0 35px;
	float: left;
	display: inline;
}

h2 {
	width: 417px;
	height: 143px;
	background: transparent url('../splash_resources/header_copy.png') no-repeat top left;
	text-indent: -5000em;
	margin: 20px 0 0 17px;
	float: left;
	display: inline;
}


ul {
	display:block;
	width:866px;
	padding:30px 0;
	height:236px;
	margin: 0 auto;
}
ul li {
	padding:0;
	margin: 0;
	display:inline;
	float:left;
	width: 433px;
	height: 236px;
	text-indent:-9999px;	
}
ul li a {
	border:0;
	display:block;
	text-decoration:none;
	overflow:hidden;
	background:transparent url(../splash_resources/splash_buttons.jpg) no-repeat;
	width: 433px;
	height:236px;
}

li#button_europe a:link, li#button_europe a:visited {	
	background-position: 0px 0px;
}
li#button_europe a:hover, li#button_europe a:focus {	
	background-position: 0px -236px;
}

li#button_us a:link, li#button_us a:visited {	
	background-position: -433px 0px;
}
li#button_us a:hover, li#button_us a:focus {	
	background-position: -433px -236px;
}

#content {
	background-color: #fff;
	float: left;
	width: 900px;

}


#footer {
	background: transparent url('../splash_resources/footer.png') no-repeat top left;
	float: left;
	width: 900px;
	height: 70px;
	margin-bottom: 20px;
	padding-top: 5px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

#footer a, #footer a:visited {
	padding: 0 5px;
	color: #0000ff;
}