/*----------------------------------------------------------------------------
	main.css

	this css-file contains all definitions, that are independend from the
	colorschemes.

	(c) Schlund + Partner AG

	This CSS-File uses the original "Tanteks Box Modell Hack"
	http://www.tantek.com/CSS/Examples/boxmodelhack.html

	NOTE:
	Older W3C CSS validators return errors when the voice-family property
	is used in a 'screen' style sheet. This is an error in the W3C CSS
	validator itself. The validator should report a warning, not an error,
	when properties which are unsupported by a particular medium are used,
	and this has been reported to the W3C:

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

/*----------------------------------------------------------------------------
 styles for specific classes and ids
----------------------------------------------------------------------------*/

body#main_body {
    margin: 0;
    padding: 0px 0px 0px 0px;
    text-align: center;
}

#url_link_a {
	color: #FFF;
	font-size:13px;
	width: 120px;
	}


/*-- global container ------------------------------------------------------*/

#container {
	position: relative;
	padding: 0px;
	margin: 0px auto;
	text-align: center;
	width:865px;
	height:auto;
	overflow:auto;
	background-position: top left;
	background-image:url(colorschemes/colorscheme7/images/static/shade.jpg);
	background-repeat:repeat-y;
	
}

#header {
    position: relative;
    margin: 0 auto;
    width: 834px;
    height: 200px;
    top: 0px;
    left: 0px;
	background-image:url(colorschemes/colorscheme7/images/dynamic/key_visual11.jpg);
}

#main_container {
	position: relative;
	padding: 0px;
	width: 1000px;
	/*margin: -75px 20px 20px 20px;*/

    margin: 0 auto;
	background-color:#333;
	/*background-position: top left;*/
	height: 1300px;
    /*background-repeat: no-repeat;*/

}

#main_containermain {
	position: relative;
	padding: 0px;
	width: 833px;
    margin: 0 auto;
	background-image:url(colorschemes/colorscheme7/images/static/popup/gray_back.jpg);
	background-color:#141414;
	background-repeat:repeat-x;
	background-position:top;
	/*background-position: top left;*/
	height: 1050px;
	overflow:hidden;
	border:#666 1px solid;
    /*background-repeat: no-repeat;*/


}

#layout_table {
    border-collapse: collapse;
    border-width: 0px;
    padding: 0px;
    margin: 0px;
}

#sub_nav_column {
	vertical-align: top;
	padding: 0px;
	margin: 0px;
	color: #FFF;
}
#sedan {
	height: 225px;
	width: 396px;
	float:right;
	/*z-index: 1; */
	border: #666 1px solid;
	background-image:url(images/static/sedan_2.jpg);
}


#demo1{
	height:640px;
	width:500px;
	text-align:center;
	margin: 0 auto;
}

#stateitem{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-align:justify;
	color:#FFF;
	height: 160px;
	padding: 7px;
	border:#666 1px solid;
	background-image:url(colorschemes/colorscheme7/images/static/popup/gray_back.jpg);
	background-repeat:repeat-x;
	background-position:top;
	

}

#nla1{
	height:auto;
	width:auto;
	text-align:center;
	float:left;
	
}

#content_column {
    vertical-align: top;
}

#left_column_container {
    top: 0px;
    left: 0px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 165px;
	height: 800px;
	background-color:#FFF;
}

#sub_container1 {
	/*margin: 24px 3px 0px 6px;*/
	margin: 0 auto; margin-top: 16px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #666;
	width: 175px;
	height: 850px;
	background-color:#202020;
	text-align: justify;
}

#sub_container2 {
	margin: 0 auto; margin-top: 15px;
	padding: 5px 15px 10px 15px;
	width: 580px;
	height: 550px;
	border: 1px solid #666;
	background-color: #333;
	color: #FFF;
}

.service_container{
	margin: 0 auto;
	margin-top: 15px;
	padding: 5px 15px 10px 15px;
	width: 700px;
	height: 550px;
	background-color:#FFF;
	border: 1px solid #CCC;
	
}


#content_container {
	overflow: visible;
	margin: 0 auto; 
	width: 550px;
	height: 225px;
	text-align: justify;
	color:#FFF;

	}


#link1{
	width:auto;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 15px;
	background-color:#000;
	border: #666 1px solid;
	padding-top: 3px;
	padding-bottom: 3px;
}
/*--- key visual -----------------------------------------------------------*/



/*--- slogan (as text or background image) ---------------------------------*/

