@import url(http://www.chirp.com.au/form_formatting.css);
@import url(http://www.chirp.com.au/table_formatting.css);

html {
  background-color: #736357;
}
body {
  margin: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #666;
}

a.chirplink { display: none; }

#menu {
  padding: 4px 8px 6em;
  background: url(/images/menu_bg.jpg) left top no-repeat;
  vertical-align: top;
}
#menu h4 {
  margin: 4px 0 2px;
  font-family: Georgia, Arial, Verdana, sans-serif;
  font-size: 16px;
  color: #1a1a1a;
}
#menu ul, #footer ul {
  margin: 0 0 4px 8px;
  padding: 0;
  list-style-type: none;
}

#quote {
  margin: 6em 8px 0 4px;
  line-height: 1.4;
  height: 160px;
  font-family: Georgia, Arial, Verdana, sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 15px;
  color: #534741;
}
#quotelink {
  color: #534741;
}

#content {
  padding: 0 1em 4em;
  vertical-align: top;
}
#content ul {
  margin: 1em 0;
  padding: 0 0 0 30px;
}
#content li {
  margin-bottom: 0.5em;
}
#content a:link, #content a:visited {
  color: #b8262c;
}
#menu small, #content small {
  font-size: 11px;
  color: #000;
}

h1, h2, h3, h4, h5 {
  margin: 0 0 7px;
  font-family: Georgia, Arial, Verdana, sans-serif;
  font-weight: normal;
  color: #000;
}
h1 {
  margin: 0;
  font-size: 28px;
}
h2 {
  margin-top: 1em;
  font-size: 24px;
}
h2 span {
  color: #5f5045;
}
h3 {
  margin-top: 1em;
  font-size: 19px;
}
h4 {
  margin-top: 1em;
  font-size: 15px;
}
h4 a:link, h4 a:visited {
  text-decoration: none;
  color: #1a1a1a;
}
h5, legend {
  font-family: Georgia, Arial, Verdana, sans-serif;
  text-transform: none;
  font-weight: bold;
  font-size: 12px;
}

a:link, a:visited {
  text-decoration: none;
  color: #666;
}
a:hover {
  text-decoration: underline !important;
}

#col2 {
  padding: 0 0 3em;
  vertical-align: top;
}

#cellar_door {
  background: #fff url(/images/cellar_door_bg.jpg) top repeat-x;
  vertical-align: top;
}
#cellar_door tr.spaced td {
  padding-right: 13px;
}

input, textarea {
  font-size: 11px;
  color: #333;
}
input.submit {
  margin: 0;
  padding: 2px;
  border: none;
  background: transparent;
  text-transform: uppercase;
  color: #c33;
}

strong {
  font-weight: normal;
  color: #c33;
}

#footer {
  background: url(/images/logo_bottom.jpg) left top no-repeat;
}
#footer td {
  padding-right: 1.5em;
  vertical-align: top;
}
#footer h4 {
  color: #fff;
}
#footer a:link, #footer a:visited {
  color: #fff;
}

.box {
  margin: 0 0 0.5em 0;
  border: 1px solid #20282b;
  padding: 0;
  background-color: #fff;
}
.box h4 {
  padding: 4px;
  background-color: #20282b;
  color: #fff;
}
.box ol {
  margin-left: 0;
  padding-left: 50px;
}

#homenews {
  margin: 3em 1em 1em;
  padding: 10px;
  border: 2px solid #CEBA95;
}

#newsbox {
  border-collapse: separate;
}
#newsbox td {
  padding: 10px;
  border: 2px solid #CEBA95;
  vertical-align: top;
}

#newsbox td.empty { border: 0; }
#newsbox h3 { margin-top: 0; }
#newsbox a:link, #newsbox a:visited { color: #736357; }
#newsbox a:hover { color: #CEBA95; }

#prices {
  border-collapse: collapse;
  font-family: Georgia, Arial, Verdana, sans-serif;
}
#prices tr {
  border-bottom: 1px dotted;
}
#prices td {
  padding: 3px 0;
}
#prices td.price {
  font-size: 18px;
  color: #999;
}
#prices td.price span {
  color: #000;
}
#prices td.qty {
  font-weight: bold;
  color: #666;
}
#prices td.qty input {
  border: 1px solid #000;
}
#prices td.add input, p.add input {
  padding: 2px 6px;
  border: 0;
  background-color: #b8262c;
  font-family: Georgia, Arial, Verdana, sans-serif;
  font-size: 13px;
  color: #fff;
}

#cart p {
  margin: 4px 0;
}
#cart big {
  font-family: Georgia, Arial, Verdana, sans-serif;
  font-size: 18px;
  color: #000;
}
#cart big span {
  color: #999;
}
#cart b {
  font-family: Georgia, Arial, Verdana, sans-serif;
  font-weight: normal;
  font-size: 14px;
}
#cart small a:link, #cart small a:visited {
  font-size: 11px;
  color: #999;
}
#cart small a:hover {
  color: #666;
}

table.orders {
  margin: 1em 0;
  border-collapse: separate;
  border: 1px solid #ccc;
}
table.orders:hover {
  border: 1px solid #666;
}
.orders tr {
  vertical-align: top;
}
.orders thead td, .orders tfoot td {
  background-color: #ccc;
  font-size: 11px;
  color: #00637a;
}
.orders tbody th {
  background-color: #eee;
  text-align: right;
  font-size: 11px;
}
.orders tbody td {
  background-color: #eee;
}

legend {
  background: none;
}
