/* CONTENTS

    GENERAL:
    - color glossary
    - general styling
    - header and header menu
    - footer and footer menu
    - side bar content (specials)

    FRONT END:
    - home (default)
    - about us (company)
    - products
    - news
    - events
    - contact us (contact)
    - request RA

    STORE, DEALER MENU, AND ADMIN:
    - shop (store/*.asp)
    - my account/dealer menu (store/shopcustadmin.asp)
    - admin menu (store/menu.aspx)
    - terms and conditions (data/termsConditions.htm)

    UNIDENTIFIED STUFF:
    for possible deletion

*/

/***
* GENERAL
***/

/* color glossary 

    FRONT-END:
        red (in header menu): #b60f17
        red (page title text): #dd0c17
        white (background): #ffffff
        almost-black (text): #333333
        lighter-grey (links): #666666;
        darker-grey (link hover): #333333;

    STORE AND ADMIN:
        darker grey (header background): #c9c9c9
        black (header text): #000000
        lighter grey (data background): #f0f0f0
        black (data text): #000000
        lighter-grey (links): #666666;
        darker-grey (link hover): #333333;
        red (errors): #dd0c17 (same as ErrorFontStart in shop$colors.asp)

*/

/* general styling */
body 
{
    padding: 0px;
    margin: 0px;
	text-align: center;
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-size: small;
	background-color: #f0f0f0;
	color: #000000;
}
#bodyCenter
{
    padding: 5px 0px 0px 0px;
    margin: 0px auto;
    width: 978px;
	text-align: left;
    background: #f0f0f0 url(layoutimages/bodyCenter.gif) repeat-y top left;
    border: none;
}
#content
{
    margin: 0px auto;
	padding: 0px;
    width: 968px;
	min-height: 400px;
	text-align: left;
    line-height: 1.4em;
    background: #ffffff url(layoutimages/contentSideBar.gif) repeat-y top right;
	color: #333333;
}
#content h2 { }
#content p
{
    margin: 0px;
    padding: 0px 0px 18px 0px;
}

.pageTitle
{
    margin: 0px;
    padding: 25px 25px 5px 30px;
    width: 685px;
	border-top: solid 5px #b60f17;
}
.pageTitle h1
{
    font-size: x-large;
    font-weight: normal;
    text-align: left;
    color: #dd0c17;
}

