@charset "UTF-8";

/*RESET*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*RESET END*/


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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #033E78;
}
.oneColFixCtrHdr #container {
	width: 950px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	/*border-left: 1px solid #2E618E;
	border-right: 1px solid #2E618E;*/
}
.oneColFixCtrHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFFFFF;
	background-image: url(images/old-dalby-header.gif);
	height: 82px;
	background-repeat: no-repeat;
	text-transform: uppercase;
}
.oneColFixCtrHdr #header #mainMenu {
	font-size: 11px;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-top: 51px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 240px;
}


.oneColFixCtrHdr #mainContent {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}

.oneColFixCtrHdr #mainContent #boxRight {
	padding: 15px;
	float:right;
	width: 260px;
}

.oneColFixCtrHdr #mainContent #boxRight h4{
	padding: 5px;
	font-size: 14px;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background-color: #2E618E;
	display: block;
	color: #FFFFFF;
	border: 1px solid #164F81;
}
.oneColFixCtrHdr #mainContent #hilightBox h4{
	padding: 5px;
	font-size: 14px;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background-color: #F03F35;
	display: block;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	margin-top: 20px;
}
.oneColFixCtrHdr #mainContent #hilightBox{

	background-color: #F03F35;

}
.oneColFixCtrHdr #mainContent #hilightBox h4 a {
	padding: 5px;
	font-size: 14px;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background-color: #F03F35 !important;
	display: block;
	color: #FFFFFF;
	border: 1px solid #F03F35;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent #hilightBox h4 a:hover {
	padding: 5px;
	font-size: 14px;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background-color: #2E618E !important;
	display: block;
	color: #FFFFFF !important;
	border: 1px solid #164F81;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent #boxRight h4 a {
	padding: 5px;
	font-size: 14px;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	display: block;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	text-decoration: none;
}

.oneColFixCtrHdr #mainContent #boxRight h4 a:hover {
	padding: 5px;
	font-size: 14px;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	background-color: #F03F35;
	display: block;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	text-decoration: none;
}

.oneColFixCtrHdr #mainContent #boxfoot {
	padding: 0px;
	width: 950px;
	
}
.oneColFixCtrHdr #mainContent #boxfootbox {
	padding: 10px;
	width: 215px;
	float:left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #6f92b1;
	border-left-color: #144875;
	background-color: #164F81;
	background-image: url(images/footerboxbg.gif);
	background-repeat: repeat-x;
	height: 120px;
}
.oneColFixCtrHdr #mainContent #boxfootbox h2 {
	font-size: 14px;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

.oneColFixCtrHdr #mainContent #boxfootbox p {
	font-size: 14px;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}



.oneColFixCtrHdr #mainContent h1 {
	color: #FFFFFF;
	text-decoration:none;
	font-size: 24px;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	font-weight: lighter;
	text-transform: uppercase;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #77AAD7;
	margin-bottom: 5px;
}

.oneColFixCtrHdr #mainContent h2 {
	color: #FFFFFF;
	text-decoration:none;
	font-size: 16px;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-bottom: 10px;
	padding-top: 10px;
	font-weight: lighter;
}

.oneColFixCtrHdr #mainContent h5 a {
	color: #FFFFFF;
	text-decoration:none;
	font-size: 13px;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: lighter;
	background-color: #033E78;
	display: block;
	padding: 5px;
	float: left;
}
.oneColFixCtrHdr #mainContent h5 a:hover {
	color: #FFFFFF;
	background-color: #F03F35;	
}
.oneColFixCtrHdr #mainContent p {
	color: #ffffff;
	text-decoration:none;
	font-size: 12px;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
}
.oneColFixCtrHdr #mainContent p a {
	color: #FFFFFF;
	text-decoration:none;
}
.oneColFixCtrHdr #mainContent p a:hover {
	color: #FFFFFF;
	text-decoration:underline;
}
.fortables {
	color: #ffffff;
	text-decoration:none;
	font-size: 12px;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	padding-bottom: 5px;
	border-bottom: 1px #FFFFFF solid;
}
#home #mainContent {
	background-color: #5b81a4;
	padding: 0px;
}
#industrial #mainContent h2 {
	color: #ADD5F3;
	text-decoration:none;
	font-size: 16px;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-bottom: 10px;
}
#mainContent ul {
	color: #ffffff;
	font-size: 14px;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	padding-left: 30px;
	padding-top: 10px;
}
#mainContent ul li {
	color: #ffffff;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	list-style-type: disc;
	font-size: 13px;
	padding-bottom: 5px;
}


#warehouse #mainContent {
	background-color: #5B81A4;	
}

#trade #mainContent {
	background-color: #809f9b;
	padding: 15px;
}


#industrial #mainContent {
	background-color:#819EB4;
	padding: 15px;
}

#location #mainContent {
	background-color:#666666;
	padding: 15px;
}
#news #mainContent {
	background-color:#666666;
	padding: 15px;
}
#contact #mainContent {
	background-color:#666666;
	padding: 15px;
}
#gallery #mainContent {
	background-color:#5B81A4;
	padding: 15px;
}
#location #mainContent {
	background-color:#5B81A4;
	padding: 15px;
}

#industrial #mainContent h2 {
	color: #ADD5F3;
	text-decoration:none;
	font-size: 16px;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-bottom: 10px;
}
#offices #mainContent h2 {
	color: #D2D0DF;
	text-decoration:none;
	font-size: 16px;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-bottom: 10px;
}
#trade #mainContent h2 {
	color: #ADD8D3;
	text-decoration:none;
	font-size: 16px;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding-bottom: 10px;
}
.oneColFixCtrHdr #footer {
	background-color: #5B81A4;
	background-image: url(images/highcross.gif);
	height: 31px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center bottom;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #033E78;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #subfooter {
	height: 20px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #00678F;
	background-repeat: no-repeat;
	text-align:center;
}
.oneColFixCtrHdr #subfooter p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.oneColFixCtrHdr #subfooter a {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.oneColFixCtrHdr #mainContent #boxLeft {
	float:left;
	width: 600px;
	padding: 15px;
}

.oneColFixCtrHdr #mainContent #contactbox {
	float:left;
	width: 210px;
	padding: 15px;
}

.oneColFixCtrHdr #mainContent #boxLeft table tr td{
	padding: 4px;
	margin: 1px;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5B81A4;
}
.oneColFixCtrHdr #mainContent #boxRight table tr td{
	padding: 4px;
	margin: 1px;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5B81A4;
}
  
