body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #000000;
	background-image: url(images/bgGradient.jpg);
	background-repeat: repeat-x;
}
.oneColFixCtr #container {
	width: 900px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	z-index: 1000;
	background-image: url(images/bgContainer.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FFEFC1;
}
.oneColFixCtr #mainContent {
	padding: 30px;
}
#OuterContainer {
	position: absolute;
	left: 50%;
	width: 1024px;
	margin-left: -512px;
	z-index: 2;
	top: 0;
	background-image: url(images/bgShadow.png);
	background-repeat: repeat-y;
}
#behindPic {
	width: 100%;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	right: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 500px;
}
#header {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: right;
	background-image: url(images/header.jpg);
	font-size: 24px;
	color: #C58641;
	padding-right: 40px;
	padding-left: 40px;
	font-style: italic;
	background-color: #000;
	height: 79px;
	padding-top: 21px;
}
#menu {
	background-color: #CC2B00;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/menuBg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 35px;
}
#MenuBar1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#footer {
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 40px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.MenuBarSubmenuVisible li a:hover {
	background-color: #600;
}
h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #930;
	font-size: 28px;
}
h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	color: #C30;
	line-height: 22px;
	font-style: normal;
}
.mainContentP {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	line-height: 20px;
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}
.captionBox {
	background-color: #FCC86D;
	border: 1px dotted #D47E3D;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #333;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	line-height: 20px;
}
.captionBoxMessage {
	background-color: #F9E6A2;
	border: 1px dotted #D47E3D;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: center;
	color: #666;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.blank {
	width: 20px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFF;
}
#Message, #Instructions {
	background-color: #F9E6A2;
	border: 1px dotted #D47E3D;
	padding: 2px;
	width: 738px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#Name, #Email, #Phone, #Address, #Town, #Country {
	width: 350px;
	background-color: #F9E6A2;
	border: 1px dotted #D47E3D;
	padding: 2px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#State, #Postcode, #Quantity {
	width: 158px;
	background-color: #F9E6A2;
	border: 1px dotted #D47E3D;
	padding: 2px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.dotLine {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
	margin-top: 40px;
	margin-bottom: 40px;
}
.outline {
	border: 1px solid #333;
}
#regions a:link, #regions a:visited, #regions a:active {
	color: #930;
	text-decoration: none;
}
#regions a:hover {
	color: #960;
}
.blue a:link, .blue a:visited, .blue a:active {
	color: #09F;
	text-decoration: none;
}
.blue a:hover {
	color: #0CF;
}
.centre {
	width:100%;
}
.centreTDwidth {
	width:auto;
	text-align:center;
	font-size: 12px;
}
.centreTDheightPDF {
	text-align:center;
	padding-top: 10px;
	padding-bottom: 20px;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.quoteText {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
.left {
	float: left;
}
.clearFloat {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	width: 0px;
}
#StateDiv, #PostcodeDiv {
	width: 194px;
}
#CountryDiv {
	width: 370px
}
#addressDiv, #townDiv, #emailDiv, #phoneDiv, #quantityDiv, #paymentDiv, #CountryDiv {
	width: 388px;
}
.BookPrice {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000;
}
#apDiv4 {
	position:absolute;
	left:749px;
	top:135px;
	z-index:3;
}
#apDiv5 {
	position:absolute;
	left:150px;
	top:280px;
	z-index:4;
}
.headingSqueeze {
	width: 750px;
	font-size: 18px;
}
#mainContent table tr td ul li {
	line-height: 24px;
	list-style-image: url(images/bullet.gif);
	margin: 0px;
	padding: 0px;
}
.left {
	float: left;
	margin-bottom: 20px;
	width: 220px;
	padding-right: 5px;
}
.left ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-size: 14px;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #FC9;
	text-decoration: none;
}
#footer a:hover {
	color: #F93;
	text-decoration: none;
}
.whitebg50percent {
	background-image:url(images/1pxWhite50percent.png);
	background-color: #FFF;
	background-repeat: repeat-x;
}.back2top {
	text-align: right;
	font-size: 12px;
}
.back2top a {
	color: #900;
	text-decoration: none;
}
.back2top a:hover {
	color: #C30;
}
.CFApic {
	margin-bottom: 20px;
	margin-left: 20px;
}
.ribbon {
	position: absolute;
	left: 150px;
	top: 490px;
}
