 /** div {border:1px solid red;} */

/***HTML ELEMENTS  ***/
*
{
    font-family: verdana, helvetica,arial, Sans-Serif;
    margin: 0px;
    padding: 0px;
    border: 0px;
    line-height: 1.4em;
    font-size: 12px;
    color: black;
}
body
{
    background-color: #f6f7f7;
    height: 100%;
}
h1, h2, h3, a, b
{
    color: #7d2018;
}
h1, h1 *
{
    font-size: 16px;
    margin: 0px 0px 4px 0px;
}
h2, h2 *
{
    font-size: 13px;
    margin: 0px 0px 2px 0px;
}
h3
{
    font-size: 11px;
    margin: 0px 0px 1px 0px;
}
a
{
    text-decoration: underline;
}
a:hover
{
    text-decoration: none;
}
input, select, textarea
{
    border: solid 1px #8b898a;
    height: 16px;font-size: 11px;
}
p
{
    margin: 0px 0px 5px 0px;
}
textarea
{
    overflow: scroll;
    overflow-y: scroll;
    overflow-x: hidden;
    overflow: -moz-scrollbars-vertical;
}

ol, ul
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
    list-style-position: inside;
    list-style-type: decimal;
}
ol
{
    list-style-type: decimal;
}
ul
{
    list-style-type: disc;
}
li
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 5px 0px;
}


/*** MASTER DIV ***/
div.MasterDiv
{
    width: 1000px;
    min-height:700px;
    margin-left: auto;
    margin-right: auto;
    background: url(/images/Logo_Home.gif) no-repeat;
    background-color: white;
    border: solid 1px #8b898a;
    border-top: 0px solid #8b898a;
    padding: 8px 20px 10px 25px;
}


/*** TOP BANNER ***/
a.TopLogo
{
    width: 170px;
    height: 30px;
    float: left;
    margin-top: 50px;
}

.TopBannerAdImage
{
    float: right;
    height: 65px;
    width: 728px;
    height: 90px;
    margin-bottom: 10px;
}

div.TopNavLinks
{
    height: 27px;
    font-size: 10px;
    width: 1000px;
    clear: both;
}

div.TopNavLinks a
{
    padding: 0px 6px 0px 4px;
    text-decoration: none;
}
a.TopBannerLinks, a.TopBannerLinks:visited, a.TopBannerLinks:active
{
    font-size: 10px;
    font-weight: bold;
}
a.TopBannerLinks:hover
{
    text-decoration: underline;
}
a.TopBannerLinksLogin, a.TopBannerLinksLogin:visited, a.TopBannerLinksLogin:active
{
    color: green;
    text-decoration: none;
    font-size: 10px;
    font-weight: bold;
}
a.TopBannerLinksLogin:hover
{
    text-decoration: underline;
}

/*** BREADCRUMB LINKS ***/
div.BreadCrumbLinks
{
    margin-bottom: 15px;
}
div.BreadCrumbLinks a
{
    font-size: 10px;
    font-weight: bold;
}
a.BreadCrumbLinks
{
    font-size: 10px;
    font-weight: bold;
}

/*** PAGECONTENT DIV ***/
.PageContent
{
    width: 677px;
    float: left;
}

/*** RIGHT MENU DIV ***/
div.RightMenuColumn
{
    width: 300px;
    color: #696969;
    background-color: white;
    float: right;
    margin-top: 8px;
}
.RightMenuItem
{
    background: url(/images/right-menu-item.jpg) no-repeat;
    border: 1px solid #c6c4c4;
    width: 287px;
    padding: 6px 5px 5px 8px;
    margin-bottom: 10px;
    text-align: left;
    background-color: white;
}
.RightMenuItem h2 *
{
    text-decoration: none;
}
.RightMenuItem h2 *:hover
{
    text-decoration: underline;
}
.RightMenuImageItem
{
    border: 1px solid #c6c4c4;
    width: 300px;
    margin-bottom: 10px;
    text-align: left;
    background-color: white;
}


/*** HOME PAGE ***/
div.HomePageIntro
{
    width: 100%;
    padding: 10px 0px 0px 0px;
}
div.HomePageMainImage
{
    float: right;
    padding: 0px 0px 0px 0px;
}
div.HomePageText
{
    float: left;
    padding: 0px 20px 0px 20px;
    width: 350px;
}
img.HomePageIcon
{
    margin: 10px 0px 0px 90px;
}



