/* global classes */

body {
        background: #000;
        color: #fff;
        font: 0.7em verdana;
}

a {
        text-decoration: none;
        color: #ff4500;
}

a:hover {
        color: #e76b24;
        text-decoration: underline;
}

a img {
        border: none;
}

h1 {
       font-size: 18px;
    color: #fff;
}

/*
input {
        padding-bottom: 5px;
}
*/

/* general classes */

#content {
        margin: auto;
        width: 820px;
        text-align: center;
}

#header { background: #000; }

#iso_logo { 
    clear:both;
    float:left;
    margin-left:10px;
    margin-top:-13px; 
}

#logo {
    padding-top: 1px;
    text-align: left;
    width: 200px;
    float: left;
}

#logo a img { margin-left: 70px; }

#search {
        /*float: right;*/
        margin: 0;
        padding: 10px;
        text-align: right;
        width: 225px;
}

#main {
        padding: 10px;
        width: 798px;
        min-height: 180px;
        background-color: #000;
        clear: both;
}

#mainquote {
        padding: 10px;
        width: 798px;
        min-height: 180px;
        background-color: #000;
        clear: both;
}

#flash {
                clear: both;
                height: 390px;
}

.subcategory {
        float: left;
}

#telephone {
        float: left;
                padding: 10px;
        width: 150px;
}

#telephone img, #quotationcart img {
        margin: 0;
}

#email { float: right; margin-top: 10px; }

#newsletter {
        float: left;
}

#quotationcart {
        float: right;
                padding: 5px;
        text-align: right;
}

#text {
        color: #fff;
                background-color: #000;
        text-align: justify;
                clear: both;
}

#footer {
        clear: both;
    border-top: solid 1px #fff;
}

.orange {
        background-color: #e76b24;
        border: none;
}

.grey {
        background-color: #ccc;
        border: none;
}

.error {
        color: #f00;
}

.clear {
        clear: both;
}

/* 'sections' is the top list, 'navigation' is the bottom list */

/* --------------------------------------------------------------
        Very ugly css but it works so don't touch!! (this overcomes the #section navigation problem)
-------------------------------------------------------------- */
#mainwrapper {
        float: left;
        background-color: #000;
}

/* ---------------------------------------------
        End of ugly css
----------------------------------------------*/

#topnav {
    clear: both;
                background: #000;
}

#topnav ul { 
z-index: 1;
 }

/* Second level navigation */

#topnav li ul {
        display: none;
        list-style: none;
        position: absolute;
        top: 5px;
        left: 0px; /* to line up with the parent border */
        padding: 0.5em;
        width: 11em;
        background-color: #000;
        border: 1px solid #fff;
        border-top: 0px;
}

#topnav li:hover ul {
        display: block;
}

#topnav li:hover ul a {
        background: none;
}

#topnav li ul li{
        background: none;
        margin-top: 0.5em;
z-index: 2;
}

#topnav li ul li:hover {
        text-decoration: underline;
}

#topnav li ul li a {
        float: none;
        padding-left: 5px;
        border: none;
}

#topnav li ul li:first-child a{
        border: none;
}

/*-----  Bottom Nav -----*/

#navbottom {
                clear: both;
}

#sections, #navigation, #cart {
        list-style: none;
        padding: 0;
        margin: 0;
}

#sections img {
                margin: 0 12px;
}

#navigation {
                height: 25px;
                padding-top: 1px;
                background: #000;
                color: #E76B24;
                font-size: 16px;
                font-weight: bold;
                font-family: arial;
                clear: both;
}

#navigation a:hover {
                text-decoration: underline;
}

#sections li, #navigation li, #cart li {
                display: inline;
        position: relative;
        margin: 0;
}

#navigation li {
                margin: 0 5px;
                
}
/*
#sections li {
                margin: 10px;
}

#sections li:first-child {
        margin: 0 0 -10px 0;
}
*/
/* second level lists */

