/*

===============================================
 Base Stylesheet
 Author:  Suleman Chikhalia
 Version: 1.0
 Updated: 22/06/2007
=============================================== */


/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 90%/120% Arial, Verdana, Helvetica, sans-serif;
}
/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
}
/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
	margin-left: 1em;
}
/* Miscellaneous conveniences: */
fieldset {
	border: none;
}
input, select, textarea {
	font-size: 100%;
}
input#radio1, input#radio2 {
	background-color: #B20E0C;
	border: none;
}

/* END BASE STYLING */

body {
	text-align: center;
}
img {
	border: none;
}
h1 {
	color: #333;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 160%;
}
li {
	list-style-image: url("../images/bullet-arrow.gif");
}
object {
	padding: 0;
	margin: 0;
}


/* Form Styling */
form {
	margin: 0;
}
input {
	font-size: 1em;
	border: 1px solid #999999;
	background-color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	padding: 3px;
}
textarea {
	font-size: 1em;
	border: 1px solid #999999;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	height: 80px;
}
label {
	font-weight: bold;
	font-size: 1.2em;
}
#search-form input#parking-search-field {
	padding: 6px;
	margin: 3px 0 1px 0;
	width: 180px;
	font-size: 1.9em;
	font-weight: bold;
	border: 2px solid #660000;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", Georgia, Arial, Tahoma, Verdana, Helvetica, sans-serif;
	text-align: center;
}
#search-form input#submit-button {
	padding: 0;
	margin-top: 4px;
	_margin-top: 5px; /* show to IE only */
	border-style: none;
	vertical-align: top;
}
#search-form p form {
	border: 1px solid red;
}
#search-form label {
	font-size: 14px;
}
#enquiry-form #location-field, #enquiry-form #full-name-field,
#enquiry-form #telephone-number-field, #enquiry-form #email-address-field {
	width: 200px;
}
.help-text {
	font-size: 10px;
}
.input-error {
	border: 3px solid #B20E0C;
}
.error-message {
	border: 2px solid #f3c4c4;
	background: #F9E2E2;
	padding: 5px;
	color: #444;
}


/* Table Styling */
table tr td {
	vertical-align: top;
}
#contact-details-table {
	width: 100%;
}


/* Link Styling */
a:link, a:visited {
	color: #b63333;
	text-decoration: underline;
	font-weight: bold;
}
a:hover, a:active {
	color: #b63333;
	font-weight: bold;
	text-decoration: none;
}
td.contact-heading {
	width: 77px;
}


/* Layout */
#wrap {
	text-align: left;
}
#top {
	width: 100%;
	position: relative;
}
/* Use head:first-child+body to hide from 
Opera (v6 and below) and IE/Win (v6 and below)*/
head:first-child+body #top {
	clear: both;
}
/* http://positioniseverything.net/easyclearing.html */
#container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#container {display: inline-table;}
/* Hides from IE-mac \*/
* html #container {height: 1%;}
#container {display: block;}
/* End hide from IE-mac */

#content {
	float: left;
	width: 480px;
}
#sidebar {
	float: right;
	width: 208px;
}
#footer {
	clear: both;
}
#logo {
	position: relative;
	top: 15px;
	left: 19px;
}


/* Site Navigation */
#sub-navigation {
	background-color: #f3c4c4;
	margin: 0 5px 0 5px;
	padding: 5px;
}
#sub-navigation ul {
	display: inline;
}
#sub-navigation ul li {
	margin-left: 0;
	list-style: none;
	display: inline;
}
#sub-navigation a:link, #sub-navigation a:visited {
	background-color: #000;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
}
#sub-navigation a:hover, #sub-navigation a:active {
	background-color: #b63333;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 5px 2px 5px;
}


/* Sub-navigation */
#submenu {
	background-color: #F3C4C4;
	padding: 1px;
	clear: both;
	height: 17px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
}
#submenu a {
	color: #333;
	text-decoration: none;
}
#submenu a:hover {
	text-decoration: underline;
}
#submenu ul li {
	display: inline;
}
#tab-home-submenu {
	display: none;
}
#tab-services-submenu, #tab-news-submenu,
#tab-company-info-submenu, #tab-contact-us-submenu,
#tab-partners-submenu {
	display: none;
}
.showSubMenu {
	display: inline;
}


/* Ticker Styling */
#ticker {
	overflow: hidden;
	width: 720px;
	margin-left: 5px;
	background: #EBEBEB;
	padding: 2px;
	font-weight: bold;
	border-bottom: 1px dashed #333;
}
.ticker-item {
	font-size: 13px;
	color: #000;
}


