/*
=general
=headers
=general content
=page structure
=header
=main_navigation
=content_wrapper
=content
=misc
=debug
*/

/*
=general
---------------------------------------------- */

* {
    margin: 0;
    padding: 0;
}

html { height: 101%; }

html, body { width: 100%; }

body {
    font-family: Georgia, 'Times Roman' serif;
    font-size: 69%; /* 11px */
    line-height: 160%;
    color: #333;
    background: #000 url(/images/bg-body.gif) repeat-x 0% 0%;
    text-align: center;
}

table, tr, td, input, select, textarea, ul, ol {
    font-size: 100%;
    vertical-align: top;
}

/*
=links
---------------------------------------------- */

a img, img { border: 0; }

a { color: #D90000; }

a:focus, a:hover, a:active { color: #333; }

code, pre {
    font-size: 1.5em;
    color: #999;
    display: block;
    width: 500px;
}

/*
=general content
---------------------------------------------- */
h2 {
    background: transparent url(/images/bg-h2.gif) no-repeat 50% 50%;
    height: 50px; /* 75px */
    padding-top: 25px;
    margin-bottom: .5em;
    color: #000;
    text-align: center;
    font-size: 1.5em;
    font-family: Georgia, 'Times Roman', serif;
    font-style: italic;
    line-height: 140%;
}

h3 {
    font-size: 1.5em;
    padding-bottom: 1em;
    color: #D90000;
    text-align: center;
}

h4 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    padding-bottom: 1em;
    color: #333;
    text-align: center;
}

h4 em {
    font-weight: normal;
    font-style: normal;
}

h5 {
    font-size: 1em;
    padding-bottom: .5em;
    color: #000;
    text-transform: uppercase;
}

ul, ol { margin-bottom: 1em; }

p {
    margin-bottom: 1em;
    font-size: 1.1em;
}

/*
=table
---------------------------------------------- */
table {
    margin-bottom: 2em;
    width: 100%;
}

td { padding-bottom: .75em; }

td.spice {
    width: 10px;
    padding-right: 10px;
    width: 12px;
    height: 14px;
    text-indent: -999em;
    background: transparent no-repeat 0% .2em;
}

td.spice.mild { background-image: url(/images/bg-mild.gif); }

td.spice.medium { background-image: url(/images/bg-medium.gif); }

td.spice.hot { background-image: url(/images/bg-hot.gif); }

td.item { padding-right: 10px; }

td.price { width: 30px; }

/*
=page structure
---------------------------------------------- */
#container {
    width: 744px;
    margin: 0 auto;
    text-align: left;
}

#header {
    height: 125px;
    background: #FFB310 url(/images/header_bg.gif) no-repeat bottom;
    position: relative;
    width:100%;
}

#wrapper {
    width: 100%;
    margin-bottom: 4em;
}

#column {
    float: left;
    width: 140px;
    padding: 10px 0 30px;
    background: transparent url(/images/bg-column.gif) no-repeat 0% 100%;
}

#main_nav {
    padding-top: 25px;
    background: transparent url(/images/bg-main-navigation.gif) no-repeat 0% 0%;
    width: 140px;
    list-style: none;
    font-family: Georgia, serif;
    font-size: 1.1em; /* 11px */
    text-align: center;
    margin: 0;
}

#content_wrapper {
    width: 464px;
    float: left;
    position: relative;
    background: #FFF0CF url(/images/bg-content-wrapper.gif) repeat-y 0% 0%;
}

#content {
    width: 418px;
    margin: 2em 0 2em 23px;
    height: 500px;
    min-height: 500px;
    position: relative;
}

*>#content{ height: auto; }

/*
=header
---------------------------------------------- */
#header div {
    position: absolute;
    background-repeat: no-repeat;
    background-position: left;
}

#header div.menu {
    left: 11px;
    top: 21px;
    width: 105px;
    height: 102px;
    background-image: url(/images/b-menu.gif);
}

#header img {
    left: 167px;
    top: 7px;
    position: absolute;
}

#header h1 {
    height: 53px;
    width: 744px;
    position: absolute;
    top: 60px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -999em;
}

