@charset 'UTF-8';

* {
    letter-spacing: 0px;
}

html {
    margin: 0px;
    padding: 0px;
    overflow-y: scroll;
}

body {
    padding: 0;
    margin: 0;
    background-color: #0B0B0B;
    background-image: url(/images/layout/body_bg.jpg);
}

body, td, div, p, h1, h2 {
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #f9f9f9;
}

img {
    behavior: url('/css/htc/iepngfix.htc');
    border: 0px;
}

a:link, a:visited {
    color: #838383;
    text-decoration: none;
}

a:hover, a:active {
    color: #A90000;
    text-decoration: none;
}

h1 {
    margin: 5px 0;
    padding: 0px;
    font-family: "times new roman", serif;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 2px 2px 3px #333333;
}

h2 {
    margin: 5px 0;
    padding: 0px;
    font-family: "times new roman", serif;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    color: #A90000;
}

h3 {
    margin: 5px 0;
    padding: 0px;
    font-size: 14px;
    line-height: 14px;
    font-weight: normal;
}

h4 {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    line-height: 12px;
    font-weight: normal;
}

p {
    margin: 0 0 1em 0;
    padding: 0;
}

td, div, p, span {
    line-height: 110%;
}

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

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

ul {
    margin: 10px;
    padding: 0px;
}

ul li {
    margin: 0 0 4px 14px;
    padding: 0 0 0 -2px;
}

ul.nobullet li {
    list-style-type: none;
}

ol {
    margin: 10px 0 10px 10px;
    padding: 0px;
}

ol li {
    margin: 0 0 4px 16px;
    padding: 0 0 0 -4px;
}

/* PAGE LAYOUT */

#container {
    position: relative;
    margin: 10px auto;
    width: 1024px;
}

#header {
}

/* START: TOPNAV */

#topnav {
}

#topnav ul {
    width: 1024px;
    height: 35px;
    overflow: hidden;
    margin: 0px auto;
    padding: 0px;
    list-style: none;
}

#topnav ul li {
    float: left;
    margin: 0px;
    padding: 0px;
}

#topnav a {
    display: block;
    background-image: url(/images/layout/topnav_bg.gif);
    padding-top: 35px;
    /*line-height: 37px;*/
    text-align: center;
    text-decoration: none;
    color: #FFFFFF;
}

#topnav-home {
    width: 198px;
    background-position: -0px 0px;
}

#topnav-home:hover, #topnav-home.selected {
    background-position: -0px -35px;
}

#topnav-about {
    width: 191px;
    background-position: -198px 0px;
}

#topnav-about:hover, #topnav-about.selected {
    background-position: -198px -35px;
}

#topnav-menu {
    width: 149px;
    background-position: -389px 0px;
}

#topnav-menu:hover, #topnav-menu.selected {
    background-position: -389px -35px;
}

#topnav-drink_menu {
    width: 212px;
    background-position: -538px 0px;
}

#topnav-drink_menu:hover, #topnav-drink_menu.selected {
    background-position: -538px -35px;
}

#topnav-contact {
    width: 274px;
    background-position: -750px 0px;
}

#topnav-contact:hover, #topnav-contact.selected {
    background-position: -750px -35px;
}

/* END: TOPNAV */

#content {
    height: 246px;
    margin: 0px auto;
    padding: 5px;
    overflow: auto;
    background-color: #000000;
    text-align: center;
}

#content, #content td, #content div, #content p {
    line-height: 18px;
}

#footer {
    position: relative;
    width: 1024px;
    margin: 4px auto;
    padding-top: 20px;
    font-size: 16px;
    text-align: center;
}

#footer a:link, #footer a:visited {
    color: #a90000;
}

#footer a:hover, #footer a:active {
}

#footer-copyright {
    margin: 15px 0;
    text-align: center;
    font-size: 12px;
}

#footer-copyright a {
}

/* MESSAGE CLASS */

.message-err {
    margin-bottom: 10px;
    padding: 5px 0 5px 30px;
    border: 1px solid #FF0000;
    color: #FF0000;
}

.message-msg {
    margin-bottom: 10px;
    padding: 5px;
    border: 1px solid #000000;
    color: #000000;
}

.message-success {
    margin-bottom: 10px;
    padding: 5px;
    border: 1px solid #008000;
    color: #000000;
}

/* VALIDATION */

.formRequired_fail {
    border: 1px solid #FF0000;
}

input.validation-failed, textarea.validation-failed {
    border: 1px solid #FF3300;
    color : #FF3300;
}

input.validation-passed, textarea.validation-passed {
    border: 1px solid #00CC00;
    color : #000;
}

.validation-advice, .custom-advice {
    margin: 0 5px;
    color: #FF0000;
}

/* MISC */

.curved {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    behavior: url(/css/htc/border-radius.htc);
}

fieldset {
    border: 1px solid #CCCCCC;
    margin: 1em 0;
    padding: 1em;
}

fieldset legend {
    display: block;
}

.testimonial {
    padding-bottom: 8px;
}

.testimonial .by {
    display: block;
    color: #777777;
}

.FB_SERVER_IFRAME {
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: #FFFFFF;
}