@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
}
p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #D85E1C;
	text-decoration: none;
}
a:hover {}


#mainmenu {
	background-image: url(/images/menu-bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 43px;
	font-size: 12px;
	font-weight: bold;
	color: #646262;
	text-decoration: none;
	text-indent: 10px;
	vertical-align: middle;
}
#mainmenu a {
	color: #646262;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
#mainmenu a:hover {
	color: #D4D0C8;
	text-decoration: none;
}
#footer {
	background-color: #dfdfdf;
	padding: 10px;
	color: #424242;
}
#footer2 {
	padding: 10px;
	color: #767676;
	font-size: 11px;
}



.quickenquiry {
	background-image: url(/images/quick-enquiry.gif);
	background-color: #ECECEC;
}
.quickenquiry small {
	font-size: 10px;
}
.quickenquiry .field {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 180px;
}



.tableline {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8e8e8e;
	padding-top: 3px;
	padding-bottom: 3px;
}

.leftbox {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dfdfdf;
	padding: 15px;
}
.leftbox h5 {
	font-size: 14px;
	font-weight: bold;
	color: #0092D4;
}
.infobox {
	border: 1px solid #dfdfdf;
}

.largetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000099;
	text-decoration: none;
	display: none;
}