/* about us */
.header_h1-121 { background-image: url(/images/bg-header-h1-121.gif); }

.header_h1-122 { background-image: url(/images/bg-header-h1-122.gif); }

/* news & events */
.header_h1-123 { background-image: url(/images/bg-header-h1-123.gif); }

/* tequila club */
.header_h1-124 { background-image: url(/images/bg-header-h1-124.gif); }

/* cantina tours */
.header_h1-125 { background-image: url(/images/bg-header-h1-125.gif); }

.header_h1-126 { background-image: url(/images/bg-header-h1-126.gif); }

#header div {
    position: absolute;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    z-index: 2;
}

#header .header_122 {
    background-image: url(/images/bg-header-122.gif);
    width: 105px;
    height: 102px;
    top: 21px;
    left: 11px;
}

#header .header_125 {
    background-image: url(/images/bg-header-125.gif);
    width: 105px;
    height: 102px;
    top: 19px;
    left: -10px;
}

#header .header_126 {
    background-image: url(/images/bg-header-126.gif);
    width: 90px;
    height: 108px;
    top: 13px;
    left: 23px;
}

/*
=main_navigation
---------------------------------------------- */
#main_nav ul {
    list-style: none;
    margin: 0 0 1em;
    padding: 0;
}

#main_nav ul li a {
    color: #FFB310;
    text-decoration: none;
    display: block;
    padding: 5px 0 6px;
    width: 100%;
}

#main_nav ul li a:focus, #main_nav ul li a:hover, #main_nav ul li a:active, #main_nav ul li.current a { color: #F55CAC; }

#main_nav ul li#main_nav_121.current a { background: transparent url(/images/bg-nav-121.gif) no-repeat -2px 50%; }
#main_nav ul li#main_nav_122.current a { background: transparent url(/images/bg-nav-122.gif) no-repeat -2px 50%; }
#main_nav ul li#main_nav_123.current a { background: transparent url(/images/bg-nav-123.gif) no-repeat -1px 50%; }
#main_nav ul li#main_nav_124.current a { background: transparent url(/images/bg-nav-124.gif) no-repeat -1px 43%; }
#main_nav ul li#main_nav_125.current a { background: transparent url(/images/bg-nav-125.gif) no-repeat -1px 50%; }
#main_nav ul li#main_nav_126.current a { background: transparent url(/images/bg-nav-126.gif) no-repeat -1px 50%; }

#main_nav ul ul li a {
    color: #F55CAC;
    padding: 3px 0 4px;
    background: none !important;
}

#main_nav ul ul li a:focus, #main_nav ul ul li a:hover, #main_nav ul ul li a:active,  #main_nav ul ul li.current a { color: #fff; }

/*
=content_wrapper
---------------------------------------------- */
#content_wrapper .top {
    height: 12px;
    width: 100%;
    background: transparent url(/images/bg-content-wrapper-top.gif) no-repeat 0% 0%;
}

#content_wrapper .bottom {
    height: 12px;
    width: 100%;
    background: transparent url(/images/bg-content-wrapper-bottom.gif) no-repeat 0% 0%;
}

/*
=content
---------------------------------------------- */

/* =fact */

#fact {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    float: left;
    position: relative;
    width: 140px;
    display: inline;
    margin-top: 56px;
    padding-bottom: 20px;
    background: transparent url(/images/bg-fact.gif) repeat-y 50% 0%;
}

#fact h2 {
    background: transparent url(/images/bg-fact-h2.gif) no-repeat 50% 0%;
    width: 140px;
    height: 130px;
    float: left;
    text-indent: -999em;
}

#fact div {
    margin: .5em 0 .5em 14px;
    font-size: .9em;
    width: 100px;
    color: #292526;
    text-align: center;
    line-height: 1.2em;
}

#fact p {
    margin: 0 0 10px 0;
    padding: 0;
}

#fact div.fact-bottom {
    width: 140px;
    height: 24px;
    margin: 0;
    position: absolute;
    background: transparent url(/images/bg-fact-bottom.gif) no-repeat top;
    bottom: 0;
}

#lingo { margin-bottom: 3em; }

#lingo p {
    text-align: center;
    margin-bottom: 1em;
}

