  Global Styles
-----------------------------------------------------------------------------------------------*/



* {
  padding:0;
  margin:0;
}

, h2, h3, h4, h5, p, li {
  margin:0 0 15px 0; 
  padding:0 10px 0 0; 
}

.hide { display:none; }
.left{ float:left; }
.right{ float:right; }
.center{ text-align:center; }
.t_left{ text-align:left; }
.t_right{ text-align:right; }
.clear{ clear:both; }
.gap {padding-top:20px;}
.clear_right{clear:right;}
.clear_left{clear:right;}
a img{ border:none; }

.isolated {
  margin:0 0 10px 10px;
}

/*-----------------------------------------------------------------------------------------------
  Layout / Base Page Styling
-----------------------------------------------------------------------------------------------*/

body{   
  color:#333;
  background-color:#e7e7e8;
  font-size:13px;
  /* font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif; */
  font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;

}

/* This class sets the width and position for all rows */
.inside {
  width:900px;
  margin:0 auto;
  padding:0;
  border-right:10px solid #fff;
  border-left:10px solid #fff;
  background-color:#fff;
  position: relative;
}

.c1,.c2,.c240,.c3,.c4,.c5,.c6,.c7,.c8,.c9,.c10,.c11,.c12 {
  margin:0 0 10px 10px
}

.c1 {width:65px }
.c2 {width:140px}
.c3 {width:215px}
.c4 {width:290px}
.c5 {width:365px}
.c6 {width:440px}
.c7 {width:515px}
.c8 {width:590px}
.c9 {width:665px}
.c10{width:740px}
.c11{width:815px}
.c12{width:890px}

.c240 {width:240px}
.c415 {width:415px}
.c177 {width:177px}
.c178 {width:178px}

a {
  color:#003d79;
  text-decoration:none;
  font-weight:bold;
	outline: none;
}

a:hover { 
  color:#9a9a9a; 
}


h1, h2, h3, h4, h5{
   font-size:25px;
  /* font-size:2em; */
  color:#003d79;
  font-weight:normal;
  margin:0 0 10px 0;
}

h2, h3{
  font-size:20px;
  margin:0 0 10px 0;  
}

h3{
  font-size:18px;
}

h4 {
  font-size:18px;
  margin:10px 0 10px 0;
  padding:0;  
}

h5 {
  font-size:15px;
  margin:0;
  padding:0;
  font-weight:bold;
}

p{
  line-height:1.4em;
  margin: 0 0 15px;
}

ul {
  margin:10px 0 0 20px;
  padding:0; 
}

ol {
  margin:10px 0 0 20px;
  padding:0; 
}

ol li {
  margin:0 0 7px 3px;
}

ul li{
  margin:0 0 7px 3px;
}

blockquote{
  padding:1px 12px 1px 1em;
  border-left:2px solid #C00;
  color:#BBB;
  background-color:#333;
  font-size:1.1em
}

hr {
  background-color: #fff;
  color: #fff;
  height:1px;
  border:0;
  margin:0;
  padding:0;
}


/*-----------------------------------------------------------------------------------------------
  Header
-----------------------------------------------------------------------------------------------*/
#header .inside {
  background:url(img/header_02.gif) no-repeat left top;
  color:#fff;
  border-top:10px solid #fff;  
}

#header a {
  color:#fff;
}

#header a:hover { 
  color:#000;
}

#header h1{ 
  font-size:2.25em;
  clear:left;
  margin:0;
  padding:0;
  float:left;
}

#header h1 a{ 
  text-decoration:none; 
  display:block;
  width:900px;
  height:160px;
  border:0;
  text-indent:-10000px;
}

/*-----------------------------------------------------------------------------------------------
  Menu Styles
-----------------------------------------------------------------------------------------------*/

ul#navigation{
  width:100%;
  padding:0;
  margin:5px 0 0 0 ;
  float:left;
  clear:both;
	background-color:#d5e14d;  
}


#navigation li {
  float:left;
	margin:0;
	border-right:5px solid #fff;
  padding:0;
  /* text-transform:uppercase; */
  list-style:none; 
}

#navigation a {
  display:block;
	color:#003d79;
	background-color:#d5e14d;
	padding:3px 20px; 
  font-weight:bold;
}

ul#navigation li a:hover, ul#navigation li a.selected{
	color:#fff;
	background-color:#003d79;
}

#navigation li.current_page_item, #navigation li.current_page_parent {
  background-color:#003d79;
}

#navigation li.current_page_item a, #navigation li.current_page_parent a {
  color:#fff;
  background-color:#003d79;  
}

#navigation li.current_page_item a:hover, #navigation li.current_page_parent a:hover {
  color:#fff;
}


#breadcrumb {
  padding:5px 10px;
  clear:both;
}

#breadcrumb a {
  color:#eae6cc;
  text-decoration:none;
}


/*-----------------------------------------------------------------------------------------------
  Primary Items
-----------------------------------------------------------------------------------------------*/

