@charset "utf-8";
html, body {
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h1, h2, h3, h4, h5, h6, p, blockquote,
 form, label, ul, ol, dl, fieldset, address {
    margin-bottom: 1em;
}
h1 {
	font-size: 18px;
	text-align: center;
	background-color: #D9CCC1;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #333333;
}
h2 {
	font-size: 16px;
	background-color: #D9CCC1;
	color: #333333;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin: 0px;
}
h3 {
	margin: 0px;
	font-size: 14px;
	text-align: center;
}
h4 {
	font-size: 14px;
	color: #684E37;
	margin-top: 10px;
}
p {
	font-size: 12px;
}
table {
	font-size: 12px;
}

blockquote {
	background-image: url(../images/blockQuote.gif);
	background-repeat: no-repeat;
	background-position: left 15px;
	padding-left: 80px;
	font-size: 12px;
	font-style: italic;
	margin-left: 50px;
	margin-right: 50px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #333333;
	padding-top: 8px;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
}
form {
	margin: 0px;
	padding: 0px;
}


.blockQuoteName {
	font-size: 12px;
	font-weight: bold;
	margin-left: 130px;
	padding-bottom: 10px;
}

a:link, a:visited, a:active {
	color: #5F4127;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
select  {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #B49A7F;
	padding: 2px;
}
#col3   #rightTopBox   #login #homeLogin input   {
	margin-top: 3px;
	padding: 0px;
}

.boldHeading {
	font-size: 14px;
	font-weight: bold;
}




div#wrap {
	width: 875px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #C8B5A4;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 12px;
}

#header {
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C8B5A4;
}

#main {
	background: #FFF;
	margin: 0;
	clear: left;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 0px;
	padding-bottom: 10px;
}
div#navBar {
	margin-bottom: 20px;
	background-color: #F1ECE8;
	width: 100%;
	height: 25px;

}

#nav {
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 850px;
}
#nav li {
	list-style: none;
	float: left;
	padding-left: 12px;
	font-size: 11px;
	line-height: 27px;
	white-space: nowrap;
	background-color: #FFFFFF;
	background-image: url(../images/tab_up.jpg);
	background-repeat: no-repeat;
	background-position: 0 100%;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #C8B5A4;
}
#nav a {
	display: block;
	float: left;
	text-decoration: none;
	font-weight: bold;
	color: #333;
	width: 0.1em;
	background-color: #FFFFFF;
	background-image: url(../images/tab_up.jpg);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	padding-top: 0;
	padding-right: 16px;
	padding-bottom: 0;
	padding-left: 0;
}
#nav     li.active             {
	background-image: url(../images/tab_over.jpg);
}
#nav  .active  a   {
	background-image: url(../images/tab_over.jpg);
	color: #FFFFFF;
}

html>body #nav a {width: auto;}    /* fixes IE6 hack */
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav a {
	float: none;
	color: #DECBB6;
}            /* End IE5-Mac hack */
#nav a:hover {
	color: #FFFFFF;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#login a:link, #login a:active, #login a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#login a:link {
	text-decoration: underline;
}

#col1 {
	width: 205px;
	left: 5px;
	float: left;
	clear: both;
	padding: 2px;
	font-size: 12px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#col2 {
	float: left;
	width: 410px;
	padding: 3px;
	font-size: 12px;
	margin-top: 6px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 6px;
}
#col3 {
	width: 205px;
	right: 5px;
	float: left;
	padding: 2px;
	font-size: 12px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
}
#centreTopBox {
	border: 5px solid #5D3F27;
	font-size: 12px;
	margin-top: 0px;
	padding-bottom: 18px;

}
#centreTopBox p {
}


#centreBtmBox {
	margin-top: 12px;
	margin-bottom: 0px;

}
#rightTopBox    {
	height: 205px;
	background-image: url(../images/home_box_brown.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 5px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}
#leftTopBox  {
	margin-bottom: 15px;
	text-align: center;
	width: 205px;
	margin-right: auto;
	margin-left: auto;
}

#homeLogin {
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
}
#footer {
	text-align: center;
	clear: both;
}
#ei42 {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
#ei42 img {
	margin-bottom: 5px;
}