#lingo h4 {
    padding: 0;
    margin: 0;
}

/* =image_listing */

#image_listing {
    width: 124px;
    padding: 4em 0 0;
    margin: 0 10px 0 0;
    float: right;
    list-style: none;
}

#image_listing li {
    border: 1px solid #E23C33;
    margin: 0 0 2em;
    padding: 0;
    width: 124px;
}

#image_listing  img {
    padding: 2px;
    border: 1px solid #FFF0CF;
    width: 118px;
    height: 118px;
    display: block;
    background-color: #FFB310;
}

/* =list-tequila */

#list-tequila tr.bg td { background-color: #FDE1A3; }

#list-tequila td {
    text-align: center;
    padding: .5em 0;
}

#list-tequila td.bottle { width: 60px; }

#list-tequila td.name { width: 100px; }

#list-tequila td.stats { width: 127px; }

#list-tequila td.description { width: 127px; }

/* =mailing_list */

#mailing-list fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

#mailing-list fieldset ol {
    margin: 0;
    padding: 0;
}

#mailing-list fieldset ol li {
    list-style: none;
    padding: 5px 10px;
}

#mailing-list label {
    display: block;
    float: left;
    line-height: 1.8;
    vertical-align: top;
    width: 140px;
}

#mailing-list label.large { width: 310px; }

#mailing-list em {
    font-weight: bold;
    font-style: normal;
    color: #f00;
}

#mailing-list input, #mailing-list textarea { width: 200px; }

#mailing-list p.note {
    font-size: .9em;
    line-height: 1.5em;
    margin: 1em 0;
}

/* =cantina-tours */

#cantina-tours a {
    color: #000;
    text-decoration: none;
}

#cantina-tours div.tour-image {
    background: transparent url(/images/tour-image_bg.gif) no-repeat left;
    width: 417px;
    height: 234px;
    margin-bottom: 25px;
}

#cantina-tours div.tour-image div {
    border: 1px solid #E23C33;
    width: 238px;
    margin-left: 86px;
}

#cantina-tours div.tour-image div img {
    border: 7px solid #FFB310;
    margin: 2px;
}

/* =list_menus */

#list_menus {
    height: 350px;
    position: relative;
    width: 100%;
}

#list_menus ul {
    position: absolute;
    top: 10px;
    left: 60px;
    list-style: none;
}

#list_menus li { padding-bottom: 1.5em; }

#list_menus li a {
    color: #000;
    text-decoration: none;
    font-size: 1.365em; /* 15px */
    font-style: italic;
    font-weight: bold;
}

#list_menus li a:focus, #list_menus li a:hover, #list_menus li a:active { text-decoration: underline; }

div.menu_top {
    background: transparent url(/images/bg-menu-top.gif) no-repeat top;
    position: absolute;
    top: 0 ;
    left: 0;
    width: 45px;
    height: 49px;
}

div.menu_bottom {
    background: transparent url(/images/bg-menu-bottom.gif) no-repeat top;
    position: absolute;
    bottom: 0px;
    left: 183px;
    width: 117px;
    height: 100px;
}

div#menu_images {
    width: 118px;
    position: absolute;
    right: 0;
    top: 0;
}

div.dish_bg {
    background: transparent url(/images/dish_bg.gif) no-repeat center;
    width: 100%;
    height: 43px;
    margin: 10px 0px 20px;
}

/* contact us */

#map_tauranga, #map_wellington, #map_christchurch {
    height: 200px;
    border: 1px solid #ddd;
    margin: 1em 0;
}

.contact_details {
    width: 100%;
    margin-bottom: 2em;
}

.contact_details div {
    float: left;
    width: 50%;
}

/* menu_navigation */

#menu_navigation {
    margin-bottom: 2em;
    list-style: none;
    text-align: center;
}

#menu_navigation li {
   padding-right: 5px;
   display: inline;
}

#menu_navigation li.current a { color: #333; }

/*
=misc
---------------------------------------------- */
.hide {
    position: absolute;
    left: -999em;
}

/* self clearing floats */
#main_navigation:after,
#wrapper:after,
.contact_details:after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/*
=debug
---------------------------------------------- */
.debug { text-align: center; }