@font-face {
    font-family: 'pt-sans';
    src: url('fonts/ptc75f-webfont.eot');
    src: url('fonts/ptc75f-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/ptc75f-webfont.woff') format('woff'),
         url('fonts/ptc75f-webfont.ttf') format('truetype'),
         url('fonts/ptc75f-webfont.svg#pt_sans_captionbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

* { margin: 0; padding: 0; outline: 0; }

body, html { height: 100%; }

body {
	font-size: 12px;
	line-height: 22px;
	font-family: arial, sans-serif;
	color: #828282;
	background: url(images/body.png) repeat 0 0;
	min-width: 100%;
}

a { color:#efae13; text-decoration: none; cursor: pointer; }
a:hover { text-decoration: underline; }
a img { border: 0; }
a.more { background: url(images/green-arr.png) no-repeat 0 5px; padding-left: 11px; color: #efae13; text-decoration: underline; font-size: 12px; }
a.more:hover { text-decoration: none;  }

/*font-family: 'Coda', cursive;*/
/*font-family: 'Jura', sans-serif;*/

article, aside, details, footer, header, menu, nav, section { display: block; }
input, textarea, select { font-size: 12px; font-family: arial, sans-serif; }
textarea { overflow: auto; }

.cl { display: block; height: 0; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; }
.notext { font-size: 0; line-height: 0; text-indent: -4000px; }
.left, .alignleft { float: left; display: inline; }
.right, .alignright { float: right; display: inline; }

.shell { width: 980px; margin: 0 auto; }

.header { background: url(images/header.png) repeat 0 0; }
.header .shell { padding: 0px 32px 0; width: 918px; background: url(images/header-shell.png) no-repeat center 0; box-shadow: 0px -10px 9px rgba(0,0,0,0.7); -moz-box-shadow: 0px -10px 9px rgba(0,0,0,0.7); -webkit-box-shadow: 0px -10px 9px rgba(0,0,0,0.7); -o-box-shadow: 0px -3px 10px 9rgba(0,0,0,0.7) }
.header-top { height: 82px;  }

.header-top h2 {
	

    top:0%;
	right:0%;
   /* right:60%; /* Positions 50% from right (right edge will be at center) */
   /* margin-right:450px;  Positions 200px to the left of center */
	
	height:30px;
	width:400px;
	background-color:gray;
	float:right;
   
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	
	font-size:16px;
	font-weight:bold;
	font-family:Coda;
	margin-bottom:0px;
	margin-top:0px;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	color:White; 
	*/
	}
	.header-top h2 a{
		color:Yellow;
	}

#logo { width: 210px; font-size: 0; line-height: 0; float: left; padding-top:20px;}
#logo a { height: 57px; display: block;  background: url(images/logo.png) no-repeat 0 0; text-indent: -4000px; }

#navigation { float: right; padding-top: 13px; }
#navigation ul { list-style: none; list-style-position: outside; font-size: 17px; font-family: 'Coda', cursive; font-weight: 400;  }
#navigation ul li { display: inline; padding-left: 28px; }
#navigation ul li a { color: #d5d4d4; }
#navigation ul li a:hover,
#navigation ul li.active a { color: #fff; text-decoration: none; }


.slider { height: 436px;  }


.slider, #carousel, #carousel > div {
	width: 980px;
	height: 436px;
}

.slider {
	margin: 0px 0 0 -495px;
	overflow: hidden;
	position: relative;
	top: 50%;
	left: 50%;
}

#carousel {
	position: relative;
	z-index: 2;
}
#carousel div {
	overflow: hidden;
	position: relative;
	float: left;
}
#carousel div > * {
	position: absolute;
}

#carousel img.img-front {
	left: 649px;
	top: 0;
	z-index: 4;
}

#carousel img.img-mid {
	left: 942px;
	top: 46px;
	z-index: 3;
}


#carousel img.img-back {
	left: 498px;
	/*top: 80px;*/
	top: 0px;
	z-index: 2;
}


#carousel h3 {
	font-size: 68px;
	letter-spacing: -5px;
	font-weight: normal;
	font-family: 'pt-sans', arial, helvetica, serif; 
	color: #f5f5f5;
	line-height: 70px; 
	text-shadow: 0 0 2px rgba(0,0,0,0.5);
	width: 420px;
	left: 32px;
	background: url(images/slider-h3-border.png) repeat-x 0 bottom;
	top: 91px;
	padding-bottom: 13px; 
	margin: 0 0 18px;
}

#carousel h5 { font-size: 15px; color: #d3d2d3; font-family: tahoma, arial, helvetica, serif; text-transform: uppercase; text-shadow: rgba(0,0,0,0.5) 0px 1px 1px; font-weight: normal; position: absolute; top: 63px; left: 32px; white-space: nowrap; }

#carousel p {
	color: #959697;
	font-size: 14px;
	width: 420px;
	left: 32px;
	top: 181px;
	margin: 0;
	line-height: 26px; 
}
#carousel a.green-btn {
	color: #fff;
	font-size: 18px;
	font-weight: bold; 
	text-shadow: 0 1px 2px rgba(0,0,0,0.5);
	text-decoration: none;
	text-align: center;
	line-height: 52px;
	outline: none;
	display: block;
	background-color: #888;
	width: 194px;
	height: 56px;
	left: 32px;
	top: 308px;
	background: url(images/green-btn.png) no-repeat 0 0;

}
#carousel a:hover {
	background-position: -1px -54px; 
}

#prev, #next {
	background: url(images/direction-nav.png) no-repeat 0 0;
	display: block;
	width: 17px;
	height: 22px;
	position: absolute;
	bottom: 15px;
	z-index: 10;
}

#prev {
	left: 426px;
}

#next {
	right: 434px;
	background-position: right 0; 
}

.pagination { position: absolute; bottom: 15px; left: 50%; margin-left: -44px; width: 88px; }
.pagination a { background: url(images/pagination.png) no-repeat 0 0; width: 20px; height: 20px; display: inline-block; font-size: 0; line-height: 0; text-indent: -4000px; cursor: default; }
.pagination a.selected { background-position: 0 -20px; }


