/* CSS Document */
body
{
margin:10px;
padding:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
text-align:center;
background:#0a396d;
}

#container
{
margin:0 auto;
width:810px;
padding:0px;
background:#fff;
}

#logo
{
width:260px;
height:140px;
float:left;
margin:0 0 0 7px;
padding:0;
} 

#navigation
{
width:535px;
height:140px;
background-image: url(/images/belfast-airport-shuttle.jpg);
background-repeat: no-repeat;
list-style:none;
margin:0;
padding:0;
float:left;
}

#navigation li
{
float:left;
margin-top:94px;
padding:0 20px;
}


#navigation li a
{
text-decoration:none;
color:#fff;
font-weight:600;
}

#navigation li a:hover
{
text-decoration:underline;
}

#main
{
float:left;
width:560px;
background:#fff;
margin:10px 0 0 10px;
padding:0;
text-align:left;
}

#main p
{
line-height:130%;
}

#rightcolumn
{
float:right;
width:200px;
height:440px;
margin:10px 4px 0px 0px;
padding:0;
background:#fff;
}

#booking
{
width:181px;
height:370px;
background:url(../images/booking-background.gif) no-repeat;
margin-top:3px;
float:right;
}

#BookNow
{
float:right;
}

#footer {
clear:both;
background:url(../images/bottom-image.gif) no-repeat; 
height:99px;
}	

table, thead, tbody, tr, td, th {
font-size: inherit;
font-family: inherit;
}

form, label, input, select { font-size : 11px;}
fieldset { width : 160px; padding-top:4px; margin:0; text-align:left; border:0;}
legend {font-weight:400;color:#000000;padding-left:30px;padding-top:5px;}
label { margin: 0px; text-align:left; padding:0 5px 0 0;}
input.text {width:140px; height:16px; margin:0; padding:0 5px 0 0; border:1px solid #cccccc; background:#fff;}

h1, h4 {font-size:14px;}

img
{
border:0;
padding:0;
margin:0;
}

#footer p { padding:15px 0 10px 0;}

p.question
{ font-weight:bold; }