#sections li ul {
        float: left;
        margin: 0;
        padding: 0;
        position: absolute;
        text-align: left;
}

li ul#brandingdrop {
        margin-left: -10px;
}

#sections li ul li {
        display: block;
        margin: 0;
        padding: 5px;
        min-width: 100px;
}

#sections li ul li:first-child {
       margin: 0px;
}

/*
#sections li:hover ul {
        display: inline;
        float: left;
}
*/

#sections li ul li a {
        font-weight: bold;
        color: #ccc;
}

#sections li ul li a:hover {
        color: #fff;
}

#cart li {
        margin: 0 30px;
}

#gloversure {
        color: #ccc;
        font-size: 8pt;
}

/* product navigation, links on the left of product lists/pages */

#productnav {
        float: left;
        list-style: none;
        text-align: left;
        padding: 0 5px 0 0;
        margin: 0;
        font-size: 1.2em;
        font-weight: bold;
        width: 100px;
}

#productnav li {
        margin-bottom: 5px;
}


#productnav a {
        color: #e76b24;
}

#productnav a:hover {
        color: #000;
        text-decoration: underline;
}

#productnav li ul {
        font-size: 1em;
        font-weight: normal;
        font-style: italic;
        list-style: none;
        padding-left: 0.5em;
        margin-top: 5px;
}

#productnav li ul li ul {
        font-size: 0.8em;
        margin-top: 5px;
}

.white a {
        color: #fff;
}

/* ---------------------------- */

#productlist {
        list-style: none;
        float: right;
        width: 640px;
        text-align: center;
}

#results #productlist {
        padding: 0;
        margin: 0;
        width: 720px;
}

#productlist img {
        border: 1px solid #000;
}

#productlist li div {
        width: 150px;
        height: 150px;
        margin: 0 auto;
}

#productlist li {
        float: left;
        width: 200px;
        margin: 15px 5px;
}

#pageno {
        text-align: right;
}

#pageno a {
        font-size: 16px;
        font-weight: bold;
        margin: 0 5px;
}

/* ---------------------------- */

/* the individual product page */

#productpage {
        float: right;
        text-align: left;
        width: 690px;
}

#productimages {
        float: left;
        width: 390px;
}

#mainimage {
        height: 300px;
        width: 300px;
        padding-bottom: 20px;
}

#otherimages img {
        height: 50px;
        width: 50px;
}

#productinfo {
        float: right;
}

#productdesc {
        width: 300px;
}


#productdesc h1 {
        margin: 0;
}

#productoptions {
        text-align: right;
}

#productoptions select, #productoptions input {
        margin-bottom: 5px;
}

#productoptions #number {
        width: 50px;
        /*height: 15px;*/
}

#productoptions h3 {
        text-align: left;
}

.relation {
        text-align: left;
        float: left;
        margin: 3px;
        width: 90px;
}

#back {
        text-align: right;
}

/* quotation cart */

#items, #personalisation, #additional {
        background-color: #ccc;
        color: #e76b24;
        text-align: left;
        padding: 5px;
        margin: 0 auto 20px auto;
        width: 780px;
}

#items table {
        width: 100%;
}

#items .product {
        width: 15px;
        height: 10px;
        border: 1px solid #000;
}

#personalisation table {
        width: 50%;
}

#printing {
        float: left;
}

#embroidery {
        float: right;
}

#submit {
        text-align: right;
}

#submit input {
        margin-left: 15px;
}

.left {
        float: left;
        text-align: left;
}

.right {
        float: right;
        text-align: left;
}

img.center {
        display: block;
    margin-left: auto;
    margin-right: auto
    }

/* one logo */

.one_logo, .one_logo img, .one_logo p, .one_logo a { float: left; }

.one_logo { clear: both; margin: 5px 0; }

.one_logo p { margin-left: 10px; width: 500px; margin-top:45px; }

.one_logo a img{ border: none; }

.one_logo .logo_div {float: left; min-width:260px;}