.tshell { width: 918px; margin: 0 auto; }
.theader { background: url(images/theader.png) repeat 0 0; }
.theader .tshell { padding: 0px 32px 0; border-top: 1px solid #666; box-shadow: 0px -4px 10px rgba(0,0,0,0.4); -moz-box-shadow: 0px -4px 10px rgba(0,0,0,0.4); -webkit-box-shadow: 0px -4px 10px rgba(0,0,0,0.4); -o-box-shadow: 0px -4px 10px rgba(0,0,0,0.4);   }

.main { padding: 54px 0 20px 0; border-top: 1px solid #fff;  background: url(images/main.png) repeat-x 0 0; box-shadow: 0px -4px 10px rgba(0,0,0,0.4); -moz-box-shadow: 0px -4px 10px rgba(0,0,0,0.4); -webkit-box-shadow: 0px -4px 10px rgba(0,0,0,0.4); -o-box-shadow: 0px -4px 10px rgba(0,0,0,0.4);  }
.main h2 { font-size: 22px; color: #000; font-family: 'Jura', sans-serif; font-weight: 700; padding-bottom: 10px; text-transform: uppercase;  text-align:left;}
.main p a { text-decoration: underline; }
.main p a:hover { text-decoration: none; }
.main section { background: url(images/section.png) no-repeat center bottom; padding-bottom: 50px; margin-bottom: 20px;  }

.main .cols { padding-left: 32px; padding-right: 32px;  }
.main .cols h2 { padding-bottom: 4px; }
.main .cols .col { width: 277px; float: left; }
.main .cols .col + .col { padding-left: 40px; }
.main .cols .col img { float: left; margin-right: 16px; width: 73px; }
.main .cols .col .col-cnt { height: 100%; overflow: hidden; }

.main .post { padding-left: 32px; padding-right: 32px; }
.main .post img { float: left; margin-right: 18px; width: 35%; height: 333px; }
.main .post-cnt { float: right; padding-top: 22px; width: 63%;}
.main .post-cnt p { padding-bottom: 10px; }
.main .post-cnt ul { list-style: none; list-style-position: outside; height: 100%; overflow: hidden; }
.main .post-cnt ul li { padding-left: 11px; background: url(images/green-arr.png) no-repeat 0 9px; padding-bottom: 7px;  }
.main .post-cnt ul li a { text-decoration: underline; }
.main .post-cnt ul li a:hover { text-decoration: none; }

.main .postr { padding-left: 32px; padding-right: 32px; }
.main .postr img { float: right; margin-right: 18px; width: 333px; height: 333px; }
.main .postr-cnt { float: left; width: 550px; height: 333px; padding-top: 22px; }
.main .postr-cnt p { padding-bottom: 10px; }
.main .postr-cnt ul { list-style: none; list-style-position: outside; height: 100%; overflow: hidden; }
.main .postr-cnt ul li { padding-left: 11px; background: url(images/green-arr.png) no-repeat 0 9px; padding-bottom: 7px;  }
.main .postr-cnt ul li a { text-decoration: underline; }
.main .postr-cnt ul li a:hover { text-decoration: none; }

.main .content { padding-left: 32px; padding-right: 32px; }
.main .content span { text-decoration: underline; }

.main #partners-slider { height: 56px; }

.main .partners { padding: 0 70px 30px 70px; height: 100%;  position: relative; overflow: hidden; margin-top: -20px; z-index: 100; }
.slider-holder2 { position: relative; overflow: hidden; }
#partners-slider { overflow: hidden; position: relative; }
#partners-slider img { margin: 0px 25px; float: left; height: 52px; }

.slider-arr a.arr-btn { background: url(images/slider-b-arr.png) no-repeat 0 0; width: 30px; height: 30px; display: block; position: absolute; top: 10px;}
.slider-arr a.prev-arr { left: 32px; }
.slider-arr a.prev-arr:hover { background-position: 0 -31px; }
.slider-arr a.next-arr { right: 32px; background-position: right 0; }
.slider-arr a.next-arr:hover { background-position: right -31px; }


.socials { background: url(images/socials-pattern.png) repeat 0 0; height: 50px; padding: 0 17px;  margin: 0 32px; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px;  
	box-shadow: 0px 0px 7px rgba(0,0,0,0.2) inset; -moz-box-shadow: 0px 0px 7px rgba(0,0,0,0.2) inset; -webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.2) inset; -o-box-shadow: 0px 0px 7px rgba(0,0,0,0.2) inset; }

.socials p { float: left; line-height: 50px; font-size: 12px; }
.socials p a { text-decoration: none; }
.socials p a:hover { text-decoration: underline; }
.socials ul { list-style: none; list-style-position: outside; float: right; padding-top: 11px;  }
.socials ul li { float: left; padding-left: 5px;  }
.socials ul li a { display: block; background: url(images/socials.png) no-repeat 0 0; width: 28px; height: 28px; font-size: 0; line-height: 0; text-indent: -4000px; }

.socials ul li a.facebook-ico { background-position: 0 0; }
.socials ul li a.twitter-ico { background-position: -35px 0; }
.socials ul li a.skype-ico { background-position: -68px 0; }
.socials ul li a.rss-ico { background-position: -102px 0; }

#footer { background: url(images/footer.png) repeat 0 0;}
#footer .shell { background: url(images/footer-shell.png) repeat 0 0; padding: 26px 0; }
#footer .footer-cols { padding: 0 32px 26px;  }
#footer .col { width: 212px; float: left; }
#footer .col + .col { padding-left: 22px; }
#footer h2 { font-size: 20px; margin-bottom:  10px; color: #fff; background: url(images/footer-cols.png) repeat-x 0 bottom;  padding-bottom: 10px; text-shadow: rgba(0,0,0,0.9) 1px 1px 1px; font-family: 'Jura', sans-serif; font-weight: 700; text-transform: uppercase;  text-align:left;}

#footer .col ul { list-style: none; list-style-position: outside; }
#footer .col ul li { padding-left: 11px; background: url(images/green-arr.png) no-repeat 0 8px; padding-bottom: 7px; font-size: 11px; }
#footer .col p { font-size: 11px; color: #bebebe; } 

#footer .footer-bottom { background: url(images/footer-cols.png) repeat-x 0 0; padding: 15px 32px 0;  }

#footer .footer-bottom p.copy { float: right; line-height: 11px; font-size: 11px; color: #717171; }
#footer .footer-bottom p.copy span { padding: 0 8px; }
#footer .footer-bottom p.copy a { color: #717171; text-decoration: underline; }
#footer .footer-bottom p.copy a:hover { color: #fff; text-decoration: none; }

#footer .footer-nav { float: left; }
#footer .footer-nav ul { list-style: none; list-style-position: outside; line-height: 11px;  }
#footer .footer-nav ul li { float: left; border-right: 1px solid #181818;  padding: 0 8px; text-shadow: rgba(0,0,0,0.7) 0px 1px 1px; }
#footer .footer-nav ul li:first-child { padding-left: 0; }
#footer .footer-nav ul li a { color: #717171; }
#footer .footer-nav ul li a:hover { color: #fff; }

#navigation a.nav-btn { display: none;  }

/* ------- tabs ---- nested ---- left */

#tabs-nested > .ui-tabs-panel { 
    padding: 0em; 
} 
#tabs-nested-left { 
    position: relative; 
    padding-left: 9.2em; 
} 
#tabs-nested-left .ui-tabs-nav { 
    position: absolute; 
    left: 0.25em; 
    top: 0.89em; 
    bottom: 0.25em; 
    width: 10em; 
    padding: 0.2em 0 0.2em 0.2em; 
} 
#tabs-nested-left .ui-tabs-nav li { 
    right: 1px; 
    width: 100%; 
    border-right: none; 
    border-bottom-width: 1px !important; 
    -moz-border-radius: 4px 0px 0px 4px; 
    -webkit-border-radius: 4px 0px 0px 4px; 
    border-radius: 4px 0px 0px 4px; 
    overflow: hidden; 
} 
#tabs-nested-left .ui-tabs-nav li.ui-tabs-selected, 
#tabs-nested-left .ui-tabs-nav li.ui-state-active { 
    border-right: 1px solid transparent; 
} 
#tabs-nested-left .ui-tabs-nav li a { 
    float: right; 
    width: 100%; 
    text-align: right; 
} 
#tabs-nested-left > div { 
    height: 10em; 
    overflow: auto; 
}

