﻿/* GENERAL */

body
{
    background-color: #ffffff;
    font-family: Arial;
    font-size: 13px;
    text-align: center;
    margin: 18px 0 0 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

a
{
    text-decoration: none;
}

img
{
    border: 0;
}

div.clear
{
    clear: both;
}

div.mainCenter
{
    width: 970px;
    /*height: 100%;*/
    text-align: left;
    margin: 0 auto;
    clear: both;
    position: relative;
}

img#logo
{
    /*width: 279px;*/
    width: auto;
    height: 71px;
    padding: 0 0 15px 25px;
    float: left;
}

div#search
{
    float: right;
    margin: 28px 20px 0 0;
}

div#search input
{
    color: #a9a9a9;
    font-size: 12px;
}

div#search input#searchProduct
{
    width: 21px;
    height: 20px;
    background: transparent url(/media/site_graphics/search.png) no-repeat;
    border: 0;
}

div#topMenuBar
{
    width: 100%;
    height: 28px;
    background: transparent url(/media/site_graphics/topbar_background.png) repeat-x;
    margin-bottom: 32px;
    padding-left: 32px;
    text-align: left;
    position: relative;
}

div#topMenuBar a
{
    display: block;
    float: left;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    margin: 5px 40px 0 0;
}

div#topMenuBar div#topMenuBarLinks
{
    width: 1024px;
    height: 100%;
    margin: auto;
}

div.mainCenter div#mainCenterTop
{
    width: 100%;
    height: 4px;
    background: transparent url(/media/site_graphics/maincenter_background_top.png) no-repeat;
}

div.mainCenter div#printThis
{
    width: 100%;
    height: 100%;
}

div.mainCenter div#mainCenterMiddle
{
    width: 100%;
    height: 100%;
    background: transparent url(/media/site_graphics/maincenter_background_middle.png) repeat-y;
}

div.mainCenter div#mainCenterBottom
{
    width: 100%;
    background: transparent url(/media/site_graphics/maincenter_background_bottom.png) no-repeat;
    height: 61px;
}

div#mainCenterMiddle div#mainCenterContent
{
    background: transparent url(/media/site_graphics/maincenter_background_watermark.png) no-repeat 100% 100%;
    height: 100%;
    width: 100%;
    /*padding: 5px 0 18px 5px;*/
}

/* LEFT MENU */

div#leftMenu
{
    width: 248px;
    min-height: 395px;
    float: left;
    border-right: 1px solid #c6c6c6;
    padding: 10px 10px 0 10px;
    text-transform: uppercase;
}

div#leftMenu ul
{

}

div#leftMenu ul li
{
    list-style-type: none;
    /*margin: 5px 0 5px -40px;*/
    margin: 10px 0 10px -40px;
}

div#leftMenu ul li a
{
    display: block;
    width: 100%;
    background: transparent url(/media/site_graphics/arrow_fold.png) no-repeat center right;
    border-bottom: 1px dotted #999999;
    color: #999999;
    font-size: 12px;
}

div#leftMenu ul li a.last
{
    border-bottom: 0;
}

div#leftMenu ul li.selected
{
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
}

div#leftMenu ul a.selected
{
    display: block;
    width: 100%;
    background: transparent url(/media/site_graphics/arrow_unfold.png) no-repeat center right;
    padding: 3px 0 3px 0;
}

div#leftMenu ul li ul li
{
    margin-left: -20px;
}

div#leftMenu ul li ul li a
{
    background: none;
}

/* CENTER CONTENT */

div#centerContent
{
    float: left;
    margin-left: 25px;
    width: 660px;
}

div#centerContent div#paragraphs
{
    float: left;
    width: 72%;
    padding-right: 25px;
    position: relative;
}

div#centerContent div#paragraphs div#news
{
    width: 100%;
    height: 150px;
    overflow: auto;
    border: 1px solid #c6c6c6;
    padding: 0 3px 0 3px;
}

div#centerContent div#teasers
{
    float: left;
    width: 22%;
    _width: 20%;
    border-left: 1px solid #c6c6c6;
    min-height: 595px;
    padding-left: 10px;
    position: relative;
    overflow: hidden;
}

div#centerContent div#teasers div.teaser
{
    height: 7cm;
    margin-bottom: 10px;
}

div#centerContentFull
{
    padding: 10px 10px 10px 10px;
}

div#bottomContent
{
    text-align: center;
    color: #888888;
    width: 100%;
    clear: both;
}

h1, h2, h3, h4, .normalHeader
{
    color: #88abbf;
    text-transform: uppercase;
}

font.small
{
    font-size: 12px;
}

font.smaller
{
    font-size: 11px;
}

font.smallest
{
    font-size: 10px;
}

font.big
{
    font-size: 14px;
}

font.bigger
{
    font-size: 15px;
}

font.biggest
{
    font-size: 16px;
}

/* HOME */

img#top_image
{
    text-align: center;
    width: 957px;
    height: 150px;
    margin-bottom: 20px;
}

/* PRODUCT PAGES */

div#mainCenterContent div#productMainImage
{
    width: 268px;
    height: 150px;
    float: left;
    margin-bottom: 10px;
    text-align: center;
    line-height: 150px;
    vertical-align: middle;
}

div#mainCenterContent div#productMainImage img
{
    vertical-align: middle;
}

div#mainCenterContent div#productMainInfo
{
    width: 690px;
    height: 150px;
    float: left;
    margin-bottom: 10px;
}

div#mainCenterContent div#productMainInfo div#headerText
{
    padding: 115px 0 0 15px;
    color: #ffffff;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

div#mainCenterContent div.productBox
{
    width: 650px;
    clear: both;
}

div#mainCenterContent div.productBox div.productLeft
{
    width: 457px;
    float: left;
    font-size: 10px;
    margin-bottom: 25px;
}

div.productBox div.productLeft div.productHeader
{
    width: 100%;
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 10px 0 10px 0;
    font-size: 13px;
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 9px;
}

div.productBox div.productLeft div.productHeader p
{
    line-height: 0px;
    *line-height: 20px;
}

div.productBox div.productLeft div.productNumber
{
    height: 19px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    clear: both;
    width: 100%;
    margin-bottom: 9px;
}

div.productBox div.productLeft div.productNumber div.desc
{
    height: 100%;
    width: 347px;
    text-align: right;
    padding: 5px 7px 0 0;
    float: left;
}

div.productBox div.productLeft div.productNumber div.number
{
    height: 100%;
    margin-left: 4px;
    width: 90px;
    padding: 5px 0 0 7px;
    background-color: #000000;
    float: left;
}

div.productBox div.productLeft div.productDescription
{
    
}

div.productBox div.productLeft div.productDescription ul li
{
    margin-left: -25px;
    margin-bottom: 8px;
}

div.productBox div.productLeft div.productDescription ul li p
{
    margin-bottom: -8px;
    *margin-bottom: 0px; /* IE7 and below hack */
}

div.productBox div.productRight
{
    min-height: 200px;
    width: 193px;
    float: left;
    text-align: center;
    padding-top: 50px;
}

/* PRODUCTS SPECIAL PAGE */

div#products
{
    padding-top: 20px;
}

div#products div.productbox
{
    width: 457px;
    height: 113px;
    background: transparent url(/media/site_graphics/productbox1.png) no-repeat;
    float: left;
    margin: 0 10px 10px 0;
}

div#products div.productbox div.colorArea
{
    margin: 3px 2px 2px 2px;
    background-color: transparent;
    width: 450;
    height: 107px;
}

div#products div.productbox div.titlebox
{
    margin: 13px 0 0 0;
    width: 254px;
    height: 67px;
    border-bottom: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    float: left;
}

div#products div.productbox div.titlebox h3
{
    display: block;
    color: #ffffff;
    font-size: 14px;
    padding: 0 0 0 25px;
    text-transform: uppercase;
}

div#products div.productbox img
{
    width: 150px;
    height: 100px;
    float: left;
    margin: 6px 0 0 43px;
}
