/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
 margin: 0;
 padding: 0;
}

body {
 /*background: #FFFFFF no-repeat;*/
	background: url('images/background_tile.png');

 text-align: justify;
 font-family: Tahoma, Geneva, sans-serif;
 font-size: 11px;
 color: #757E82;
}

h1, h2, h3 {
 color: #757E82;
}

p, blockquote, ul, ol {
 margin-bottom: 20px;
 line-height: 2em;
}

p {
}

blockquote {
}

ul, ol, li {
 margin: 0px;
 padding: 0px;
 list-style: none;
}

a {
 text-decoration: underline;
 color: #2786C9;
}

a:hover {
 text-decoration: none;
 color: #2786C9;
}

img {
 border-style: none
}

input[type="text"]{
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;}
/* Wrapper */

#wrapper {
	
}

/* Header */

#header {
 width: 900px;
 height: 140px;
 margin: 0 auto;
}

/* Logo */

#logo {
 background: #FFFFFF;
	cursor:pointer;
 float: left;
 width: 300px;
 height: 127px;
 margin: 0px;
 padding: 0px 0px 0px 0px;
-moz-box-shadow:0px 0px 3px #000000;
-webkit-box-shadow:0px 0px 3px #000000;
box-shadow:0px 0px 3px #000000;
-moz-border-radius:0px 0px 10px 10px;
-webkit-border-radius:0px 0px 10px 10px;
border-radius:0px 0px 10px 10px;

}

#logo h1 {
 margin: 0;
 padding: 0;
 font: normal 40px Georgia, "Times New Roman", Times, serif;
}

#logo h2 {
 margin: 0px 0 0 0;
 padding: 0px 0px 0px 10px;
 text-transform: uppercase;
 letter-spacing: 2px;
 font-size: 10px;
 font-weight: normal;
 color: #2786C9;
}

#logo h2 a {
 color: #9AA9B1;
}

#logo a {
 text-decoration: none;
 color: #2786C9;
}


#crumb{
	margin-left:20px;
}


#crumb ul {
    height: 1.1em;
    padding-bottom: 20px;
}
#crumb li {
    color: #34363E;
    display: block;
    float: left;
    font: bold 1.1em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
}

#crumb li a {
    background: url("images/crumb.gif") no-repeat scroll right center transparent;
    margin: 0 10px 0 0;
    padding: 0 20px 0 0;
}
#crumb li a:link, #crumb li a:visited {
    /*color: #ADAC9C;*/
	color: #999999;

    text-decoration: none;
}
#crumb li a:hover, #crumb li a:focus {
    color: #2786C9;
}
/* Menu */

#menu {
 float: right;
 width: 592px;
 height: 90px;
 margin-top:25px;
}

#menu ul {
	float:right;
 margin: 0;
 padding: 0px 0 0 20px;
 list-style: none;
 line-height: normal;
 margin-left: 30px;
}

#menu li {
 display: inline;
 text-align: center;
}

#menu a {
 display: block;
 float: left;
 height: 50px;
 margin-right: 1px;
 padding: 35px 20px 0px 20px;
 letter-spacing: -1px;
 text-decoration: none;
 text-align: center;
 text-transform: none;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 24px;
 font-weight: normal;
 color: #383B3F;
	text-shadow: 0px 1px 0px #C8D0E7;
}

#menu a:hover, #menu .active a {
	text-shadow: 0px 1px 0px #cccccc;
 color: #FFFFFF;
}

#search {
 padding: 0px 0px 40px 0px;
}

#search form {
 margin: 0;
 padding: 0;
}

#search fieldset {
 margin: 0;
 padding: 0;
 border: none;
}

#search input {
 float: left;
 font: 11px Tahoma, Geneva, sans-serif;
 padding: 2px 2px;
}

#search-text {
 width: 100px;
 border: 1px solid #000000;
 color: #000000;
}

#search-submit {
 height: 21px;
 margin-left: 10px;
 padding: 0px 2px;
 border: none;
 background: #E71810;
 color: #FFFFFF;
}

/* Page */

#page {
	padding-top:20px;
	padding-bottom:20px;
	background:#FFFFFF;
	width: 900px;
	margin: 0 auto;
	-moz-box-shadow:0px 0px 3px #000000;
	-webkit-box-shadow:0px 0px 3px #000000;
	box-shadow:0px 0px 3px #000000;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

/* Content */

#home_content {
 float: left;
}

#search_div {
 margin-left: 20px;
 float: left;
 height: 300px;
 padding: 10px;
 background-color: #98e6fc;
 background: url(images/search_div_gradient.jpg) no-repeat left top;

}

#search_div h2 {
 margin-left: 30px;
 margin-bottom: 20px;
 letter-spacing: -1px;
 text-decoration: none;
 font-family: Arial, Helvetica, sans-serif;
 font-weight: lighter;
 font-size: 32px;
 color: #3A3D40;

}

#search_div input {
 width: 200px;
 height: 30px;
 font-size: 20px;
 color: #666666;

}

.post-bgtop-wide {
 background: url(images/big_post_bg_top.jpg) no-repeat left top;
}

