﻿/* CSS for Door2Door, designed by Tim Knowles */

/* Global site stuff */
body {font-family:Calibri,Arial,sans-serif; font-size:11pt; color:#000;}
/*************************/

/* LAYOUT */
  #container {width:1000px; height:auto; margin:auto;}

 /* HEADER */
  #header {width:1000px; float:left; clear:both;}
  #hleft {width:31px; height:109px; float:left; background:url('http://www.salesbox.co.uk/vehicle-tracking/images/template/hleft.jpg') no-repeat 0 0;
}
  #hmid {width:938px; height:109px; float:left; background:url('http://www.salesbox.co.uk/vehicle-tracking/images/template/hmid.jpg') repeat-x 0 0;
}
  #hright {width:31px; height:109px; float:left; background:url('http://www.salesbox.co.uk/vehicle-tracking/images/template/hright.jpg') no-repeat 0 0;
}
  #logo {width:254px; height:75px; float: left; margin-top:23px;}
  #phone {width:684px; float:left; text-align:center; padding-top:23px;}
 /* END HEADER */

 /* BODY */
  #main {width:1000px; float:left; clear:both;}
  #mtop {width:1000px; height:31px; float:left; clear:both; background:url('http://www.salesbox.co.uk/vehicle-tracking/images/template/mtop.jpg') no-repeat 0 0;
}
  #mmid {width:1000px; height:auto; float:left; clear:both; background:url('http://www.salesbox.co.uk/vehicle-tracking/images/template/mmid.jpg') repeat-y 0 0;
}
  #mbot {width:1000px; height:31px; float:left; clear:both; background:url('http://www.salesbox.co.uk/vehicle-tracking/images/template/mbot.jpg') no-repeat 0 0;
}
 /* END BODY */

 /* CONTENT */
  #leftouter{width:200px; float:left;}
  #menu{width:160px; margin:auto;}

  #rightouter{width:785px; float:right;}
  #content{width:735px; margin:auto;}
 /* END CONTENT */

  #foot {width:1000px; height:41px; clear:both; background:url('http://www.salesbox.co.uk/vehicle-tracking/images/template/foot.jpg') no-repeat 0 0;
}
  #adr {width:740px; float:left; height:36px; padding-top:8px; padding-left:0px; font-size:8pt; text-align:center;}
  #ccard {width:228px; height:23px; float:right; padding-top:5px; padding-right:25px;}
/* END LAYOUT */
/*************************/


/* Links */
#menu li, #menu ul {list-style:none; line-height:2; margin:0px; padding:0px; text-align:left;}
* html #menu li {margin-bottom:-10px;line-height:1.3;}
#menu a { font-size:11pt; display:block; margin:0px; padding:0px;}

a:link, a:visited {color:#ef8421; text-decoration:none; border-bottom:1px dotted #000;}
a:hover, a:visited:hover{color:#000; text-decoration:none; border-bottom:1px solid #000000;}

/* Text */
h1, h3{margin:0px; padding 0px; color:#ef8421}, h2 {margin:0px; padding 0px; color:#ef8421} h4, h5, h6 {margin:0px; padding 0px; color:#ef8421;}
ul, li {margin-top:0px; padding-top:0px; text-align: left;}
body {text-align:justify;}
