body {
	font-family: verdana;
  line-height: 13pt;
  font-size: 9pt;
  color: #333;
}

.content p {
	text-align: justify;
	padding-bottom: 15px; 
}
.content strong {
	font-weight: bold;
}
.content em {
	font-style: italic;
}
.content a {
  color: #c50e0f;
  text-decoration: none;
}

.content h1 {
	font-size: 24pt;
	line-height: 28pt;
	padding: 0 0 30px 0;
	color: #270a90;
}
.content h2 {
  font-size: 18pt;
  line-height: 20pt;
  padding: 20px 0 15px 0;
  color: #270a90;
}
.content h3 {
  font-size: 14pt;
  line-height: 16pt;
  padding-top: 20px;
  padding-bottom: 10px;
  color: #270a90;
}
.content h4 {
	font-size: 12pt;
	color: #270a90;
}
.content h5 {
	font-size: 10pt;
	color: #270a90;
}



.content dl {
	margin-top: 20px;
}
.content dt {
	font-weight: bold;
	color: #700;
}
.content dd {
	padding-top: 5px;
	padding-bottom: 15px;
	padding-left: 25px;
}


.content ul {
	margin-top: 15px;
	margin-left: 40px;
}
.content li {
	margin-top: 8px;
	font-size: 7pt;
}
.content ul li {
	list-style: square url(/images/shell/li-bg.gif);
	margin-left: 25px;
}
.content ul.sparks li {
  list-style: square url(/images/shell/li-bg.gif);
}

.index-main {
  float: left;
  width: 550px;
}

.index-rhs {
  float: right;
  width: 200px;
}
.index-rhs h3 {
	padding: 0;
	border-bottom: 2px solid #eee;
	margin-bottom: 20px;
}


dl.specials dt {
	font-size: 20pt;
	line-height: 22pt;
	font-weight: normal;
	letter-spacing: 0.05em;
}
dl.specials dd {
	margin-top: 10px;
	margin-bottom: 50px;
  border-left: 50px solid #f5f5f5;
}



.enquiry {
	margin: 100px auto 30px auto;
	background-color: #f4f4f4;
	font-size: 8pt;
}
.enquiry h5 {
  padding: 20px 20px;
  font-size: 16pt;
  color: #c66c6c;
}
.enquiry p {
	padding-top: 5px;
	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;
}