#footer #homeLinks {
	padding: 0px;
	margin: 0px;

}
#footer #homeLinks li {
	list-style-type: none;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
#footer #homeLinks li a:link, #footer #homeLinks li a:visited  {
	color: #333333;
	text-decoration: none;
	font-size: 10px;
}
#footer #homeLinks .lastLink {
	border-right-width: 0px;
	border-right-style: none;
}

#termsList li {
	list-style-type: none;
}
#termsAndConditions a:link, #termsAndConditions a:active {
	color: #5E4026;
	text-decoration: underline;
	font-weight: bold;
}
#termsAndConditions a:visited {
	color: #917B66;
}
#termsAndConditions a:hover {
	text-decoration: none;
}

#quoteSteps td {
	background-color: #CCBEB3;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	width: 69px;
	line-height: 20px;
}
#quoteStepsSameDay td {
	background-color: #CCBEB3;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
	width: 78px;
	line-height: 20px;
}
#quoteSteps  .quoteActive, #quoteStepsSameDay .quoteActive {
	color: #FFFFFF;
	background-color: #684E37;
}
.whiteText, .whiteText a:link, .whiteText a:visited {
	color: #FFFFFF;
}
#leftNav  {
	margin-top: 0px;
	background-color: #D9CCC1;
	border: 2px solid #BBA48E;
	margin-right: 18px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 5px;

}
#contentSplit td {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
#quoteandbook {
	border: 2px solid #BBA48E;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#instructions {
}
#instructions td {
	font-size: 12px;
}
#weightsDimensions td {
	text-align: center;
	font-size: 12px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 2px;
}
.number {

}
#termsWindow {
	height: 320px;
	overflow-x:hidden;
	overflow-y:auto;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#fiveParcel {
	background-image: url(../images/5parcelsBg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 10px;
	margin-top: 15px;
	padding-bottom: 10px;
	height: 185px;
}
#fiveParcel p {
	padding-right: 8px;
	padding-left: 8px;
	color: #FFFFFF;
}
div#aboutUsWindow {
	height: 170px;
	overflow-x:hidden;
	overflow:auto;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-bottom: 0px;
}

.errorText {
	font-weight: bold;
	color: #FF0000;
}
table.bookTable {
	padding: 5px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
.bookTable td    {
	padding: 2px;
}
.bookTable h4 {
	text-align: center;
}

#ticker {
	background-color: #715434;
}

.alignCentre {
	text-align: center;
}
.contentList li {
	font-size: 12px;

}
.termsList  li {
	font-size: 12px;
}

#prohibetedAllowed li {
	background-image: url(../images/bluetick.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	list-style-type: none;
	font-size: 12px;
}
#prohibetedNotAllowed li {
	background-image: url(../images/noentry.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	list-style-type: none;
	font-size: 12px;
}
.divider {
	background-color: #867059;
	height: 2px;
	width: 100%;
	clip: rect(auto,auto,auto,auto);
	margin-top: 10px;
	margin-bottom: 10px;
}
.highlight {
	font-weight: bold;
	color: #99CC33;
}
.bgImage {
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center 35px;
}
#centreTopBox h2 {
	font-size: 18px;
	text-align: center;
	color: #FFFFFF;
	background-color: #99CC33;
	margin-bottom: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#centreTopBox p {
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
}
#homeLogin input {

}
#quoteandbook #quoteTable .rightAlign {
	text-align: right;
	padding-right: 150px;
}
#quoteTable {
	width: 450px;
	margin-right: auto;
	margin-left: auto;
}
#quoteTable  td {
	font-size: 12px;
	padding: 4px;
	border: 1px solid #333333;
}
.fullWidth {
	width: 855px;
	margin-right: auto;
	margin-left: auto;
}
#loginBox a:link, #loginBox a:visited {
	color: #000000;
	font-size: 12px;
	text-align: center;
}

table.borderTable {
border-collapse: collapse;
	margin-right: auto;
	margin-left: auto;
}
table.borderTable td {
	border-collapse: collapse;
	padding: 5px;
	border: 1px solid #666666;
	text-align: left;
}
td.masterwidth {
	width: 235px;
}
.greyBg {
	background-color: #D9CCC1;
	font-size: 12px;
}
#christmas td {
	vertical-align: top;
	padding: 4px;
}