#slogan {
	position: relative;
	top: 0px;
	left: 0px;
	padding: 1px 9px 0px 11px;
	width: 814px;
	height: 27;
	text-align: right;
	voice-family: "\"}\"";
	voice-family: inherit;
    /*margin-left: 209px;*/

}

html>body #slogan {
	width: 810px;
	background-color: #333;
}

/*--- logo -----------------------------------------------------------------*/

#logo {
	/*background: url(images/dynamic/logo.gif) no-repeat top right;*/

    background-repeat: no-repeat;
	width: 275px;
	height: 137px;
	position: relative;
	top: 0px;
	left: 6px;
}

/*--- main navigation ------------------------------------------------------*/

#main_nav_container {
 /*padding: 0px 5px 0px 5px;*/
    margin: 0 auto;
    width: 834px;
	background-image:url(colorschemes/colorscheme7/images/static/black_bar.jpg);
	background-repeat:repeat-x;
	height: 27px;
	text-align:center;	
	padding-top: 5px;
	border-top:#666 1px solid;

}




/*--- main navigation items ------------------------------------------------*/




.main_nav_item {
font-family: Arial, Verdana, sans-serif;
font-size: 12px;
font-weight: normal;
text-decoration: none;
color: #333;
padding-left: 10px;
padding-right: 10px;
padding-top: 5px;
display:block;
height: 18px;
width: auto;
overflow:auto;
float:left;
background-image:url(colorschemes/colorscheme7/images/static/blueHover.jpg);
background-repeat:repeat-x;
border-right:#666 1px solid;

}




.main_nav_item:hover {
font-family: Arial, Verdana, sans-serif;
font-size: 12px;
font-weight: normal;
text-decoration: none;
color: #ffffff;
padding-left: 10px;
padding-right: 10px;
padding-top: 5px;
display:block;
height: 18px;
width: auto;
overflow:auto;
float:left;
background-image:url(colorschemes/colorscheme7/images/static/redHover.jpg);
background-repeat:repeat-x;
border-right:#F30 1px solid;

}

a.main_nav_active_item {
    line-height: 29px;
    text-align: center;
    height: 29px;
	width: 65px;
}

/*--- main navigation LONG items ------------------------------------------------*/

#main_long_list a {
    overflow: hidden;
    margin: 0px 0px 0px 0px;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    voice-family: "\"}\"";
    voice-family: inherit;
    background-position: center right;
    background-repeat: no-repeat;
    float: left;
}



a.main_long_item {
    line-height: 29px;
    text-align: center;
    height: 29px;
	width: 75px;
}

a.main_long_item:hover {
    background: transparent;
    line-height: 29px;
    text-align: center;
    height: 29px;
	width: 75px;
}

a.main_long_active_item {
    line-height: 29px;
    text-align: center;
    height: 29px;
	width: 75px;
}



/*--- paragraph ------------------------------------------------------------*/

.content {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	padding: 50;
	line-height: 1.3;
	color: #FFF;
	margin-top: 45px;
}

.content p {
    margin: 5px 0 20px 0;
    padding: 0;
    line-height: 1.3;
}

.content table {
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    margin: 0px 0px 15px 1px;
    border-style: solid;
    border-width: 1px;
    border-spacing: 0;
    border-left: 1px solid;
    border-top: 1px solid;
    border-collapse: collapse;
}

.content select {
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
}

.content input {
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    border-style: solid;
    border-width: 1px;
}

.content textarea {
    font-family: Arial, Verdana, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    border-style: solid;
    border-width: 1px;
}

/*--- headings -------------------------------------------------------------*/

/*--- links ----------------------------------------------------------------*/

.content a {
    font-family: Arial, Verdana, sans-serif;
    font-size: 100%;
    font-style: normal;
    font-weight:normal;
    text-decoration: underline;
}

/*--- tables ---------------------------------------------------------------*/

.content th {
    border-right: 1px solid;
    border-bottom: 1px solid;
    padding: 3px 5px 3px 5px;
}

.content td {
    border-right: 1px solid;
    border-bottom: 1px solid;
    padding: 3px 5px 3px 5px;
}

.content tr.odd {
    padding: 3px 2px 3px 2px;
}

.content tr.even {
    padding: 3px 2px 3px 2px;
}

/*--- forms ----------------------------------------------------------------*/

.content fieldset {
    padding: 15px;
    border-style: solid;
    border-width: 1px;
}

