a.btn {
 background-color: #ffff33;
 color: #000099;
}

a.btn:hover {
 background-color: #000099;
 color: #009900;
}

a.btn:visited {
 background-color: #ffff33;
 color: #000099;
}

/* Drive-Thru button 110px */
a.nav {
 font-family: arial;
 display: block;
 width: 130px;
 padding-top: 7px;
 padding-bottom: 7px;
 background-color: #000000;
 color: #ffffff;
 font-size: 8pt;
 text-decoration: none;
 text-align: center;
 border-left:   solid 2px #f0f0f0;
 border-top:    solid 2px #f0f0f0;
 border-right:  solid 2px #808080;
 border-bottom: solid 2px #808080;
}
a.nav:active {
 color: #333333;
 text-decoration: none;
 border-left:   solid 2px #808080;
 border-top:    solid 2px #808080;
 border-right:  solid 2px #f0f0f0;
 border-bottom: solid 2px #f0f0f0;
}
a.nav:visited {
 color: #ffffff;
 text-decoration: none;
 border-left:   solid 2px #f0f0f0;
 border-top:    solid 2px #f0f0f0;
 border-right:  solid 2px #808080;
 border-bottom: solid 2px #808080;
}
a.nav:hover {
 background-color: #ff3333;
 color: #333333;
 text-decoration: none;
 border-left:   solid 2px #808080;
 border-top:    solid 2px #808080;
 border-right:  solid 2px #f0f0f0;
 border-bottom: solid 2px #f0f0f0;
}

body {
 background-color: #666666;
 background-image: url(../passn_img/bkgrd.jpg);
 color: #333333;
}

div.banner {
 background-image: url(../passn_img/passion3.jpg);
 border: 1px solid #000000;
}

div.body {
 color: #333333;
}

div.detail {
 background-color: transparent;
 color: #333333;
}

input.btn {
 background-color: #000000;
 color: #ffffff;
}

input.btnh {
 background-color: #ff3333;
 color: #333333;
}

.btn130 { width: 130px; };
.btn180 { width: 180px; };

