﻿@charset "utf-8";
/* CSS Document */

body	{
	background: #7C2D1C url(../images/homebg.jpg) repeat-x top; /* left OR top */
	font-family: tahoma, arial;
	font-size: 9pt;
	margin-top: 25px;
	color: white;
}



#maintable	{
	background: #2d2d2d url('../images/bg2.gif');
	border: 1px solid black;
	background-repeat: repeat-y;
	height: 100%;
}

#maintable td	{
	background-color: #2d2d2d;
	border: 1px solid black;
}


#locationstable td	{
	border: none;
}

#block-content td	{
	background-color: #2d2d2d;
	border: none;
}

#rental-rates-table td	{
	border: none;
}


p	{
	font-size: 9pt;
}

img	{
	border: none;
}

h1	{
	font-size: 10pt;
}

h2 {
	margin: 0px;
	font-family: tahoma, arial;
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
}

a	{
	font-weight: bold;
	color: white;
	text-decoration: none;
}

a:hover	{ text-decoration: underline; }

a:visited	{ color: white; }

a:hover img	{text-decoration: none;}



#leftnav {
	width: 192px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 0 auto;
}


#leftnav ul {
	margin: 0 auto;
	list-style-type: none;
	display: block;
	padding: 0px;
}

#leftnav li {
	padding-top: 1px; padding-bottom: 2px;
	/* height: 15px; */
	display: block;	
	font-size: 8pt;
}

#leftnav a {
	text-decoration: none;
	display: block;
	text-align: center;
	margin: 0px;
}

#leftnav a:hover {
	text-decoration: none;
	background-color: black;
}



.contacts	{
	text-align: center;
}

.contacts strong	{
	font-size: 11pt;
}

.contacts a	{
	font-size: 9pt;
	font-weight: normal;
	color: silver;
	text-decoration: underline;
}
.contacts a:hover	{
	font-size: 9pt;
	font-weight: normal;
	color: silver;
	text-decoration: none;
}


.sublink	{
	padding-left: 10px;
	font-size: 8pt;
	font-weight: normal;
}



#specials-content strong	{
	font-size: 14px;
}
#specials-content p	{
	clear: both;
}
#specials-content img	{
	float: left;
	margin: 4px;
}








/* =============================================================================== */
.menutitle{
cursor:pointer;
margin-bottom: 0px;
color:#ffffff;
width:500px;
font-weight:bold;
text-align: center;
}

.submenu{
width: 500px;
margin-top: 0px;
margin-bottom: 0.5em;
font-size: 8pt;
color: white;
text-align: left;
}
/* =============================================================================== */



/* ===============================================================================
.menutitle{
cursor:pointer;
margin-bottom: 0px;
background-color: #55554e;
color:#ffffff;
width:500px;
font-weight:bold;
border: 1px solid #55554e;
}

.submenu{
width: 500px;
margin-top: 0px;
margin-bottom: 0.5em;
font-size: 8pt;
color: white;
border: 1px solid #55554e;
border-top: none;
background-color: #252525;
text-align: left;
}
=============================================================================== */