﻿/*
    Document   : Master.css
    Created on : 03/03/2010
    By         : Joel Phillips - POS Direct Ltd
    Notes      : Contains layout and appearance settings for the common page elements
*/
/*----------------------------------------- PAGE -------------------------------------------*/
body
{
    background-color: #dad9d9;
    background-image: url(../../imgs/system/body_bg.jpg);
    background-position: top center;
    background-repeat: repeat-x;
    color: #4b4b4b;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
}

div.page
{
    margin: 0px auto;
    width: 950px;
}

/*----------------------------------------- HEADER -------------------------------------------*/
div.header
{
    float: left;
    height: 120px;
    width: 950px;
    background-color: #ffffff;
    border-bottom: 1px solid #d9d9d9;
}

div.headerpos
{
    float: right;
    text-align:right;
    margin-top:15px;
    height: 40px;
    width: 600px;
}

div.headerhelp
{
    float: right;
    text-align:right;
    margin-top:15px;
    height: 50px;
    width: 200px;
}

div.headerwalls
{
    float: left;
    height: 120px;
    width: 235px;
}

div.breadcrumb
{
    font-size: 0.75em;
    text-align: right;
    float: left;
    margin-bottom: 15px;
    width: 950px;
}

/*----------------------------------------- CONTENT & GENERAL LAYOUT -------------------------------------------*/
div.contentholder
{
    background-image: url(../../imgs/system/wallslogo_bg.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    padding-top: 30px;
    width: 950px;
}

/*----------------------------------------- FOOTER -------------------------------------------*/
div.footer
{
    background-color: #6f6f6f;
    border-top: 10px solid #e4312a;
    color: #ffffff;
    float: left;
    height: 170px;
    width: 930px;
    margin: 0 auto;
    margin-top: 25px;
    padding-left: 20px;
}

div.footercolumn, div.footercolumnlast
{
    border-right: 1px solid white;
    font-size: 0.8em;
    float: left;
    width: 290px;
    padding-left: 10px;
    padding-top: 20px;
}

div.footercolumnlast
{
    border-right: 0;
    width: 310px;
    float: right;
}

div.footerlogo
{
    float: left;
    margin-right: 10px;
    width: 32px;
}

div.footerlink
{
    float: left;
    width: 230px;
    height: 20px;
}


/*----------------------------------------- GENERAL ELEMENT -------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-family: Gill Sans MT;
    font-style: italic;
    font-weight: bold;
    padding-bottom: 5px;
}

h2
{
    font-size: 22px;
}

h3
{
    font-size: 18px;
}

img
{
    border: 0px;
}

ul
{
    list-style-type: none;
}


/*----------------------------------------- LINKS -------------------------------------------*/
a
{
    color: #ff2d03;
}

.footerlnk
{
    color: #ffffff;
    text-decoration: none;
}

.footerlnk:hover
{
    text-decoration: underline;
}

/*----------------------------------------- GENERAL CLASSES -------------------------------------------*/

div.left
{
    float: left;
}
div.right
{
    float: right;
}

div.half
{
    width: 50%;
    margin: 0px;
    padding: 0px;
}

.warning
{
    font-weight: bold;
    color: #ff0000;
}

.hidden
{
    display: none;
}

.wm
{
    font-style: italic;
    color: #CCCCCC;
    padding: 3px;
    width: 149px;
}

span.arrow
{
    font-size: 1.4em;
    font-weight: bold;
    font-family: 'Gill Sans MT';
    padding: 5px;
    position: relative;
    top: 2px;
}

div.top
{
    margin-top: 0px;
}
div.gap
{
    margin-top: 20px;
}

.titlelink
{
    color: #FFC1C2;
}

.titlelink:hover
{
    color: #ffffff;
}
