a {
	margin: 0px;
	padding: 0px;
}

a:link {
	color: blue;
	background-color: transparent;
	text-decoration: none;
}

a:visited {
	color: blue;
	background-color: transparent;
	text-decoration: none;
}

a:hover {
	color: red;
	background-color: transparent;
	text-decoration: none;
}

a:active {
	color: blue;
	background-color: transparent;
	text-decoration: none;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: verdana,aria,sans-serif;
	font-size: 100%;
	background-color: white;
}

dl {
	margin-top: 0px;
	margin-left: 7px;
	font-size: .85em;
}

dt {
	margin-top: 5px;
	font-weight: bold;
}

dd {
	margin-left: 7px;
}

dd.indent {
	text-indent: 15px;
}

#banner {
	width: 298px;
	height: 598px;
	border: 1px solid black;
}

#featured {
	display: none;
	position: absolute;
	top: 125px;
	left: 0;
	right: 0;
	width: 80%;
	margin: 0 auto;
	border: 1px solid black;
	background-color: white;
	text-align: center;
}

#featured .detail {
	padding: 5px;
	font-size: .90em;
}

#featured .titlebar {
        font-size: .85em;
        font-weight: bold;
        color: white;
        background-color: rgb(198,33,33);
}

#featured .photo img {
	display: block;
	width: 100%;
}

#logo {
        position: absolute;
        left: 0px;
        top: 60px;
        width: 93%;
        text-align: right;
}

#logo img {
	width: 55%;
}

#name {
        position: absolute;
        left: 0px;
        bottom: 10px;
        width: 92%;
        text-align: right;
        color: gray;
	font-size: .75em;
	font-style: italic;
}

#menu {
	padding-top: 4px;
	padding-bottom: 3px;
	font-size: .75em;
	text-align: center;
}

#qrcode img {
	width: 80px;
}

#titlebar {
	width: 100%;
	padding-top: 2px;
	padding-bottom: 3px;
	font-size: .85em;
	font-weight: bold;
	text-align: center;
	color: white;
	background-color: rgb(198,33,33);
}

#vehicles {
	position: relative;
	overflow: auto;
        background-position: right center;
        background-repeat: no-repeat;
}

.bold {
	font-weight: bold;
}

.small {
        font-size: .80em;
}
