/* -----------------------------------
	Project: XDP CSS
	Date: 02/11/2007
	Author: Stuart Lees
	Company: TXD Limited
	Web: http://www.txdlimited.co.uk
   -----------------------------------
*/

/* ----- Default Zero ----- */

* {
  margin: 0;
  padding: 0;
}

body {
  margin:0;
  font: 62.5%/1.2 "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
  color:#fff;
  background-color:#1D1D20;
  text-align: center; 
  min-width: 840px;
}

.clear {
	clear:both;
}

/* ----- Layout ----- */

#wrapper {
  width: 800px; 
  margin: 1em auto; 
  text-align: left;
  border:5px solid #333;
}

#branding {
  position:relative;
  background:url(../images/header_bg.jpg) top right no-repeat #222;
  height:100px;
}

#main_navigation {
  clear:both;
  border-top:1px solid #282828;
  border-bottom:1px solid #282828;
  background: url(../images/main_menu_default_bg.jpg) top left repeat-x #FF9F03;
  height:30px;
}

#footer {
  clear:both;
  height:1%; /* KLUDGE: IE6/Win */
  background-color:#242427;
  border-top:1px solid #222;
}

#leftCol { 
  width: 590px;
  float: left; 
}

#rightCol { 
  width: 210px; 
  float: right;
} 

#xdp_content {
   background-color:#2D2D30;
   border-bottom:1px solid #3D3D41;
   border-top:3px solid #E1B44E;
   margin:10px;
}

#xdp_content img {	
	float:left;
	display:inline;
	border:3px solid #464545;
	margin:10px;
}

#about_xdp img {
 position:relative;
 float:right; 
 margin:10px;
} 

#about_xdp img {
	float:right;
	display:inline;
	margin:10px;
}

#commentBox {
	margin-top:1em; 
	background:url(../images/quick_comment_h1.jpg) top left no-repeat #676767; 
	padding-top:50px; 
	width:200px;
	border-bottom:4px solid #444
}

#customerLogin, #openAccount {
	margin-top:1em;
}

#customerLogin a, #openAccount a {
	padding:0; 
	margin:0; 
	height:60px;
}

#iframeCol {
	margin-top:10px;
}
/* -------------------- Lightbox CSS -------------------- */

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(http://www.xdp.co.uk/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(http://www.xdp.co.uk/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

/* -------------------- Typography -------------------- */

h1 {
  font-size: 2.4em;
  font-weight: normal;
  color:#00ADEF;
  padding:0.5em;
  border:none;
}

h2 {
  font-size: 2.0em;
  font-weight: normal;
 padding:0.5em;
}

p {
  font-size: 1.2em;
  padding:1em;
}

li {
  font-size: 1.2em;
  padding:0.5em;
}

ul {
	padding-left:50px
}

ol {
	padding-left:55px;
	padding-right:5px;
}


abbr, acronym {
	color:#eee;
	border-bottom:1px dashed #eee;
}

blockquote {
	background-color:#333;
	color:#fff;
	padding:1em;
	margin:1em;
	font-size:1.2em;
	line-height:1.4em;
	font-weight:bold;
	border:1px solid #444;
}

a {
	color:#FF9900; 
	padding:0 0.5em; 
	text-decoration:none;
}

a:hover {
	color:#eee; 
	text-decoration:underline
}

a img {
	border:0; 
	outline:0; 
	background:none
}

#branding a img {
	float:left;
	margin:0; 
	padding:0;
	display:inline;
	background:none;
	padding:0;
}

#branding a {
	background:none; 
	padding:0;
}

#branding p {
	position:relative;
	top:75px;
	right:15px;
	float:right;
	margin:0; 
	padding:0;
	display:inline;
	font-weight:bold;
}

#footer ul {
	margin:0; 
	padding:1em; 
	text-align:center; 
	list-style:none
}

#footer li {
	display:inline; 
	padding:0 1em;
}

#footer li a, #footer ul span {
	color:#999;
	padding:0;
	background:none;
}

#footer li a:hover {
	color:#fff;
}

/* -------------------- Main Navigation -------------------- */

#main_navigation ul {
	margin:0;
	padding-left:1em;
	list-style:none;
}

#main_navigation ul li {
	float:left;
	display:inline;
	padding:0;
	margin:0;
}

#main_navigation ul li a {
	display:block;
	float:left; /* kludge: IE 5.2 Mac does not shrink wrap floated list elements */
	line-height:2.5em; /* vertically centering anchor*/
	text-decoration:none;
	color:#222;
	text-align:center;
	background:none;
}

#main_navigation ul li a:hover, #main_navigation a.currentPage {
	color:#fff;
	background: url(../images/main_menu_active_bg.jpg) top left repeat-x #222;
}

