﻿/* control styles */
.CompanyLogo
{
    float: left;
    margin: 15px 1px 1px 35px;
}
.CompanySelectorLink
{
    display: block;
    margin: 5px 0px;
}
.heading
{
    color: #660000;
    font-size: 14pt;
    font-weight: bold;
}
.rotatingImg
{
    margin: 5px;
    display: block;
}
.headerImg
{
    display: block;
    float: right;
    margin: 0px 15px 1px 0px;
}
.ContactInfo
{
    margin-left: 25px;
}
.ContactInfoName
{
    font-size: 11pt;
    font-weight: bold;
    color: #660000;
}
.ContactInfoAddress
{
    font-size: 8pt;
    color: #660000;
}
.ContactInfoPhone
{
    font-size: 8pt;
    color: #660000;
}
.moduleBoxes
{
    float: right;
    width: 263px;
    margin-top: 10px;
}
.moduleBoxes .moduleBox
{
    background: #F8EDDF;
    color: #660000;
    margin: 5px 0px;
}
.moduleBoxes .moduleBox .boxheader
{
    background: #660000 url(../../gui/box-header.jpg) no-repeat;
    height: 24px;
}
.moduleBoxes .moduleBox .boxheader .header
{
    font-weight: bold;
    position: relative;
    left: 30px;
    top: 5px;
}
.moduleBoxes .moduleBox .boxbody
{
    border: solid 1px #660000;
    padding: 3px;
}
.ItemPrefix
{
    margin: 0px 5px 3px 5px;
}
.GalleryModuleImg
{
    display:block;
    border:none;
}
.GalleryModuleLink
{
    color: #660000;
}
.GalleryModuleLink:hover
{
    color: #990000;
}
.ModuleButton
{
    border: none;
    position:relative;
    top: 3px;
    left: 185px;
}
/* product styles */
.ProductDisplay
{
    width: 100%;
    margin: 5px;
}
.ProductDisplayName
{
    font-size: 12pt;
    font-weight: bold;
}
.ProductDisplayStockNumber
{
    float: right;
}
.ProductDescription
{
    display: block;
    margin: 3px;
}
.ProductImage
{
    margin: 5px 2px;
}
.ProductList
{
    width:100%;
}
.ProductListHeader
{
    width: 100%;
}
.ProductListName
{
    color: #660000;
    font-size: 12pt;
    font-weight: bold;
}
.ProductListName:hover
{
    color: #CC0000;
}
/* news styles */
.NewsHeader
{
    font-size: 115%;
    font-weight: bold;
}
.nDis
{
    min-height: 100px;
}
.newsdate
{
    font-weight: bold;
}
.newsheadline
{
    font-size: 8pt;
}
.newsheadline a
{
    color: #660000;
}
.newsheadline a:hover
{
    color: #990000;
}
.newscontent
{
}

/* menu and links styles */
a
{
    color: #0000CC;
    text-decoration: none;
}
a:hover
{
    color: #999;
    text-decoration: none;
}
a:visited
{
    text-decoration: none;
}
#permMenu
{
    width: 335px;
    margin: 3px;
    float: right;
    text-align: right;
}
#permMenu a
{
    color: #660000;
    text-decoration: none;
    font-size: 100%;
    font-weight: bold;
    margin: 0px 3px;
}
#permMenu a:hover
{
    color: #990000;
}
#permMenu a img
{
    border: none;
    margin: 0px 3px 3px 3px;
}
.menu
{
    position: relative;
    left: 1px;
}
.staticMenuItem
{
    color: White;
    font-weight: bold;
}
.dynamicMenu
{
    min-width: 100px;
    font-weight: bold;
}
.dynamicMenuItem:hover
{
    color: #CCC;
}

/* Customer Access styles */
div#CustomerAccess
{
    width: 100%;
    height: 300px;
    padding: 7px;
}
div#CustomerAccess div#header
{
    color: #660000;
    font-size: 10pt;
    font-weight: bold;
    font-family: Century Gothic, Arial, Sans-Serif;
    margin-bottom: 3px;
}
div#CustomerAccess .textbox
{
    color: #999;
    font-size: 9pt;
    margin-left: 2px;
    margin-bottom: 3px;
    
    width: 125px;
}

/* SearchBox styles */
div.SearchBox
{
    width: 100%;
    padding: 7px;
}
div.SearchBox .header
{
    color: #CCB385;
    font-size: 10pt;
    font-weight: bold;
    font-family: Century Gothic, Arial, Sans-Serif;
    margin-bottom: 3px;
}
div.SearchBox .textbox
{
    color: #999;
    font-size: 9pt;
    margin-left: 2px;
    
    width: 125px;
}
div.SearchBox .SearchButton
{
    display: block;
    position: relative;
    left: 75px;
    top: 5px;
}
div#CustomerAccess .LoginButton
{
    display: block;
    position: relative;
    left: 75px;
    top: 3px;
}