@font-face 
{
    font-family: DIN-RegularAlternate;
    src: url(DINRegularAlternate.ttf);
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus { outline: 0;}
body {
    font-family: DIN-RegularAlternate, arial, sans-serif;
	line-height: 1.3;
	color: white;
	background: white;
	width: 100%;
	margin: 0 auto;
	background:black url(../images/background.gif) no-repeat fixed bottom right;
	/*letter-spacing: 0.9px;*/
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

.frame
{
    text-align: left;
    width:800px;
    margin: 0 auto;
}

#footer
{
    width:800px;
    margin: 0 auto;
}

h1
{
    font-size: 80%;
    font-weight: normal;
    padding-bottom: 10px;
    width: 800px;
    text-align: left;
    margin: 0 auto;
}

h2
{
    font-size: 75%;
    font-weight: normal;
    padding-bottom: 10px;
}

a
{
    color: gray;
}

p
{
    font-size: 72%;
    margin: 0 0 20px 0;
    line-height: 1.5;
}

td
{
    margin: 20px 0;
    line-height: 1.5;
}

#menu
{
    padding: 35px 0 0 0;
    width: 545px;
    font-size: 11px;
    color:white;
    list-style:none;
    float:right;
    letter-spacing:1px;
}
#menu li
{
    float:left;
    margin: 5px;
    line-height: 20px;
}
#menu li.separator
{
    font-weight:bold;
}

#menu li.active a
{
    color:gray;
    text-decoration:none;
}
#menu li.active ul a
{
    color:white;
}
#menu li.active ul a:hover
{
    color:gray;
}

#menu li a
{
    color:white;
    font-weight:normal;
    text-decoration:none;
}
#menu li a:hover
{
    color:gray;
    text-decoration:none;
}

#menu li ul
{
    visibility: hidden;
    position: absolute;
}


#menu li:hover ul
{
    display: block;
    max-width: 100em;
}

#menu li ul:hover
{
    display: block;
}

p.stockist
{
    float:left;
    width: 200px;
}