body
{
    margin: 0;
    padding: 0;
}

html
{
    margin: 0;
    padding: 0;
    height: 100%;
}

.body {
        padding: 10px;
        padding-bottom: 60px; /* Height of the footer */
    }

#container
{
  width: 960px;
  margin: 0px auto;
    min-height: 100%;
    position: relative;
}

/* HEADER section ========================== */

.header
{
    background: #ffffff;
    height: 75px;
    width: 960px;
    border: none;
    margin-top: 26px;
}

.logo {
    float: left;
    width: 20%;
}

.livechat {
    float: left;
    width: 40%;
    text-align: center;
    margin: 10px auto;
}

.telephone_and_booking {
    float: right;
    height: 75px;
    width: 40%;
}

td {
    color: #c1c9b7;
}


/* NAVIGATION section ====================== */

.nav
{
  background: #7A8565;
  height: 32px;
  width: 960px;
  margin-top: 26px;
  margin-bottom: 10px;
  border-radius: 3px;
}

#nav ul {
	padding: 5px;
    padding-top: 7px;
	list-style-type: none;
    color: #ffffff;
	} 
 
#nav ul li {
	display: inline;
}

#nav ul li::after {
    content: " | ";
}

#nav ul li a { 
	text-decoration: none;
    font-family: "Arial Narrow";
    font-size: 16px;
    font-weight: bold;
	padding: .2em .75em; 
	color: #fff;
	} 
 
#nav ul li a:hover {
	color: #003F45;
}

.banner
{
  width: 960px;
  height:200px;
  border: none;
  margin-top: 10px;
  margin-bottom: 15px;
}

.footer {
    width: 100%;
    margin: 0px auto;
    margin-top: 10px;
    color: #271C28;
    font-family: "Arial Narrow";
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    position: relative;
    bottom: 0;
}
.subfooter {
    width: 960px;
    margin: 0px auto;
    margin-top: 20px;
    background-color: #ECE7E2;
}
.footer-list {
    list-style-type: none;
    text-align: left;
}

/* SIDEBAR ================================= */

.sidebar
{  
  float:left; 
  width:176px; 
  height:9500px; 
  background: #9c9f84; 
  border-left: solid 2px #000; 
  border-bottom: solid 2px #000;
  border-bottom-left-radius:1em;
}



/* MAIN ========================================= */

.main
{
    width: 960px;
    background: #271C28;
    font-family: "Arial Narrow";
}

/* Mini content panel =========================== */

#box {
    background-color:#4e5a65;
    border: 2px solid #000;
    border-radius:1em ;
    font-size: 95%;
    padding: 10px;
    margin: 20px;
    width:280px;
    color:white;
}

.test {
    display: block;
    text-align: center;
}

/* Format text on your content page =========================== */

.contentText {
    margin:10px;
    line-height:1.2;
    font-size: 16px;
}

.booking-summary {
    width: 270px;
    float: left;
    border-radius: 3px;
    background-color: #C1C9B7;
    margin-left: 20px;
}

.booking-summary-heading-title {
    font-family: 'Arial Narrow';
    font-size: 18px;
    font-weight: bold;
    color: #E4F3E7;
    height: 40px;
    line-height: 40px;
    margin-left: 12px;
    float: left;
}

.booking-summary-heading-title-edit {
    font-family: 'Arial Narrow';
    font-size: 18px;
    font-weight: bold;
    color: #271C28;
    height: 40px;
    line-height: 40px;
    width: 58px;
    float: right;
}

.booking-summary-detail-title{
    font-family: 'Arial Narrow';
    font-size: 16px;
    font-weight: bold;
    color: #271C28;
    height: 24px;
    line-height: 24px;
    margin-left: 12px;
    float: left;
    width: 90px;
}

.booking-summary-detail-text {
    font-family: 'Arial Narrow';
    font-size: 16px;
    color: #271C28;
    height: 24px;
    line-height: 24px;
    margin-left: 12px;
    float: left;
}

.booking-summary-detail-edit {
    height: 24px;
    width: 58px;
    float: right;
    margin-right: -9px;
}

.homeTitle {
    font-family: 'Arial Narrow';
    font-size: 22px;
    font-weight: bold;
    color: #F2F3E7;
    text-align: center;
}

a.vehicle-link-car:hover {
    color: #FFFFFF;
    background: url('../images/car-hover.png') center top no-repeat;
    background-color: #D44531;
}

a.vehicle-link-car {
    color: #271C28;
    background: url('../images/car.png') center top no-repeat;
    background-color: #F2F3E7;
}

a.vehicle-link-van:hover {
    color: #FFFFFF;
    background: url('../images/van-hover.png') center top no-repeat;
    background-color: #D44531;
}

