BODY {
font-size: 12px;
line-height: 17px;
font-family: verdana, helvetica, arial, sans-serif;
padding: 0;
margin: 0;
height:100%;
background-color: #E5E5E5;
color: #000000;
}
html, body, #wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}
A:link { color: #465E84; text-decoration: underline;}
A:visited { color: #465E84; text-decoration: underline;}
A:active { color: #465E84; text-decoration: underline;}
A:hover { color: #465E84; text-decoration: underline;}
TD {
font-size: 12px;
line-height: 17px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #000000;
}

table.specials {
	border-width: 1px 1px 1px 1px;
	border-spacing: 12px;
	border-style: solid solid solid solid;
	border-color: rgb(171, 171, 171);
	border-collapse: separate;
    background-color: rgb(255, 255, 255);
}
table.used {
	border-width: 1px 1px 1px 1px;
	border-spacing: 12px;
	border-style: solid solid solid solid;
	border-color: rgb(171, 171, 171);
	border-collapse: separate;
    background-color: rgb(209, 235, 243);
}

TD.leftback {
 background-image: url(images/leftback.gif);
}
TD.rightback {
 background-image: url(images/rightback.gif);
}
TD.homeside {
 background-image: url(images/home.side.gif);
}
TD.homefeature {
 background-image: url(images/home.featureback.gif);
 background-position: 1% 100%;
}
TD.white {
 background-color: #FFFFFF;
}
TD.navback {
 background-image: url(images/navback.gif);
}
TR.gray {
 background-color: #E5E5E5;
}
.address {
font-size: 11px;
line-height: 14px;
}
.homebottom {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: 12px;
color: #000000;
}
.title {
font-family: Georgia, Palatino, Times New Roman, garamond, times, serif;
font-size: 14px;
line-height: 18px;
font-weight: bold;
color: #465E84;
}
.title2 {
font-size: 14px;
line-height: 18px;
font-weight: bold;
color: #465E84;
}
.title3 {
font-size: 12px;
line-height: 17px;
font-weight: bold;
color: #465E84;
}
.red {
font-weight: bold;
color: #FF3333;
}


/* NAVIGATION BUTTONS */
a.navhome {
    width: 68px;
    height: 32px;
    background: url(images/nav.home.jpg) 0 0 no-repeat;
    display: block;
    text-decoration: none;
    background-color: #FFFFFF
}
a.navhome:hover {
    background-position: -68px 0;
}

a.navrent {
    width: 85px;
    height: 32px;
    background: url(images/nav.rentals.jpg) 0 0 no-repeat;
    display: block;
    text-decoration: none;
}
a.navrent:hover {
    background-position: -85px 0;
}

a.navsale {
    width: 105px;
    height: 32px;
    background: url(images/nav.ebay.jpg) 0 0 no-repeat;
    display: block;
    text-decoration: none;
}
a.navsale:hover {
    background-position: -105px 0;
}

a.navserv {
    width: 83px;
    height: 32px;
    background: url(images/nav.service.jpg) 0 0 no-repeat;
    display: block;
    text-decoration: none;
}
a.navserv:hover {
    background-position: -83px 0;
}

a.navstage {
    width: 71px;
    height: 32px;
    background: url(images/nav.stage.jpg) 0 0 no-repeat;
    display: block;
    text-decoration: none;
}
a.navstage:hover {
    background-position: -71px 0;
}

a.navevent {
    width: 128px;
    height: 32px;
    background: url(images/nav.events.jpg) 0 0 no-repeat;
    display: block;
    text-decoration: none;
}
a.navevent:hover {
    background-position: -128px 0;
}

a.navcont {
    width: 87px;
    height: 32px;
    background: url(images/nav.contact.jpg) 0 0 no-repeat;
    display: block;
    text-decoration: none;
}
a.navcont:hover {
    background-position: -87px 0;
}
/* END OF NAVIGATION */

hr {
    border: 0;   
}
hr.hr1 {
  color: #465E84;
  background-color: #465E84;
  height: 1px;
  width: 80%;
}
hr.hr2 {
  color: #465E84;
  background-color: #465E84;
  height: 1px;
  width: 100%;
}

.thumbnail{
position: relative;
z-index: 0;
}
.thumbnail:hover{
background-color: transparent;
z-index: 50;
}
.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #88D9E4;
padding: 1px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
}
.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 1px;
}
.thumbnail:hover span{ /*CSS for enlarged image on hover*/
display: inline;
visibility: visible;
top: -200;
left: 10px; /*position where enlarged image should offset horizontally */
}


#popup {
width: 700px;
text-align: center;
}

#popup1 {
float: left;
width: 250px;
}
#popup2 {
float: right;
padding: 40px 0 0 0;
width: 400px;
}






