/* = RESETS AND BASIC INITIALIZATIONS
----------------------------------------------------------------------------------------------------------------------*/
@font-face { font-family: 'TradeGothicLTCondEighteen'; src: url('../fonts/lte50541-webfont.eot'); src: local('☺'), url('../fonts/lte50541-webfont.woff') format('woff'), url('../fonts/lte50541-webfont.ttf') format('truetype'), url('../fonts/lte50541-webfont.svg#webfontMSwG3AQF') format('svg'); font-weight: normal; font-style: normal }
@font-face { font-family: 'TradeGothicLTBoldCondTwenty'; src: url('../fonts/lte50543-webfont.eot'); src: local('☺'), url('../fonts/lte50543-webfont.woff') format('woff'), url('../fonts/lte50543-webfont.ttf') format('truetype'), url('../fonts/lte50543-webfont.svg#webfontoqYkmIIZ') format('svg'); font-weight: normal; font-style: normal }

body { margin: 0; padding: 0 } /* sepparate because position:relative for body causes problem on IE6 */

html, a, blockquote, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, img, input, label, li, ol, p, pre, span, table, ul
{

    margin: 0;
    padding: 0;
    position: relative;

}

/* transform the font size so that 1em is 10px so that you can use em's
but think in pixels as now 1em is 10px, 1.2em is 12px and so on */
html { font-size: 62.5% }

body { background-color: #FFF;text-align: center } /* this is done so that IE6 will center the main wrapper */

/* remove the ugly border around clickable images */
a img { border:none }

div.hr {

    background: #DDD;
    color: #DDD;
    clear: both;
    float: none;
    width: 100%;
    height: 1px;
    margin: .5em 0;
    border: none;
    overflow: hidden;
    font-size: 0;

}

/* = TYPOGRAPHY
----------------------------------------------------------------------------------------------------------------------*/
h1,h2,h3,h4,h5,h6 { font-weight: normal; line-height: 1.1em }

/* font stacks */
/*body    { font-family: Geneva, 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif } /* "wide" sans serif */
body    { font-family: Arial, Helvetica, Tahoma, sans-serif } /* "narrow" sans serif */
/*body    { font-family: Georgia, Utopia, Palatino, 'Palatino Linotype', serif } /* "wide" serif */
/*body    { font-family: 'Times New Roman', Times, serif } /* "narrow" serif */

/* set default body font size. declarations that follow, are percentual relative to this */
body    { font-size: 130%; color: #222; line-height: 1.6em }
h1      { font-size: 220%; margin: .5em 0 }
h2      { font-size: 200%; margin: .5em 0 }
h3      { font-size: 180%; margin: .5em 0 }
h4      { font-size: 160%; margin: .5em 0 }
h5      { font-size: 140%; margin: .5em 0 }
h6      { font-weight: bold; font-size: 120%; margin: .5em 0 }
p       { font-size: 100%; margin: .5em 0 }
small,
sup,
sub     { font-size: 80% }

small   { line-height: 1.1em; display: block } /* if you don't apply display: block, line-height will not work... */

/* = FLOATS
----------------------------------------------------------------------------------------------------------------------*/
p img.left  { margin: .6em 1em 1em 0 }
p img.right { margin: .6em 0 1em 1em }

/* = LINKS
----------------------------------------------------------------------------------------------------------------------*/
a:link      { color: #E5192D }
a:visited   { color: #E5192D }
a.active    { color: #E5192D }
a:hover     { color: #E5192D }
a           { text-decoration: none; outline: 0 }

/* = TABLES
----------------------------------------------------------------------------------------------------------------------*/
table           { font-size: 100%; border-collapse: collapse; border-color: #666; border-spacing: 0; margin: 0 } /* tables still need cellspacing="0" */
table caption   { text-align: left; font-size: 180%; margin-bottom: .5em }
table tr.even   {  }
table th        { background-color: #282925; font-weight: bold; color: #FFF }
table td        { padding: 0 }

/* = LISTS
----------------------------------------------------------------------------------------------------------------------*/
ul              { margin-left: 15px }
ol              { margin-left: 20px }
ul.float li,
ol.float li     { margin-top: 0; margin-bottom: 0; float: left }
ol.float li     { margin-right: 20px }
ul.float a,
ol.float a      { display: block; float: left } /* float: left is for IE6 */
ul.notype,
ol.notype       { list-style-type: none; margin-left: 0; margin-right: 0 }
ul.notype li,
ol.notype li    { margin-left: 0; margin-right: 0 }

/* = MISCELLANEOUS
----------------------------------------------------------------------------------------------------------------------*/
h1      { overflow: hidden } /* for images as links to home page in h1 */
h1 a    { height: 100%; display: block; text-indent: -9000px }

/* = NAVIGATION
----------------------------------------------------------------------------------------------------------------------*/
#navigation { margin: 0 auto; width: 918px; height: 42px; padding: 28px 0 0 66px }
#navigation li.separator { width: 1px; height: 12px; display: block; background: url('../images/navigation-vertical-separator.jpg') no-repeat center top; margin: 5px 33px 0 5px }
#navigation a { font-family: 'TradeGothicLTBoldCondTwenty', sans-serif; color: #949599; font-size: 17px; text-decoration: none; background: url('../images/arrow.jpg') no-repeat left center; padding-left: 10px; margin-right: 28px; _margin-right: 14px }
#navigation a.slim { font-family: 'TradeGothicLTCondEighteen', sans-serif; background: none; padding: 0 }
#navigation a:hover { color: #222 }
#navigation a.selected { color: #E5192D }

/* = FOOTER
----------------------------------------------------------------------------------------------------------------------*/
#footer { width: 978px; height: 120px; margin: 0 auto; font-size: 10px; color: #949599; line-height: 1em; text-align: left }
#footer span { display: block; margin: 20px 0 0 75px }
#footer span a { text-decoration: none; color: #949599; border-left: 1px solid #DEDEDE; padding-left: 5px; margin-left: 5px }

#drink-peroni-responsibly { position: fixed; width: 284px; height: 62px; left: 0px; bottom: 0px }
