/* CONTENTS

    GENERAL:
    - color glossary
    - general styling
    - header and header menu
    - footer and footer menu

    FRONT END:
    - home (default)
    - about us (company)
    - products
    - news
    - events
    - contact us (contact)

    STORE, DEALER MENU, AND ADMIN:
    - shop (store/*.asp)
    - my account/dealer menu (store/shopcustadmin.asp)
    - admin menu (store/menu.aspx)
    - privacy policy, terms and conditions (data/termsConditions.htm)

    UNIDENTIFIED STUFF:
    for possible deletion

*/

/***
* GENERAL
***/

/* color glossary 

    FRONT-END:
        grey (in header): #646464
        white (background): #000000
        black (text): #d3d3d3
        red (links): #cc3333 and #ff3333
        black (link hover):

    STORE AND ADMIN:
        darker grey (header background): #c9c9c9
        black (header text): #000000
        lighter grey (data background): #f0f0f0
        black (data text): #000000
        red (links): #cf0013
        pink (link hover): #f48273
        off-white (errors): #d3d3d3 (same as xfont in config db table and ErrorFontStart in shop$colors.asp)

*/

/* general styling */
body 
{
    padding: 0px;
    margin: 0px;
	text-align: center;
	font-family:  Arial, sans-serif;
	font-size: small;
	background-color: #c0c0c0;
	color: #000000;
}
#bodyCenter
{
    padding: 20px 0px 0px 0px;
    margin: 0px auto;
    width: 980px;
	text-align: left;
    background: #b4b8b3 url(layoutimages/backgroundTopLeft.jpg) no-repeat top left;
    border: solid 1px black;
}
#content
{
    margin: 0px auto;
	padding: 0px;
    width: 940px;
    min-height: 400px;
	color: #000000;
	background-color: #ffffff;
}
#content h2 
{
    margin: 0px;
    padding: 0px 0px 0px 0px;
    font-size: small;
    font-weight: bold;
    text-transform: uppercase;
    color: #ff3333; 
}
#content p
{
    margin: 0px;
    padding: 0px 0px 18px 0px;
	text-align: left;
}
#content ul
{
    margin-top: 0px;
    padding: 0px;
}

.pageTitle
{
    margin: 0px;
    padding: 0px 0px 18px 0px;
    width: 940px;
	font-family: Myriad Pro, Arial, Sans-Serif;
	text-transform: uppercase;
}

.boxedContent
{
    margin: 0px;
    padding: 12px 24px;
    min-height: 400px;
    text-align: left;
}

