* { margin: 0; padding: 0; font-weight: normal; }
body, html { height: 100%; min-height: 860px;}

a { text-decoration: none; color: #999; }
a:visited, a:active { color: #999; }
a:hover { color: #ffffff; }

a.red:hover { color: red; }
a.green:hover { color: green; }
a.blue:hover { color: blue; }
a.white, a.white:visited { color: #FFF; }

a img { border:none; }

.left { float: left; }
.right { float: right; }
.clear { clear: both; }

#c { width: 960px; margin: 0px auto; padding-top: 120px; }

h1 { font-size: 18px; }
h2 { font-size: 16px; margin: 10px 0; }
h3 { font-size: 12px; margin: 10px 0; }
h4 { font-size: 12px; margin: 5px 0; font-weight: bold; }

#thresh { position:relative; }
#loader { width: 960px; height: 480px; }
#loader.loading { background: url(/images/loading.gif) no-repeat center center; }

#header { position: absolute; top: 0; right: 0; margin: 5px; padding: 5px; background-color: #333; color: #FFF; width: 100px; font-size: 11px; text-align: center; z-index: 20; opacity: 1; }
.group { margin: 10px 0; }

.swatch { width: 40px; height: 30px; float: left; margin: 20px 20px 0 0; }
.swatch a { display: block; width: 100%; height: 100%; }

.spacer { height: 10px; background-color: #333; }

#statement { width: 960px; margin-top: 20px; }
#statement p { margin: 20px 0; background-color: #333; padding: 5px 10px; line-height: 20px; }