.sedan_heading{
	width: 155px;
	height: 25px;
	background-image:url(images/dynamic/buttonset7/world_sedan.gif);
	background-repeat:no-repeat;
	float:left;
	margin-top: 15px;
}

/*--- lists ----------------------------------------------------------------*/

/*--------------------------------------------------------------------------*/
#side_info {
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
	height: 140px;
	width: 165px;
	color:#FFF;
	text-align:justify;
	background-color:#4165C5;
	padding-right: 5px;
	padding-left: 5px;
	/*border:#999 1px solid;*/
}
#mercedes {
	background-image: url(images/dynamic/buttonset7/car1.gif);
	height: 104px;
	width: 104px;
	margin: 0 auto;
	margin-top: 30px;
}
#welcome {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-align:center;
	text-decoration: blink;
	height: 25px;
	width: 150px;
	color:#CCC;
	margin: 0 auto;
	padding-top:5px;
}

.date_a{
	color:#FFF;
	background-color:#C00;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:Bold;
	position:static;
	width:176px;
	height:13px;
	margin: 0 auto;
	text-align:center;
	
	/*left:auto;*/
	z-index:auto;
}

.banner{
	width: 834px;
	height: 25px;
	margin: 0 auto;

}


#main_service_container {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 834px;
	/*margin: -75px 20px 20px 20px;*/
	height: 1970px;
	margin: 0 auto;
	background-color:#141414;
	background-image:url(colorschemes/colorscheme7/images/static/popup/gray_back.jpg);
	background-repeat:repeat-x;
	border: 1px #666 solid;
	/*background-position: top left;*/
	
    /*background-repeat: no-repeat;*/

}



#service_box {
	margin: 0 auto;
	margin-top: 16px;
	padding: 5px 15px 10px 15px;
	width: 700px;
	height: 1935px;
	background-color:#333;
	border: 1px solid #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	
}


#service_heading{
	width: 155px;
	height: 25px;
	background-image:url(images/dynamic/buttonset7/services.gif);
	background-repeat:no-repeat;
	float: left;
}

/*--- footer ---------------------------------------------------------------*/
#footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	background-image: url(colorschemes/colorscheme7/images/static/bg_footer.jpg);
	background-repeat:no-repeat;
	height: 20px;
	width: 834px;
	padding-top:6px;
	margin: 0 auto;
}

#main_fleet_container {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 834px;
	/*margin: -75px 20px 20px 20px;*/
	height:3500px;
	margin: 0 auto;
	overflow:auto;

	background-image:url(colorschemes/colorscheme7/images/static/popup/gray_back.jpg);
	background-repeat: repeat-x;
		background-color:#141414;
		border: 1px #666 solid;
	/*background-position: top left;*/
	
    /*background-repeat: no-repeat;*/

}


#fleet_heading{
	width: 700px;
	height: 25px;
	background-image:url(images/dynamic/buttonset7/fleet.gif);
	background-repeat:no-repeat;
	float: none;
	left: auto;
}

#fleet_box {
	margin: 0 auto;
	margin-top: 16px;
	padding: 5px 15px 10px 15px;
	width: 700px;
	height: 3450px;
	background-color:#333;
	border: 1px solid #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	
}

#main_contact_container {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 834px;
	/*margin: -75px 20px 20px 20px;*/
	height: 900px;
	margin: 0 auto;
	background-color:#141414;
	background-image:url(colorschemes/colorscheme7/images/static/popup/gray_back.jpg);
	background-repeat: repeat-x;
	border: 1px solid #666;
	/*background-position: top left;*/

    /*background-repeat: no-repeat;*/

}

#contact_box {
	
	margin-top: 16px;
	padding: 5px 15px 10px 15px;
	width: 340px;
	height: 386px;
	background-color:#333;
	border: 1px solid #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#CCC;
	text-align:left;
	float:left;
}

#email_box{
    margin-top: 16px;
	margin-left:25px;
	padding: 5px 15px 10px 15px;
	width: 340px;
	height: 386px;
	background-color:#333;
	border: 1px solid #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color:#CCC;
	text-align:left;
	float:right;

}

.links{
	width: 800px;
	height: 440px;
	margin: 0 auto;
	overflow:auto;

}

#msmap{
	height: 407px;
	width: 800px;
	background-color:#333;
	border: 1px solid #666;
	margin: 0 auto;
}