/* ------ end of tabs nested left -------*/

/* --------------------------------------------------------------- */

.callnow {
	/*z-index:5;
    position:absolute;
    top:0%;
	right:15%;
   /* right:60%; /* Positions 50% from right (right edge will be at center) */
   /* margin-right:450px;  Positions 200px to the left of center
	
	height:30px;
	width:400px;
	background-color:gray;
	
   
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	
	font-size:16px;
	font-weight:bold;
	font-family:Coda;
	margin-bottom:8px;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	color:White; 
	*/
	
	
	
	
}
.main_wrap {
	/*z-index:99;
    position:absolute;
    top:6%;
	right: 15%;*/
	
    /*right:60%; /* Positions 50% from right (right edge will be at center) */
   /* margin-right:450px;  Positions 200px to the left of center */
	/*background:#FFC*/
	
	height:450px;
	width:920px;
	/*-moz-box-shadow: 0 0 30px 5px #999;
	-webkit-box-shadow: 0 0 30px 5px #999;
	opacity:0.97;
	border:solid 2px #999;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;*/
	
	
  
	
}

/*#callnow a{
	
	color:Yellow;
}
*/




/*body{
font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}
p, h1, form, button{border:0; margin:0; padding:0;}
.spacer{clear:both; height:1px;}
 ----------- My Form ----------- 
.myform{
margin:0 auto;
width:400px;
padding:14px;

}
*/

#map_canvas{
/*border:solid 2px #FC0;*/

/*background:#FFC;*/
width:48%;
height:100%;
float:left;
top:0%;

margin: 0;
padding: 0;

}



/* ----------- stylized ----------- */
#stylized{
/*border:solid 2px #FC0;*/
/*background:#FFC;*/
width:50%;
height:100%;
top:10%;
float:right;


}
#stylized h1 {
font-size:16px;
font-weight:bold;
padding-top:5px;
}

#stylized p{
padding-top:8px;
font-size:12px;
color:#FFF;
display:block;
padding-left:3%;
width:100%;
vertical-align:central;
}
#stylized label{
font-weight:bold;
text-align:left;
width:120px;
float:left;
font-size:12px;
margin:10px 0px 0px 10px;
}
#stylized .small{
color:#999;
display:block;
font-size:10px;
font-weight:normal;
text-align:right;
width:120px;
}
#stylized a{
color:#FC3;
/*display:block;
font-size:11px;
font-weight:normal;
text-align:left;
width:100%;*/
padding-left:5px;
font-size:10px;
}
#stylized input{
float:left;
font: 13px Arial, Helvetica, sans-serif;
padding:8px 2px;
border:solid 1px #aacfe4;
width:380px;
margin:2px 0 10px 10px;
border-bottom: 1px solid #333;
border-left: 1px solid #000;
border-right: 1px solid #333;
border-top: 1px solid #000;
border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
#stylized select{
float:left;
font: 13px Arial, Helvetica, sans-serif;
padding:8px 2px;
border:solid 1px #aacfe4;
width:386px;
margin:2px 0 10px 10px;
border-bottom: 1px solid #333;
border-left: 1px solid #000;
border-right: 1px solid #333;
border-top: 1px solid #000;
border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
#stylized button{
clear:both;
margin-left:240px;

   -webkit-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	-moz-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	color:#333;
	background-color:#FA2;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:none;
	font-family:'Helvetica Neue',Arial,sans-serif;
	font-size:16px;
	font-weight:700;
	height:32px;
	padding:4px 16px;
	text-shadow:#FE6 0 1px 0
}

#stylized button:hover {
    background: #ddd;
}
#stylized fieldset
{
   width:100%;
   padding:10px 0px 20px 0px;
   border:1px solid #FC0;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;   


}
#stylized legend, h2
{
   font-family : Arial, sans-serif;
   font-size: 1.3em;
   font-weight:bold;
   color:#FFF;
   text-align:center;
}
#stylized .short_explanation
{
   font-family : Arial, sans-serif;
   font-size: 0.7em;
   color:#FFF;   
   padding:0px;
   font-weight:bold;
}
#stylized h2 {
font-size:0.7em;
font-weight:bold;
margin-bottom:0px;
border-bottom:solid 1px #FC0;
padding-bottom:0px;
padding-top:0px;
color:#FFF;
}
#stylized .error
{
   font-family: Verdana, Arial, sans-serif; 
   font-size: 0.7em;
   color: #900;
   background-color : #ffff00;
   display:block;
}


#main_wrap img.btn_close {
	
 	float: right;
    margin: -12px -12px 0 0;
}
/* ----------- outputDiv ----------- */
#outputDiv{
width:50%;
float:right;

}
#outputDiv fieldset
{
   width:100%;
   padding:0px 0px 10px 0px;
   border:1px solid #FC0;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;   


}
#outputDiv legend, h2
{
   font-family : Arial, sans-serif;
   font-size: 1.3em;
   font-weight:bold;
   color:#FFF;
   text-align:center;
}
#outputDiv h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
padding-top:4px;
padding-bottom:4px;
}
#outputDiv label{
display:block;
font-weight:bold;
text-align:left;
float:left;
font-size:11px;
width:302px;
padding-top: 1px;
padding-bottom:1px;
border-bottom:solid 1px #FC0;
background-color:#333;
padding-left:5px;
}
#outputDiv h4{
display:block;
font-size:10px;
text-align:right;
width:140px;
float:left;
padding-right:5px;
padding-top: 1px;
padding-bottom:1px;
border-bottom:solid 1px #FC0;
background-color:#666;
}
#outputDiv p{
display:block;
font-size:11px;
text-align:left;
float:left;
padding-left:0px;
padding-top: 0px;
font-style:italic;
background-color:#666;
width:100%;
}
#outputDiv span{
font-size:9px;
text-align:left;
float:left;
padding-left:10px;
padding-top:0px;
padding-bottom: 0px;
background-color:#333;
width:97.8%;
}
#outputDiv button{
	clear:both;
	margin-left:10px;
   -webkit-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	-moz-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
	color:#333;
	background-color:#FA2;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:none;
	font-family:'Helvetica Neue',Arial,sans-serif;
	font-size:9px;
	font-weight:700;
	height:28px;
	padding:4px 16px;
	text-shadow:#FE6 0 1px 0
}
#outputDiv button:hover {
    background: #ddd;
}
/* ------------ fare estimator ------------------*/
#fare_estimator {
	height:90%;
	width:99%;
	background-image: url(images/theader.png);
	padding: 2px;
}

