body, p, td {
  color: #666666;
  background: #FFF;
  font: 10px Arial, Verdana, Helvetica, sans-serif;
  text-transform: uppercase;
  scrollbar-3dlight-color : #EEEEEE;
  scrollbar-arrow-color : #666666;
  scrollbar-darkshadow-color : #EEEEEE;
  scrollbar-face-color : #EEEEEE;
  scrollbar-highlight-color : #666666;
  scrollbar-shadow-color : #666666;
  scrollbar-track-color : #EEEEEE;  
}

body {
  margin: 0;
  padding: 0;
}

p {
  text-align: justify;
}

a {
  color: #0076AE;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
  background-color: #D9D9D9;
}

.noScript {
  color: #89004A;
  text-align: right;
  margin-right: 26px;
}

.button {
  border: 1px solid #EEEEEE;
  background-color: #EEEEEE;
  display: block;
  padding: 0 0 0 20px;
  text-decoration: none;
  color: #999999;
  margin-bottom: 2px;
}

a:hover.button {
  border: 1px solid #666666;
  color: #0076AE;
}

input, textarea, select {
  font: 11px Arial, Verdana, Helvetica, sans-serif;
  color: #333333;
  background-color: #EEEEEE;
  border: 1px solid #BBBBBB;
}

input:focus, textarea:focus, select:focus {
  background-color: #D9D9D9;
  border: 1px solid #666666;
}

.pink {
  font-size: 11px;
  font-weight: bold;
  color: #CB247E;
}


.reqd {
  background-image: url(../images/reqd.gif);
  background-position: bottom right;
  background-repeat: no-repeat;
}


/* Hacked dropdown classes */

.trigger{  
  display: block;  
  width: 15.3em;
  padding: 2px;
  text-decoration: none;
  color: #CB247E;
  background: #EEEEEE url(../images/dropdown_arrow.gif) center right no-repeat;
  border: 1px solid #BBBBBB;
  
}

.activetrigger{
  display: block;  
  width: 15.3em;
  padding: 2px;
  text-decoration: none;
  color: #CB247E;
  background: #EEEEEE url(../images/dropdown_arrow.gif) center right no-repeat;
  border: 1px solid #BBBBBB;
}

.dropcontainer ul{
  width: 15.3em;
  position: absolute;
  list-style-type: none;
  padding: 0;
  margin: 0;
  background: #EEEEEE;
  border: 1px solid #666666;  
}

.dropdownhidden{
  top:0;
  left:-999em;
}

.dropdownvisible{
  top: 0;
  left: 0;
}

.dropcontainer ul a{
  padding: 2px;
  display:block;
  text-decoration:none;
  color:#666;
}

.dropcontainer ul a:hover{
  color: #CB247E;
  background:#ccc;
}

.dropcontainer{
  position:relative;
}


/* Dead center positioning */

#horizon {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
  overflow: visible;
  visibility: visible;
  display: block
}

#content {
  margin-left: -380px;
  position: absolute;
  top: -218px;
  left: 50%;
  width: 760px;
  height: 436px;
  visibility: visible
}

/* SKKY Vodka Logo */
#skyy {
  position: absolute;
  bottom: 20px;
  right: 20px;
  height: 40px;
  width: 300px;
  background: url(../images/logo-skyy-horz.jpg) no-repeat top left;
}