body {
	margin: 0;
	padding: 0;
}

a{
	color: #862D2D;
	font-size: 10px;
	font-weight: normal;
	text-decoration: underline;
}

a:hover {
	color: #993333;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}



div {
	color: #4C4C4C;
	font-size: 10px;
}


h1, h2, h3, h4, {
	color: #333;
}

h3 {
	color: #68982B;
	}

h1 {
  margin: 15px 0 8px 0;
  padding: 3px 0;
  font: 21px helvetica, arial, sans-serif;
  line-height: 1.5em;
  }

img	{
	border: 0; /* turns off gaps around images */
}

li {
	list-style-image: url(../images/bullet.gif); /* bullet points */
}

p {
	color: #666666;
	line-height: 18px;
	
}

ul {
	color: #024F62;
	margin-bottom: 0px;
	margin-left: 28px;
	margin-right: 8px;
	margin-top: 16px;
	line-height: 16px;
}

br{
	margin-top: 12px;
	line-height: 16px;
}

p, td, a, a:hover, span, .textareanormal, .inputnormal, .textareamedium, ul, li {
	font-family: Arial, HGMAruGothicMPRO, Osaka, MS Gothic, sans-serif;
	font-size: 11px;
}

/* TABLES
----------------------------------------------------------------*/
table.form {
   border-width: 1px 1px 0px 0px;
  border-style: solid;
  border-color: #ccc;
  text-align: left;
  margin: 10px 10px;
  border-collapse: collapse;
  }

caption {
  color: #333;
  margin: 12px 0 6px 0;
  line-height: 1.2em;
  font: 12px verdana, sans-serif;
  font-weight: bold;
  text-align: left;
  }
  
.form td {
  padding: 6px 6px;
  margin: 2px 0px;
  font: 12px verdana, sans-serif;
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: #ccc;
  }

.form th {
  width: 150px;
  padding: 4px 6px;
  font: 12px verdana, sans-serif;
  font-weight: normal;
  text-align: right;
  vertical-align: text-top;
  color: #000;
  background: #eee; 
  border-width: 0 0 1px 1px;
  border-style: solid;
  border-color: #ccc;
  }
  
 #enquiry-form {
 	padding: 10px;
 	} 
  
  div.error {
  padding: 10px;
  color: #CC0000;
}

label.error{
display: block;
	} 
	
#lang-nav {
	width: 640px;
	margin: 0 auto;
	text-align: right;
	padding: 10px;
	}

#lang-nav a {
	padding: 5px 10px;
	}

#lang-nav a.selected {
	background: #862D2D;
	color: #fff;
	text-decoration: none;
	}
	
#footer {
	width: 640px;
	margin: 0 auto;
	text-align: right;
	padding: 5px 10px;
	color: #fff;
	}	
	
#content {
	padding: 10px;
	}
#details {
	width: 150px;
	float: right;
	background: #eee;
	padding: 5px 10px;
	margin-left: 10px;
	}
	
.frame img{
	padding: 3px;
	background: #fff;
	border: 1px solid #ccc;
	margin: 2px;
	}
	
.frame a:hover img{
	background: #333;
	}	