/* The below line is forcing the top of the page to align to the top of the browser Window bespite the existence of a div tag that is being used to implement the JS in the drop-menu */
body
	{
		margin-top: 0px;
	}

	.formfield_star
	{
		color: #ff0000;
	}

	.form_table
	{
		background-color: #ffffff;
	}

	.form_table_bgf7
	{
		background-color: #fafafa;
	}
.sale_call
	{
		text-decoration: none;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 1.1em;
		color: #000000;
	}
	.icon_menu
	{
		text-decoration: none;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.3em;
		font-weight: bold;
		color: #000000;
	}
	li {
		color: black;
		font-size: 11px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}

	hr {border: none 0;
		border-top: 1px dotted #d9d9d9;
		text-align: center;
		height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
	}

	#my_tdsizes {
		color: black;
		font-size: 11px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	body, td {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		line-height: 1.56em;
	}
	/* The following is a hack for font size in IE 5.5 and below */
	td, body, body div, body th, body td, body body dd {
		font-size: 11px;
		voice-family: "\"}\"";
		voice-family: inherit;
	}

	a {
		text-decoration: none;
		font-size: 11px;
		color: #3366cc;
	}

	a:hover {
		text-decoration: underline;
		color: #777777;
	}

	/* ----------------------------------- */
	.mainNav {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		text-decoration: none;
		color: #000;
		font-weight: bold;
		font-size: 11px;
	}

	.mainNav:hover {
		color: #006691;
		text-decoration: none;
	}

	.mainNavHi {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #fff;
		font-weight: bold;
		font-size: 11px;
		background-color: #036;
		text-decoration: none;
	}

	.mainNavHi:hover {
		color: #ccc;
		text-decoration: none;
	}

	.navBar {
		background-color: #036;
	}

	/* Dropdown menu styles */

	#dropmenudiv{
		position: absolute;
		border: 1px solid #F3F3F3;
		background-color: #EFF1F5;
		line-height: 14px;
		z-index: 165;
	}

	.mainNavDropdown {
		display: block;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		text-decoration: none;
		color: #5F0E80;
		font-size: 10px;
		background-color: #F3F3F3;
		border-bottom: 1px solid #dfdfdf;
		padding: 2px 0 2px 5px;
		width: 165px;
	}

	.mainNavDropdown:hover {
		display: block;
		text-decoration: none;
		color: #5F0E80;
	/*This is the background colour of the dropdown when you mouseover*/
		background-color: #FFE7CE;
	}

	.mainNavDropdown_c {
		display: block;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		text-decoration: none;
		color: #5F0E80;
		font-size: 10px;
		background-color: #F3F3F3;
		border-bottom: 1px solid #dfdfdf;
		padding: 2px 0 2px 5px;
		width: 115px;
	}

	.mainNavDropdown_c:hover {
		display: block;
		text-decoration: none;
		color: #5F0E80;
		width: 115px;
	/*This is the background colour of the dropdown when you mouseover*/
		background-color: #FFE7CE;

	}

