/*****************************************************
******** CMS - Style Sheet
*****************************************************/

/*****************************************************
******** Redefined HTML Tags
*****************************************************/
body
{
    margin: 0px 0px 0px 0px;
    background-color: #000000;
}

input
{
    border: 1px solid #A99A6F;
    font: 12px Verdana, Helvetica, sans-serif;
    padding: 3px;
    background-color: #F6F5F0;
}

textarea
{
    border: 1px solid #A99A6F;
    font: 12px/18px Verdana, Helvetica, sans-serif;
    padding: 3px;
    background-color: #F6F5F0;
}

input.clear
{
    border: 0px;
    background-color: Transparent;
}

/*****************************************************
******** Site Design & Layout
*****************************************************/

.mainContainer
{
    position: relative;
    width: 1024px;
    margin: 0 auto;
}

.backgroundContainer
{
    position: relative;
    float: left;
    width: 1024px;
    background-image: url(/images/home/background_repeat.jpg);
    background-repeat: repeat-x;
}

.subContainer
{
    position: relative;
    float: left;
    width: 950px;
}

.leftImage
{
    position: relative;
    top: 45px;
    left: 164px;
    float: left;
    width: 238px;
    height: 646px;
    background-image: url(/images/home/bottle_ice.png);
    background-repeat: no-repeat;
    z-index: 10;
}

* html .leftImage /* Will only be seen by IE */
{
    background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/home/bottle_ice.png',sizingMethod='scale',enabled='true');
}

.menuTitlePanel
{
    position: relative;
    float:left;
    margin-top: 60px;
    margin-left: 175px;
    z-index: 15;
}

.homePanel
{
    position: absolute;
    top: 100px;
    left: 365px;
    width: 479px;
    height: 601px;
    z-index: 5;
    padding: 20px 20px 20px 45px;
}

.featuresLeft
{
    float: left;
    width: 233px;
    height: 181px;
    text-align: center;
}

.events
{
    float: left;
    width: 110px;
    background-image: url(/images/home/event_box.png);
    background-repeat: no-repeat;
    padding: 78px 0px 89px 0px;
}

* html .events /* Will only be seen by IE */
{
    background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/home/event_box.png',sizingMethod='scale',enabled='true');
}

.mixology
{
    float: right;
    width: 110px;
    background-image: url(/images/home/mixology.png);
    background-repeat: no-repeat;
    padding: 78px 0px 89px 0px;
}

* html .mixology /* Will only be seen by IE */
{
    background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/home/mixology.png',sizingMethod='scale',enabled='true');
}

.featuresRight
{
    float: right;
    width: 233px;
    height: 181px;
    text-align: center;
}

.buy
{
    float: left;
    width: 110px;
    background-image: url(/images/home/buy_it.png);
    background-repeat: no-repeat;
    padding: 78px 0px 89px 0px;
}

* html .buy /* Will only be seen by IE */
{
    background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/home/buy_it.png',sizingMethod='scale',enabled='true');
}

.media
{
    float: right;
    width: 110px;
    background-image: url(/images/home/media.png);
    background-repeat: no-repeat;
    padding: 78px 0px 89px 0px;
}

* html .media /* Will only be seen by IE */
{
    background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/home/media.png',sizingMethod='scale',enabled='true');
}

.music
{
    float: right;
    width: 110px;
    background-image: url(/images/home/music.png);
    background-repeat: no-repeat;
    padding: 78px 0px 89px 0px;
}

* html .music /* Will only be seen by IE */
{
    background: none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/home/music.png',sizingMethod='scale',enabled='true');
}

.menu
{
    position: relative;
    margin-top: 4px;
    text-align: center;
}

.menu a
{
    text-decoration: none;
}

.menu img
{
    position: relative;
    vertical-align: middle;
    border: 0px;
}

.footer
{
    position: relative;
    clear: both;
    margin: 0 auto;
    padding-top: 90px;
    padding-bottom: 20px;
    text-align: center;
    font: 11px/20px Arial, sans-serif;
    color: #999;
    width: 720px;
}

.footer a:link, .footer a:active, .footer a:visited
{
    color: #999;
    text-decoration: none;
    font: 11px/14px Arial, sans-serif;
    font-weight: normal;
}

.footer a:hover
{
    color: #999;
    font: 11px/14px Arial, sans-serif;
    font-weight: normal;
    text-decoration: underline;
}

.hidden
{
    display: none;
}

/*****************************************************
******** Help Tip
*****************************************************/

.helpTip
{
    padding: 1px 4px 1px 4px;
    background-color: #C10534;
    margin: 0px 1px 0px 1px;
    font: 12px Georgia, Helvetica, sans-serif;
    color: #FFFFFF;
    font-weight: bold;
}

.helpTip:hover
{
    cursor: help;
    padding: 1px 4px 1px 4px;
    background-color: #4D2615;
    margin: 0px 1px 0px 1px;
    font: 12px Georgia, Helvetica, sans-serif;
    color: #FFFFFF;
    font-weight: bold;
}

/*****************************************************
**** Display Styles
*****************************************************/

.errorBox
{
    background-color: #FFFFFF;
    border: 1px solid #A99A6F;
    color: #C10534;
    padding: 3px 3px 3px 3px;
}

.textField
{
    font: 12px Verdana, Helvetica, sans-serif;
    width: 350px;
    border: 1px solid #A99A6F;
    padding: 5px;
    background-color: #F6F5F0;
}

/*****************************************************
******** Button Styles
*****************************************************/

.actionButton
{
    border-top: 1px solid #A99A6F;
    border-left: 1px solid #A99A6F;
    border-right: 1px solid #A99A6F;
    border-bottom: 1px solid #A99A6F;
    background-color: #FFFFFF;
    width: 100px;
    height: 25px;
    font: 10px/15px Verdana, Helvetica, sans-serif;
    color: #C10534;
    font-weight: bold;
    margin-bottom: 1px;
    cursor: pointer;
}

.actionButton:hover
{
    border-top: 1px solid #676D01;
    border-left: 1px solid #676D01;
    border-right: 1px solid #676D01;
    border-bottom: 1px solid #676D01;
    background-color: #FFFFFF;
    width: 100px;
    height: 25px;
    font: 10px/15px Verdana, Helvetica, sans-serif;
    color: #C10534;
    font-weight: bold;
    margin-bottom: 1px;
    cursor: pointer;
}

/*****************************************************
******** Links
*****************************************************/

a:link, a:visited
{
    color: #CB7835;
    font: 12px/14px Verdana, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
}

a:hover, a:active
{
    color: #CB7835;
    font: 12px/14px Verdana, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: underline;
}