* {
  margin: 0;
  padding: 0;
}
body {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 0.9em;
  color: #FFF;
  background: url(../images/bg.gif) no-repeat top center #0C130C;
}
.clear {
  clear: both;
}
a {
  color: #9DA961;
  text-decoration: underline;
}
a:hover {
  color: #e6f1b1;
}

/* browser selectors */
/* .win.ie6, .win.ie7, .gecko, .mac.safari */

#wrap {
  width: 900px;
  margin-right: auto;
  margin-left: auto;
  background-color: #111B11;
}

/* header */
#header {
  width: 900px;
  height: 172px;
  background: url(../images/bgHeader.gif) no-repeat;
}
#header img {
  width: 360px;
  height: 100px;
  position: relative;
  top: 50px;
  left: 272px;
  border: none;
}

/* landscape */
#landscape {
  width: 900px;
  height: 228px;
  border-bottom: 3px solid #152115;
}
.ie6 #landscape {
  border-bottom: 1px solid #152115;
}

/* nav */
#nav {
  width: 900px;
  height: 33px;
  display: block;
  background: url(../images/bgNav.gif) repeat-x;
  border-top: 2px solid #44A022;
  border-bottom: 2px solid #44A022;
}
#nav ul {
  margin-top: 7px;
  list-style: none;
  text-align: center;
}
#nav li {
  margin-right: 22px;
  padding: 4px 0 3px 0;
  display: inline;
  font-family: Times, Times New Roman, serif;
  font-size: 1.1em;
  text-transform: uppercase;
}
#nav li a {
  padding: 4px 4px 1px 4px;
  color: #FFF;
  text-decoration: none;
}
.ie #nav li a {
  padding: 2px 4px 1px 4px;
}
.win.gecko #nav li a {
  padding: 1px 4px 1px 4px;
}
#nav li a:hover {
  color: #9DD184;
  text-decoration: none;
}
#nav li a.active {
  background-color: #303A12;
}
#nav li.last {
  margin-right: 0px;
}

/* content */
#content {
  width: 540px;
  margin: 25px;
  display: block;
  float: left;
}
.ie6 #content {
  margin: 25px 12px 25px 12px;
}
#content.wide {
  width: 848px;
}
#content h1, h2, h3, h4 {
  font-family: Times, Times New Roman, serif;
  font-weight: normal;
  line-height: 150%; 
  color: #ECDF5F;
}
#content p {
  margin-bottom: 20px;
  font-size: 95%;
  line-height: 155%;
}
#content ul {
  margin: -10px 10px 15px 30px;
}
#content li {
  line-height: 130%;
}
#content table {
  font-size: 90%;
  line-height: 150%;
}
#content th {
  padding: 5px 8px;
  text-align: left;
  background-color: #444A33;
}
#content td {
  padding: 5px 8px;
  background-color: #243124;
}
#content img.right {
  margin: 6px 0 15px 15px;
  float: right;
  border: 1px solid #999;
}
#content img.left {
  margin: 6px 15px 15px 0;
  float: left;
  border: 1px solid #999;
}
#content .wine {
  width: 100%;
  margin-bottom: 30px;
  display: block;
  clear: both;
}
#content .wine img {
  margin: 6px 15px 15px 0;
  float: left;
  border: none;
}


/* subNav */
#subNav {
  width: 236px;
  margin: 25px 25px 25px 0;
  padding: 16px 22px 10px 22px;
  display: block;
  float: right;
  background-color: #0C130C;
}
.ie #subNav {
  width: 236px;
  margin: 25px 12px 25px 0;
  padding: 16px 20px 10px 20px;
}
#subNav h2 {
  margin-bottom: 4px;
  color: #FFF;
  font-size: 200%;
}
#subNav p {
  margin-bottom: 25px;
  font-size: 90%;
  color: #CED0CE;
  line-height: 145%;
}
#subNav img {
  margin-bottom: 15px;
}
#subNav form {
  margin: -10px 0 20px 0;
  padding-bottom: 30px;
}
#subNav form input  {
  float: left;
}
#subNav form #submitGo  {
  margin: -4px 0 0 10px;
}
#subNav form .invalid {
  border: 1px dashed red;
}

/* footer */
#footer {
  width: 900px;
  height: 40px;
  margin: 0 auto;
  padding: 20px 0 30px 0;
  display: block;
  clear: both;
  font-size: 85%;
  color: #707670;
}
#footer ul {
  list-style: none;
  margin-bottom: 8px;
  text-align: center;
}
#footer li {
  display: inline;
  padding-right: 10px;
  margin-right: 8px;
  border-right: 1px solid #707670;
}
#footer li.last {
  padding-right: 0;
  margin-right: 8px;
  border: none;
}
#footer li a {
  color: #696930;
}
#footer li a:hover {
  color: #9AA55B;
}