#tabs {
	height:98%;
	/*background-color:#FFC;*/
}
/* ----------- book_online ----------- */

#book_online .s_input{display: none; width:24% ; float:left; margin-right:10px;}


#book_online{
/*border:solid 2px #FC0;
background:#666;*/
width:100%;
height:87%;
top:0%;
border-top:solid 0px #FC0;/*
border-left:solid 1px #FC0;
border-bottom:solid 1px #FC0;
border-right:solid 1px #FC0;*/

}
#book_online h1 {
font-size:16px;
font-weight:bold;
padding-bottom:10px;
padding-top:0px;
/*border-bottom:solid 1px #FC0;*/

}

#book_online p{
font-size:11px;
color:#666666;
margin-bottom:20px;
padding-bottom:5px;
}


#book_online .small{
color:#999;
display:block;
font-size:10px;
font-weight:normal;
text-align:right;
width:120px;
}
#book_online button{
clear:both;
-webkit-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
-moz-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
color:#333;
background-color:#FA2;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border:none;
font-family:'Helvetica Neue',Arial,sans-serif;
font-size:14px;
font-weight:700;
padding:4px 12px;
text-shadow:#FE6 0 1px 0;
margin:8px 8px;


}
#book_online .abutton{
clear:both;
-webkit-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
-moz-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
color:#333;
background-color:#FA2;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border:none;
font-family:'Helvetica Neue',Arial,sans-serif;
font-size:14px;
font-weight:700;
padding:4px 12px;
text-shadow:#FE6 0 1px 0;
margin:8px 8px;


}
#book_online button:hover {
    background: #ddd;
}

#book_online fieldset
{
	display:block;
   width:70%;
   height:100%;
   padding-left: 2em;
   padding-top:0px;
   border:1px solid #FC0;
   /*border:1px solid #FFF;*/
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;  
float:left;
/*background-color:#ddedfd;
background-color:#999;*/


}
#book_online .freview
{
	display:block;
   width:100%;
   height:100%;
   padding-left: 2em;
   padding-top:0px;
   border:1px solid #FC0;
   /*border:1px solid #FFF;*/
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;  
float:left;
/*background-color:#ddedfd;
background-color:#999;*/


}
#book_online  .sideinfo
{
   display:block;
   width:24%;
   height:100%;
   padding-left: .1em;
   padding-top:0px;
   border:1px solid #FC0;
   /*border:1px solid #FFF;*/
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;  
float:right;
/*background-color:#ddedfd;
background-color:#999;*/


}
#book_online legend, h2
{
   font-family : Arial, sans-serif;
   font-size: 1.3em;
   font-weight:bold;
   color:#FFF;
   text-align:center;
}
/*#book_online fieldset .pink
{
	display:block;
   width:98%;
   border:1px solid #CCC;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
background-color:#333;
padding-top:10px;
}
#book_online fieldset .gap
{
	display:block;
   width:98%;
   border:0px solid #CCC;
border-radius: 10px;
padding-top:2px;
}*/

#book_online label{
display:block;
text-align:left;
width:40%;
font-size:12px;
color:#FFF;
font-weight:bold;
padding-top:1em;
border-bottom: 0px solid #FC0;
}

#book_online .lreview{
display:block;
text-align:left;
width:15%;
font-size:12px;
color:#CCC;
font-weight:bold;
padding-top:0em;
padding-bottom:0em;
float:left;
margin-top:0px;
margin-bottom:0px;
}
#book_online .lblreview{
display:block;
text-align:left;
width:15%;
font-size:12px;
color:#CCC;
font-weight:bold;
padding-top:0em;
padding-bottom:0em;
float:left;
margin-top:0px;
margin-bottom:0px;
}
#book_online .ireview{
float:left;
font: 13px Arial, Helvetica, sans-serif;
padding:2px 2px;
border:solid 1px #aacfe4;
width:80%;
margin:2px 0 10px 10px;
border-bottom: 1px solid #333;
border-left: 1px solid #000;
border-right: 1px solid #333;
border-top: 1px solid #000;
border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}

#book_online .pickupdetails
{
display:block;
   width:100%;
   padding-left: 2em;
   padding-top:0px;
   border:1px solid #FC0;
   /*border:1px solid #FFF;*/
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;  
float:left;

}
#book_online .contactinfo
{
	display:block;
   width:100%;
   padding-left: 2em;
   padding-top:0px;
   border:1px solid #FC0;
   /*border:1px solid #FFF;*/
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;  
float:left;

}
#book_online .tripdetails
{
	display:block;
   width:100%;
   padding-left: 2em;
   padding-top:0px;
   border:1px solid #FC0;
   /*border:1px solid #FFF;*/
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;  
float:left;

}
#book_online .gap
{
	display:block;
   width:98%;
   border:0px solid #CCC;
border-radius: 10px;
padding-top:2px;
}
#book_online .editButton{
clear:both;
-webkit-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
-moz-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
color:#333;
background-color:#FA2;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border:none;
font-family:'Helvetica Neue',Arial,sans-serif;
font-size:10px;
font-weight:700;
padding:2px 6px;
text-shadow:#FE6 0 1px 0;
margin:4px 4px;
float:right;

}

#book_online .sideinfolabel{
display:block;
text-align:left;
width:90%;
font-size:10px;
color:#FFF;
padding-left:1em;
border-bottom: 0px solid #FC0;
}
#book_online .radio{
display:block;
text-align:center;
width:22%;
font-size:11px;
color:#FFF;
float:left;
font-weight:bold;
padding-top:0em;
padding-left: 0em;
border-bottom: 0px solid #FC0;
}
#book_online .radiodiv{
display:block;
padding-top:.5em;
padding-bottom:2em;
width:100%;
}
#book_online input{
display:block;
font: 13px Arial, Helvetica, sans-serif;
padding:6px 1px;
border:solid 1px #aacfe4;
width:80%;
margin:8px 0px 8px 0px;
border-bottom: 1px solid #333;
border-left: 1px solid #000;
border-right: 1px solid #333;
border-top: 1px solid #000;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;  
float:left; 
}



