/* Home Page */
/*------------------------------------------------------------*/

p {
	font-size: 1.2em;
	line-height: 1.6em;
}
.float-left {
	float: left;
	margin: 0 20px 0 0;
}
.more {
	display: block;
	margin: 9px 0 0;
	float: right;
	font-weight: 900;
	color: #000;
}

/* Carousel */
/*------------------------------*/
/* Core */
.jcarousel-container { position:relative; margin:0; z-index: 1; }
.jcarousel-clip { z-index:2; padding:0; margin:0; overflow:hidden; position:relative; }
.jcarousel-list { z-index:1; overflow:hidden; position:relative; top:0; left:0; }
.jcarousel-list li,.jcarousel-item { float:left; list-style:none; width:957px; height:399px; margin:0; top:0; }
.jcarousel-item img { margin:0!important; }
.jcarousel-next { z-index:3; display:none; }
.jcarousel-prev { z-index:3; display:none; }
/* Theme */
.jcarousel-skin-dpc .jcarousel-container { background:transparent; }
.jcarousel-skin-dpc .jcarousel-container-horizontal { width:957px; height:399px; padding:0; }
.jcarousel-skin-dpc .jcarousel-clip-horizontal { width:957px; height:399px; border:9px #FFF solid; padding:0; }
.jcarousel-skin-dpc .jcarousel-item { width:957px; height:399px; top:0; }
.jcarousel-skin-dpc .jcarousel-item-horizontal { }
.jcarousel-skin-dpc .jcarousel-item-placeholder { background:#fff; color:#000; }
.jcarousel-skin-dpc .jcarousel-next-horizontal { display: none; }
.jcarousel-skin-dpc .jcarousel-prev-horizontal { display: none; }

/* Content */
/*------------------------------*/
.title1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color:#330;
}
.title2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 34px;
	color: #300;
}

#left-content {
	float: left;
	margin: 50px 0 30px;
	background-color: #FFF;
	width: 730px;
}
	#left-content .inner-content {
		border: 1px #999 solid;
		margin: 6px;
		padding: 30px; 
	}
		#left-content .inner-content .content {
			margin: 15px 0 0;
			padding: 15px 0 0;
			border-top: 1px #CCC solid;
		}
		#left-content .inner-content .title_welcome  {
			width: 405px;
			height: 15px;
			background: url(../../resources/images/sprite_titles-homepage.png) no-repeat 0% 0%;
		}
		#left-content .inner-content .title_luxury  {
			width: 147px;
			height: 15px;
			background: url(../../resources/images/sprite_titles-homepage.png) no-repeat 61% 0%;
		}
		#left-content .inner-content .title_airport  {
			width: 264px;
			height: 15px;
			background: url(../../resources/images/sprite_titles-homepage.png) no-repeat 100% 0%;
		}
			#left-content .inner-content .space1 p {
				margin: 0 0 20px 0;
			}
		#left-content .inner-content .space2,
		#left-content .inner-content .space3 {
			width: 270px;
			margin: 40px 0 0;
		}
		#left-content .inner-content .space2 {
			float: left;
		}
		#left-content .inner-content .space3 {
			float: right;
		}
#right-content {
	float: right;
	margin: 40px 0 0;
}
	#right-content .btn_reserv {
		display: block;
		width: 244px;
		height: 110px;
		background: url(../../resources/images/sprite_side-btns1.png) no-repeat 0% 0%;
}
	#right-content .btn_rates {
		display: block;
		width: 244px;
		height: 110px;
		background: url(../../resources/images/sprite_side-btns.png) no-repeat 0% 0%;
	}
	#right-content .btn_vehicles {
		margin: 8px 0 0;
		display: block;
		width: 244px;
		height: 110px;
		background: url(../../resources/images/sprite_side-btns.png) no-repeat 0% 100%;
	}
	#right-content .btn_govern {
		margin: 8px 0 0;
		display: block;
		width: 244px;
		height: 110px;
		background: url(../../resources/images/sprite_side-btns1.png) no-repeat 0% 100%;
		}
#inner-content {
	margin: 90px 0 0;
	background-color: #FFF;
	padding: 6px;
}
	#inner-content .inner {
		border: 1px #999 solid;
		padding: 70px;
	}
		#inner-content .inner .title-wrap {
			width: 300px;
			border-bottom: 1px #CCC solid;
			padding: 10px 0;
		}
		#inner-content .inner .content {
			clear: both;
			margin: 30px 0 0;
		}
	    #inner-content .inner .content p {
		    margin: 0;
		    line-height: 1.8em;
		}
		
/*<<---------------------------------contact--------------------------------->>*/
     #inner-content .contacts {
		 width: 664px;
		 padding: 0 10px 50px 0;
	 }
	 
	 #inner-content .contacts h1 {
		 padding-bottom: 0;
		 color: #330000;
		 font-weight: normal;
	 }
	 
	 #inner-content .contacts h1, #inner-content .contacts h2 {
		 font-family: "Times New Roman", Times, serif;
	 }
	 
	 #inner-content .contacts h2 {
		 font-size: 18px;
		 padding-bottom: 0;
		 margin-top: 30px;
		 color: #333300;
	 }
	 
	 #inner-content .contacts p, .contacts ul  {
		 padding-bottom: 0px;
	 }
	 
	 #inner-content .contacts li {
		 font-size: 12px;
		 margin-bottom: 3px;
	 }
	 
	 #inner-content .content b {
		 font-size: 14px;
		 color: #474646;
	 }
	 
	 #inner-content .inner .contacts p {
		 line-height: 18px;
	 }
	 
	 #inner-content .contact_bg {
		 background: url(../images/dc_contact_bg.png) no-repeat;
		 width: 820px;
		 height: 322px;
	 }
	 
	 

