html, body {
	font-family: verdana;
	font-size: 9pt;
	line-height: 12pt;
	color: #666;
}

a {
	color: #6995c7;
	text-decoration: none;
}

p {
	padding: 10px 0;
	text-align: justify;
}

h1 {
	font-size: 30pt;
	line-height: 32pt;
	color: #6995c7;
	margin-bottom: 15px;
}
h2 {
  font-size: 25pt;
  line-height: 27pt;
  margin-bottom: 10px;
}
h3 {
  font-size: 15pt;
  line-height: 17pt;
}
h4 {
  font-size: 13pt;
  line-height: 17pt;
}
h5 {
  font-size: 10pt;
  line-height: 12pt;
  margin: 15px 0 0 0;
  text-decoration: underline;
}

hr {
	border: none;
	height: 2px;
	background-color: #eee;
	margin-top: 50px;
}

li {
	margin-left: 20px;
}
ul li {
  list-style: disc inside;
  margin-top: 5px;
}
ol li {
	 list-style: decimal inside;
}

dt {
	margin-top: 30px;
	margin-bottom: 2px;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #ca3f3c;
}

dd {
	margin-bottom: 50px;
}

dl.products dt {
	font-size: 12pt;
}
dl.products dd {
	padding-top: 10px;
  padding-left: 20px;
}

dl.products dd li {
	font-size: 7pt;
}

div.product-images {
	margin-top: 10px;
}

div.product-images img {
  margin: 0 10px;
}

dl.specials {
	margin: 40px 70px;
}

dl.specials dt {
	font-size: 12pt;
	padding: 5px;
	color: #fff;
	background-color: #cd5253;
}
dl.specials dd {
	border-top: 4px solid #fff;
	padding-top: 10px;
	padding-left: 40px;
	height: 100px;
	background-color: #eaeaea;
}


table.contact-methods {
	width: 100%;
	margin-bottom: 60px;
}

table.contact-methods th {
	font-weight: bold;
	color: #ca3f3c;
	padding-left: 10px;
}
table.contact-methods td {
	vertical-align: top;
	padding-top: 5px;
	padding-left: 14px;
}

.hot-specials {
	border-top: 3px solid #eee;
	padding: 10px;
}
.hot-specials ul {
	margin: 20px;
}
.hot-specials ul li {
	list-style: square;
}
.hot-specials a {
}

.hot-products {
	float: right;
	width: 200px;
	text-align: center;
}
.hot-products a {
}
.hot-products li {
	list-style: none;
	margin-top: 10px;
}



.enquiry {
  margin: 100px auto 30px auto;
  background-color: #eee;
  font-size: 8pt;
  border-top: 16px solid #c8c8c8;
}
.enquiry h5 {
  padding: 20px 20px;
  font-size: 20pt;
  color: #ccc;
  text-decoration: none;
}
.enquiry p {
  padding-top: 0px;
  padding-left: 20px;
  font-style: italic;
}
.enquiry table {
  margin: 20px;
}
.enquiry table th {
  padding: 4px;
  font-weight: bold;
  vertical-align: top;
  color: #666;
}
.enquiry table td {
  vertical-align: top;
  padding: 4px;
}
.enquiry table tfoot td {
  padding: 20px;
  padding-right: 4px;
  text-align: right;
}
.enquiry input {
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 3px;
}
.enquiry table tbody input {
  background: #fff;
  width: 150px;
}
.enquiry table tfoot input {
  background: #ccc;
  font-weight: bold;
  color: #fff;
  padding: 3px 20px;
  width: 150px;
}
.enquiry table textarea {
  border: 1px solid #ccc;
  width: 505px;
  height: 80px;
  padding: 3px;
}
.enquiry table input.error,
.enquiry table textarea.error {
  background-color: #f4dede;
}
.enquiry p.error {
  color: #f00;
}
.enquiry p.success {
  color: #32c33d;
}