div.clearFloats /* for Firefox */
{
    clear: both;
    line-height: 0px;
    height: 0px;
    width: 978px;
}
a { color: #666666; text-decoration: underline; }
a:hover { color: #000000; text-decoration: underline; }
img { border: 0; }

/* header and header menu */
#header 
{
    position: relative;
    margin: 0px auto;
    padding: 0px;
	font-size: small;
    text-transform: lowercase;
	width: 968px;
    background: #ffffff url(layoutimages/headerFade.gif) repeat-x top left;
	color: #000000;
}

#miniMenu
{
    float: right;
    padding: 0px;
	margin: 0px;
    font-size: 80%;
    font-weight: bold;
    list-style: none;
}
#miniMenu li
{
    float: left;
    padding: 10px 10px 0px 10px;
    margin: 0px;
    background: transparent url(layoutimages/verticalGreyLine.gif) repeat-y top left;
}
#miniMenu li a
{
    display: block;
    padding: 0px;
    margin: 0px;
    text-decoration: none;
    color: #000000;
}

#mainLogo
{
    float: left;
    margin: 14px 0px 4px 25px;
    padding: 0px;
}
#groupLogo
{
    position: absolute;
    top: 68px;
    left: 760px;
}

#menu
{
    float: left;
    padding: 0px;
	margin: 0px;
    width: 100%;	
	font-size: small;
    list-style: none;
	background: #e1e1e1 url(layoutimages/menuBackground.jpg) no-repeat bottom left;
}
#menu li
{
    float: left;
    padding: 0px;
    margin: 0px;
    min-height: 41px;
}
#menu li a
{
    display: block;
    padding: 0px;
    margin: 0px;
    text-decoration: none;
	background: #e1e1e1 url(layoutimages/menuItemLeft.jpg) no-repeat top left;
    color: #000000;
}
#menu li a span
{
    display: block;
    padding: 12px 30px 13px 30px;
    margin: 0px;
	background: transparent url(layoutimages/menuItemRight.jpg) no-repeat top right;
}
#menu li.menu_highlite a,
#menu li.menu_start_highlite a,
#menu li.menu_end_highlite a,
#menu li a:hover
{
    display: block;
    padding: 0px;
    margin: 0px;
    text-decoration: none;
	background: #b60f17 url(layoutimages/menuItemLeftHighlite.jpg) no-repeat top left;
    color: #ffffff;
}
#menu li.menu_highlite a span,
#menu li.menu_start_highlite a span,
#menu li.menu_end_highlite a span,
#menu li a:hover span
{
    display: block;
    padding: 12px 30px 13px 30px;
    margin: 0px;
	background: transparent url(layoutimages/menuItemRightHighlite.jpg) no-repeat top right;
}

/* footer and footer menu */
#footer 
{
    clear: both;
    padding: 20px 0px 10px 0px;
    margin: 0px auto;
	width: 978px;
	font-family: Veranda, Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: x-small;
    line-height: 1.5em;
    text-align: center;
    background: #f0f0f0 url(layoutimages/footerFade.gif) no-repeat -1px 0px;
	color: #000000;
}
#footer a 
{
    color: #666666;
}
#footer a:hover 
{
    color: #000000;
}
#footer_menu {}
#footer_menu a, #footer_menu a:hover
{
    padding: 0px 5px;
}

/* side bar specials */
#sideBarContent
{
    float: right;
    width: 220px;
}

#sideBarContent dl.specItem
{
    margin: 0px 20px 40px 20px;
	padding: 5px;
	text-align: left;
	background-color: #f0f0f0;
	color: #000000;
    border: solid 3px #c9c9c9;
}
#sideBarContent dl.specItem dd
{
    margin: 0px;
    padding: 0px;
}
.specTitle 
{
    display: block;
    padding: 3px;
    line-height: 1.3em;
	font-weight: bold;
	background-color: #c9c9c9;
	color: #000000;
    border: solid 3px #b60f17;
}
#sideBarContent dl dd.specImage 
{ 
    display: block; 
    margin: 5px;
    width: 100%; 
    text-align:center; 
}
.specName { font-weight: bold; }
.specText { }
#sideBarContent dl dd.specMore
{ 
    padding: 1px 0px; 
}
.specMore a 
{ 
    padding: 0px 0px 0px 20px;
    font-weight: bold;
    background: transparent url(layoutimages/prodBullet.jpg) no-repeat 0px 3px;
}

/***
* FRONT-END
***/

/* home (default) */
#homeContent 
{
	padding: 0px;
    margin: 0px auto;
    width: 968px;
	text-align: left;
	line-height: 1.4em;
	border-top: solid 1px #666666;
	border-bottom: solid 1px #666666;
	border-left: none;
	border-right: none;
    background: #ffffff url(layoutimages/homeContent.gif) repeat-y top right;
	color: #333333;
}
#homeImage
{
    float: left;
    margin: 0px;
    padding: 0px;
    width: 740px;
}
#homeText
{
    float: left;
    position: relative;
    margin: 0px;
    padding: 40px 260px 40px 40px;
    width: 440px;
	font-size: medium;
    background: transparent url(layoutimages/homeBar.gif) repeat-x top left;
}
#homeText h2
{
    margin: 0px;
    padding: 20px 0px;
    font-weight: bold;
	font-size: larger;
	line-height: 2em;
}
#homeText p
{
    margin: 0px;
    padding: 0px;
}
#homeNews
{
    position: absolute;
    top: 8px;
    left: 519px;
    margin: 0px;
    padding: 0px;
    width: 215px;
    min-height: 31px;
    background: transparent url(layoutimages/homeNewsTitle.gif) no-repeat top left;
    color: #000000;
}
#homeNewsTitle
{
    font-size: 80%;
}
#homeNewsTitle h2
{
    display: inline;
    margin: 0px 25px 0px 18px;
    padding: 0px;
    font-weight: bold;
    background: #DF0B17;
    color: #ffffff;
}
#homeNewsTitle a
{
    padding: 0px 0px 0px 18px;
    background: #DF0B17 url(layoutimages/homeNewsBullet.gif) no-repeat top left;
    color: #ffffff;
}
#homeNews ul.newsLinks
{
    margin: 8px 12px;
    padding: 8px;
    line-height: 1em;
    list-style-type: none;
    font-size: smaller;
}
#homeNews ul.newsLinks li
{
    margin: 0px;
    padding: 8px 0px;
    font-size: 80%;
}
#homeBrands
{
    float: right;
    margin: 20px 20px 0px 0px;
    padding: 0px;
    width: 200px;
    text-align: center;
    background-color: #000000;
    color: #ffffff;    
}
#homeBrands h2
{
    margin: 0px;
    padding: 0px;
    font-weight: bold;
	font-size: larger;
	line-height: 2em;
}
#homeBrands ul.brandLinks
{
    margin: 0px;
    padding: 8px 0px 24px 30px;
    text-align:left;
    list-style-image: url(layoutimages/homeBrandBullet.gif);
}
#homeBrands ul.brandLinks a 
{ 
    color: #ffffff;
    text-decoration: none;
}
#homeBrands ul.brandLinks a:hover 
{ 
    color: #999999; 
    text-decoration: underline;
}

/* about us (company) */
#companyContent
{
    float: left;
    margin: 0px 30px;
    padding: 0px;
    width: 670px;
}

/* products */
#prodContent
{
    float: left;
    margin: 0px 30px;
    padding: 0px;
    width: 670px;
}
#prodContent dl
{
    margin: 0px;
    padding: 0px;
}
#prodContent dt.prodName
{
    display: block;
    margin: 20px 0px 8px 0px;
    padding: 0px;
    width: 100%;
    font-size: larger;
    font-weight: bold;
    border-bottom: solid 1px #999999;
}
#prodContent dd.prodLogo0, #prodContent dd.prodLogo1
{
    float: right;
    padding: 0px;
    margin: 0px;
    height: 60px;
    width: 200px;
}
#prodContent dd.prodDesc0, #prodContent dd.prodDesc1
{
    padding: 0px;
    margin: 0px 220px 4px 0px;
    text-align: left;
}
#prodContent dd.prodDesc0 a, #prodContent dd.prodDesc1 a
{
    display: block;
    padding: 0px 0px 0px 20px;
    background: transparent url(layoutimages/prodBullet.jpg) no-repeat 0px 3px;
    color: #000000;
}
#prodContent dd.prodVisit0, #prodContent dd.prodVisit1
{
    margin: 0px;
    padding: 0px 0px 10px 0px;
}
#prodContent dd.prodVisit0 a, #prodContent dd.prodVisit1 a
{
    padding: 0px 0px 0px 20px;
    background: transparent url(layoutimages/prodBullet.jpg) no-repeat 0px 3px;
    color: #000000;
}

/* news */
#newsContent
{
    float: left;
    margin: 0px 30px;
    padding: 0px;
    width: 670px;
}
#newsContent div.newsItem
{
    border-top: solid 1px #999999;
    border-bottom: solid 1px #999999;
    padding: 24px 12px;
}
#newsContent h2.newsDate
{
    display: block;
    float: left;
    margin: 0px;
    padding: 0px;
    width: 30px;
    font-size: small;
    font-weight: bold;
}
#newsContent p.newsText
{
    margin: 0px 0px 0px 100px;
    padding: 0px;
}

/* events (also, see calendar.css) */
#eventContent
{
    float: left;
    margin: 0px 30px 20px 30px;
    padding: 0px;
    width: 670px;
}
#eventContent p.introPara
{
    width: 100%;
}
.CalendarStyle
{
    padding: 0px;
    margin: 0px auto;
}
.SmallCalendarStyle
{
    float: left;
    padding: 0px;
    margin: 0px;
}
.CalendarDetailPanel
{
    float: right;
    padding: 0px;
    margin: 0px;
}
#eventContent input#BackButton
{
    float: left;
    margin-left: 55px;
}
/* side bar specials */
#eventSidebar
{
    float: right;
    margin: 0px 20px 40px 20px;
	padding: 5px;
    width: 165px;
	text-align: left;
	background-color: #f0f0f0;
	color: #000000;
    border: solid 3px #c9c9c9;
}
#eventSidebar h2
{
    display: block;
    margin: 0px 0px 5px 0px;
    padding: 3px;
    line-height: 1.3em;
	font-size: small;
	font-weight: bold;
	background-color: #c9c9c9;
	color: #000000;
    border: solid 3px #b60f17;
}
#eventSidebar p
{ 
    margin: 5px 0px 5px 0px;
    padding: 0px;
}
#eventSidebar p a
{ 
    display: inline-block;
    padding: 0px 0px 0px 20px;
    font-weight: bold;
    background: transparent url(layoutimages/prodBullet.jpg) no-repeat 0px 3px;
}

/* contact us (contact) */
#contactContent
{
    position: relative;
    margin: 0px 228px 0px 0px;
    padding: 0px;
    min-height: 400px;
    background: transparent url(layoutimages/verticalGreyLine.gif) repeat-y 221px 0px;
	border-top: solid 5px #b60f17;
}
#contactInfo
{
    float: left;
    margin: 0px;
	padding: 15px 0px 0px 25px;
	width: 190px;
	background: transparent;
}
#contactInfo h2
{
    margin: 0px;
    padding: 0px;
    font-size: larger;
    font-weight: normal;
    color: #dd0c17;
}
#contactInfo p 
{ 
    margin: 30px 0px 35px 0px;
    padding: 0px;
}
#contactInfo span.contactName
{ 
    font-weight: bold;
}
#contactForm
{
    float: right;
    margin: 0px;
	padding: 0px 80px 0px 0px;
	width: 410px;
	text-align: left;
}
#contactForm h2 
{
    margin: 0px;
    padding: 25px 0px;
    font-size: x-large;
    font-weight: normal;
    color: #dd0c17;
}
#contactForm p.introPara
{
    margin: 0px 0px 10px 0px;
    padding: 0px;
	width: 400px;
}
#contactForm label
{
    float: left;
    margin: 4px 4px 4px 0px;
    padding: 0px;
    width: 115px;
    font-weight: bold;
    text-align: right;
}
#contactForm input, #contactForm select, #contactForm textarea 
{
    
    margin: 4px 4px 4px 0px;
    padding: 0px;
	width: 265px;
}
#contactForm span#rfvName, #contactForm span#rfvEmail
{
    float: left;
    margin: 4px 4px 4px 0px;
    padding: 0px;
    width: 10px;
}
#contactForm input#cmdSend
{
   text-align: center;
    margin: 4px 4px 4px 0px;
    padding: 0px;
    width: 100px;
}
#contactSidebar
{
    position: absolute;
    top: 70px;
    left: 770px;
    padding: 5px 5px 5px 5px;
    width: 160px;
    text-align: center;
	background-color: #f0f0f0;
	color: #000000;
    border: solid 3px #c9c9c9;
}
#contactSidebar h2
{
    display: block;
    margin: 0px 0px 5px 0px;
    padding: 3px;
    line-height: 1.3em;
	font-size: small;
	font-weight: bold;
	background-color: #c9c9c9;
	color: #000000;
    border: solid 3px #b60f17;
}
#contactSidebar img
{
    margin: 5px 0px 0px 0px;
    border: solid 1px #c9c9c9;
}

/* request ra */
#requestRAContent
{
    float: left;
    margin: 0px 30px 20px 30px;
    padding: 0px;
    width: 670px;
}
#requestRAContent div#requestRAdata
{
    padding-top: 12px;
}
#requestRAContent label
{
    float: left;
    margin: 4px 4px 4px 0px;
    padding: 0px;
    width: 180px;
    font-weight: bold;
    text-align: right;
}
#requestRAContent input,
#requestRAContent textarea
{
    float: left;
    margin: 4px 4px 4px 0px;
    padding: 0px;
	width: 350px;
}
#requestRAContent span#rfvName, #requestRAContent span#rfvEmail, #requestRAContent span#revEmail
{
    float: left;
    margin: 4px 4px 4px 0px;
    padding: 0px;
    width: 120px;
}
#requestRAContent input#cmdSend
{
    float: left;
    margin: 20px 0px 20px 340px;
    padding: 0px;
    width: 100px;
}
#requestRAContent span#lblSuccess
{
    float: left;
    margin: 0px 0px 0px 260px;
    font-weight: bold;
}

/***
* STORE, DEALER MENU AND ADMIN
***/

/* shop (store/*.asp) */
#shopcontentWithSideBar
{
    margin: 0px auto;
	padding: 0px 228px 0px 0px;
    width: 740px;
	min-height: 400px;
	text-align: center;
    line-height: 1.4em;
    background: #ffffff url(layoutimages/contentSideBar.gif) repeat-y top right;
	color: #333333;
}
#shopcontent
{
    margin: 0px auto;
	padding: 0px;
    width: 968px;
	min-height: 400px;
	text-align: center;
    line-height: 1.4em;
    background-color: #ffffff;
	color: #333333;
	border-top: solid 5px #b60f17;
}
#shopcontent div.pageTitle
{
    margin: 0px;
    padding: 25px 25px 5px 30px;
    width: 968px;
    border-top: none;
}
#shopcontent a {}
#shopcontent a:hover {}

#crumbs
{
	margin: 0px 40px 10px 30px;
    padding: 0px;
	text-align: left;
}
.floatingcrumbs {
	float: left;
    width: 685px;
}
#shopLinks
{
    float: left;
	margin: 0px 0px 0px 20px;
    padding: 10px 20px 0px 20px;
    width: 888px;
    background-color: #f0f0f0;
    color: #000000;
    border: solid 3px #c9c9c9;
}
#cartlink
{
    float: right;
    width: 250px;
    padding: 0px;
    margin: 0px;
    text-align: center;
}
#cartlink img
{
}
#searchbox
{
    float: right;
    width: 300px;
    padding: 0px;
    margin: 0px;
    text-align: center;
}
#shopbylink
{
    float: right;
    width: 250px;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

/* my account/dealer menu */

#pricesheets table
{
    font-size: inherit;
    text-align: left;
	background-color: #000000;
	border: solid 1 #000000;
}
#pricesheets th
{
	padding: 5px 8px 5px 8px;
	background-color: #C9C9C9;
	color: #000000;
}
#pricesheets td 
{
	padding: 5px 8px 5px 8px;
	background-color: #F0F0F0;
	color: #000000;
}

.DownloadsTable
{
	background-color: #000000;
}
.DownloadsTable th
{
	padding: 3px 5px 3px 5px;
	font-weight: bold;
	background-color: #C9C9C9;
	color: #000000;
}
.DownloadsTable td
{
	padding: 3px 5px 3px 5px;
	background-color: #F0F0F0;
	color: #000000;
}

/* admin menu (store/menu.aspx) */
.MenuGroup
{
    margin: 0px 20px 20px 20px;
    width: 900px;
    font-size: small;
    line-height: 1.5em;
    text-align: left;
    background-color: #ffffff;
    color: #000000;
	border: solid 1px black;
}
.MenuGroup th 
{
    margin: 0;
    padding: 2px 15px 2px 15px;
    font-weight: bold;
    background-color: #c9c9c9;
    color: #000000;
    border-bottom: solid 1px black;
}
.MenuGroup td {
    padding: 10px 15px 10px 15px;
    background-color: #f0f0f0;
    color: #000000;
}
.MenuGroup a {
    font-weight: bold;
}
.MenuGroup a:hover {
    font-weight: bold;
}

/* terms and conditions (date/TermsConditions.htm) and privacy policy */
#privacy
{
    margin: 0px 228px 20px 0px;
    padding: 0px 30px;
    text-align: left;
}
#privacy h2
{
    width: 100%;
    font-size: x-large;
    font-weight: normal;
    text-align: center;
    line-height: 2em;
    color: black;
}

/***
* UNIDENTIFIED STUFF 
*   Deleted most of it on 6/11/08
*   If needed, previous values can be copied from NS Distributing.
*
#prodcartlink
#prodsearchbox 
#prodsearchbox form
#prodsearchbox .SearchTerms
#prodsearchbox .Submit 
#prodcrumbs 
.prodfloatingcrumbs 
*
***/

#articlelist, #articlesummary, #articledownload { padding: 10px;}
#shopdisplay, #shopbrands, #shopproducts {
	clear: both;
}
#pages { text-align: left; margin-left: 10px;}
