﻿html, body 
{
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
}

body
{
    background-image: url('../../images/body_back.png');
    background-repeat: no-repeat;	
    background-position: 50% 0%;
}

body, 
td, 
select, 
input
{
	font-family: Tahoma, Arial;
    font-size: 12px;
}

input[type=text],
select,
textarea
{
    border: solid 1px #dedede;
    margin: 4px 0px 4px 0px;
}

#maindiv
{
    width: 990px;
    margin: 0px auto 0px auto;
    padding: 0px;
    overflow:auto;
    min-height:500px;
}

h1
{
    color: #818182;
    font-size:24px;
    font-weight:bold;
    margin: 10px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
}

a,
a:active,
a:link,
a:visited
{
    color: #235d86;
}

a:hover
{
    color: #fcb602;
}

#logobar
{
    width: 990px;
    margin: 0px 0px 0px 0px;
    height: 110px;
    position:relative;
/*    background-image: url('../../images/christmas_banner.png');
    background-repeat: no-repeat;	
    background-position: 50% 50%;*/
}

#logoimg
{
    margin: 10px 0px 0px 10px;
    float:left;
}

#userinfo
{
    margin: 20px 0px 0px 20px;
    font-size:14px;
    float: left;
    width: 300px;
}

/* corporate bar */
#corpbar
{
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    width: 368px;
    height:27px;
    display:block;
    font-size:10px;
    text-align:center;
}

#corpbar_content
{
    background-image: url('../../images/corpbar_back.png');
    background-repeat: repeat-x;	
    width: 350px;
    height:27px;
    text-align:center;
    font-size:10px;
    color: #ffffff;
    float:left;
    padding: 4px 0px 0px 0px;
}
#corpbar_left
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-image: url('../../images/corpbar_left.png');
    background-repeat: no-repeat;	
    width: 9px;
    height:27px;
    float:left;
}

#corpbar_right
{
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background-image: url('../../images/corpbar_right.png');
    background-repeat: no-repeat;	
    width: 9px;
    height:27px;
    float:left;
}

#corpbar a,
#corpbar a:visited,
#corpbar a:active,
#corpbar a:link
{
    text-decoration: none;
    color: #ffffff;
}

#corpbar a:hover
{
    color: #fed260;
}
.corpsep
{
    padding: 0px 2px 0px 2px;
    font-size: 12px;
    display:inline-block;
}


#langbar
{
    width:300px;
    height:27px;
    text-align: right;
    position: absolute;
    right: 0px;
    top: 4px;
}

/* Logo bar right links */

#logoright
{
    float:right;
    margin: 0px 0px 0px 0px;
    text-align:right;
    width:300px;
}

logoright_links 
{
    color: #000000;
    width: 100%;
}

#logoright_links a,
#logoright_links a:visited,
#logoright_links a:active,
#logoright_links a:link
{
    text-decoration: none;
    color: #000000;
    font-size: 12px;
}

#logoright_links a:hover
{
    color: #25628d;
}

/* call us and phone */
#callus
{
    font-size: 12px;
    color: #000000;
    float:left;
}

#callus span
{
    font-size: 14px;
    font-weight:bold;
    color: #0e2e44;
}

#phone
{
    float:right;
    font-size: 28px;
    color:#404040;
    margin: 0px 0px 0px 10px;
}

/* Navigation Bar */

#navbar
{
    background-image: url('../../images/navbar_back.png');
    background-repeat: no-repeat;	
    width: 990px;
    height: 46px;
}

#navbar_links
{
    padding: 14px 10px 10px 20px;
    height: 24px;
}

#navbar_links a,
#navbar_links a:visited,
#navbar_links a:active,
#navbar_links a:link
{
    text-decoration: none;
    color: #333333;
    font-size: 17px;
}

#navbar_links a:hover
{
    color: #25628d;
}

.navsep
{
    background-image: url('../../images/navbar_sep.png');
    background-repeat: no-repeat;	
    position: relative;
    top: -2px;
    height: 24px;
    margin: 0px 8px 0px 8px;
}