#contact_heading{
	width: 155px;
	height: 25px;
	background-image:url(images/dynamic/buttonset7/contact.gif);
	background-repeat:no-repeat;
	float: left;
}


#main_rates_container {
	position: relative;
	padding-top: 10px;
	width: 834px;
	/*margin: -75px 20px 20px 20px;*/
	height: 450px;
	margin: 0 auto;
	background-color:#333;
	/*background-position: top left;*/
	
    /*background-repeat: no-repeat;*/

}


#rates_box {
	margin: 0 auto;
	margin-top: 16px;
	padding: 5px 15px 10px 15px;
	width: 700px;
	height: 400px;
	background-color:#333;
	border: 1px solid #666;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #09F;
	
}





#rates_heading{
	width: 155px;
	height: 25px;
	background-image:url(images/dynamic/buttonset7/rates.gif);
	background-repeat:no-repeat;
	float: left;
}



#inside_view {
	height: 174px;
	width: 300px;
	float:right;
	background-image:url(images/static/inside_view.jpg);
	padding: 15px;
	background-repeat:no-repeat;
	background-position:center;

	
}
#wdc{
	background-image: url(images/static/whouse.jpg);
	background-position: center;
	height: 136px;
	width: 200px;
	margin: 0 auto; margin-top: 55px;
}

#globe {
	background-image: url(images/static/globe.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 174px;
	width: 300px;
	float:right;
	padding: 10px;
}

#airport {
	background-image: url(images/static/airport.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 174px;
	width: 300px;
	float:right;
	padding: 10px;
}
.bound_suv{
	height: 338px;
	margin-top: 25px;
}

.suv_text {
	height: 300px;
	width: 200px;
	float:left;
	background-image:url(images/dynamic/buttonset7/text_back.gif);
	background-repeat:no-repeat;
	color:#FFF;
	text-shadow:#999;
	text-align:justify;
	font-size:11px;
	padding-left:15px;
	padding-right:15px;
	border:#999 1px solid;
	
}

.suv {
	background-image: url(images/static/mercedes_ben.jpg);
	background-repeat: no-repeat;
	background-position:center;
	height: 300px;
	width: 450px;
	float:right;
	border:#CCC solid 1px;
}

.bound_sedan_a{
	height: 338px;
	width: 700px;
}

.sedan_a_text {
		height: 300px;
	width: 200px;
	float:left;
	background-image:url(images/dynamic/buttonset7/text_back.gif);
	background-repeat:no-repeat;
	color:#FFF;
	text-shadow:#999;
	text-align:justify;
	font-size:11px;
	padding-left:15px;
	padding-right:15px;
	border:#999 1px solid;
}

.sedan_a{
	background-image: url(images/static/Lincoln_Town_Car.jpg);
	background-repeat: no-repeat;
	background-position:center;
	height: 300px;
	width: 450px;
	float:right;
	border:#CCC solid 1px;
}

.Cadillac{
background-image:url(images/static/suv_cadillac%20.jpg);
	background-repeat: no-repeat;
	background-position:center;
	height: 300px;
	width: 450px;
	float:right;
	border:#CCC solid 1px;
}

.mercedez_bound{
	height: 338px;
	width: 700px;
}

.mercedez_text {
	height: 300px;
	width: 200px;
	float:left;
	background-image:url(images/dynamic/buttonset7/text_back.gif);
	background-repeat:no-repeat;
	color:#FFF;
	text-shadow:#999;
	text-align:justify;
	font-size:11px;
	padding-left:15px;
	padding-right:15px;
	border:#999 1px solid;
}

.mercedez{
	background-image: url(images/static/sedan_3.jpg);
	background-repeat: no-repeat;
	background-position:center;
	height: 300px;
	width: 450px;
	float:right;
	border:#CCC solid 1px;
}


.lincoln_bound{
	height: 338px;
	width: 700px;
}

.lincoln_text {
	height: 300px;
	width: 200px;
	float:left;
	background-image:url(images/dynamic/buttonset7/text_back.gif);
	background-repeat:no-repeat;
	color:#FFF;
	text-shadow:#999;
	text-align:justify;
	font-size:11px;
	padding-left:15px;
	padding-right:15px;
	border:#999 1px solid;
}

.lincoln{
background-image:url(images/static/chevrolet.jpg);
	background-repeat: no-repeat;
	background-position:center;
	height: 300px;
	width: 450px;
	float:right;
	border:#CCC solid 1px;
}

