/* ---------- Default Tags ---------- */

body {
	text-align:center;
	margin:0px auto;
	padding:0px 0px 30px 0px;;
	background-color:#E9E9E9;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:0.6875em;
}

p {
	padding:0px;
	margin:0px 0;
	line-height:1.2em;
}

img {
	border:none;
	outline:none;
}

a:link, a:visited {
	color:#3FA0DB;
}

a:hover, a:active {
	color:#2D409F;
}

hr {
	display:none;
}

table {
	padding:0px;
	margin:1em 0;
	border-collapse:collapse;
}

th, td {
	padding:0px;
	margin:0px;
	border-collapse:collapse;
	font-size:100%;
}

form {
	margin:0px;
	padding:0px;
}

input, select, option {
	font-size:1em;
}



/* ---------- Structure ---------- */

#container {
	margin:0px auto;
	width:800px;
	text-align:left;
	position:relative;
	background-color:#FFFFFF;
}

#branding-logo {
	margin:0px;
	padding:0px;
	position:absolute;
	left:40px;
	top:20px;
	width:175px;
	height:53px;
	z-index:999;
}



/* ---------- Home Page: Features ---------- */

#features {
	margin:20px 0 20px 40px;
}

#features div.feature-panel {
	width:210px;
	float:left;
	margin:0 40px 0 0;

}

#features div.feature-panel h3 {
	font-size:1.09em;
	margin:0px;
	padding:0px;
	color:#000000;
}

#features div.feature-panel h3 a:link, #features div.feature-panel h3 a:visited {
	color:#000000;
	text-decoration:none;
}

#features div.feature-panel h3 a:hover, #features div.feature-panel h3 a:active {
	color:#2D409F;
	text-decoration:none;
}

#features div.feature-panel p {
	margin:0 0 1em 0;
}

#features div.feature-panel p:last-child {
	margin:0;
}



/* ---------- Home Page: Portal ---------- */

#portal {
	height:350px;
	background-color:#fff;
	background-image: url(../imgs/cocheras-ofinbur-fondo.jpg);
	background-repeat:no-repeat;
}

#portal .portal-button {
	position:absolute;
	left:40px;
	top:95px;
	width:210px;
	height:75px;
	background-image: url(../imgs/btn-background.png);
	background-repeat:no-repeat;
	z-index:500;
	font-size:11px;
	color:#333333;
	overflow:hidden;
}

#portal .portal-button h2 {
	color:#000000;
	font-size:12px;
	padding:5px 10px 0 10px;
	margin:0px;
	width:210px;
}

#portal .portal-button h2 a:link, #portal .portal-button h2 a:visited, #portal .portal-button h2 a:hover, #portal .portal-button h2 a:active {
	color:#000000;
	text-decoration:none;
}

#portal .portal-button p {
	padding:0px 10px;
	margin:1em 0 0 0;
	width:210px;
}

#portal .portal-button-selected {
	color:#FFFFFF;
	cursor:pointer;cursor:hand;
}

#portal .portal-button-selected h2 {
	padding:5px 10px 0 80px;
	color:#FFFFFF !important;
}

#portal .portal-button-selected h2 a {
	color:#FFFFFF !important;
}

#portal .portal-button-selected p {
	padding:0px 10px 0 80px;
}


#section-1 .portal-button {
	top:95px;
	background-image: url(../imgs/button-background.png);
}

#section-1 .portal-button-selected {
	background-image: url(../imgs/button-background-over.png);
}

#section-2 .portal-button {
	top:172px;
	background-image: url(../imgs/button-background.png);
}

#section-2 .portal-button-selected {
	background-image: url(../imgs/button-background-over.png);
}

#section-3 .portal-button {
	top:249px;
	background-image: url(../imgs/button-background.png);
}

#section-3 .portal-button-selected {
	background-image: url(../imgs/button-background-over.png);
}


#section-4 .portal-button {
	top:172px;
	background-image: url(../imgs/button-background.png);
}

#section-4 .portal-button-selected {
	background-image: url(../imgs/button-over.png);
}

