@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	text-align: left;
	background-image: url(../images/body-background.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #E75200;
	font-weight: normal;
}
a:visited {
	color: #E75200;
	font-weight: normal;
}
a:hover {
	color: #E75200;
	font-weight: normal;
}
a:active {
	color: #E75200;
	font-weight: normal;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a.navigation:link {
	font-size: 10px;
	color: #666;
	text-decoration: none;
	font-weight: normal;
}
a.navigation:visited {
	font-size: 10px;
	color: #666;
	text-decoration: none;
	font-weight: normal;
}
a.navigation:hover {
	font-size: 10px;
	color: #666;
	text-decoration: underline;
	font-weight: normal;
}
a.navigation:active {
	font-size: 10px;
	color: #666;
	text-decoration: underline;
	text-decoration: none;
}	
ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 4px;
}
li {
	padding-top: 4x;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 8px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
}
p {
	margin-bottom: 0em;
	margin-top: 0em;
}
.enquiryfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #fdf0e9;
	margin: 0px;
	width: 173px;
	border: 1px solid #EF4123;
	height: 16px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}
.messagefield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #fdf0e9;
	margin: 0px;
	width: 173px;
	border: 1px solid #EF4123;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
}
h2 {
	font-size: 16px;
	padding: 0px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #E75200;
	line-height: 1em;
}
h3 {
	font-size: 16px;
	padding: 0px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #333;
	line-height: 1em;
}
h1 {
	font-size: 24px;
	padding: 0px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 1em;
	color: #E75200;
}
.smalltext{
	font-size: 10px;
	color: #666;
}
.formfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	background-color: #E1F1FE;
	height: 13px;
	width: 180px;
	margin-bottom: 10px;
	border: 1px solid #999;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.messagefield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	background-color: #E1F1FE;
	width: 453px;
	height: 100px;
	margin-bottom: 10px;
	border: 1px solid #999;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}