* {
  margin: 0;
  padding: 0;
}

a:link {color:rgba(9,75,135,1);}
a:visited {color:#073763;}
a:hover {color:#ce1126;}
a:active {color:#ce1126;text-shadow: 0px 0px 3px rgba(206,17,38,0.2);}
a:link, a:visited, a:hover, a:active, a:focus {outline:0;}
a.disable_anchor:link, a.disable_anchor:hover, a.disable_anchor:visited, a.disable_anchor:active, a.disable_anchor:focus {
  text-decoration:none;
  color:inherit;
}

html {overflow-y: scroll;}

body {
  margin: 0 auto;
  padding: 30px;
  width: 768px;
  background-color: #fafafa;
  cursor: default;
}

h1, h2, h3 {
  font-family: "linux libertine","Times New Roman",Times,serif;
}

hr {
  background-color: #000;
  height: 1px;
  border: 0 none;
  padding: 0;
  margin: 2px 0 6px 0;
}

div#logo {
  float: left;
  width: 182px;
  height: 52px;
  font-size: 0.6em;
  box-shadow: 0 0 0px rgba(0,0,0,0.05);
}

div#footnote {
  padding: 1em 0 0.2em 0;
  min-height: 3em;
  font-size: 9px;
  background-color: #670912;
  color: gold;
  text-align: center;
  position: relative;
  z-index: 10;
  font-family: sans-serif;

  border-style: solid;
  border-width: 0;
  border-color: #eee;

  border-radius: 0 0 8px 8px;
  box-shadow: 0 0 6px rgba(0,0,0,0.6);
}

div#copyright {
  padding: 6px 0 0 0;
  font-size: 9px;
  color: gray;
  font-family: sans-serif;
}

.clear {clear: both;}
.vspace {height: 1em;}

a.brand {
  display: block;
  margin: 0 auto;
  width: 269px;
  height: 166px;
  border: 1px solid #e8e8e8;
  border: 1px solid rgba(200,200,200,0.6);
  border-radius: 3px;
}
a.brand:hover {
  border: 1px solid rgba(200,200,200,0.8);
  box-shadow: 0 0 8px rgba(0,0,0,0.2);
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

img.blogo {
  display: block;
  margin: 0 auto;
  border-style: none;
}

table#brand_list {
  border-collapse: collapse;
}
table#brand_list > tbody > tr > td {
  padding: 20px;
  vertical-align: top;
  font-family: "Adobe Garamond Pro",Garamond,Palatino,"Palatino Linotype","linux libertine","Times New Roman",Times,serif;
  font-size: 16pt;
  line-height: 1.5em;
  color: rgba(0,0,0,0.6);
}
table#brand_list > tbody > tr > td:first-child {
  padding-left: 0;
}

span.blink {
  display: block;
  margin: 6pt 0;
  font-family: verdana,helvetica,arial,sans-serif;
  font-size: 8pt;
  line-height: 8pt;
}
span.blink a {text-decoration: none;}
span.blink a:hover {text-decoration: underline;}