#contentdiv
{
    height:100%;
    min-height: 500px;
    margin: 10px 0px 10px 0px;
}

/* Footer Section */
#footer
{
    width:960px;
    background-color: #f1f1f1;
    margin: 10px 0px 0px 0px;
    padding: 10px 10px 10px 10px;
    border: solid 1px #f1f1f1;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/* Default page Elements */

/*Main Banner */

.slide-container {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}
 
.rs-slideshow .slide-container img {
    position: absolute;
}
 


#bannerdiv
{
    width:692px;
    position:relative;
    float:left;
}

#galleryhold
{
    width:692px;
    margin-bottom:10px;
    position:relative;
    height:327px;
    overflow:hidden;
}


.bannerimg
{
    width:692px;
    height:327px;
    position: absolute;
    top:0px;
    left:0px;
    z-index:1;
}


#bannertext
{
    z-index:15;
    position:absolute;
    top: 80px;
    margin-left: 35px;
    color:#ffffff;
}

#bannertext h3,
#bannertext h2
{
    margin: 0px;
    padding: 0px;
    font-size: 18px;
}

#bannertext h2
{
    font-size: 26px;
}

#bannertext img
{
    width:160px;
    height:50px;
}

#bannertabs
{
    z-index:5;
    position:absolute;
    top: 300px;
    left: 600px;
}


.btab
{
    width: 12px;
    height:12px;
    background-image: url('../../images/banner_tab.png');
    background-repeat: no-repeat;	
    display: inline-block;
    margin:0px 2px 0px 0px;
    padding:0px;
}

.btabhot
{
    background-image: url('../../images/banner_tab_hot.png');
}



/* Small Banners */
#small_ban1,
#small_ban2,
#small_ban3
{
    margin: 0px 8px 0px 0px;
    width:  227px;
    border: solid 1px #dedede;
    float:left;
    -moz-border-radius: 4px;
    border-radius: 4px;
    position:relative;
}

#small_ban2 { width:215px; }

#small_ban3 { margin: 0px; float:right; }

.smban_text
{
    height: 40px;
    width:223px;
    overflow:hidden;
    color: #ffffff;
    position:absolute;
    top: 40px;
    LEFT: 0px;
    font-size: 12px;
    font-weight: bold;
    font-style:italic;
    padding: 2px 2px 0px 2px;
    background-image: url('../../images/black_trans70.png');
}

.smban_text
.smban_text a,
.smban_text a:visited,
.smban_text a:active,
.smban_text a:link
{
    color: #ffffff;
    font-size:11px;
    display: block;
    position:absolute;
    bottom: 2px;
    right:2px;
}

.smban_small
{
    width:211px;
}

/* TimePlace Controls */
#quotewrap
{
    float: right;
    width: 267px;
    padding: 6px;
    border: solid 1px #dedede;
    background-color: #ffffff;
    min-height: 415px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#quote
{
    background-image: url('../../images/quote_back.png');
    background-repeat: repeat-x;
    min-height:	300px;
}

#quote h1
{
    background-image: url('../../images/quotehead_back.png');
    background-repeat: no-repeat;	
    margin: 0px 0px 5px 0px;
    padding: 8px 0px 0px 17px;
    height: 33px;
    width:250px;
    color: #ffffff;
    font-size: 20px;
    font-weight: normal;
}

#quote h2
{
    margin: 0px 0px 0px 0px;
    padding: 4px 0px 4px 0px;
    color:#4a4a4b;
    font-size: 14px;
}


#quotecontrols
{
    padding: 0px 0px 0px 17px;
}

#quotecontrols input[type=text],
#quotecontrols select
{
    margin: 2px 0px 2px 0px;
    height: 20px;
    font-size: 12px;
    vertical-align: middle;
}

#quotecontrols input[type=text]
{
    height: 16px;
    width: 100px;
}

#quotecontrols input[type=image]
{
    float:right;
    margin: 5px 20px 0px 20px;
}

 
#quotewrap img
{
    margin: 0px auto 0px 17px;
}

.ts_small
{
    width: 120px;
}

.ts_big
{
    width: 228px;
}


/* Promo Bar */

#promoanimationholder
{
    width:990px;
    height: 170px;
    margin: 10px 0px 0px 0px;
    float:left;
}

#mainpromowrap
{
    width:820px;
    min-height: 120px;
    margin: 0px 0px 0px 0px;
    float:left;
    background-color: #ffffff;
}

#mainpromowrap .item
{
    width:150px;
    float:left;
    padding: 0px 7px 0px 7px;
    border-right: solid 1px #dedede;
    height: 170px;
    display:block;
    overflow: hidden;
    position:relative;
}


#mainpromowrap .pr_first
{
    padding: 0px 7px 0px 0px;
}

#mainpromowrap .pr_last
{
    border-right: none;
    padding: 0px 0px 0px 7px;
}


#mainpromowrap img
{
    width:150px;
}

#mainpromowrap b
{
    color:#0f0f08;
}

#mainpromowrap h3
{
    color:#41596a;
    font-size: 11px;
    padding:0px;
    margin: 0px;
}

#mainpromowrap span
{
    color:#143348;
    font-size: 14px;
    font-weight:bold;
    position:absolute;
    top: 150px;
    left: 95px;
}

#promo_point
{
    background-image: url('../../images/promo_back.png');
    background-repeat: no-repeat;	
    background-position: right top;
    width: 165px;
    height: 170px;
    float:right;
    border: none;
    text-align: right;
    padding: 0px 5px 0px 0px;
    color: #555555;
    font-size: 14px;
}

#promo_point h1
{
    color: #222222;
    margin: 0px 0px 18px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 22px;
    font-weight: normal;
}

#promo_point h2
{
    color: #222222;
    margin: 14px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 18px;
    font-weight: normal;
}


/* Reservation Master */
#resholder
{
    float:left;
    width: 665px;
    background-color: #ffffff;
    padding: 12px;
    border: solid 1px #dedede;
    min-height: 415px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#resstepholder
{
    width: 660px;
    background-color: #eeeeee;
    border: solid 1px #eeeeee;
    height: 35px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 10px 0px 0px 5px;
}


/* reservation step indicator */
.step
{
    float:left;
    width:160px;
    height:26px;
    margin-right:5px;
}

.stepon
{
    background-image: url('../../images/step_on_rep.png');
    background-repeat: repeat-x;	
}

.stepoff
{
    background-image: url('../../images/step_off_rep.png');
    background-repeat: repeat-x;	
}

.stepon b
{
    color: #959595;
    font-weight: bold;
    font-size: 12px;
    display:block;
    float:left;
    background-image: url('../../images/step_on_circle.png');
    width: 30px;
    height:26px;
    line-height:26px;
    text-align:center;
    padding:  0px 0px 0px 0px;
}

.stepon span
{
    color: #d5d5d5;
    font-weight: bold;
    font-size: 12px;
    display:block;
    float:left;
    width:130px;
    height:26px;
    background-image: url('../../images/step_on_arrow.png');
    background-repeat: no-repeat;	
    background-position: right center;
    line-height:26px;
}

.stepoff b
{
    color: #dcdcdc;
    font-weight: bold;
    font-size: 12px;
    display:block;
    float:left;
    background-image: url('../../images/step_off_circle.png');
    width: 30px;
    height:26px;
    line-height:26px;
    text-align:center;
    padding:  0px 0px 0px 0px;
}

.stepoff span
{
    color: #acacac;
    font-weight: bold;
    font-size: 12px;
    display:block;
    float:left;
    width:130px;
    height:26px;
    background-image: url('../../images/step_off_arrow.png');
    background-repeat: no-repeat;	
    background-position: right center;
    line-height:26px;
}

/* Reservation Summary */
#resmasterright
{
    float: right;
    width: 290px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

#ressummaryhold
{
    width: 267px;
    padding: 10px;
    border: solid 1px #dedede;
    background-color: #ffffff;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

#ressummary
{
    background-image: url('../../images/quote_back.png');
    background-repeat: repeat-x;
    background-color: #f8f8f8;
}

#ressummary h1
{
    background-image: url('../../images/quotehead_back.png');
    background-repeat: no-repeat;	
    margin: 0px 0px 0px 0px;
    padding: 8px 0px 0px 17px;
    height: 33px;
    width:250px;
    color: #ffffff;
    font-size: 20px;
    font-weight: normal;
}

.summaryinfo
{
    margin: 15px 0px 0px 23px;
    font-size:12px;
    font-weight:bold;
    color:#555555;
    line-height:16px;
}

.summaryinfo h2
{
    font-size:14px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #222222;
}

.summaryinfo h2 a,
.summaryinfo h2 a:visited,
.summaryinfo h2 a:link,
.summaryinfo h2 a:active
{
    font-size:14px;
    margin: 0px 0px 0px 0px;
    padding: 0px 25px 0px 0px;
    text-decoration:none;
    color: #235d86;
    float: right;
    display:block;
}

.summaryinfo h3
{
    font-size:12px;
    margin: 8px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #15364b;
}

.summaryinfo table { 
    width: 240px; 
    margin: 2px; 
}

.summaryinfo th
{ 
    width: 175px; 
    font-weight:normal;
    text-align: left;
}

.summaryinfo td
{ 
    width:90px;
    text-align:right;
}


.summarysep
{
    margin: 0px 0px 3px 0px;
    padding: 8px 0px 0px 17px;
    height: 6px;
    width:250px;
    border-bottom: solid 1px #d8d8d8;
}

#selfhelphold
{
    width: 267px;
    padding: 10px;
    border: solid 1px #dedede;
    background-color: #f8f8f8;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 10px 0px 10px 0px;
}


#selfhelplinks div
{
    height:130px;
    font-size:11px;
}

#selfhelplinks h2 a,
#selfhelplinks h2 a:link,
#selfhelplinks h2 a:active,
#selfhelplinks h2 a:visited
{
    color: #183e58;
    font-size: 16px;
    text-decoration: none;
    padding: 0px 0px 0px 25px;
    margin:0px;
}



/*Resevation Content Pages */

#resholder h1
{
    color: #818182;
    font-size:24px;
    font-weight:normal;
    margin: 10px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
}

.locationselector img
{
    float:left;
}

.locfromchooser
{
    float:left;
    width:290px;
    margin: 0px 10px 0px 10px;
}

.loctochooser
{
    float:right;
    width:290px;
}

.locfromchooser h3,
.loctochooser h3
{
    margin: 0px 0px 0px 50px;
    color: #818182;
    font-size:14px;
}
.loctochooser h3
{
    margin: 0px 0px 0px 0px;
}

.locfromchooser select,
.loctochooser select
{
    font-size: 12px;
    margin-top: 15px;
}

.rescontent_footer
{
    width:655px;
}

#errorholder
{
    width:615px;
    padding-left:10px;
    font-size:12px;
    height:24px;
}

.resformline
{
    width:655px;
    height:8px;
    background-image: url('../../images/res_bottom_sep.png');
    background-repeat: no-repeat;	
    background-position: left center;
}

.resform_cancel
{
    width:300px;
    float:left;
}

.resform_next
{
    width:300px;
    float:right;
    text-align:right;
}

/* Vehicle Selector */

.carselector
{
    display:block;
    width:655px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.vehicleitem
{
    display:block;
    width:655px;
    min-height:100px;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 0px 0px;
    border-top: dashed 1px #dedede;
}

.vehicleitem img
{
    float:left;
    width: 170px;
    margin: 5px;
}

.vehicleitem h2
{
    color: #16384f;
    font-size: 16px;
    margin: 12px 0px 6px 0px;
}

.vehicleinfo
{
    width:350px;
    display:block;
    float:left;
}

.vehicleprice
{
    height: 140px;
    width:120px;
    background-image: url('../../images/resprice_back.png');
    background-repeat: no-repeat;	
    float:right;
    text-align:center;
    margin-bottom:5px;
}

.vehicleprice h2
{
    font-size:16px;
    color: #15364c;
}

.vehicleprice h3
{
    font-size:14px;
    color: #4a4a4b;
    margin-top:14px;
}

.vehicleprice h4,
.vehicleinfo h4
{
    font-size:11px;
    margin: 0px 0px 2px 0px;
    color: #4a4a4b;
}

.passenger,
.luggage
{
    background-image: url('../../images/pax.png');
    background-repeat: no-repeat;	
    display:block;
    margin: 10px 5px 0px 0px;
    padding: 12px 0px 0px 0px;
    width:29px;
    height:20px;
    text-align:center;
    color: #ffffff;
    font-size:16px;
    font-weight:bold;
    float:left;
}

.luggage
{
    background-image: url('../../images/luggage.png');
    background-repeat: no-repeat;	
}

.vehicleselected
{
    background-color: #feebb9;
}

/* Options and driver details */

.optionslist
{
    font-size:12px;
}

.optionslist th
{
    color: #4a4a4b;
}

.optionslist h2
{
    color: #4a4a4b;
    font-size:14px;
    text-align: center;
    margin: 0px 0px 5px 0px;
}


.optionslist select
{
    margin: 0px 0px 0px 0px;
    width:50px;
}

.optionslist td
{
    padding: 0px 0px 0px 5px;
    margin: 0px 0px 0px 0px;
    vertical-align: middle;
}

.optionitem
{
    width:630px;
    display:inline-block;
    min-height:12px;
    border: solid 1px #dedede;
    padding: 15px 0px 15px 10px;
    border-bottom: none;
}


.optionlast
{
    border-bottom: solid 1px #dedede;
}

.optioncontrol
{
    width:360px;
    display:inline-block;
    float:left;
}

.optioncontrol label
{
    width:330px;
    display:inline-block;
    padding-left:10px;
}

.optionrate
{
    width:130px;
    float:right;
    text-align:right;
    font-weight:bold;
    margin-right: 20px;
}

.childages
{
    width: 270px;
    margin: 5px 0px 0px 50px;
    background-color: #feebb9;
    display:inline-block;
}

.childages h3
{
    color: #4a4a4b;
    font-size:12px;
    text-align: left;
    margin: 0px 0px 5px 0px;
}

.childages span
{
    padding-left:10px;
}

.childages select
{
    width: 80px;
}

.drivercontrols
{
    margin-left: 15px;
    vertical-align: middle;
    position: relative;
}

.drivercontrols span
{
    width:250px;
    display:inline-block;
}

/* Content Master */

#sidebar
{
    width: 270px;
    float: right;
    display:block;
    background-color: #ffffff;
    border: solid 1px #dedede;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 10px;
}

#sidebar h1
{
    background-image: url('../../images/quotehead_back.png');
    background-repeat: no-repeat;	
    margin: 0px 0px 15px 0px;
    padding: 8px 0px 0px 17px;
    height: 33px;
    width:250px;
    color: #ffffff;
    font-size: 20px;
    font-weight: normal;
}

#myautounion,
#corpuserbar,
#managebar
{
    width:267px;
    border: solid 1px #dedede;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 0px 0px 20px 0px;
    margin: 0px 0px 20px 0px;
    background-image: url('../../images/quote_back.png');
    background-repeat: repeat-x;
    line-height: 20px;
}

#myautounion div,
#corpuserbar div,
#managebar div
{
    margin: 0px 0px 0px 10px;
}

#maincontent
{
    width: 660px;
    float: left;
    background-color: #ffffff;
    border: solid 1px #dedede;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 10px;
    min-height: 500px;
    /*background-image: url('../../images/location_orange_back.png');
    background-repeat: repeat;*/
}



#mainfooter
{
    width: 990px;
    min-height:100px;
    margin-top: 10px;
}

#mainfooter h1
{
    font-size: 16px;
}

#locationrepeater a
{
    font-size: 14px;
}

/* keep this to have handy */
.clear
{
    clear: both;
}



