﻿@charset "utf-8";
#Html {
	background: url(/images/alcohol-portal-bg.jpg) no-repeat center center fixed;
	background-size: cover;
	margin: 0 auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

h1,
.contact-area a,
.jQuery-box-titles,
#featured-title-box {
    font-family: 'Open Sans Condensed', sans-serif;
}
.contact-area li {
    font-family: 'Open Sans', sans-serif;
}
.header .contact-area ul {
    margin: 0 5px 0 0;
    line-height: 39px;
}
.contact-area ul li:first-child {
    width: 275px;
    color: #f8f8f8;
    font-style: italic;
    margin: 0 0 0 15px;
}
.contact-area ul li:first-child + li{
    margin-right: 20px;
    font-size: 18px;
}
.contact-area a {
    color: #5a5b5b;
}
.header #user-nav.nav {
    margin: 0; /*10px 0 30px 0*/
    position: absolute;
    right: 40px;
    top: 41px;
}
#user-nav.nav a {
    font-size: 14px;
    color: #a60034;
}
h1 {
    color: #a60034;
    /*font-size: 59px;*/
    font-size: 49px;
    text-transform: uppercase;
    float: left;
    line-height: 1em;
    /*width: 500px;*/
    padding-left: 7px;
}
#db-icon {
    display: none;
}
#SidebarsWrapper {
    min-height: 500px;
}
.child-menu li {
    background-color: #eceeeb;
}
.child-menu a:hover {
    background-color: #fff;
}
#main-site-tab a{
	background:	#a80532;
    color: #FFFFFF;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 12px;
    padding: 6px 10px;
	text-transform:none;
    right: 20px;
    position: absolute;
    bottom: -28px;
    text-align: right;
}
.center-container{
	position:relative;
}
.top-icons, .wide-icons {
    display: none;
}
.accordion {
    margin: 0;
}
.phone-line {
    color: #a60034;
}

/* Search Filter */
#search-field-wrapper {
    margin-right: 20px;
    width: 200px;
}
#search-button a {
    padding: 5px;
    color: #f8f8f8;
    background-color: #a60034;
    position: absolute;
    bottom: 2px;
    right: 0;
}

.checkbox-search {
    float: left;
    width: 180px;
    padding: 10px 0px;
}

/* scroll to top button */
.scroll-to-top{
	width:70px; 
	height:70px;
	text-align:center; 
	font-weight: bold;
	color: #444;
	text-decoration: none;
	position:fixed;
	bottom:150px;
	right:0px;
	display:none;
	background: url('/images/back-to-top.png') no-repeat 0px 0px;
}
.scroll-to-top:hover{
	text-decoration:none;
}

/* fix for ie8 nth child */
.ie8-nth-child-fix {
    background: #eceeed !important;
}

/* hides word document import carryover text */
.zzmpTrailerItem {
    display: none;
}

/* fixes a font-size bug on iPhone */
@media screen and (max-device-width: 480px){
  body{
    -webkit-text-size-adjust: none;
  }
}