a.vehicle-link-van {
    color: #271C28;
    background: url('../images/van.png') center top no-repeat;
    background-color: #F2F3E7;
}

a.vehicle-link-minibus:hover {
    color: #FFFFFF;
    background: url('../images/minibus-hover.png') center top no-repeat;
    background-color: #D44531;
}

a.vehicle-link-minibus {
    color: #271C28;
    background: url('../images/minibus.png') center top no-repeat;
    background-color: #F2F3E7;
}

a.vehicle-link-truck:hover {
    color: #FFFFFF;
    background: url('../images/truck-hover.png') center top no-repeat;
    background-color: #D44531;
}

a.vehicle-link-truck {
    color: #271C28;
    background: url('../images/truck.png') center top no-repeat;
    background-color: #F2F3E7;
}

a.footerXXX:hover {
    text-decoration: underline;
}

a.footerXXX {
    color: #271C28;
    text-decoration: none;
}

a.booking-selection:hover {
    text-decoration: underline;
}

a.booking-selection {
    color: #F2F3E7;
    text-decoration: none;
    font-size: 20px;
}

a.general:hover {
    text-decoration: underline;
}

a.general {
    color: #f2f3e7;
    text-decoration: underline;
}

a.map:hover {
    text-decoration: underline;
}

a.map {
    color: #f2f3e7;
    text-decoration: underline;
    font-size: 14px;
    font-weight: normal;
}

.copyright {
    width: 960px;
    margin: 0px auto;
    font-size: 10px;
    text-align: center;
}

.otherTitle {
    font-family: 'Arial Narrow';
    font-size: 22px;
    font-weight: bold;
    color: #271C28;
    background-color: #FFFFFF;
}

.vehicle-details {
    width: 910px;
    border-radius: 3px;
    background-color: #C1C9B7;
    margin-left: 20px;
    margin-right: 20px;
    padding: 6px;
    padding-bottom: 9px;
}

.vehicle-details-text {
    float: left;
    font-family: "Arial Narrow";
    font-size: 16px;
    font-weight: bold;
	padding: .2em 1em;
	color: #271C28; 
}

.vehicle-details-options {
    width: 200px;
    float: left;
}

.vehicle-details-options-location {
    width: 120px;
    float: left;
}

.vehicle-pricing {
    background-color: #C1C9B7;
    font-family: "Arial Narrow";
    font-size: 16px;
    font-weight: bold;
	padding: .2em 1em; 
	color: #271C28;
    height: 20px;
}

.book-now-button {
    background-color: #C1C9B7;
    font-family: "Arial Narrow";
    font-size: 16px;
    font-weight: bold;
	padding: .2em 1em; 
	color: #271C28;
    cursor: pointer;
}

.ModalPopupBG
{
    background-color: #666699;
    filter: alpha(opacity=50);
    opacity: 0.7;
}

.ExtrasPopup
{
    min-width: 400px;
    background: #7A8565;
    left: auto;
    top: auto;
    padding: 20px;
    padding-bottom:50px;
}

.ExtrasPopupHeader
{
    font-family: "Arial Narrow";
    font-size: 34px;
    color: #FFFFFF;
    margin-bottom: 8px;
}

.ExtrasPopupTitle
{
    font-family: "Arial Narrow";
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
}

.ExtrasList {
	padding: 5px;
    margin-top: 5px;
	list-style-type: none;
}

.ExtrasList label {
	padding-left: 26px;
}

.ExtrasPopupDetail {
    font-family: "Arial Narrow";
    font-size: 16px;
    color: #FFFFFF;
}

.ExtrasButton {
    background-color: #C1C9B7;
    font-family: "Arial Narrow";
    font-size: 16px;
    font-weight: bold;
	color: #271C28;
    cursor: pointer;
}

.formlabel {
    font-family: "Arial Narrow";
    font-size: 16px;
    font-weight: bold;
    margin-left: 20px;
	padding-right: 1em; 
	color: #f2f3e7;
    vertical-align: top;
}

.formlabelrequired::after {
    content: " *";
    color: #D44531;
}

.formtextbox {
    font-family: "Arial Narrow";
    font-size: 14px;
    padding: 2px;
    border: 1px solid #ddd;
    width: 300px;
}

.formradiobutton {
    font-size: 16px;
    font-weight: bold;
	padding-right: 1em; 
	color: #f2f3e7;
    vertical-align: top;
}

.formradiobutton label {
    padding-left: 4px;
    padding-right: 20px;
}

.hidden{
    display: none;
}

.truck-options-radiobutton {
    margin-left: 15px;

}

.truck-options-radiobutton label {
	padding-left: 26px;
}