@charset "UTF-8";
/* CSS Document */
#copy  {
	color: #353100;
	font-size: 90%;
	line-height: 150%;
}
#container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width:1000px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	visibility: visible;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	height: 1100px;
	background-color: #AC9D4F;
	z-index: 1;
}
#main {
	position:absolute;
	left:0px;
	top:229px;
	width:1000px;
	background-color: #AC9D4F;
	z-index:3;
	visibility: visible;
	height: 1000px;
}
#main .Note {
	color: #353100;
	font-size: 90%;
	line-height: 150%;
	padding-left: 10px;
	margin-right: 50px;
	text-align: right;
	margin-top: 30px;
	margin-bottom: 30px;
}
#main   .Note a {
	color: #990000;
	text-decoration: none;
}
#main   .Note a:hover {
	color: #FDFEBD;
	text-decoration: none;
	font-weight: normal;
}
#foot {
	width:1000px;
	background-color: #567CC3;
	left: 0px;
	top: 1225px;
	position: absolute;
	visibility: visible;
}
.floatRight {
	float: right;
	margin-right: 0px;
	margin-left: 5px;
}
#Enquiry    {
}
#Enquiry   table  {
	margin-right: 10px;
	margin-left: 10px;
	width: 880px;
	margin-top: 10px;
}
#Enquiry  .note  {
	font-size: 85%;
	color: #DDDDDD;
}
#Enquiry  .Question    {
	padding-left: 8px;
	text-align: left;
	font-size: 90%;
	vertical-align: middle;
	color: #FFFFFF;
	background-color: #990000;
	width: 200px;
}
#Enquiry  .Answer {
	text-align: left;
	font-size: 90%;
	vertical-align: middle;
	color: #FFFFFF;
	background-color: #567CC3;
}
#Enquiry .copyText {
	font-size: 90%;
	color: #353100;
}
#ContactTab   {
	margin-top: 20px;
}
#ConditionsTab {
	margin-top: 20px;
}
#ContactTab .copyText {
	color: #353100;
}
#ContactTab table {
	width: 890px;
	margin-bottom: 20px;
}
#ConditionsTab .head {
	font-size: 90%;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 10px;
}
#ConditionsTab p {
	font-size: 90%;
	line-height: 150%;
	color: #353100;
	margin-left: 10px;
}
#ConditionsTab li {
	font-size: 90%;
	color: #353100;
	text-indent: -7px;
	list-style-type: none;
}
#ConditionsTab li li {
	font-size: 100%;
	list-style-type: none;
	text-indent: -35px;
}
#ContactTab  td {
	padding-top: 0px;
	vertical-align: top;
	padding-right: 5px;
}