.post-wide {
 background: url(images/big_post_bg.jpg) repeat-y left top;

}

.post-bgbtm-wide {
 background: url(images/big_post_bg_btm.jpg) no-repeat left bottom;
 padding: 50px 40px 30px 40px;
}

.post-wide .title {
 margin: 0px;
 padding: 0px 0px 5px 0px;
 color: #232F01;
}

.post-wide .title a {
 letter-spacing: -1px;
 text-decoration: none;
 font-family: Arial, Helvetica, sans-serif;
 font-weight: normal;
 font-size: 32px;
 color: #3A3D40;
}

.post-wide .entry {
}

.post-wide .meta {
}

.post-wide .more {
 display: block;
 width: 115px;
 height: 32px;
 padding: 8px 0px 0px 0px;
 background: url(images/img12.jpg) no-repeat left top;
 text-align: center;
 text-transform: uppercase;
 text-decoration: none;
 font-family: Tahoma, Geneva, sans-serif;
 font-size: 11px;
 font-weight: normal;
 color: #FFFFFF;
}

.post-wide .byline {
 font-size: 11px;
 font-style: italic;
}

#home_image {
 float: left;
 width: 290px;
}

#content {
 float: left;
 width: 630px;
}

.post-bgtop {
 background: url(images/img04.jpg) no-repeat left top;
}

.post {
 background: url(images/img05.jpg) repeat-y left top;
}

.post-bgbtm {
 background: url(images/img06.jpg) no-repeat left bottom;
 padding: 50px 40px 30px 40px;
}

.post .title {
 margin: 0px;
 padding: 0px 0px 5px 0px;
 color: #232F01;
}

.post .title a {
 letter-spacing: -1px;
 text-decoration: none;
 font-family: Arial, Helvetica, sans-serif;
 font-weight: normal;
 font-size: 32px;
 color: #3A3D40;
}

.post .entry {
}

.post .meta {
}

.post .more {
 display: block;
 width: 115px;
 height: 32px;
 padding: 8px 0px 0px 0px;
 background: url(images/img12.jpg) no-repeat left top;
 text-align: center;
 text-transform: uppercase;
 text-decoration: none;
 font-family: Tahoma, Geneva, sans-serif;
 font-size: 11px;
 font-weight: normal;
 color: #FFFFFF;
}

.post .byline {
 font-size: 11px;
 font-style: italic;
}




.post_narrow {
	float:left;
 width:300px;
 background: url(images/img19.jpg) repeat-y left top;
}

.post_narrow p{
	font-size:12px;
}

.post_narrow-bgtop {
 background: url(images/img18.jpg) no-repeat left top;
}


.post_narrow-bgbtm {
 background: url(images/img17.jpg) no-repeat left bottom;
 padding: 50px 40px 30px 40px;

}

.post_narrow .title {
 margin: 0px;
 padding: 0px 0px 5px 0px;
 color: #232F01;
}

.post_narrow .title a {
 letter-spacing: -1px;
 text-decoration: none;
 font-family: Arial, Helvetica, sans-serif;
 font-weight: normal;
 font-size: 15px;
 color: #3A3D40;
}

.post_narrow .entry {
/*display:none;*/
}

.post_narrow .meta {
}

.post_narrow .more {
 display: block;
 width: 100px;
 height: 32px;
 padding: 8px 0px 0px 0px;
 background: url(images/img12.jpg) no-repeat left top;
 text-align: center;
 text-transform: uppercase;
 text-decoration: none;
 font-family: Tahoma, Geneva, sans-serif;
 font-size: 11px;
 font-weight: normal;
 color: #FFFFFF;
}

.post_narrow .byline {
 font-size: 11px;
 font-style: italic;
}




.home_areas_container{
	float:left;
	margin-left:25px;
	width:270px;

	margin-bottom: 20px;
}
/* Contact */

#contactform input[type=text], #contactform textarea {
 font-size: 15px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 width: 250px;
}

#contactform input:focus, #contactform textarea:focus {
 background-color: #DAF0FA;
}

/* Sidebar */

#sidebar {
 float: right;
 width: 260px;
 background: url(images/img08.jpg) repeat-y left top;
 font-size: 11px;
}

#sidebar-bgtop {
 background: url(images/img07.jpg) no-repeat left top;
}

#sidebar-bgbtm {
 background: url(images/img09.jpg) no-repeat left bottom;
 padding: 40px 40px 20px 40px;
}

#sidebar ul {
 margin: 0;
 padding: 0;
 list-style: none;
 line-height: normal;
}

#sidebar li {
 margin-bottom: 1px;
}

#sidebar li ul {
 margin: 0px;
 padding: 0px 0px 40px 0px;
}

#sidebar li li {
 margin: 0;
 padding: 7px 0px;
 border: none;
 background: url(images/img10.jpg) repeat-x left bottom;
 font-family: Tahoma, Geneva, sans-serif;
}

#sidebar li li a {
 background: url(images/img11.jpg) no-repeat left 3px;
 padding-left: 20px;
}

