/* -----------------------------------
	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: 800px;
}

.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: 585px;
  float: left; 
}

#rightCol { 
  width: 215px; 
  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;
}


/* -------------------- Typography -------------------- */

h1 {
  font-size: 2.4em;
  font-weight: normal;
  color:#00ADEF;
  padding:0.5em;
  border:none;
}

h2 {
  font-size: 2.0em;
  font-weight: normal;
}

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
}