/* media="all" */

body {
	background: #fff url(images/body.gif) repeat-x 0 30px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0 0 20px 0;
	margin: 0;
	}
	
hr, .hide {
	display: none;
	}
	
img {
	border: none;
	}
	
	
/* content */
#content {
	font-size: 12px;
	padding: 10px 20px 30px 30px; 
	color: #444;
	margin: 10px 0 0 0;
	position: relative;
	min-height: 100px;
	float: left;
	width: 500px;
	}
	
* html #content {
	height: 100px;
	}
	
#content p {
	line-height: 1.6em;
	margin: 0 0 20px 0;
	}

/*  links */

a {
	color: #508cc7;
	text-decoration: none;
	border-bottom: 1px solid #e4eaee;
	}
	
a:hover {
	background-color: #508cc7;
	color: #fff;
	border: none;
	}
	
/*
a.external_link {
	background-image: url(images/external_link.gif);
	background-repeat: no-repeat;
	background-position: 99% 1px;
	padding-right: 15px !important;
	}

.external_link:hover {
	background-image: url(images/external_link_hover.gif);
	}
*/
	
	
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	}
	
* html h1,
* html h2,
* html h3,
* html h4,
* html h5,
* html h6
  {
 	height: 1px;
	}
	
h1 embed,
h2 embed,
h3 embed,
h4 embed,
h5 embed,
h6 embed
	{
	display: block;
	position: relative;
	left: -3px;
	}	
	
h1 {
	color: #004272;
	font-size: 35px;
	line-height: 40px;
	margin: 0;
	margin: 0 0 10px;
	}
	
h2, h3, h4 {
	font-size: 17px;
	line-height: 22px;
	margin: 0 0 5px 0;
	color: #3e647e;
	font-weight: normal;
	}
	
h2 {
	margin: 50px 0 0;
	}
	
h4 {
	margin: 40px 20px 5px 0;
	position: relative;
	min-height: 1px;
	}

h5 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 15px;
	color: #003684;
	}
	
h6 {
	font-size: 10px;
	margin: 0 0 10px 0;
	padding: 0;
	color: #508cc7;
	}
	
/* Main */
#main {
	background: url(images/content.gif) no-repeat top;
	padding: 10px;
	margin: 10px 0 0;
	position: relative;
	z-index: 1;
	min-height: 1px;
	}
	
* html #main {
	height: 1px;
	}
	
#main:after {
	content: ".";
	height: 0;
	visibility: hidden;
	clear: both;
	display: block;
	}
	
/* Sidebar */
#sidebar {
	width: 180px;
	float: left;
	position: relative;
	}
	
/* Site header */

/* toolstrip */
#site_header {
	height: 30px;
	background: #1f406b url(images/site_header.gif) repeat-x;
	border: 1px solid #003366;
	margin: 0 0 10px;
	line-height: 14px;
	position: relative;
	z-index: 2;
	}
	
#site_header ul {
	margin: 0 auto 0;
	padding: 0;
	right: 0;
	list-style: none;
	height: 20px;
	width: 750px;
	top: 10px;
	position: relative;
	}
	
* html #site_header ul {
	right: 6px;
	}
	
#site_header li {
	float: right;
	margin: 0;
	padding: 0;
	position: relative;
	height: 20px;
	}
	
#site_header a {
	background: #29568f url(images/sh_tab.gif) no-repeat 0 0;
	color: #c9d5e3;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	position: relative;
	text-align: center;
	border-bottom: none;
	float: left;
	margin: 0 1px;
	cursor: pointer;
	}
	
#site_header a span {
	background: url(images/sh_tab_span.gif) no-repeat right 0;
	display: block;
	line-height: 20px;
	height: 21px;
	padding: 0 20px;
	float: left;
	}
	
#site_header a:hover {
	background-color: #508cc7;
	background-position: 0 -20px;
	color: #fff;
	}
	
#site_header a:hover span {
	background-position: right -20px;
	}
	
#site_header a strong {
	color: #fff;
	font-weight: bold;
	}
	
.dxmail 		#sh_tab_dxmail a,
.dxglobal 		#sh_tab_dxglobal a,
.dxpost 		#sh_tab_dxpost a,
.dxovernight 	#sh_tab_dxovernight a,
.dxfacilities 	#sh_tab_facilities a
 {
	background: #e5e9eb url(images/sh_tab_focus.gif) no-repeat left top;
	top: -5px;
	color: #5068ae;
	font-size: 12px;
	}
	