/* Tab Styling */
#navigation {
	margin: 0;
	padding: 0;
	height: 24px;
	list-style: none;
	display: inline;
	overflow: hidden;
	float: right;
}
#navigation ul {
	margin: 0;
	padding-right: 15px;
}
#navigation li {
	margin: 0; 
	padding: 0;
        list-style: none;
	display: inline;
}
#navigation a {
	float: left;
	padding: 24px 2px 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:24px; /* for IE5/Win only */
}	
#navigation a:hover, #navigation a.selected {
	background-position: 0 -24px;
}
#navigation a:active {
	background-position: 0 -48px;
}
#tab-home a  {
	width: 63px;
	background: url("../images/tabs/home.gif") top left no-repeat;
}
#tab-services a  {
	width: 77px;
	background: url("../images/tabs/services.gif") top left no-repeat;
}
#tab-news a  {
	width: 60px;
	background: url("../images/tabs/news.gif") top left no-repeat;
}
#tab-company-info a  {
	width: 114px;
	background: url("../images/tabs/company-info.gif") top left no-repeat;
}
#tab-contact-us a  {
	width: 93px;
	background: url("../images/tabs/contact-us.gif") top left no-repeat;
}


/* News Styling */
#news-main {
	margin-top: 20px;
}
#news-main h3 {
	margin: 0;
	font-size: 115%;
}
#news-main h6 {
	margin: 0;
	font-size: 90%;
}
#news-main p {
	margin-top: 0;
}
.news-entry {
	margin-bottom: 20px;
	border-bottom: 4px solid #E7E7E7;
}


/* Metro Advert */
#your-name-field, #your-email-field, #friend-1-email-field,
#friend-2-email-field, #friend-3-email-field, #friend-4-email-field,
#friend-5-email-field, #message-field {
	width: 200px;
}


/* Search Page */
#search-page {
	border-bottom: 30px solid #CC3333;
	padding-top: 100px;
	padding-left: 100px;
}
#search-page #content a {
	text-decoration: none;
}
#search-page #content a:hover {
	text-decoration: underline;
}
#navigation-list {
	margin: 0;
	padding: 0 0 0 10px;
}
#navigation-list li {
	display: inline;
	padding: 0;
	margin: 0;
}
#location-search-table {
	width: 480px;
	font-family: Verdana;
}
#location-search-table, #location-search-table tr, #location-search-table td {

}
#location-search-table #location-field {
	width: 280px;
	font-size: 17px;
}
#location-search-table #submit {
	padding: 5px;
	margin :0;
}
#location-search-table #help-text {
	font-size: 0.9em;
}
#duration-options-table {
}
#duration-options-table #short-term-row {
	width: 160px;
}
#duration-options-table #short-term-row input,
#duration-options-table #long-term-row input {
	border: 0;
}
#main-duration-options-table {
	font-size: 10px;
}
#main-duration-options-table #short-term-row {
	width: 115px;
}
#main-duration-options-table #short-term-row input,
#main-duration-options-table #long-term-row input {
	border: 0;
}
span.small-help-text {
	padding-left: 20px;
	font-size: 0.9em;
}