#sidebar h2 {
 margin: 0px;
 padding: 0px 0px 20px 0px;
 text-transform: uppercase;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 180%;
 font-weight: normal;
 color: #3A3D40;
 text-decoration: underline;
}

#sidebar h3 {
 font-size: 77%;
 color: #454E55;
}

#sidebar p {
 margin: 0;
 line-height: normal;
 color: #D4C792;
}

#sidebar a {
 border: none;
 text-decoration: none;
 color: #757E82;
}

#sidebar a:hover {
 text-decoration: underline;

}

#sidebar .more {
 display: block;
 width: 115px;
 height: 32px;
 padding: 8px 5px 0px 0px;
 background: url(images/img12.jpg) no-repeat left top;
 text-align: center;
 text-transform: uppercase;
 text-decoration: none;
 font-family: Tahoma, Geneva, sans-serif;
 font-size: 11px;
 font-weight: normal;
 color: #FFFFFF;
}

#sidebar .more a:hover {
 text-decoration: underline;

}

#search-form li {
 margin-bottom: 10px;

}

.arrival_departure_span {
 font-size: 20px;

}

#area_search_wrapper p {
 margin-left: 25px;
 font-size: 13px;
 padding: 5px;
 float: left

}

#area_search_wrapper img {
 margin-left: 5px;
 float:left;
}

/* Submenu */

#submenu {
}

/* News */

#news {
}

#news a {
 font-size: 85%;
}

/* Footer */

#footer-wrapper {
 /*background: #F7F7F7 url(images/img03.jpg) repeat-x left top;*/
 padding: 20px 0px;
}

#footer {
 width: 900px;
 margin: 0 auto;
 color: #757E82;
}

#footer p {
 margin: 0;
 text-align: center;
 font-size: 11px;
}

#footer a {
 text-decoration: underline;
 color: #757E82;
}

#footer a:hover {
 text-decoration: none;
 color: #2786C9;
}

/* Price */

#pricediv {
 background-color: #CCFFFF;
 height: 50px;
 width: 200px;
 float: right;
}

#pricediv p {
 font-size: 200%;
 display: inline;
}

.date_search_input {
 margin-top:5px;
 border: 1px solid #CCCCCC;
 /*background-color: #CCFFFF;*/
 font-size: 14px;
 height: 30px;
 color: #666666;
}

.datepicker {
 font-family: Tahoma, Geneva, sans-serif;
 font-size: 15px;
 color: #757E82;
 height: 20px;
 margin-top: 5px;
 margin-right: 10px;
 margin-bottom: 5px;
 margin-left: 5px;
}

.dont_print {
 display: none;
}

#search_section{
		width:860px;
		padding:10px 10px 0px 0px;
		margin:10px;
		float:left;
		-moz-border-radius: 2px 2px 2px 2px;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
    -moz-box-sizing: border-box;
    background-color: #FFFFFF;
    margin-bottom: 20px;
}

#home_seach_div {
	float:left;
	clear:left;
	margin-top:10px;
	height:260px;
	width:320px;
	background: url("images/black_pattern.png") repeat scroll 0 0 transparent;
	padding:10px;
	border: 1px solid #CCCCCC;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px
}
#home_seach_div h3 {
		text-align:center;
		background: url("images/search_header.png") repeat-x scroll 0 0 transparent;
    color: #FFFFFF;
    display: block;
    font-size: 13px;
    font-weight: bold;
    height: 45px;
    line-height: 45px;
    margin-bottom: 10px;
    padding: 0 20px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
}


#home_seach_div label{
	color:#FFFFFF;
}


 #date,#date2{
	width:150px;
 margin-top:5px;
 border: 1px solid #CCCCCC;
 background-color: #ffffff;
 font-size: 14px;
 height: 30px;
 color: #666666;
 padding:3px;

}

#submit{
margin-top:10px;
width:100%;
color:#FFFFFF;
border: 0 none;
background: url("images/menu.png") repeat-x scroll 0 0 transparent;
height: 25px;
padding: 7px 0
-moz-border-radius: 3px 3px 3px 3px;
-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
;
}

#last_minute{
	float:left;
}

#last_minute table{
	width:320px;
	border-collapse:collapse;
	border-spacing:0;
}

#last_minute tr{
	height:40px;
}

#last_minute tr:nth-child(2n+1) {
    background: url("images/lm_zebra_2.png") repeat-x scroll center top transparent;
}

#last_minute th {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #999999;
    font-size: 10px;
    font-weight: bold;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    text-align: left;
    text-transform: uppercase;
}

#last_minute td {
    padding: 0 10px;
}
#last_minute td a {
    color: #333333;
}
#last_minute td:first-child {
    font-weight: bold;
}
#last_minute td:last-child {
    color: #CC3300;
    font-weight: bold;
}
#last_minute td del {
    color: #666666;
    display: inline-block;
    font-weight: normal;
    margin-right: 5px;
}
#last_minute td span {
    color: #666666;
    font-weight: normal;
}

#customer_care_img{
	float:right;
	margin-right:50px;

}
