body
{
    background-image: url("../images/background.gif");
    background-position: center;
    color: #000000;
    font-family: verdana;
    font-size: 12px; 
}

a
{
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}

img
{
    border: none;
}

h1
{
    font-family: Trebuchet MS, sans serif;
    font-size: medium;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
    color: #303030;
}

div.container
{
    width: 750px;
    margin-left: auto;
    margin-right: auto;
}

div.content
{
    background-image: url("../images/content-bgr.png");
    background-repeat: repeat-y;
    margin-top: 5px;
    margin-bottom: 5px;
}

div.content:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html div.content
{
    height: 1%;
}

div.main-zone
{
    float: left;
    display:inline;
    width: 550px;
    /*background: #cccccc;*/
    margin-right: 10px;
    padding: 5px;
}

div.side-zone
{
    float: left;
    display:inline;
    width: 170px;
    padding: 5px;
    background: #dee7f3;
}

div.main-row-last,
div.main-row
{
    padding-bottom: 10px;
    margin-bottom: 10px;
}

div.main-row
{
    border-bottom: 1px solid #5886C4;
    background-image: url('../images/row-separator2-bgr.png');
    background-position: 0% 100%;
    padding-top: 5px;
}

div.main-row-last
{
    padding-left: 10px;
}

div.main-row-last:after,
div.main-row:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;    
}

* html div.main-row-last,
* html div.main-row
{
    height: 1%;
}

div.row-side-zone
{
    float: left;
    display: inline;
    width: 220px;
    padding-left: 10px;
    margin-right: 10px;
    /*background: #ff0000;*/
}

div.row-main-zone
{
    float: left;
    display: inline;
    width: 300px;
    padding-left: 10px;
    /*background: #00ff00;*/
}

/* ---- header menu -------------------------------------------------------- */

div.header-menu
{
    background: #5886C4;    
}

div.header-menu ul
{
    margin: 0px;
    padding: 0px;
    list-style: none;
    padding: 5px;
}

div.header-menu ul:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html div.header-menu ul
{
    height: 1%;
}

div.header-menu ul li.last,
div.header-menu ul li
{
    float: left;
    padding: 0px 8px 0px 8px;
    border-right: 1px solid #ffffff;    
}

div.header-menu ul li.last
{
    border-right: none;
}

div.header-menu ul li a
{
    color: #ffffff;
}

/* ---- footer ------------------------------------------------------------- */

div.footer
{
    background: #5886C4;    
}

div.footer ul
{
    margin: 0px;
    padding: 0px;
    list-style: none;
    padding: 5px;
}

div.footer ul:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html div.footer ul
{
    height: 1%;
}

div.footer ul li.last,
div.footer ul li
{
    float: left;
    padding: 0px 10px 0px 10px;
    color: #ffffff;
    border-right: 1px solid #ffffff;
}

div.footer ul li a
{
    color: #ffffff;
}

div.footer ul li.last
{
    border-right: none;
}

/* ---- catalogue ---------------------------------------------------------- */

ul.catalogue-list
{
    margin: 0px;
    padding: 0px;
    list-style: none;
}

ul.catalogue-list:after
{
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

* html ul.catalogue-list
{
    height: 1%;
}

ul.catalogue-list li
{
    float: left; 
    width: 170px;
	height: 220px;
    padding-right: 0px;
    margin-bottom: 10px;
}

ul.catalogue-list a
{
    color: #333333;
}

ul.catalogue-list h2
{
    margin: 0px;
    padding: 0px;
    font-size: 110%;
    font-family: 'Trebuchet MS', sans serif
    color: #000000;
    border-top: 2px solid #5886C4;
    padding-top: 2px;
    margin-bottom: 5px;
}

/* ---- special offer ------------------------------------------------------ */

div.special-offer h2
{
    font-size: 110%;
}

div.special-offer span.old-price
{
    text-decoration: line-through;
    margin-right: 10px;
}

/* ---- welcome ------------------------------------------------------ */

div.welcome-content:after
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;    
}

* html div.welcome-content
{
    height: 1%;
}

div.welcome-content div.welcome-inner
{
    display: inline;
    float: left;
    width: 145px;
    margin-right: 5px;
}

div.welcome-content div.welcome-inner h2
{
    font-size: 110%;
}

