﻿/*
        PPC > Moss Express Header and home page styles. Dec '09. Kevin Leitch kevin.leitch@mossplastics.com

        =1. Reset all
        =2. Main Nav (uses Sprite driven menu system).
        =3. Header
        =4. Secondary Nav

*/

/*
        =1. Reset all & elements
*/

* {
        border: 0;
        padding: 0;
        margin: 0;
}

/* 
div { 
		behavior: url(/images/refreshjan/iepngfix.htc);
}
*/

body 
{
        font: 11px verdana, arial, tahoma, sans-serif;
}

a {
        outline: none;
}

h2 {
        text-transform: uppercase;
        background-color: #3184f7;
        font-size: 11px;
        width: 186px;
        padding: 10px;
        clear: left;
}

/*  

        =2. Main nav 
*/

#mainnav {
        width: 780px; 
        height: 32px;
        background: url(/images/refreshjan/sprite-menu.gif); 
        position: relative;
}

#mainnav li {
        margin: 0; 
        padding: 0; 
        list-style: none;
        position: absolute; 
        top: 0;
        clear: both;
}

#mainnav, #mainnav a {
        height: 32px; 
        display: block;
}
    
#panel1b {left: 220px; width: 90px;}
#panel2b {left: 310px; width: 90px;}
#panel3b {left: 400px; width: 90px;}
#panel4b {left: 490px; width: 90px;}
#panel5b {left: 580px; width: 90px;}
#panel6b {left: 670px; width: 90px;}
    
#panel1b a:hover {
        background: transparent url(/images/refreshjan/sprite-menu.gif) -220px -32px no-repeat;
    }
#panel2b a:hover {
        background: transparent url(/images/refreshjan/sprite-menu.gif) -310px -32px no-repeat;
    }
#panel3b a:hover {
        background: transparent url(/images/refreshjan/sprite-menu.gif) -400px -32px no-repeat;
    }
#panel4b a:hover {
        background: transparent url(/images/refreshjan/sprite-menu.gif) -490px -32px no-repeat;
    }
#panel5b a:hover {
        background: transparent url(/images/refreshjan/sprite-menu.gif) -580px -32px no-repeat;
    }
#panel6b a:hover {
        background: transparent url(/images/refreshjan/sprite-menu.gif) -670px -32px no-repeat;
    }

/* 
        =3. Header
*/

#header 
{
        height: 95px;
        background-color: #fff;
        width: 760px;
        padding: 20px;
        padding-bottom: 0; 
        padding-right: 0;          
}

#header h1
{
        float: left;   
}

#header #searchbox 
{
        background: transparent url(/images/refreshjan/searchFormBG.gif) 0 0 no-repeat;
        float:left;  
        height: 63px;
        width: 459px;
        margin-left: 5px;
}

#header #searchbox form fieldset 
{
        font-weight: bold;
        width: auto;
        float: right;
        margin-top: 4px;
        margin-right: 42px;
}

#header #searchbox form input#searchInput 
{
        width: 317px;
        padding: 3px;
        border: 1px solid #999;
        border-bottom-color: #fff;
        border-right-color: #fff;
        margin-top: 12px;
        margin-left: 20px;
}

#header #searchbox form input#searchBtn 
{
        position: relative;
        top: 6px;
}

#header #searchbox form p
{
        float: right;
        margin-right: 15px;
        margin-top: 15px;
}

#header #searchbox form p a 
{
        color: #255aa6;
        font-size: 9px;
        text-decoration: underline;
}

#header #searchbox form p a:hover 
{
        color: #000;   
}

#header #cat 
{
        margin-left: 598px;
        width: 150px;
        height: 90px;
        background-color: transparent; 
}

/*
            =4. Secondary nav
*/

#navcontainer 
{
        width: 200px;
        float: left;
}

#navcontainer ul {
        list-style-type: none;
        font-size: 11px;
	    font-weight: bold;
	    border-right: 1px solid #eee;
}

#navcontainer a {
	    color: #255aa6;
        display: block;
        padding: 3px;
        width: 200px;
        background-color: transparent;
        border-bottom: 1px dotted #ccc;
	    text-decoration: none;
}

#navcontainer a:link, .navlist a:visited {
        color: #255aa6;
        text-decoration: none;
}

#navcontainer a:hover {
        background-color: #255aa6;
        color: #fff;
}

/*                  =5. Catalogue order form                */

#catorder {
		width: 323px;
		height: 428px;
		background: transparent url(/images/refreshjan/catOrder.png) 0 0 no-repeat;
		position: absolute;
		top: 0;
		left: 310px;
}

#catorder form {
        margin-top: 60px;
        margin-left: 40px;
}

#catorder form input {
        border: 1px solid #999;
        border-bottom-color: #fff;
        border-right-color: #fff;
        padding: 3px;
}

#catorder form input#fname {
        position: relative;
}

#catorder form td.breaker {
        padding-bottom: 10px;
}

/*                  =6. secondary items                 */

#secItems {
        float: left;
        margin: 20px;
        height: auto;
}

/*                  =7: Login Form                      */

table#loginFrm {
        position: relative;
        left: -5px;
}

table#loginFrm input {
        border: 1px solid #999;
        border-bottom-color: #ccc;
        border-right-color: #ccc;
        padding: 3px;
}

table#loginFrm td {
        font-size: 10px;
}

/*                      =8. Main content area               */


#main {
        float: left;
        width: 526px;
        margin-top: 20px;
        margin-bottom: 20px;
}

#main .pushright {
        margin-left: 20px;
}

#main p {
        margin-top: 10px;
        font-size: 11px;
        line-height: 20px;
}

/*                      =9. Top footer                      */

#topfooter {
        clear: both;
        width: 780px;
        height: 32px;
        background: transparent url(/images/refreshjan/footerbg.jpg) 0 0 repeat-x;
}

#topfooter p {
        font-size: 10px;
        text-align: center;
        padding-top: 10px;
}

#topfooter p a {
        font-weight: bold;
        text-decoration: none;
        color: #000;
}

#topfooter p a:hover {
        text-decoration: underline;
}

/*                          =10.Bottom Footer               */

#bottomfooter {
        width: 780px;
        height: 32px;
}

#bottomfooter p {
        font-size: 11px;
        color: #3184f7;
        text-align: center; 
        padding-top: 5px;
        font-weight: bold;
}

#prodbullets {
		margin-left: 20px;
}