/* -------------------- Sub Navigation -------------------- */

#button {
	margin-top:1em;
	width: 200px;
	font-family: "Trebuchet MS", Arial, Helvetica, Helvetica, Verdana, sans-serif;
	color: #333;
	background:url(../images/sub_navigation_bg.jpg) bottom left repeat-x #454545;
	padding-bottom:180px;
	border-top:3px solid #E1B44E;
}

* html body #button {width:183px;} /* IE/Win 6 Kludge */

#button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
		
#button li {
	margin: 0;
	padding:0;
}

* html body #button li {margin-top:-2px;} /* IE/Win 6 Kludge */

#button li a {
	display: block;
	padding: 5px 5px 5px 1em;
	color: #727281;
	text-decoration: none;
	width: 100%;
	background:none;
}

html>body #button li a {
	width: auto;
}

#button li a:hover, #button li a.curLink {
	background:url(../images/sub_navigation_active_bg.jpg) top left repeat-x #333;
	color: #fff;
}

#button h1 {
	margin:0;
	padding:1em;
	display:block;
	color:#E7A204;
	font-size:1.5em;
	font-weight:bold;
	background:url(../images/sub_navigation_h1_bg.jpg) bottom left repeat-x #464545;
}

* html body #button h1 {width:170px;} /* IE/Win 6 Kludge */

/* -------------------- Forms -------------------- */

fieldset {
	border:0;
	padding:1em
}

label {
	display:block; 
	font-size:1.2em; 
	padding:0.2em 0.1em;
}

input, textarea {
	width:170px; 
	border:2px solid #5E5E5E; 
	font-size:1.2em; 
	font-family:"Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	padding:0.2em;
}

.submit {
	background:url(../images/submit_bg.jpg) top left repeat-x #242427;
	color:#fff;
	width:50px;
	padding:0;
}

/* -------------------- Other Links Footer -------------------- */

#other_links {
	clear:both;
}

#other_links ul {
	margin:10px 0 0 107px; 
	padding:0; 
	list-style:none; 
	width:585px; 
	float:left; 
	display:inline;
}

#other_links ul li {
	height:69px; 
	float:left;
	 margin:0; 
	 padding:0
}

#other_links li a.express {
	float:left;
	display: block;
	height:69px;
	width:195px;
	padding:0;
	background:none;
	background:url(../images/express_link.jpg) no-repeat top left;
	margin:0;
}

#other_links li a.homedrop {
	float:left;
	display: block;
	height:69px;
	width:195px;
	padding:0;
	background:none;
	background:url(../images/homedrop_link.jpg) no-repeat top left;
	margin:0;
}

#other_links li a.logistics {
	float:left;
	display: block;
	height:69px;
	width:195px;
	padding:0;
	background:none;
	background:url(../images/logistics_link.jpg) no-repeat top left;
	margin:0;
}

#other_links li a.express:hover, #other_links li a.homedrop:hover, #other_links li a.logistics:hover {
	background-position:right top;
}

#other_links a span {
	display:none
}

/* -------------------- Tables -------------------- */

table {
	border-collapse:collapse;
	border:1px solid #444;
	margin:10px 20px
}

th, td {
	padding:0.5em;
	color:#fff;
	font-size:1.2em;
	background:#333;
	vertical-align:top;
}

caption {
	font-size:1.2em;
	font-weight:bold;
	margin:1em 2em;
	padding-bottom:0.5em;
	text-align:left;
	color:#FF9900;
}

th {
	font-weight:bold;
	text-align:left;
	background-color:#222;
	border:1px solid #333;
}

td {
	border-right:1px solid #444;
}

.odd {
	background-color:#eee
}

#trackConsig {
	position:relative;
	float:right;
	height:30px;
	display:inline;
	margin:0;
	top:3px;
	right:10px;
}

#trackConsig label {
	float:left;
	display:inline;
	margin:0;
	padding:0;
	font-weight:bold;
	line-height:2em;
}

#trackConsig input {
	float:left;
	display:inline;
	margin:0 0 0 0.5em;
	padding:0;
	border:1px solid #C9951D;
	width:120px;
	padding:0.2em;
	font-size:1em;
}

#trackConsig .go {
	padding:0.15em;
	border:0;
	width:40px;
	background:url(../images/submit_bg.jpg) top left repeat-x #242427;
	color:#fff;
	font-size:1.1em;
}

#pcode{
 margin-top:1em; 
 background:url(../images/postcode.jpg) top left no-repeat #444; 
 padding-top:50px; 
 width:200px;
 border-bottom:4px solid #333
}