* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Lucida Grande, Verdana, Arial, "Microsoft Sans Serif";
	text-align: left;
	width: 100%;
	color: #494949;
	font-size: 10px;
}

.red {
	color: #D61E25;
}

.blue {
	color: #0054A3;
}

/* @group Layout */

.page {
	width: 790px;
	margin: 0 auto;
	padding-left: 40px;
}

#header {
	clear: both;
	width: 100%;
	position: relative;
	height: 100px;
	background-image: url("images/bg_header.png");
	background-color: #fff;
}

#navigator {
	clear: both;
	width: 100%;
	height: 40px;
	background-image: url("images/bg_nav.png");
	margin-bottom: 10px;
	

/*

fixed-size */
	font-size: 10px;
}

#content {
	
}

#content p {
	font-size: 1.2em;
}

#footer {
	width: 100%;
	margin-top: 40px;
	font-size: 1em;
	color: #fff;
	background-color: #000;
	clear: both;
	padding-top: 10px;
	padding-bottom: 40px;
}

.C520, .L520, .R520 {
	width: 520px;
	float: left;
	margin-bottom: 20px;
	padding: 0;
	display: block;
}

.L520 {
	float: left;
	margin-right: 20px;
}

.R520 {
	float: right;
}

.C250, .L250, .R250 {
	width: 250px;
	float: left;
	margin-bottom: 20px;
	padding: 0;
	display: block;
}

.L250 {
	float: left;
	margin-right: 20px;
}

.R250 {
	float: right;
}

.C125, .L125, .R125 {
	width: 125px;
	display: block;
}

.L125 {
	float: left;
}

.R125 {
	float: right;
}

.C790 {
	width: 790px;
	clear: both;
}

/* @end */

/* @group My Group */

a {
	color: #D61E25;
	text-decoration: none;
}

a:hover {
	/*color: #D61E25;*/
	text-decoration: underline;
}

h1, h2, h3 {
	font-family: Trebuchet MS;
	font-weight: normal;
}

h4, h5, h6 {
	font-family: Lucida Grande, Verdana;
	font-weight: bold;
}

h1 {
	font-size: 2.4em;
	margin-bottom: 15px;
	color: #D61E25;
}

h2 {
	font-size: 1.8em;
	margin-bottom: 10px;
	color: #0054A3;
	font-weight: bold;
}

h3 {
	font-size: 1.4em;
	margin-bottom: 5px;
	font-weight: bold;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1.1em;
}

h6 {
	font-size: 1em;
}

p {
	margin-bottom: 20px;
}

img {
	border: none;
}

small {
	font-size: 1em;
}

/* @end */

/* @group Deal */

.banner ul {
	list-style-type: none;
}

.banner li {
	margin-bottom: 3px;
	font-size: 1em;
	line-height: 1.4em;
}

.banner li a {
	display: block;
	padding-left: 15px;
	color: #494949;
	background: url(images/bullet_9999cc.png) no-repeat left 2px;
}

.banner li a:hover {
	background: url(images/bullet_cc0000.png) no-repeat left 2px;
	color: #D61E25;
	text-decoration: none;
}

.banner img {
	margin-bottom: 10px;
}

ol {
	list-style-type: decimal;
	margin-left: 2em;
}

/* @end */

/* @group Each Bus */

.each_bus {
	-moz-border-radius: 10px;
	background-color: #f5f7f7;
	width: 230px;
	padding: 7px 10px 5px 10px;
	display: block;
}

.each_bus_title {
	border-bottom: 1px dashed #ccc;
}

.each_bus_title h3 {
	float: left;
	color: #D61E25;
}

.each_bus_icon {
	float: right;
	font-size: 1.4em
}

.each_bus_icon_first {
	float: left;
	padding-right: 5px;
	margin-right: 5px;
	border-right: 1px solid #ccc;
	display: block;
}

.each_bus_icon img {
	margin-right: 3px;
}

.each_bus_bottom {
	text-align: right;
	border-top: 1px dashed #ccc;
}

.each_bus_bottom a {
	background: url(images/go.gif) no-repeat right center;
	padding-right: 22px;
	margin-top: 3px;
	font-size: 1.2em;
	line-height: 19px;
	display: block;
}

.each_bus_details {
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 1.2em;
}

.each_bus_details ul {
	list-style-type: none

;
}

/* @end */

/* @group Eac

h Car */

.each_car_title {
	margin-bottom: 10px;
}

.each_car_details {
	width: 125px;
	float: right;
	margin-bottom: 10px;
}

.each_car_details ul {
	font-size: 1em;
	padding-left: 10px;
	display: block;
	margin-bottom: 1em;
	text-indent: -5px;
}

.each_car_details ul li {
	margin-left: 1em;
}

.each_car_icon {
	margin-left: 10px;
	font-size: 1.4em
}

.each_car_icon_first {
	float: left;
	padding-right: 5px;
	margin-right: 5px;
	border-right: 1px solid #ccc;
	display: block;
}

.each_car_icon img {
	margin-right: 3px;
}

.each_car_bottom {
	clear: both;
	text-align: right;
	border-top: 1px dashed #ccc;
}

.each_car_bottom a {
	background: url(images/go.gif) no-repeat right center;
	padding-right: 22px;
	margin-top: 3px;
	font-size: 1.2em;
	line-height: 19px;
	display: block;
}

/* @end */

/* @group Side Menu */

ul.side_menu {
	font-size: 1.2em;
	-moz-border-radius: 10px;
	background-color: #f5f7f7;
	padding: 10px 0 10px 0;
	list-style-type: none;
}

ul.side_menu li {
	border-top: 1px solid #fff;
	padding: 3px 10px 3px 25px;
	background: url(images/bg_ul.gif) no-repeat 10px 3px;
}

ul.side_menu li.bulb {
	background: url(images/lightbulb.png) no-repeat 10px 3px;
}

ul.side_menu li.selected {
	font-weight: bold;
	background: url(images/bg_ul_selected.gif) no-repeat 10px 3px;
}

ul.side_menu li:first-child {
	border: none;
}

ul.side_menu li:hover {
	background-color: #eee;
}

ul.side_menu li a {
/*	color: #494949;*/
	color: #0054A3;
	text-decoration: none;
}

ul.side_menu li a:hover {
	color: #000;
	text-decoration: none;
}

ul.side_menu ul li {
	padding: 3px 10px 3px 35px;
	list-style-type: none;
	background: url(images/bg_ul_li.gif) no-repeat 20px 3px;
	background-color: #f9f9f9;
}

ul.side_menu ul li:first-child {
	border-top: 1px solid #fff;
}

/* @end */

.rental_policies h3 {
	color: #D61E25;
}

/* @group Contact */

.contact {
	-moz-border-radius: 10px;
	background-color: #f5f7f7;
	width: 230px;
	padding: 5px 10px 5px 10px;
}

.contact_form {
	
}

.contact_form input {
	border: 1px solid #ccc;
	width: 250px;
}

.contact_form textarea {
	border: 1px solid #ccc;
	width: 500px;
}

.contact_form p {
	margin-bottom: 5px;
}

.contact_form input.submit {
	width: auto;
}

/* @end */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hide from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hihd from IE-mac */