/* Featured Cocktail */

div.hr
{
    width: 660px;
    height: 1px;
    background-color: #7d2018;
    margin:10px 0px 10px 0px;
}

div.CocktailsOfTheWeek
{
    clear: both;
    padding: 7px 0px 0px 0px;
}
div.FeaturedCocktail
{
    width: 338px;
    height: 130px;
    float: left;
    padding: 0px 0px 0px 0px;
     margin: 0px 0px 8px 0px;
    background: url(/images/Featured-Cocktail/Featured-Cocktail-Box.gif) no-repeat;
}
div.FeaturedCocktailContent
{
    width: 295px;
    height: 100px;
    margin: 8px 30px 0px 15px;
    border: 0px solid green;
}
div.FeaturedCocktailContent img
{float:right;
}
div.FeaturedCocktailContent h2
{
    color: white;
    margin-bottom: 6px;
}
div.FeaturedCocktailContent h2 *
{
    color: white;
    text-decoration: none;
}
div.FeaturedCocktailContent h2 *:hover
{
    color: white;
    text-decoration: underline;
}


hr.DrinkOfTheWeek
{
    border: 0px;
    height: 80px;
    margin-left: 15px;
    margin-right: 15px;
    width: 1px;
    color: black;
    background-color: black;
}

/**** GENERAL STYLES ****/
.imgContent
{
    margin-left: 20px;
    margin-bottom: 5px;
    margin-top: 3px;
    float: right;
}
.imgHeading
{
    margin-bottom: 11px;
}
.WarningText
{
    color: red;
    font-weight: bold;
}
.WarningText a
{
    color: green;
    font-weight: bold;
    text-decoration: underline;
}
.WarningText a:hover
{
    text-decoration: none;
}
.AlignTop
{
    vertical-align: top;
}
.FloatRight
{
    float: right;
}
.FloatLeft
{
    float: left;
}

/* General Form Styles */
.ClearFloat
{
    clear: both;
}
.priceBox
{
    width: 40px;
    height: 12px;
    font-size: 9px;
}
.priceText
{
    font-size: 10px;
}
.SmallText
{
    font-size: 9px;
}
.textbox
{
    width: 100px;
    height: 15px;
}
.textfield
{
    width: 200px;
    height: 40px;
}
.selectList
{
    width: 200px;
    height: 20px;
}
.FormTable
{
    width: 650px;
}
.FormTable td
{
    width: 198px;
    padding-bottom: 5px;
}
.FormTable td input
{
    width: 198px;
    float: right;
}
.FormTable tr #checkBox  
{
padding-top:10px;
}
.FormTable tr #checkBox input 
{
 width:14px; float:left; margin-right:5px; 
     border: solid 1px #8b898a;
    height: 14px;font-size: 11px;
}
.FormTable td select
{
    width: 198px;
    float: right;
}
.FormTable td input.buttons
{
    width: 80px;
    height: 20px;
    float: right;
    cursor: pointer;
}

/*  ASP.NET Datalist CSS */
.ListItem
{
    vertical-align: top;
    padding-bottom: 12px;
    padding-right: 10px;
    width: 500px;
}
.ListItemAlt
{
    vertical-align: top;
    padding-bottom: 12px;
    padding-right: 10px;
    width: 500px;
}

/* Cocktail Search */
.CocktailListings
{
    width: 500px;
}
.CocktailListings p
{ 
    margin-bottom: 13px;
}
.CocktailListings img
{
    float: right;
    clear:both;
    padding-left: 12px;
}



/* Footer */
div.FooterLinks
{
    margin: 20px 0px 0px 0px;
}
div.FooterLinks a, div.FooterLinks a:visited, div.FooterLinks a:active
{
    font-size: 10px;
    color: gray;
}
div.FooterLinks
{
    text-align: center;
    font-size: 9px;
    clear: both;
}

div.FooterLinks ul
{
    margin-left: 0;
    padding-left: 0;
    display: inline;
}

div.FooterLinks ul li
{
    margin-left: 0;
    padding: 0px 7px 3px 10px;
    border-left: 1px solid #000;
    list-style: none;
    display: inline;
}


div.FooterLinks ul li.first
{
    margin-left: 0;
    border-left: none;
    list-style: none;
    display: inline;
}