#book_online select{
display:block;
font: 13px Arial, Helvetica, sans-serif;
padding:2px 1px;
border:solid 1px #aacfe4;
width:32.2%;
margin:0px 0 10px 10px;
border-bottom: 1px solid #333;
border-left: 1px solid #000;
border-right: 1px solid #333;
border-top: 1px solid #000;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;   
float:left;
}




#book_online textarea{
display:block;
font: 13px Arial, Helvetica, sans-serif;
padding:6px 1px;
border:solid 1px #aacfe4;
width:80%;
margin:8px 0 8px 0px;
border-bottom: 1px solid #333;
border-left: 1px solid #000;
border-right: 1px solid #333;
border-top: 1px solid #000;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;   
float:left;
font-size:10px;
}
#book_online .short_explanation
{
   font-family : Arial, sans-serif;
   font-size: 0.7em;
   color:#FFF;   
   padding:0px;
   font-weight:bold;
}
#book_online h2 {
font-size:0.7em;
font-weight:bold;
margin-bottom:0px;
border-bottom:solid 1px #FC0;
padding-bottom:0px;
padding-top:0px;
color:#FFF;
}
#book_online .error
{
   font-family: Verdana, Arial, sans-serif; 
   font-size: 0.7em;
   color: #900;
   background-color : #ffff00;
   display:block;
}




<!-- Book Online Finish -->
#quick_links{
background:#666;
width:94%;
height:85%;
top:0%;
}
#quick_links .leftside{
width:35%;
height:100%;
float:left;
}
#quick_links .centerside{
width:33%;
height:100%;
float:left;
top:0%;
}
#quick_links .rightside{
width:32%;
height:100%;
float:right;
top:0%;
}
#quick_links p{
display:block;
font-weight:bold;
text-align:left;
height:5%;
float:left;
font-size:15px;
padding-bottom:1%;
color:#FFF;
}
#quick_links a{
clear:both;
font-size:10px;
color:#FC0;
display:block;
padding-left:5%;
padding-top:0px;
}
#quick_links  .faqlink{
clear:both;
font-size:15px;
color:#FFF;
text-align:right;
display:block;
padding-top:0px;
}
#quick_links fieldset
{
   width:100%;
   height:100%;
   padding:5px;
   border:1px solid #FC0;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;  
}

/* #Media Queries
================================================== */

