body,
h1, h2, h3, h4, h5, h6, p, ul, li,
form, input, button, textarea,
div, span {
    margin: 0px;
    padding: 0px;
}

body {
    background-color: #E0E0E0;
    font-family: Arial, 'Tahoma', Verdana, Helvetica, sans-serif;
    font-size: 0.9em;
    color: #032465;
    margin: 10px;
}

h1 {
    font-size: 160%;
    color: #032465;
    font-weight: normal;
}

h2 {
    font-size: 140%;
    color: #032465;
    font-weight: normal;
    margin: 10px 0px;
}

p {
    margin: 15px 0px;
}

a { 
    color: #EC751F; 
    text-decoration: none; 
}

a:hover { 
    color: #EC751F;
    text-decoration: underline;
}

a img {
    border: none !important;
}

small {
    font-size: 80%;
}

table {
    border-collapse: collapse;
    width: 100%;
    margin: 10px 0px;
    border: 1px solid #032465;
}

table th {
    background:#032465;
    color: #FFFFFF;
    text-align: left;
    padding: 5px;
    font-weight: bold;
    border-bottom: 1px solid #032465;
}

table td {
    border-left: 1px solid #032465;
    border-right: 1px solid #032465;
    padding: 5px;
}

table tr.altRow td {
    background: #E0E0E0;
}

table a {
    color: #FFFFFF;
}

#container {
    width: 747px;
    margin: 0px auto;
}

#wrapper {
    width: 747px;
    float: left;
    padding: 0px 6px;
    background: url(/img/shadows.gif) repeat-y;
    margin: 10px 0px;
}

#header {
    width: 747px;
    height: 109px;
    float: left;
    background: #032465;
}

#logo {
    width: 605px;
    height: 109px;
    float: left;
}

#header-nav {
    width: 115px;
    height: 109px;
    float: right;
}

#header-nav ul {
    list-style: none;
}

#header-nav ul li.customerlogin,
#header-nav ul li.logout {
    width: 115px;
    height: 32px;
    float: left;
}

#header-nav ul li a {
    display: block;
    width: 115px;
    float: left;
}

#header-nav ul li a span {
    display: none;
}

#header-nav ul li.customerlogin a {
    height: 32px;
    background: url(/img/customerlogin.gif) no-repeat;
}

#header-nav ul li.logout a {
    height: 32px;
    background: url(/img/logout.gif) no-repeat;
}

#header-nav ul li.bookfreight {
    width: 115px;
    height: 77px;
    float: left;
}

#header-nav ul li.bookfreight a {
    height: 77px;
    background: url(/img/bookfreight.gif) no-repeat;
}

#header-nav ul li.bookfreight a:hover {
    background: url(/img/bookfreight_over.gif) no-repeat;
}

#nav {
    width: 747px;
    float: left;
    background: #06286C url(/img/navbg.gif) repeat-x top left;
}

#nav ul {
    list-style: none;
}

#nav ul li {
    float: left;
}

#nav ul li a {
    font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 90%;
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
    padding: 8px 6px;
    float: left;
    display: block;
}

#nav ul li a:hover {
    color: #EC751F;
}

#billboard {
    width: 747px;
    height: 208px;
    float: left;
}

#content {
    width: 687px;
    float: left;
    padding: 30px;
}

#footer {
    width: 707px;
    float: left;
    padding: 0px 20px 20px 20px;
}

#footer-left {
    width: 307px;
    float: left;
}

#footer-right {
    width: 400px;
    float: right;
    text-align: right;
}

#footer a {
    color: #01294c;
}

.imgFloatRight {
    float: right;
    margin: 0px 0px 30px 30px;
}

.col1 {
    width: 407px;
    float: left;
}

.col2 {
    width: 250px;
    float: right;
}

.col3 {
    width: 250px;
    float: left;
}

.col4 {
    width: 350px;
    float: right;
    text-align: right;
}

.pickpack {
    margin: 20px 0px 0px 0px;
}

.palletline {
    margin: 35px 0px 0px 0px;
}

.numberplate {
    margin: 10px 0px 0px 0px;
}

.extraTopSpacing {
    margin: 20px 0px 0px 0px;
}

#content ul {
    margin: 0px 0px 0px 40px;
}

.clear {
    clear: both;
}

label {
    font-weight: bold;
    width: 300px;
    display: inline-block;
    text-align: right;
    padding: 0px 10px 0px 0px;
    float: left;
}

.text,
.textarea,
.password {
    display: block;
    margin: 0px 0px 10px 0px;
    vertical-align: top;
}

.text input,
.textarea textarea,
.password input {
    width: 250px;
}

.textarea textarea {
    height: 100px;
}

.submit {
    text-align: center;
    display: block;
}

.submit input {
    background: #D80001;
    color: #FFFFFF;
    padding-top: 3px;
    padding-bottom: 3px;
    margin: 2px 0px 10px 0px;
    cursor: pointer;
    border: none;
    width: 60px;
    float: left;
    margin: 0px 0px 0px 311px;
}

.orange {
    color: #EC751F;
}

.error-message {
    display: block;
    font-weight: bold;
    color: #FF0000;
    padding: 5px 0px 0px 351px;
}

.customerTabs {
    float: left;
    width: 100%;
    border-bottom: 5px solid #032465;
    margin: 10px 0px 0px 0px;
}

.customerTabs ul {
    list-style: none;
    margin: 0px !important;
    padding: 0px !important;
}

.customerTabs li {
    float: left;
}

.customerTabs a {
    float: left;
    display: block;
    padding: 5px 10px;
    text-decoration: none;
}

.customerTabs li.sel a {
    font-weight: bold;
    background: #032465;
    color: #FFFFFF;
}

.filter {
    float: left;
    width: 667px;
    padding: 10px;
    background: #E0E0E0;
}

.filter div {
    float: left !important;
    display: block !important;
    margin: 0px !important;
}

.filter div input {
    margin: 0px !important;
}

.filter div label {
    width: auto !important;
}

.filter select {
    padding: 4px;
}

.prev, .next, .num {
    float: left;
    display: block;
    padding: 0px 5px 0px 0px;
}