.limo_bound{
	height: 338px;
	width: 700px;
}

.limo_text {
	height: 300px;
	width: 200px;
	float:left;
	background-image:url(images/dynamic/buttonset7/text_back.gif);
	background-repeat:no-repeat;
	color:#FFF;
	text-shadow:#999;
	text-align:justify;
	font-size:11px;
	padding-left:15px;
	padding-right:15px;
	border:#999 1px solid;
}

.limo{
	background-image: url(images/static/stretch_limo.jpg);
	background-repeat: no-repeat;
	background-position:center;
	height: 300px;
	width: 450px;
	float:right;
	border:#CCC solid 1px;
}

.hummer_bound{
	height: 338px;
	width: 700px;
}

.hummer_text {
	height: 300px;
	width: 200px;
	float:left;
	background-image:url(images/dynamic/buttonset7/text_back.gif);
	background-repeat:no-repeat;
	color:#FFF;
	text-shadow:#999;
	text-align:justify;
	font-size:11px;
	padding-left:15px;
	padding-right:15px;
	border:#999 1px solid;
}

.hummer{
	background-image: url(images/static/hummer.jpg);
	background-repeat: no-repeat;
	background-position:center;
	height: 300px;
	width: 450px;
	float:right;
	border:#CCC solid 1px;
}


.bus_bound{
	height: 338px;
	width: 700px;
}

.bus_text {
	height: 300px;
	width: 200px;
	float:left;
	background-image:url(images/dynamic/buttonset7/text_back.gif);
	background-repeat:no-repeat;
	color:#FFF;
	text-shadow:#999;
	text-align:justify;
	font-size:11px;
	padding-left:15px;
	padding-right:15px;
	border:#999 1px solid;
}

.bus{
	background-image: url(images/static/bus.jpg);
	background-repeat: no-repeat;
	background-position:center;
	height: 300px;
	width: 450px;
	float:right;
	border:#CCC solid 1px;
}


.minibus_bound{
	height: 338px;
	width: 700px;
}

.minibus_text {
	height: 300px;
	width: 200px;
	float:left;
	background-image:url(images/dynamic/buttonset7/text_back.gif);
	background-repeat:no-repeat;
	color:#FFF;
	text-shadow:#999;
	text-align:justify;
	font-size:11px;
	padding-left:15px;
	padding-right:15px;
	border:#999 1px solid;
}

.minibus{
	background-image: url(images/static/minibus.jpg);
	background-repeat: no-repeat;
	background-position:center;
	height: 300px;
	width: 450px;
	float:right;
	border:#CCC solid 1px;
}


.bigbus_bound{
	height: 338px;
	width: 700px;
}

.bigbus_text {
	height: 300px;
	width: 200px;
	float:left;
	background-image:url(images/dynamic/buttonset7/text_back.gif);
	background-repeat:no-repeat;
	color:#FFF;
	text-shadow:#999;
	text-align:justify;
	font-size:11px;
	padding-left:15px;
	padding-right:15px;
	border:#999 1px solid;
}

.bigbus{
	background-image: url(images/static/bigbus.jpg);
	background-repeat: no-repeat;
	background-position:center;
	height: 300px;
	width: 450px;
	float:right;
	border:#CCC solid 1px;
}


#main_body #container #main_service_container #service_box #bound_sedan_a #sedan_a_text#heading_info p {
}

.Heading_color {
	color: #000;
	font-weight: bold;
	font-size: 14px;
}
#rate_table {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	height: 50px;
	width: 700px;
	color: #000;
	text-align: center;
	margin-top: 25px;
	float: right;
}
.main_heading_table {
	text-align: left;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
.heading_bar {
	color: #FFF;
}
.side_bar_table {
	color: #182E56;
}
#main_body #container #main_contact_container #contact_box ul {
	text-align: left;
}
#main_body #container #main_contact_container #contact_box p {
	text-align: left;
}
#main_body #container #main_contact_container #contact_box p {
	text-align: justify;
}
#main_body #container #main_contact_container #contact_box ul ul b {
	font-size: 12px;
	color: #FFF;
}

.linkin {

	

}



.flight{
	width:175px;
	height:24px;
	margin:0 auto;
	padding-top:7px;
	background-color:#A2AAE1;
	font-size:10px;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	text-align: center;
	

}
.rate_text {
	color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
}
.numberPh {
	font-size: 24px;
	font-weight: bold;
}

.iframee {
	width: 176px;
	height:620px;

}