.dxmail 		#sh_tab_dxmail a strong,
.dxglobal 		#sh_tab_dxglobal a strong,
.dxpost 		#sh_tab_dxpost a strong,
.dxovernight 	#sh_tab_dxovernight a strong,
.dxfacilities 	#sh_tab_facilities a strong
 {
	color: #24408f;
	}
	
.dxmail 		#sh_tab_dxmail a span,
.dxglobal 		#sh_tab_dxglobal a span,
.dxpost 		#sh_tab_dxpost a span,
.dxovernight 	#sh_tab_dxovernight a span,
.dxfacilities 	#sh_tab_facilities a span
 {
	padding-top: 5px;
	background: url(images/sh_tab_focus_span.gif) no-repeat right top;
	}
	
/* Page Header */
#page_header {
	margin: 10px 0 -11px;
	z-index: 1;
	position: relative;
	}
	
#page_header img {
	display: block;
	}
	
/* toolstrip */
#toolstrip {
	height: 35px;
	background: #1f406b url(images/toolstrip.gif);
	margin: 10px 0;
	line-height: 14px;
	position: relative;
	z-index: 2;
	}
	
#toolstrip ul {
	margin: 0 0 0 5px;
	padding: 4px 0 0 0;
	position: relative;
	list-style: none;
	height:31px;
	}
	
#toolstrip li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	height: 30px;
	}
	
#toolstrip a {
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	float: left;
	padding: 0;
	position: relative;
	margin: 0 5px 0 0;
	height: 25px;
	width: 160px;
	background: url(images/toolstrip_a.gif) no-repeat top;
	text-align: center;
	line-height: 22px;
	border: none;
	}
	
#toolstrip a:hover, #toolstrip .postcode a:hover, .int_postcode a:hover {
	background-position: 0 -25px;
	}
	
#toolstrip .postcode a {
	background: url(images/toolstrip_pc.gif) no-repeat top;
	width: 185px;
	line-height: 24px;
	margin-left: 60px;
	}
	
.int_postcode a {
	background: url(images/toolstrip_pc.gif) no-repeat top;
	width: 185px;
	height: 25px;
	display: block;
	line-height: 24px;
	margin-bottom: 20px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	border: none;
	}
	
html #toolstrip a em {
	color: #dc241f;
	font-weight: bold;
	position: relative;
	font-style: normal;
	font-size: 14px;
	}




/* breadcrumb */
#breadcrumb {
	border-bottom: 1px solid #e4eaee;
	padding: 0 0 5px 0;
	color: #003366;
	font-size: 11px;
	line-height: 20px;
	margin: 0 -20px 20px 0;
	}
	
#breadcrumb strong {
	font-weight: normal;
	color: #003366;
	}
	
#breadcrumb a {
	color: #508cc7;
	border: 1px solid #fff;
	padding: 1px 2px;
	margin: 0;
	}
	
#breadcrumb a:hover {
	background: #d7e7f6;
	color: #003366;	
	border: 1px solid #8fc4f8;
	padding: 1px 2px;	
	margin: 0;
	}

	
/* Wrapper */

#wrapper {
	width: 750px;
	margin: 0 auto;
	}
	
	
/* Header */

#header {
	position: relative;
	height: 65px;
	border-right: 1px solid #ced1d3;
	margin: 0 0 10px;
	}
	
#header_logo {
	position: absolute;
	top: -5px;
	left: -47px;
	}
	
#header_logo a:hover {
	background: none;
	}
	
	
#site_tools {
	position: absolute;
	right: 15px;
	bottom: 10px;
	font-size: 11px;
	color: #396187;
	padding: 2px 0;
	}
	
#site_tools a {
	color: #396187;
	text-decoration: none;
	padding: 2px 3px;
	}
	
	
#site_tools a:hover {
	background: #d7e7f6;
	color: #003366;	
	border: 1px solid #8fc4f8;
	padding: 1px 2px;	
	margin: 0;
	}
	
#site_tools #clock {
	margin-right: 10px;
	color: #8fa5b9;
	}
	
	
/* Main Nav Container */
#menu_container {
	height: 40px;
	z-index: 50 !important;
	position: relative;
	background: #fff url(images/menu_container.gif) repeat-x bottom;
	border: 1px solid #bcc9d6;
	}
	