/* Main Styling */
#container {
	width: 732px;
	height: 100%;
	margin: 0 auto 0 auto;
	padding-bottom: 20px;
	border-top: 1px solid #d5d5d5;
	border-right: 4px solid #d5d5d5;
	border-bottom: 4px solid #d5d5d5;
	border-left: 4px solid #d5d5d5;
	background-color: white;
}
#header-info {
	width: 325px;
	left: 420px;
	top: -25px;
	position: relative;
	margin-top: -15px;
	font-weight: bold;
	color: #AD1F1F;
	font-size: 15px;
}
#top-bar {
	margin: 0;
	padding: 2px 2px 4px 2px;
	background-color: #fff;
	color: #333;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	text-align: center;
}
#top {
	background-color: #000;
	margin-bottom: 7px;
}
#top #flash {
	display: inline;
	float: right;
}
#search-form {
	padding: 10px 15px 10px 15px;
	width: 250px;
	background-color: #b20e0c;
	color: #fff;
	border: 3px solid #cf5654;
}
#search-form p {
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana;
	font: 80%/120% Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
}
#infobar {
	padding: 7px;
	font-size: 85%;
}
#content {
	margin: 0;
	padding: 0 5px 10px 15px;
	font: 100%/130% Arial, Verdana, Helvetica, sans-serif;
}
#content h1 {
	padding: 6px 3px 3px 4px;
	margin: 14px 0 5px 0;
	font: 150%/120% Arial, Verdana, Helvetica, sans-serif;
	background-color: #EBEBEB;
	border-bottom: 3px solid #aaa;
}
#sidebar {
	margin: 0;
	padding: 0 15px 10px 5px;
	font: 100%/120% Arial, Verdana, Helvetica, sans-serif;
}
#sidebar h2 {
	padding: 6px 3px 3px 4px;
	margin: 14px 0 5px 0;
	font: 150%/120% Arial, Verdana, Helvetica, sans-serif;
	background-color: #EBEBEB;
	border-bottom: 3px solid #AAA;
}
#sidebar #special-offers h2 {
	background-color: #F3C4C4;
	border-bottom: 3px solid #EB9A9A;
	margin: 14px 0 0 0;
}
#sidebar #special-offers .special-offer {
	background-color: #F3C4C4;
	border-bottom: 3px solid #EB9A9A;
	margin: 14px 0 0 0;
}
#sidebar #recommend-us {
	padding-top: 15px;
}
#sidebar #recommend-us img {
	top: 0;
	left: 0;
}
#sidebar h3 {
	padding: 0;
	margin: 0;
	font: 120%/120% Arial, Verdana, Helvetica, sans-serif;
}
#sidebar h5 {
	padding: 0;
	margin: 0;
	color: #333;
	font: 100%/120% Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
}
#sidebar p {
	padding: 0;
	margin: 0;
	font: 100%/120% Arial, Verdana, Helvetica, sans-serif;
}
#sidebar a {
	line-height: 120%;
}
#news .news-entry {
	margin-bottom: 15px;
	font-size: 90%;
}
.alignLeft {
	float: left;
	width: 59%;
}
.alignRight {
	float: right;
	width: 39%;
	text-align: right; /* depends on element width */
}
#content.extend {
	width: 710px;
}
#footer {
	margin: 0 auto 0 auto;
	width: 738px;
	padding: 5px;;
	font-size: 11px;
}
#footer ul {
	padding: 0;
	margin: 0;
}
#footer ul li {
	display: inline;
	padding: 0;
	margin: 0;
}
#footer #author {
	display: none;
}
#footer #column-left {
	float: left;
	width: 470px;
	background: #fff;
	padding-bottom: 10px;
}
#archives-list li, #categories-list li {
	margin-left: 25px;
}

#contact-form #name-field, #contact-form #email-field,
#contact-form #phone-field {
	width: 200px;
}
#contact-form #message-textarea {
	width: 206px;
}
ul#services-links {
	padding-left: 20px;
}
#login-table #email-field, #login-table #password-field,
#login-table #customer-number-field, #forgot-password-table #forgot-email-field {
	width: 200px;
}
#invoice-table {
	width: 480px;
	border: 2px solid #333;
}
#invoice-table th {
	text-align: center;
	color: #fff;
	background-color: #000;
}
#invoice-table td {
	vertical-align: middle;
}
#invoice-table .cell-odd {
	background-color: #F7D9D9;
}
#invoice-table .cell-even {
	background-color: #F5E6E6;
}
.align-centre {
	text-align: center;
}
.no-top-margin {
	margin-top: 0;
}
.no-bottom-margin {
	margin-bottom: 0;
}
#jobs {
	width: 460px;
}
#jobs h4 {
	color: #333;
}
#jobs .odd, #jobs .even {
	padding: 2px 15px 2px 15px;
	color: #555;
}
#jobs .odd {
	background-color: #F6DADA;
}
#jobs .even {
	background-color: #FAE9E9;
}
#berkley-square-panoramic-image-frame {
	width: 471px;
}
#piccadilly-circus-panoramic-image-frame {
	width: 454px;
}
#oxford-circus-panoramic-image-frame {
	width: 460px;
}
div.image-frame {
	margin: 0 auto 0 auto;
}
#piccadilly-circus-panoramic-image, #berkley-square-panoramic-image,
#oxford-circus-panoramic-image {
	border: 6px solid #333;
}
p.caption {
	font: 80%/120% Arial, Verdana, Helvetica, sans-serif;
	background-color: #666;
	color: #FFF;
	padding: 4px;
	margin: 0;
}
.sitemap-list {
	padding-left: 20px;
	margin: 0;
}
.noBottom {
	paddding-bottom: 0;
	margin-bottom: 0;
}
#promotion-advert {
	border: 6px solid #333;
	margin: 0 auto 0 auto;
	width: 442px;
	padding: 0;
}