#left {
	margin-left: 25px;
	margin-top: 48px;
}

#left a{
	color: #339933;
}

#left a:hover{
	color: #000;
}

table {
	font-family: Trebuchet MS, Arial, Verdana, Helvetica, sans-serif;
	margin-left: 23px;
}

table td {
	border: 1px solid #CCC;
	text-align: left;
}

table td.season {
	border: 1px solid #CCC;
	background-color: #A1D013;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	font-size: 16px;
}

table td.price {
	text-align: center;
}

table td.vehicles {
	text-align: left;
	font-weight: bold;
	border-bottom: 2px solid #000;
	font-size: 16px;
}

table td.off {
	border: 1px solid #CCC;
	background-color: #F0F0FF;
	text-align: center;
	font-weight: bold;
	border-bottom: 2px solid #000;
}

table td.low {
	border: 1px solid #CCC;
	background-color: #D1FFD1;
	text-align: center;
	font-weight: bold;
	border-bottom: 2px solid #000;
}

table td.mid {
	border: 1px solid #CCC;
	background-color: #A1D013;
	text-align: center;
	font-weight: bold;
	border-bottom: 2px solid #000;
}

table td.high {
	border: 1px solid #CCC;
	background-color: #FFD1B2;
	text-align: center;
	font-weight: bold;
	border-bottom: 2px solid #000;
}

table td a {
	color: #339933;
	font-size: 15px;
	font-weight: bold;
}

#middle p {
	width: 580px;
}

#middle p span {
	font-weight: bold;
}

.hirebottom {
	margin-top: 20px;
	border-top: 1px solid #D9D9D9;
	padding-top: 33px;
	padding-left: 40px;
}

.hirebottom span.included{
	color: #318831;
	font-weight: normal;
	font-size: 20px;
	font-family: Verdana, Trebuchet MS, Arial,  Helvetica, sans-serif;
	float: left;
	width: 200px;
}


.hirebottom table {
	margin-top: -20px;
}

.hirebottom table td {
	border: 0px none #D9D9D9;
	vertical-align: top;
}

.hirebottom td ul {
	list-style: disc;
	margin-top: 0px;
	font-size: 13px;
	width: 310px;
}

.hirebottom td ul li {
	line-height: 130%;
	padding-bottom: 10px;
	font-family: Verdana, Trebuchet MS, Arial,  Helvetica, sans-serif;
	color: #339933;
}

.hirebottom td ul li span{
	color: #000;
}

.fl {	
	float: left;
	margin-top: -3px;
	margin-left: -3px;
}

.fr {
	margin-left: 1073px;
	margin-top: -20px;
	position: absolute;
}

/*special offers */

.roundedBox {
	width:630px;
	background: url(../images/outline_panel_top.gif) no-repeat left top;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 27px;
	margin-left: 25px;
}

.roundedBox .inner h4 {
	font-size: 105%;
	margin: 0px;
	margin-top: 20px;
}

.roundedBox .inner {
	display: block;	
	margin:0px;
	border-left: 1px solid orange;
	border-right: 1px solid orange;
	padding: 10px;
	padding-top: 20px;
	padding-right: 20px;
}

.roundedBox p {
	text-align: center;
	width: 80%;
	display: none;
	margin-left: -15px;
	padding-right: 100px;
}

.roundedBox .bottom {
	margin-top: -18px;
	background: url(../images/outline_panel_bottom.gif) no-repeat left bottom;
}

#middle p.smaller {
	font-size: 88%;
}