#section-5 .portal-button {
	top:249px;
	background-image: url(../imgs/button-background.png);
}
#section-5 .portal-button-selected {
	background-image: url(../imgs/button-over.png);
}
#portal .portal-panel2 {
	padding:0px;
	margin:0px;
	position:absolute;
	left:385px;
	top:95px;
	width:370px;
	height:227px;
	background-image: url(../imgs/portal-panel-background.png);
	background-repeat:no-repeat;
	z-index:600;
	font-size:11px;
}
#portal .portal-panel {
	padding:0px;
	margin:0px;
	position:absolute;
	left:385px;
	top:95px;
	width:370px;
	height:227px;
	background-image: url(../imgs/portal-panel-background.png);
	background-repeat:no-repeat;
	z-index:600;
	font-size:11px;
	display:none; /* Show with jQuery */
}

#portal .portal-panel-area {
	padding:0px;
	margin:10px;
	width:350px;
	height:207px;
	background-color:#FFFFFF;
	overflow:hidden;
}

#portal .portal-panel-inner {
	padding:5px 10px 5px 20px;
}



/* ---------- Home Page: Portal: Sections ---------- */

#portal .portal-panel-inner h3 {
	margin: 15px 0px 15px 0;
	padding:0px;
	font-size:1.09em;
	color:#000000;
}

#portal .portal-panel-inner p.submit {
	margin-bottom:0px;
}

#section-1 .portal-panel {
	z-index:900;
}

#section-1 .map {
	position:absolute;
	left:240px;
	top:20px;
	width:210px;
	height:260px;
	overflow:hidden;
	margin:0px;
	padding:0px;
	background-image: url(../imgs/uk.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#section-1 input#carparksearchsubmit {
	width:98px;
	height:26px;
}

#portal .portal-panel-inner p.whatsthis {
	width:100px;
	margin:0px;
	padding:0px;
	/*
	float:right;
	text-align:right;
	*/
	position:absolute;
	left:30px;
	top:255px;
}

#section-2 .portal-panel-inner .seasonticketscalltoaction {
	margin-top:25px;
}

#section-2 .portal-panel-inner p.seasonticket {
	float:left;
	width:155px;
	margin:0 20px 20px 0; 
}

#section-2 .portal-panel-inner p.seasonticketphone {
	padding-top:15px;
	margin:0 0 20px 0;
}

#section-2 .portal-panel-inner p.seasonticketphone strong {
	font-size:1.3em;
}

#section-2 .portal-panel-inner li {
	padding: 0px 0px 0px 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: -5px;
	list-style-image: url(../imgs/nav-chevron.gif);
	list-style-position: outside;
}

#section-3 input#airportbookingsubmit {
	width:173px;
	height:26px;
}

#section-3 table.airportbookingformtable {
	margin:5px 0;
}

#section-3 table.airportbookingformtable th {
	font-weight:normal;
	padding-right:20px;
	padding-bottom:1px;
}

#section-3 table.airportbookingformtable td {
	padding-bottom:1px;
}



/* ---------- Page Info (pre-footer) ---------- */

#pageinfo {
	border-top:#E9E9E9 2px solid;
	padding:10px 40px;
	color:#666666;
	font-size:0.91em;
}

#pageinfo a:link, #pageinfo a:visited {
	color:#666666;
	text-decoration:underline;
}

#pageinfo a:hover, #pageinfo a:active {
	color:#333333;
	text-decoration:underline;
}



/* ---------- Site Info (footer) ---------- */

#siteinfo {
	border-top:#E9E9E9 2px solid;
	padding:10px 40px;
	color:#999999;
}

#siteinfo a:link, #siteinfo a:visited {
	color:#999999;
	text-decoration:none;
}

#siteinfo a:hover, #siteinfo a:active {
	color:#666666;
	text-decoration:underline;
}

#siteinfo-copyright {
	padding:0px;
	margin:0 30px 0 0;
	display:inline;
}
#siteinfo-design {
	padding:0px;
	margin:0 30px 0 0;
	display:inline;
}

#siteinfo-nav {
	padding:0px;
	margin:0px;
	list-style:none;
	display:inline;
}

#siteinfo-nav li {
	padding:0 0 0 10px;
	margin:0 10px 0 0;
	list-style:none;
	display:inline;
}

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

.clear {
	height:1px;
	overflow:hidden;
	clear:both;
}

.nomargin {
	margin:0px;
}




