html {  overflow-y: scroll;  }
body {
	background-color: #666;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
.main-table {
	background-color: #FFF;
	border: 1px solid #000;
}
a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #666;
}
a:hover {
	text-decoration: none;
	color: #3c6b7a;
}
a:active {
	text-decoration: underline;
	color: #000;
}
.pick-date {
	background-color: #CCC;
	border: 1px solid #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #3c6b7a;
	padding-top: 3px;
	padding-bottom: 3px;
}

.form {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #000000;
	margin-top: 0;
	margin-bottom: 0;
}
.form-button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-top: 0;
	margin-bottom: 0;
}
form {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #000000;
	margin-top: 0;
	margin-bottom: 0;
}
input, textarea {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	background-color: #F4F4F4;
	border: 1px solid #999;
	padding: 4px;
}

select { 
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	background-color: #F4F4F4;
	border: 1px solid #999;
	padding: 3px; 
}

.submit-button
{
	color: #FFFFFF;
	border: 1px outset #666;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	background-color:#d00f0f;
}
.submit-button:hover
{
	color: #FFFFFF;
	background: #f3800c;
	border: 1px outset #000000;
	font-weight: bold;
}

.premier {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #000000;
}
.premier-green {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #3c6b7a;
}
.toll-free {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bolder;
	color: #000000;
}
.toll-free-green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bolder;
	color: #3c6b7a;
}

.box-border {
	background-color: #F8F8F8;
	border: 1px solid #999999;
}
.clear {
	height: 25px;
}
.home-box {
	background-color: #FFF;
	border: 1px solid #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}
.home-box-header {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3c6b7a;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #000000;
}
.copyright-small {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: normal;
	color: #000000;
}
.footer-text   {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
	text-decoration : none;
}
.footer-text-bold {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCC;
	text-decoration : none;
	font-weight: bold;
}

.footer:link, .footer:active, .footer:visited   {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
	text-decoration : none;
}
.footer:hover , .footer{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration : underline;
}
.footer-header {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #CCC;
}
.navbar:link, .navbar:active, .navbar:visited   {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration : none;
}
.navbar:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #366;
	text-decoration : underline;
}
.rental-bar {
	background-color: #B4B4B4;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
.book {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000;
}
.available {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #666;
}
.book-green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #3c6b7a;
}

a.tip {
	position: relative;
}

a.tip span {
	display: none;
	position: absolute;
	top: -30px;
	left: -30px;
	width: 90px;
	padding: 5px;
	z-index: 100;
	background: #000;
	color: #fff;
	-moz-border-radius: 5px; /* this works only in camino/firefox */
	-webkit-border-radius: 5px; /* this is just for Safari */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

a:hover.tip {
	font-size: 99%; /* this is just for IE */
}

a:hover.tip span {
	display: block;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #666;
	margin-top: 0px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-bottom: 5px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #3c6b7a;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #666;
}
h8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CCC;
	position: static;
	top: 20px;
	right: 20px;
	margin: 10px;
	text-indent: 20px;
}



.side-company {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	background-color: #E9E9E9;
	padding: 3px;
	width: 194px;
	border: 1px solid #666;
}
.credit-cards {
	padding-top: 15px;
	padding-bottom: 10px;
}
.product_right {
	float: right;
}
.quote {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #999;
}
.footer-text-small {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #333;
}
.order-side {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #ce1b19;
}
.rent-now {
	width: 190px;
	margin-top: 10px;
	margin-left: 7px;
}

