/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:url(http://www.disneylandparis.co.uk/Images/2000x700-splashBG.jpg);
	background-position: top center;
	background-repeat:no-repeat;
	background-color: #FFFFFF;
}
a:link {
	color: #08A3E0;
}
a:visited {
	color: #08A3E0;
}
a:hover {
	color: #08A3E0;
}
a:active {
	color: #08A3E0;
}

h2 {
	font-size:16px;
	color:#08A3E0;
}

h2 a {
	text-decoration:none;
}


#splashtop {
	height:320px;
}

#menuHeader {
    width:970px;
    height:67px;
    background-color:#FFFFFF;
    margin-left:auto;
    margin-right:auto;
    background:url(http://www.disneylandparis.co.uk/Images/970x67-Menu_topLeft.jpg) no-repeat center;
    margin-bottom:-10px;
    _margin-bottom:0px;
}

#splash {
	width:790px;
	height:605px;
	margin:auto;
}

#space {
	clear:both;
}


#maincountriestitle {
	width: 750px;
	margin:auto;
}

#maincountries {
	width: 770px;   
	height: 100px;
	margin:auto;
}

.maincountries_acc_toggle {
	float: left;
	display: block;
	height: 100px;
	width: 68px;
	text-decoration: none;
	outline: none;
	border-right: 1px solid #B0CDED;
	cursor: pointer;
	margin: 0 0 0 0;
	padding-right: 5px;
	padding-left: 5px;
	font-size:13px;
	text-align:right;
	color:#08A3E0;
}

.maincountries_acc_toggle_active {
	border-right: 1px solid #08A3E0;
}

.maincountries_acc_content {
	height: 100px;
	float: left;
	overflow: hidden;
	color:#08A3E0;
}

.maincountries_acc_content p {
	height: 80px;
	width: 140px;
	line-height: 140%;
	padding: 5px;
}


#secondcountries {
	width: 750px;   
	margin:auto;
}

#secondcountries_items {
	display:none;
	margin:auto;
	text-align:center;
}

#secondcountries_elt {
	float:left;
	padding-left:10px;
}

#secondcountries_elt select {
	font-size:9px;
}




#othercountries {
	display:none;
	margin-left: 20px;
	position:absolute;
	width:750px;
	height:250px;
	text-align:center;
}

#othercountries_bg {
	display:none;
	margin-left: 10px;
	position:absolute;
	width:770px;
	height:250px;
	background-color:#FFFFFF;
	opacity:0.8;
	filter:alpha(opacity=80);
	border-radius: 5px 5px;
	-moz-border-radius: 5px;
}


#copyright {
	margin:auto;
	width:770px;
	height:50px;
	text-align:center;
	color:#B5B3B4;
	font-size:10px;
}
