html, body {
	color: #000000;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #8DA4B8;
	background-image: url(/images/bg_blue.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
a {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	color: #000000;
}




.main {
	height: 100%;
	width: 100%;
}
.centre {
	max-width:1300px;
}

.top_corner {
	background-color: #FFFFFF;
	background-image: url(/images/corner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 107px;
}
.top_menu {
	color: #FFFFFF;
	background-color: #990000;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #CC7F7F;
	height: 24px;
}
.top_menu a {
	color: #FFFFFF;
	text-decoration: none;
}
.top_menu a:hover {
	color: #FFCC66;
	text-decoration: none;
}
.tel {
	font-size: 24px;
}
.content {
	background-color: #FFFFFF;
	background-image: url(/images/bg_content.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.gradient {
	background-image: url(/images/gradient.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.text_big {
	font-size: 21px;
	color: #990000;
}
.headers {
	font-size: 18px;
}
.copy {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #336088;
	font-size: 11px;
}
.bg_bottom {
	background-image: url(/images/bg_black.gif);
	background-position: left;
}
hr {
	height: 1px;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #C6D1DB;
	background-color: #C6D1DB;
	border-top-color: #C6D1DB;
	border-right-color: #C6D1DB;
	border-bottom-color: #C6D1DB;
	border-left-color: #C6D1DB;
}
.fields {
	height: 18px;
	font-size: 12px;
	border: 1px solid #456E92;
	margin: 0px;
	padding: 0px;

}
.buttons {
	color: #FFFFFF;
	background-color: #990000;
	height: 20px;
	border: 1px solid #990000;
}
.cash {
	font-size: 18px;
	font-weight: bold;
}
.text_small {
	font-size: 11px;
}
.line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C6D1DB;
}
.cashline {
	font-size: 18px;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C6D1DB;
}
.total {
	font-size: 21px;
	font-weight: bold;
	color: #990000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C6D1DB;
}
.orderform {
	border: 1px solid #CCCCCC;
}
.orderformHeader {
	font-size: 18px;
	color: #336088;
}
.orderformTextfields {
	font-size: 14px;
	font-style: italic;
	color: #003399;
  width: 215px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #8DA4B8;
}
.vline3 {
	background-image: url(/images/vline3.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.vline1bg {
	background-image: url(/images/vline3.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