/* ipad portrait */
@media only screen and ( min-width: 768px) and ( max-width: 980px ) {
	body { min-width: 768px; }
	.shell { max-width: 748px; }
	#navigation ul li { padding-left: 24px; font-size: 15px; }
	.header .shell { padding: 0px 0px 0; width: 748px; background: url(images/t-header-shell.png) no-repeat center 0; }
	.header-top { padding-left: 20px; padding-right: 20px;  }

	.slider, #carousel, #carousel > div {
		width: 708px;
		height: 436px;
	}

	.slider {
		width: 708px;
		margin: 0px 0 0 -354px;
		overflow: hidden;
		position: relative;
		top: 50%;
		left: 50%;
	}
	#navigation ul li { display: inline; padding-left: 6px; }

	#carousel h3 { font-size: 58px; width: 290px; left: 10px; }
	#carousel h5 { font-size: 15px; width: 290px; left: 10px; }
	#carousel p { font-size: 14px;  width: 294px; left: 10px; }
	#carousel a.green-btn { top: 340px; left: 10px; }


	#carousel img.img-front {
		left: 476px;
		width: 230px  !important;
		height: 390px;  
	}

	#carousel img.img-mid {
		left: 425px;
		width: 192px  !important;
		height: 309px; 
	}
	

	#carousel img.img-back {
		left: 366px;
		width: 351px  !important;
		height: 398px; 
	}

	#prev { left: 290px; }
	#next { right: 297px; }

	.main section { background: url(images/t-section.png) no-repeat center bottom; padding-bottom: 50px; margin-bottom: 20px; }
	.main h2 { text-align:center;}
	.main .cols { padding-left: 20px; padding-right: 20px; }
	.main .cols .col { width: 200px; }
	.main .cols .col img { float: none; display: block; margin: 0 auto; width: 73px;  margin-bottom: 14px; }
	.main .cols .col .col-cnt { float: none; display: block;  text-align: center; }
	
	.main .post { padding-left: 20px; padding-right: 20px; }
	.main .post h2 { font-size: 21px;  }
	.main .post img { width: 274px; height: 274px; }
	.main .post-cnt { float: right; padding-top: 22px; width: 58%;}
	.main .postr-cnt { float: left; width: 57%; height: 443px; padding-top: 22px; }
	.main .postr img { width: 274px; height: 274px; }
	.main .socials { height: 80px; padding-top: 16px;  margin: 0 20px; }
	.main .socials p { display: block; float: none; line-height: 22px; }
	.main .socials ul { display: block; float: none;  }
	.main .content { padding-left: 20px; padding-right: 20px; }

	#partners-slider img { margin: 0px 15px; float: left; height: 52px; }

	#footer .footer-cols { padding-left: 20px; padding-right: 20px;  }
	#footer .footer-cols .col { width: 165px; }
	#footer .footer-cols .col + .col { padding-left: 16px; }
	#footer .footer-bottom { padding-left: 20px; padding-right: 20px; }
	
	.tshell { width: 683px; margin: 0 auto; }
	.theader { background: url(images/theader.png) repeat 0 0; }
	.theader .tshell { padding: 0px 32px 0; border-top: 1px solid #666; box-shadow: 0px -4px 10px rgba(0,0,0,0.4); -moz-box-shadow: 0px -4px 10px rgba(0,0,0,0.4); -webkit-box-shadow: 0px -4px 10px rgba(0,0,0,0.4); -o-box-shadow: 0px -4px 10px rgba(0,0,0,0.4);   }

	/* ------- fare est form start */	
	.main_wrap {
			width:100%;
			}
			
	#map_canvas{
			width:48%;
			height:100%;
			float:left;
			top:0%;
			margin: 0;
			padding: 0;
			}
	/* ----------- stylized ----------- */
	#stylized p{
		padding-top:8px;
		font-size:12px;
		color:#FFF;
		display:block;
		padding-left:3%;
		width:100%;
		vertical-align:central;
	}
	#stylized label{
		font-weight:bold;
		text-align:left;
		width:120px;
		float:left;
		font-size:12px;
		margin:10px 0px 0px 10px;
	}
	#stylized input{
		float:left;
		font: 13px Arial, Helvetica, sans-serif;
		padding:8px 8px;
		border:solid 1px #aacfe4;
		width:320px;
		margin:2px 0 10px 10px;
		border-bottom: 1px solid #333;
		border-left: 1px solid #000;
		border-right: 1px solid #333;
		border-top: 1px solid #000;
		border-radius: 3px 3px 3px 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	}
	#stylized select{
		float:left;
		font: 13px Arial, Helvetica, sans-serif;
		padding:8px 8px;
		border:solid 1px #aacfe4;
		width:338px;
		margin:2px 5px 10px 10px;
		border-bottom: 1px solid #333;
		border-left: 1px solid #000;
		border-right: 1px solid #333;
		border-top: 1px solid #000;
		border-radius: 3px 3px 3px 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	}
	#stylized button{
		clear:both;
		margin-left:120px;
	   -webkit-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
		-moz-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
		box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
		color:#333;
		background-color:#FA2;
		border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		border:none;
		font-family:'Helvetica Neue',Arial,sans-serif;
		font-size:12px;
		font-weight:700;
		height:32px;
		padding:4px 16px;
		text-shadow:#FE6 0 1px 0
	}

	/* ----------- outputDiv ----------- */
	#outputDiv label{
		display:block;
		font-weight:bold;
		text-align:left;
		float:left;
		font-size:10px;
		width:67%;
		padding-top: 0px;
		padding-bottom:0px;
		border-bottom:solid 1px #FC0;
		background-color:#333;
		padding-left:5px;
	}
	#outputDiv h4{
		display:block;
		font-size:10px;
		text-align:right;
		width:30%;
		float:left;
		padding-right:5px;
		padding-top: 0px;
		padding-bottom:0px;
		border-bottom:solid 1px #FC0;
		background-color:#666;
	}
	#outputDiv button{
		clear:both;
		margin-left:10px;
		font-size:9px;
		padding:4px 12px;
	}
	
	/* ----- book online ------*/
	
	#book_online  .sideinfo
	{
	   display:block;
	   width:26%;
	}
	#book_online fieldset
	{
	   display:block;
	   width:67%;
	}
	#book_online .lreview{
		display:block;
		font-size:10px;
	}
	#book_online .lblreview{
		display:block;
		font-size:10px;
	}

}

	
@media only screen and ( max-width: 767px) { 
	body { min-width: 320px; }
	.shell { max-width: 320px; }
	.header .shell { padding: 0 0 0 0; background: url(images/m-header-shell.png) no-repeat 0 0; } 
	.header-top { padding: 0px 0 0px 0; }
	#logo { margin: 0 auto; float: none; display: block; padding-top:2px;}

	#navigation { float: none; display: block; position: relative; background: url(images/m-navigation.png) no-repeat 0 0; z-index: 1000; margin: 0px 10px 0 10px; height: 32px; padding-top:0px;  }
	#navigation a.nav-btn { display: block; height: 32px; padding-left: 13px; line-height: 32px; width: 286px; margin: 0 auto; background: url(images/nav-btn.png) no-repeat right 0;
		font-size: 15px; color: #fff; font-size: 17px; font-family: 'Coda', cursive; font-weight: 400; position: relative; z-index: 100;}
	#navigation a.nav-btn:hover { text-decoration: none; }
	#navigation a.nav-btn span { background: url(images/nav-arr.png) no-repeat 0 0; width: 10px; height: 7px; position: absolute; top: 13px; right: 13px; } 
	#navigation a.nav-btn span.active { background-position: 0 bottom;  }

	#navigation ul { display: none; position: absolute; width: 298px; background: #100f11; top: 22px; left: 0px; padding-top: 20px; border-radius: 0 0 7px 7px; -moz-border-radius: 0 0 7px 7px; -webkit-border-radius: 0 0 7px 7px; -o-border-radius: 0 0 7px 7px; }
	#navigation ul li { float: none; display: block; padding-left: 0; padding-bottom: 8px; }
	#navigation ul li a { display: block; padding-left: 10px; }
	#navigation ul li.home { display: none;  } 
	#header { background: url(images/m-header.png) repeat-x 0 0; height: 218px; width: 100%; }
	
	.slider, #carousel, #carousel > div {
		width: 300px;
		height: 436px;
	}

	.slider {
		width: 300px;
		margin: 0px 0 0 -150px;
		overflow: hidden;
		position: relative;
		top: 50%;
		left: 50%;
	}

	#carousel h3 { font-size: 50px; width: 290px; left: 10px; top: 70px; background: transparent; }
	
	.header-top h2 {
	
    top: 0%;
    left: 0%;
   	margin:0px auto ;
	height:20px;
	width:280px;
	float:none;
	background-color:gray;
	
   
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	
	font-size:10px;
	font-weight:bold;
	font-family:Coda;
	margin-bottom:2px;
	padding-top:0px;
	padding-left:15px;
	padding-right:5px;
	
	color:White;
	}

	
	
	#carousel h5 { font-size: 15px; width: 290px; left: 70px; top: 55px; }
	#carousel p { font-size: 14px;  width: 294px; left: 10px; display: none; }
	#carousel a.green-btn { top: 365px; left: 0px; width: 100%; text-align: center; background: url(images/green-btn@2x.png) repeat-x 0 0; height: 35px; line-height: 35px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px;}
	#carousel a.green-btn:hover { background-position: 0 bottom; }

	#carousel img.img-front {
		top: 120px;
		left: 120px;
		width: 140px  !important;
		height: 240px;
	}

	#carousel img.img-mid {
		top : 140px;
		left: 80px;
		width: 110px  !important;
		height: 198px; 
	}
	

	#carousel img.img-back {
		top: 80px;
		left: 40px;
		right: 40px;
		width: 265px  !important;
		height: 300px; 
	}

	.pagination { bottom: 8px; left: 155px; }
	
	/*.tshell { width: 256px; height:490px; margin: 0 auto;}
	.theader { background: url(images/theader.png) repeat 0 0; }
	.theader .tshell { padding: 0px 32px 0; border-top: 1px solid #666; box-shadow: 0px -4px 10px rgba(0,0,0,0.4); -moz-box-shadow: 0px -4px 10px rgba(0,0,0,0.4); -webkit-box-shadow: 0px -4px 10px rgba(0,0,0,0.4); -o-box-shadow: 0px -4px 10px rgba(0,0,0,0.4);   }*/

	.main section { background: url(images/m-section.png) no-repeat center bottom; padding-bottom: 30px; margin-bottom: 20px; }
	.main h2 { text-align:center;}
	.main .cols { padding-left: 10px; padding-right: 10px; }
	.main .cols .col { width: 100%; }
	.main .cols .col + .col { padding: 20px 0 0;  }
	.main .cols .col img { float: none; display: block; margin: 0 auto; width: 73px;  margin-bottom: 14px; }
	.main .cols .col .col-cnt { float: none; display: block;  text-align: center; }
	
	.main .post { padding-left: 20px; padding-right: 20px; }
	.main .post h2 { font-size: 21px;  }
	.main .post img { width: 274px; height: 274px; }
	.main .post-cnt { float: left; padding-top: 22px; width: 100%;}
	.main .postr-cnt { float: left; width: 100%; height: 100%; padding-top: 22px; }
	.main .postr img { float:inherit; width: 274px; height: 274px; }
	.main .socials { height: 120px; padding-top: 16px;  margin: 0 10px; }
	.main .socials p { display: block; float: none; line-height: 22px; }
	.main .socials ul { display: block; float: none; }
	.main .socials span { display: block;  }
	.main .content { padding-left: 20px; padding-right: 20px; }

	.main #partners-slider { height: 56px; }
	.main .partners { padding: 0 40px 12px; position: relative; margin-top: -20px; } 
	#partners-slider img { margin: 0px 10px; }
	.slider-arr a.prev-arr { left: 10px; }
	.slider-arr a.next-arr { right: 10px; background-position: right 0; }

	#footer .footer-cols { padding-left: 10px; padding-right: 10px; }
	#footer .footer-cols .col { width: 100%; float: none; display: block; padding-bottom: 20px; }
	#footer .footer-cols .col + .col { padding-left: 0px; }

	#footer .footer-bottom { padding-left: 10px; padding-right: 10px; }
	#footer .footer-nav { float: none; display: block; padding-bottom: 12px; }
	#footer .footer-nav ul { padding-bottom: 12px; }
	#footer .footer-nav ul li { padding: 0 3px; border-right: 0; font-size: 11px; line-height: 11px; }
	#footer .footer-bottom p.copy { float: none; display: block; clear: both; }
	
	
	.main_wrap{display: none;}
	
	/* --- ---- unused  fare estimator ---- */
	/*
	.map_canvas{display: none;}
	.main_wrap {
		height:450px;
		width:258px;
		}
	#stylized{
		top:10%;
		float:left;
		}
	#stylized input{
		float:left;
		font: 10px Arial, Helvetica, sans-serif;
		padding:8px 2px;
		border:solid 1px #aacfe4;
		width:220px;
		margin:2px 0 4px 4px;
		border-bottom: 1px solid #333;
		border-left: 1px solid #000;
		border-right: 1px solid #333;
		border-top: 1px solid #000;
		border-radius: 3px 3px 3px 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		}
	#stylized select{
		float:left;
		font: 10px Arial, Helvetica, sans-serif;
		padding:8px 2px;
		border:solid 1px #aacfe4;
		width:226px;
		margin:2px 0 4px 4px;
		border-bottom: 1px solid #333;
		border-left: 1px solid #000;
		border-right: 1px solid #333;
		border-top: 1px solid #000;
		border-radius: 3px 3px 3px 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		}
	#stylized fieldset
		{
	   width:50%;
	   padding:10px 0px 0px 0px;
	   border:1px solid #FC0;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		-khtml-border-radius: 10px;
		border-radius: 10px;   
		float:left;
		}
	#stylized legend, h2
		{
		   font-family : Arial, sans-serif;
		   font-size: 0.8em;
		   font-weight:bold;
		   color:#FFF;
		   text-align:center;
		   padding-top:10px;
		}
	#stylized button{
		clear:both;
		margin-left:140px;

	   -webkit-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
		-moz-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
		box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
		color:#333;
		background-color:#FA2;
		border-radius:5px;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		border:none;
		font-family:'Helvetica Neue',Arial,sans-serif;
		font-size:12px;
		font-weight:700;
		height:32px;
		padding:4px 16px;
		text-shadow:#FE6 0 1px 0
		}
	#outputDiv{
		width:100%;
		float:left;
		}
	#outputDiv fieldset
		{
	   width:100%;
	   padding:0px 0px 0px 0px;
	   border:1px solid #FC0;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		-khtml-border-radius: 10px;
		border-radius: 10px;   
		float:left;
		}
	#outputDiv legend, h2
		{
		   font-family : Arial, sans-serif;
		   font-size: 0.4em;
		   font-weight:bold;
		   color:#FFF;
		   text-align:center;
		   padding-top:0px;
		}
	#outputDiv h1 {
			font-size:10px;
			font-weight:bold;
			margin-bottom:0px;
			padding-top:0px;
			padding-bottom:0px;
		}
	#outputDiv label{
			display:block;
			font-weight:bold;
			text-align:left;
			float:left;
			font-size:10px;
			width:60%;
			padding-top: 0px;
			padding-bottom:0px;
			border-bottom:solid 1px #FC0;
			background-color:#333;
			padding-left:5px;
		}
	#outputDiv h4{
			display:block;
			font-size:8px;
			text-align:right;
			width:35%;
			float:left;
			padding-right:5px;
			padding-top: 0px;
			padding-bottom:0px;
			border-bottom:solid 1px #FC0;
			background-color:#666;
		}
	#outputDiv p{
			display:block;
			font-size:10px;
			text-align:left;
			float:left;
			padding-left:0px;
			padding-top: 0px;
			font-style:italic;
			background-color:#666;
			width:100%;
		}
	#outputDiv span{
			font-size:8px;
			text-align:left;
			float:left;
			padding-left:10px;
			padding-top:0px;
			padding-bottom: 0px;
			background-color:#333;
			width:97.8%;
		}
	#outputDiv button{
			clear:both;
			margin-left:10px;
		   -webkit-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
			-moz-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
			box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
			color:#333;
			background-color:#FA2;
			border-radius:5px;
			-moz-border-radius:5px;
			-webkit-border-radius:5px;
			border:none;
			font-family:'Helvetica Neue',Arial,sans-serif;
			font-size:8px;
			font-weight:700;
			height:20px;
			padding:2px 6px;
			text-shadow:#FE6 0 1px 0
		}
		/* ------- tabs ---- nested ---- left 


		#tabs-nested-left { 
		
			position: relative; 
			padding-left: 0em;
		} 
		#tabs-nested-left .ui-tabs-nav {
			display:none; 
		} 
		
		/* ------ end of tabs nested left -------*/
				
		/* ----------- book_online ----------- 
		
		#book_online .s_input{display: none; width:25% ; float:left; margin-right:2px; font-size:10px;}
		
		
		
		#book_online{
			width:100%;
			height:100%;
			top:0%;
			border-top:solid 0px #FC0;
			float:left
		}
		#book_online h1 {
			font-size:16px;
			font-weight:bold;
			padding-bottom:10px;
			padding-top:0px;
		}
		#book_online p{
			font-size:11px;
			color:#666666;
			margin-bottom:20px;
			padding-bottom:5px;
		}
		#book_online .small{
			color:#999;
			display:block;
			font-size:10px;
			font-weight:normal;
			text-align:right;
			width:120px;
		}
		#book_online button{
			clear:both;
			-webkit-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
			-moz-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
			box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
			color:#333;
			background-color:#FA2;
			border-radius:5px;
			-moz-border-radius:5px;
			-webkit-border-radius:5px;
			border:none;
			font-family:'Helvetica Neue',Arial,sans-serif;
			font-size:10px;
			font-weight:700;
			padding:4px 12px;
			text-shadow:#FE6 0 1px 0;
			margin:8px 8px;
		}
		#book_online .abutton{
			clear:both;
			-webkit-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
			-moz-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
			box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
			color:#333;
			background-color:#FA2;
			border-radius:5px;
			-moz-border-radius:5px;
			-webkit-border-radius:5px;
			border:none;
			font-family:'Helvetica Neue',Arial,sans-serif;
			font-size:14px;
			font-weight:700;
			padding:4px 12px;
			text-shadow:#FE6 0 1px 0;
			margin:8px 8px;
		}

		#book_online fieldset
		{
		   display:block;
		   width:100%;
		   height:100%;
		   padding-left: 0px;
		   padding-top:0px;
		   border:1px solid #FC0;
		   
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
			-khtml-border-radius: 10px;
			border-radius: 10px;  
			float:left;
			



}
#book_online .freview
{
	display:block;
   width:100%;
   height:100%;
   padding-left: 2em;
   padding-top:0px;
   border:1px solid #FC0;
   
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;  
float:left;



}
#book_online  .sideinfo
{
   display:none;
   width:24%;
   height:100%;
   padding-left: .1em;
   padding-top:0px;
   border:1px solid #FC0;
   
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;  
float:right;



}
#book_online legend, h2
{
   font-family : Arial, sans-serif;
   font-size: 1.3em;
   font-weight:bold;
   color:#FFF;
   text-align:center;
}


#book_online label{
display:block;
text-align:left;
width:40%;
font-size:8px;
color:#FFF;
font-weight:bold;
padding-top:1em;
border-bottom: 0px solid #FC0;
}

#book_online .lblreview{
display:block;
text-align:left;
width:15%;
font-size:8px;
color:#CCC;
font-weight:bold;
padding-top:0em;
padding-bottom:0em;
float:left;
margin-top:0px;
margin-bottom:0px;
}
#book_online .lreview{
display:block;
text-align:left;
width:30%;
font-size:8px;
color:#CCC;
font-weight:bold;
padding-top:0em;
padding-bottom:0em;
float:left;
margin-top:0px;
margin-bottom:0px;
}
#book_online .ireview{
display:block;
float:left;
font: 8px Arial, Helvetica, sans-serif;
padding:0px 0px;
border:solid 1px #aacfe4;
width:70%;
margin:0px 0px 0px 0px;

border-radius: 3px 3px 3px 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}

#book_online .pickupdetails
{
display:block;
   width:100%;
   padding-left: 0.1em;
   padding-top:0.1em;	
   padding-bottom: 0.1em;
   border:1px solid #FC0;
   
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;  
float:left;

}
#book_online .contactinfo
{
	display:block;
   width:100%;
   padding-left: 0.1em;
   padding-top:0.1em;	
   padding-bottom: 0.1em;
   border:1px solid #FC0;
  
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;  
float:left;

}
#book_online .tripdetails
{
	display:block;
   width:100%;
   padding-left: 0.1em;
   padding-top:0.1em;	
   padding-bottom: 0.1em;
   border:1px solid #FC0;
   
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;  
float:left;

}
#book_online .gap
{
	display:block;
   width:98%;
   border:0px solid #CCC;
border-radius: 10px;
padding-top:2px;
}
#book_online .editButton{
clear:both;
-webkit-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
-moz-box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
box-shadow:rgba(0,0,0,0.2) 0 1px 0 0;
color:#333;
background-color:#FA2;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border:none;
font-family:'Helvetica Neue',Arial,sans-serif;
font-size:10px;
font-weight:700;
padding:2px 6px;
text-shadow:#FE6 0 1px 0;
margin:4px 4px;
float:right;

}

#book_online .sideinfolabel{
display:block;
text-align:left;
width:90%;
font-size:10px;
color:#FFF;
padding-left:1em;
border-bottom: 0px solid #FC0;
}
#book_online .radio{
display:block;
text-align:left;
width:24%;
font-size:8px;
color:#FFF;
float:left;
padding-top:0em;
padding-left: 0em;
border-bottom: 0px solid #FC0;
}
#book_online .radiodiv{
display:block;
padding-top:.5em;
padding-bottom:2em;
text-align:left;
width:100%;
}
#book_online input{
display:block;
font: 13px Arial, Helvetica, sans-serif;
padding:6px 1px;
border:solid 1px #aacfe4;
width:80%;
margin:8px 0px 8px 0px;
border-bottom: 1px solid #333;
border-left: 1px solid #000;
border-right: 1px solid #333;
border-top: 1px solid #000;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;  
float:left; 
}



#book_online select{
display:block;
font: 13px Arial, Helvetica, sans-serif;
padding:2px 1px;
border:solid 1px #aacfe4;
width:32.2%;
margin:0px 0 10px 10px;
border-bottom: 1px solid #333;
border-left: 1px solid #000;
border-right: 1px solid #333;
border-top: 1px solid #000;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;   
float:left;
}




#book_online textarea{
display:block;
font: 13px Arial, Helvetica, sans-serif;
padding:6px 1px;
border:solid 1px #aacfe4;
width:80%;
margin:8px 0 8px 0px;
border-bottom: 1px solid #333;
border-left: 1px solid #000;
border-right: 1px solid #333;
border-top: 1px solid #000;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;   
float:left;
font-size:10px;
}
#book_online .short_explanation
{
   font-family : Arial, sans-serif;
   font-size: 0.7em;
   color:#FFF;   
   padding:0px;
   font-weight:bold;
}
#book_online h2 {
font-size:0.7em;
font-weight:bold;
margin-bottom:0px;
border-bottom:solid 1px #FC0;
padding-bottom:0px;
padding-top:0px;
color:#FFF;
}
#book_online .error
{
   font-family: Verdana, Arial, sans-serif; 
   font-size: 0.7em;
   color: #900;
   background-color : #ffff00;
   display:block;
}

*/

	
}

@media only screen and ( max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi)  { 

	#logo a { background: url(images/logo@2x.png) no-repeat 0 0;   -webkit-background-size: 142px 57px; -moz-background-size: 142px 57px; background-size: 142px 57px; }
	#navigation { background: url(images/navigation@2x.png) no-repeat 0 0;  -webkit-background-size: 298px 32px; -moz-background-size: 298px 32px; background-size: 298px 32px;  }
	#navigation a.nav-btn span { background: url(images/nav-arr@2x.png) no-repeat 0 0; -webkit-background-size: 10px 15px; -moz-background-size: 10px 15px; background-size: 10px 15px; }
	.pagination a { background: url(images/pagination@2x.png) no-repeat 0 1px; -webkit-background-size: 18px 40px; -moz-background-size: 18px 40px; background-size: 18px 40px; }
	.main section { background: url(images/section@2x.png) no-repeat center bottom; -webkit-background-size: 300px 10px; -moz-background-size: 300px 10px; background-size: 300px 10px;  }
	.main_wrap{display: none;}
}


