.blue {
	background-color: #0164AD;
	padding-top: 10px;
}
.white { background-color:#fff;}
.blue h1 { color:#fff; text-align:center;}

.services {
	/*float:left;*/
	padding: 10px 0 30px 50px;
	list-style: circle;
	font-size: 18px;
	}
.services li {
	line-height: 2.2em;
}
.play { float:right; margin:20px 0 0 0;}

#engine {
	padding: 5px 20px 30px 40px;
	min-height: 340px;
}
#engine h2 {
	color: #fff;
	text-transform: uppercase;
	margin: 0;
	padding: 10px 0 5px 0;
	font-size: 20px;
	font-weight: bold;
}
#engine h3 {
	color:#fff;
	text-transform: uppercase;
	margin: 5px 0 5px 0;
	padding: 0;
	font-size: 14px;
}
.datepicker {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border: 1px solid #c8c8c8;
	font: 1.1em Helvetica, Arial, sans-serif;
	margin: 0px 30px 5px 0;
	padding: 10px 10px 10px 5px;
	width: 130px;
}
.datepicker {background: #fff url(../calen/images/calendar.png) no-repeat; background-position:100px 5px; }

.time { 
	font-size:1.2em;
	margin:0;
	padding:0px;
	height:40px;
	width:110px;  }
.discount {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	border: 1px solid #c8c8c8;
	color: #777;
	font: 1.1em Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0px 10px 0px 8px;
	height: 40px;
	width: 265px;
	 }

#eng_btn {
	background-color: #ffdf00;
	text-indent: 0;
	display: inline-block;
	color: #333;
	font-family: Arial;
	font-size: 22px;
	font-weight: bold;
	line-height: 35px;
	text-decoration: none;
	text-align: center;
	text-shadow: 1px 1px 0px #ccc;
	margin: 10px 0 0 0;
	padding: 8px 0;
	width: 92%;
}
#eng_btn:hover {
	background-color: #C4AB00;
}
#eng_btn:active {
	position:relative;
	top:1px;
}

#brg {
	margin: 10px 90px 10px 0;
	float: left;
}
#vmc {
	float: left;
	margin: 10px 0 0 0;
}
#vmc:hover { opacity:.5;}

.fl-lt { float:left;}
.fl-rt { float:right;}