#menu_contact {
	position:absolute;
	top: 11px;
	right: 20px;
	}


/* Footer */
#footer {
	margin: 0;
	padding: 15px 5px 5px;
	font-size: 10px;
	color: #396187;
	line-height: 16px;
	position: relative;
	clear: both;
	border-top: 1px solid #e4eaee;
	}
	
* html #footer {
	height: 1px;
	}
	
#footer p {
	margin: 2px 0;
	line-height: normal;
	}
	
#footer a {
	text-decoration: none;
	color: #396187;
	border-bottom: 1px solid #eee;
	}
	
#footer a:hover {
	color: #fff;
	border-color: #8295a3
	}
	
p#footer_legal {
	font-size: 10px;
	line-height: normal;
	margin: 20px 0;
	width: 600px;
	height: 20px;
	display: none;
	}
	
#contact {
	width: 300px;
	position: absolute;
	top: 15px;
	right: 10px;
	}
	
* html #contact {
	margin: 10px 0 20px 10px;
	}
	
#contact h4 {
	font-size: 11px;
	line-height: 14px;
	color: #718da0;
	margin: 0px 0 0 0;
	width: 100px;
	float: right;
	text-align: right;
	}
	
#contact h4 strong {
	font-size: 14px;
	color: #02253a;
	font-weight: normal;
	
	}	
	
	
/* External Web Link */
.external_link {
	background-image: url(images/external_link_bg.gif);
	background-repeat: no-repeat;
	background-position: 99% 2px;
	padding-right: 15px !important;
	}
	


	

/* small print */

ol.smallprint {
	font-size: 10px;
	line-height: 1.5em;
	}
	
ol.smallprint ol {
	margin-top: 10px;
	}
	
ol.smallprint li {
	margin-bottom: 10px;
	}

#content ul.smallprint {
	margin: 0 10px 20px 0;
	border: none;
	padding: 0;
	font-size: 11px;
	}
	
#content ul.smallprint li {
	background: none;
	list-style: disc;
	border: none;
	margin: 0 0 10px 15px;
	padding: 0 0 0 10px;
	}
	
	
/* Sitemap */


	
.error {
	border: 2px solid #cc0000;
	}	
	

/* Links list */
.bullet_list {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
.bullet_list li {
	color: #3e647e;
	font-size: 12px;
	margin: 5px 0;
	padding: 2px 20px;
	background: url(images/bullet.gif) no-repeat 5px 7px;
	}

.links {
	margin: 20px 50px 50px 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #e4eaef;
	}
	
.links li {
	min-height: 1px;
	border: none;
	}
	
* html .links li {
	height: 1px;
	}
	
.links a {
	display: block;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #e4eaef;
	border-top: none;
	padding: 0 0 0 20px;
	background: url(images/links_a.gif) no-repeat 5px center;
	position: relative;
	}
	
.links a:hover {
	background: #508cc7 url(images/links_a.gif) no-repeat 5px center;
	border-bottom: 1px solid #e4eaef;	
	}
	
.links a .icon {
	vertical-align: middle;
	margin: 0 0 0 10px;
	}
	
.links a.pdf img {
	position: absolute;
	top: 6px;
	right: 10px;
	}
	
.links .date {
	font-size: 10px;
	}
	
/* Data Grid Table Style */

.data_grid {
	border: none;
	padding: 0;
	border-collapse: collapse;
	font-size: 11px;
	}
	
.data_grid th {
	color: #666;
	border-top: 1px solid #ccc;
	text-align: left;
	vertical-align: top;
	background: #f9f9f9;
	padding: 10px;
	}
	
.data_grid td {
	border-top: 1px solid #ccc;
	vertical-align: top;
	padding: 10px;
	}
	
.data_grid tr.over td {
	background: url(/_resources/css/box_locations/row_hover.gif);
	}

/* Product Page */
.product .thumb {
	float: right;
	margin-top: 30px;
	margin-right: 50px;
	border: 1px solid #ccc;
	}
	
.product {
	margin: 75px 0;
	}
	
.product table {
	border: none;
	padding: 0;
	border-collapse: collapse;
	font-size: 11px;
	width: 100%;
	}
	
.product th {
	background: #eee;
	color: #666;
	border: 1px solid #eee;
	text-align: left;
	}
	
.product td {
	border: 1px solid #eee;
	}
	
.product tr.over td {
	background: url(row_hover.gif);
	}	