#primary .inside {
  background:#fff url(img/footer_01.gif) no-repeat left bottom;
  padding:0 0 100px 0;
}

#primary .primary {
  float:left;
  display:inline;
}

#primary h2 {
  padding-top:0;
  font-size:24px;
<!-- was 28 -->
}

#primary p {
  font-size:15px; 
    text-align:justify;

<!-- was 18 -->
}

#date_form, #booking_form {
  padding:15px 10px;
}

.min-cont {
	min-height:500px;
	height:auto !important;
	height:500px;
}

#quote_form {
  width:315px;
  float:right;
}

.home_message {
  width:530px;
  float:left;
    text-align:justify;

}

.home_message h2 {

}

#booking_details {
  float:right;
  background-color:#6d83af;
  padding:20px;
  margin:50px 0;
  color:#fff;
}


#booking_details h2, #booking_details h3 {
  color:#fff;
  margin-bottom:0;
}

#special_offer {
  float:left;
  margin:10px 0;
}

/*-----------------------------------------------------------------------------------------------
  Foooter
-----------------------------------------------------------------------------------------------*/

#footer .inside{
  clear:both;
  font-size:90%;
  padding:0;
  border-bottom:20px solid #fff;
}

#footer a {
  color:#003d79;
  text-decoration:none;
  font-weight:bold;
}

#footer a:hover { 
  color:#ccc;
}

#footer p {
  margin:0;
  padding:10px 0 0 10px;
}

#footer p.attributes{ 
  float:right;
  padding:0 0 0 1em;
}

a.rss {
  padding:4px 0 5px 16px;
  margin:5px 0 0 0;
  background: url(img/feed-icon-12x12.gif) no-repeat left center;
}

#quote_form table {
  width:315px;
  height:253px;
  padding:10px;
  /*background: url(img/book_parking_01.gif) no-repeat left top;*/
}

#newParagraphs{
	width:200px;
	float:left;
	background:transparent;
	padding:10px 15px 10px 0;
	text-align:justify;
	border-right:0px solid #ccc;
	/*font-size:1.1em;*/
}
.nice{
font-family: Arial,Helvetica,sans-serif;
font-size : 15px;
font-weight : bold;
border: 1px solid #CCC;
background-color: #E8E8E8;
margin-bottom: 15px;
}
.nice a{
font-size:17px;
font-weight:bold;
text-decoration:none;
outline-style:none;
outline-width:medium;
color:#003d79;
}

.nice input[type=text] {
	width: 96%;
}

.nice select {
	margin: 5px 0 5px -8px;
}

.inputs{
font-family: Arial,Helvetica,sans-serif;
font-size : 13px;
font-weight : bold;
padding:2px;
}

.buttons{
font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
font-size : 15px;
font-weight : bold;
padding:4px;
}
.dateRange{
}


* html #quote_form td {
  padding:0 10px;
}

* html #quote_form td.ie_hack {
  padding:35px 10px 0 10px;
}
ul .services{
	padding:0;
	margin:10px;
}
.services li{
	list-style:none;
	background:#ccd4e3;
	display:block;
	border:1px solid #778bb4;
	margin-bottom:5px;
	padding:5px;
}
.services .service{
	width:170px;
	text-align:center;
}
.services .price{
	text-align:center;
	color:#003D79;
	font-size:36px;
	font-family:Arial, Helvetica, sans-serif;
	padding:0;
}
.services .description{
	text-align:left;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	padding:5px;
}
.services .add{
	text-align:center;
}
.valet-type-selected, a.valet-type-selected{
	background:url(../images/valet_type_selected.png) no-repeat;
	width:150px;
	height:53px;
	line-height:53px;
	color:#FFF;
	text-align:center;
	overflow:hidden;
	display:block;
}
.valet-type-normal, a.valet-type-normal{
	background:url(../images/valet_type.png) no-repeat;
	width:150px;
	height:53px;
	line-height:53px;
	color:#FFF;
	text-align:center;
	overflow:hidden;
	display:block;
}
.total_price{
	text-align:left;
	color:#003D79;
	font-size:36px;
	font-family:Arial, Helvetica, sans-serif;
	padding:0;
}

/*
Main Map
*/

#cosmomap {
	margin-bottom: 10px;
}

/*
Call us
*/

#call-us {
	position: absolute;
	top: 40px;
	left: 40px;
	background-color: #002448;
	border: 1px solid #001020;
	padding: 10px;
	font-weight: normal;
}

#call-us p {
	margin: 2px 0;
	color: #FFF;
	font-size: 18px;
	text-align: center;
	letter-spacing: 0.02em;
}

#call-us span {
	color: #D5E14D;
	font-size: 16px;
	letter-spacing: 0;
}

.error {
	font-size:14px;
	font-weight:bold;
	color:#F00;
}

.error a {
	font-size:14px;
	font-weight:bold;
	color:#F00;
	text-decoration:underline;
}
	