div.clearFloats /* for Firefox */
{
    clear: both;
    line-height: 0px;
    height: 0px;
    width: 940px;
}
a { color: #cc3333; text-decoration: underline; }
a:hover { color: black; text-decoration: underline; }
img { border: 0; }

/* header and header menu */
#header 
{
    margin: 0px auto;
    padding: 0px;
	width: 940px;
	background: #646464 url(layoutimages/menuBackgroundWithLogo.jpg) no-repeat top right;
	color: #ffffff;
}
#mainLogo
{
    float: left;
    margin: 0px;
    padding: 0px;
}
#mainLogo img
{
    width: 275px;
    height: 130px;
}
#menu
{
    float: right;
    padding: 0px;
	margin: 0px;
	width: 650px;
	font-family: Arial, Sans-Serif;
	font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    list-style: none;
}
#menu li
{
    float: left;
    padding: 100px 0px 0px 0px;
    margin: 0px;
}
#menu li.menu_start, #menu li.menu_start_highlite { padding-left: 0px; }
#menu li a,
#menu li a:hover, #menu li.menu_highlite a, #menu li.menu_highlite a:hover 
{
    display: block;
    padding: 2px 15px 2px 30px;
    margin: 0px;
	text-decoration: none;
	color: #ffffff;
	background: transparent url(layoutimages/menuBullet.gif) no-repeat top left;
}
#menu li a:hover, 
#menu li.menu_highlite a, #menu li.menu_highlite a:hover, 
#menu li.menu_start_highlite a, #menu li.menu_start_highlite a:hover 
{ 
    color: #ff3333;
}

/* footer and footer menu */
#footer 
{
    clear: both;
    padding: 0px 0px 8px 0px;
    margin: 0px 0px;
	width: 940px;
	font-family: Veranda, Helvetica, sans-serif;
	font-weight: bold;
	font-size: x-small;
    text-transform: uppercase;
    text-align: center;
    background: #b4b8b3;
	color: #cc3333;
}
#footer a
{
    text-decoration: none;
	color: #cc3333;
}
#footer a:hover
{
    text-decoration: none;
	color: #000000;
}
div#footer_menu
{
    line-height: 3.5em;
}
#copyrightAndCredits 
{
    font-size: 0.8em;
}

/***
* FRONT-END
***/

/* home (default) */
#homeContent 
{
    position: relative;
	padding: 0px;
    margin: 0px auto;
    width: 940px;
	background: #000000;
	color: #ffffff;
	text-align: center;
}
#homeText
{
    margin: 0px;
    padding: 100px 150px;
    width: 640px;
    height: 427px; /* 627 - (2*100) */
    text-transform: uppercase;
	background: transparent url(data/homeImage.jpg) no-repeat top left;
}
#homeText h1 { font-size: medium; }
#homeShopLinks
{
    position: absolute;
    bottom: 0px;
    right: 0px;
    margin: 0px;
    padding: 20px;
    width: 304px;
    height: 114px;
    font-size: x-large;
    text-transform: uppercase;
    text-align: left;
    line-height: 1.3em;
    background: #221e1f;
}
#homeShopLinks a
{
    display: block;
    margin: 8px 0px;
    padding: 0px 0px 3px 35px;
    text-decoration: none;
    color: #ff3333;
	background: transparent url(layoutimages/shopLinksBullet.jpg) no-repeat 0px 3px;
}
#homeShopLinks a:hover { color: white; }

/* about us (company) */
#companyContent p
{
    text-align: justify;
}
#companyContent div.companyPhotos
{
    text-align: center;
}
#companyContent div.companyPhotos img
{
    margin: 0px 12px 15px 12px;
}
#companyContent div.borders img { border: solid 1px black; }
#companyContent div.noborders img { border: none; }

/* products */
#prodContent{}
#prodContent dl
{
    float: left;
    width: 200px;
    margin: 0px;
    padding: 10px;
    text-align: center;
    border-bottom: solid 1px #c0c0c0;
 }
#prodContent dt.prodName,
#prodContent dd.prodVisit0, 
#prodContent dd.prodVisit1
{
    display: none;
}
#prodContent dd.prodLogo0, #prodContent dd.prodLogo1
{
    padding: 0px;
    margin: 0px auto;
    height: 60px;
    width: 200px;
}
#prodContent img
{
    padding: 0px;
    margin: 0px;
    height: 60px;
    width: 200px;
}
#prodContent dd.prodDesc0, #prodContent dd.prodDesc1
{
    display: none;
}

/* news */
#newsContent 
{
    margin: 0px;
    padding: 12px 0px 0px 0px;
}
#newsContent a { text-transform: uppercase; }
#newsContent .pageTitle
{
    margin: 0px;
    padding-left: 24px;
}
#newsContent ul.newsLinks
{
    float: left;
    margin: 0px 0px 24px 24px;
    padding: 0px 0px 12px 0px;
    width: 886px; /* 940 - (2*24 margin) - (2*3 border) */
    list-style: none;
    border-bottom: solid 1px #c0c0c0;
}
#newsContent ul.newsLinks li
{
    float: left;
    margin: 3px;
    width: 30%;
}
#newsContent div.newsItem {}
#newsContent div.newsItem p
{
    margin: 0px;
    padding: 0px 0px 6px 0px;
    width: 100%;
    text-align: center;
}
#newsContent div.newsItem span.newsTopLink
{
    display: block;
    padding: 5px 0px 24px 0px;
    width: 100%;
}
#newsContent div.newsItem h2.newsDate,
#newsContent div.newsItem em.newsTextFirst,
#newsContent div.newsItem span.newsTextSecond
{ display: none; }

/* events (also, see calendar.css) */

/* contact us (contact) */
#contactContent {}
#contactInfo 
{
    float: right;
    width: 50%;
    border-left: solid 3px #c0c0c0;
}
.contactInfo
{
    margin: 24px 0px 36px 12px;
}
#contactInfo img { border: solid 1px black; }
.contactDirections
{
    float: right;
    width: 170px;
}

#contactForm 
{
    width: 48%;
    margin-bottom: 24px;
}
#contactForm p.introPara
{
    margin: 0px 0px 36px 0px;
    padding: 0px;
}
#contactForm label
{
    display: inline-block;
    margin: 3px;
    padding: 0px;
	width: 100px;
	text-align: right;
}
#contactForm input, #contactForm select, #contactForm textarea 
{
    margin: 3px;
    padding: 0px;
	width: 300px;
	text-align: left;
}
#contactForm .formSubmitSection 
{
    position: relative;
    margin: 24px 0px 0px 100px;
    width: 250px;
    text-align: right;
}
#contactForm .formSubmitSection img
{
    border: solid 1px #c0c0c0;
}
#contactForm .formCaptcha 
{
    width: 300px ! important;
    min-height: 10px;
}    
#contactForm .formCaptcha input
{
    display: inline-block;
    width: 85px ! important;
	padding: 0px 0px 0px 3px;
}    
#contactForm input#cmdSend
{
    position: absolute;
    top: 46px;
    left: 199px;
    margin: 0px;
	padding: 0px;
	width: 85px;
	text-align:center;
	cursor: pointer;
}

/* privacy policy */
#privacy b 
{ 
    color: #ff3333; 
    text-transform: uppercase;
}

/* terms and conditions (date/TermsConditions.htm) */
#terms h3
{
    margin: 0px;
    padding: 0px;
    font-size: small;
    text-transform: uppercase;
    color: #ff3333;
}

/***
* STORE, DEALER MENU AND ADMIN
***/

/* shop (store/*.asp) */
#shopcontent
{
    margin: 0px 20px;
    padding: 0px;
    width: 940px;
    min-height: 400px;
	text-align: center;
	color: #000000;
	background-color: #ffffff;
}
div#shopcontent div.boxedContent 
{
    margin: 0px;
    padding: 12px 0px; 
}

#crumbs
{
    margin: 0px 0px 18px 24px;
	text-align: left;
	font-family: Myriad Pro, Arial, Sans-Serif;
	text-transform: uppercase;
}
.floatingcrumbs {
	float: left;
	width: 680px;
}
#shopLinks
{
    float: right;
    margin: 0px 74px 0px 0px;
    width: 150px;
}
#cartlink
{
	float: right;
    margin: 0px;
    padding: 0px;
    width: 150px;
    text-align: right;
    vertical-align: middle;
}

/* 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: 95%;
	font-family: Arial, sans-serif;
    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-size: larger;
    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;
    color: black;
}
