/*
 * Global
 * Layout
 * Navigation
 * Widgets
 * Tables
 * Miscellaneous Note: these could do with sorting out into relevant sections
 */

/*
Global
*/

/*
Layout
*/
header {
   //background: #5A6E62 url('../images/banner-large.png') top center no-repeat;
   min-height: 169px;
}
#header
{
   width: 1330px;
}
#main {
   width: 1330px;
}
section {
}
article {
}
#content {
   padding-right: 24px;
   width: calc(75% - 24px);
   width: -webkit-calc(75% - 24px);
   float: left;
}
footer {
   width: 1330px;
}

/*
Navigation
*/
div.toggle {
   display: none;
}
.nav {
   display: block;
   margin: 0 auto;
   width: 1330px;
   margin: 0 auto;
   z-index: 1;
}
.nav ul {
   height: 50px;
}
.nav li {
   border-bottom: none;
   display: inline-block;
}
.nav li a
{
   white-space: nowrap;
   font-weight: normal;
   color: white;
   padding: 0 6px 0 6px;
}
.nav a:hover {
}
div.nav div.basket {
   float: right;
   margin: -68px 0;
   width: 100px;
   text-align: right;
   background: none;
}
div.nav div.basket a {
   display: inline;
}

/*
Miscellaneous
*/

