html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset
{
    margin: 0;
    padding: 0;
    border: 0;
}
body
{
    background-image: url(images/bg.gif);
    background-color: #999999;
}

.imgR
{
    float: right;
    margin: 5px 0px 5px 15px;
    border: 2px solid #ffffff;
    background-color: #cccccc;
}

img
{
    border: 0px;
}


#points ul li
{
    list-style-type: square;
    margin-left: 55px;
    margin-top: 10px;
    list-style-position: outside;
    font-weight: bold;
}

.points ul li
{
    list-style-type: square;
    margin-left: 55px;
    margin-top: 10px;
    list-style-position: outside;
    font-weight: bold;
}

.flytbl
{
    width: 100%;
    margin-top: 10px;
    border: 0;
}

.flytitle
{
    font-family: Verdana, Arial;
    color: #333333;
    text-align: right;
    font-size: .8em;
    font-weight: bold;
    padding-right: 5px;
    line-height: 1.5em;
}

.flytxt
{
    font-family: Verdana, Arial;
    color: #333333;
    text-align: left;
    font-size: .85em;
    line-height: 1.5em; /*padding-left:5px; */
}

#sitewrapper
{
    width: 760px;
    padding: 0px;
    margin: 5px auto 0px auto;
    background-image: none;
    overflow: hidden;
}

#header
{
    width: 760px;
    height: 95px;
    background-image: url(images/header.jpg);
    background-color: #999999;
    border-bottom: 2px solid #FFFFFF;
}

#login
{
    text-align: right;
    padding-top: 60px;
    padding-right: 23px;
    font-size: 16px;
    color: #ffffff;
    font-family: Arial, Verdana;
    font-weight: bold;
}

#login a
{
    color: #ffffff;
    text-decoration: none;
}

#login a:hover
{
    color: #fdcf09;
    text-decoration: none;
}

#container
{
    width: 760px;
    background: url(images/navbg.gif) #666666 no-repeat left bottom;
    overflow: hidden;
}

#nav
{
    font-size: 0.6em;
    color: #666666;
    font-family: Verdana, Arial;
    background-color: #fdcf09;
    text-align: center;
}

#nav ul li
{
    list-style-type: none;
    display: inline;
    padding-right: 2px;
    padding-left: 2px;
}

#nav a
{
    color: #666666;
    font-family: Verdana, Arial;
    text-decoration: none;
}

#nav a:hover
{
    color: #333333;
    text-decoration: none;
}

h1
{
    font-weight: bold;
    font-size: 1.2em;
    color: #fdcf09;
    font-family: Verdana, Arial;
}

p
{
    font-size: 0.9em;
    color: #ffffff;
    font-family: Verdana, Arial;
    line-height: 1.5em;
    padding-bottom: 5px;
}

p a
{
    color: #fdcf09;
    text-decoration: none;
}

p a:hover
{
    color: #666666;
    text-decoration: none;
}

#lftcol
{
    width: 145px;
    text-align: right;
    font-size: 0.8em;
    line-height: 1.5em;
    font-family: Verdana, Arial;
    padding-right: 40px;
    padding-top: 20px;
    float: left;
    clear: right;
    font-weight: bold;
}

#lftcol ul li
{
    text-transform: uppercase;
    list-style-type: none;
    padding-bottom: 9px;
}

#lftcol a
{
    color: #ffffff;
    text-decoration: none;
}

#lftcol a:hover
{
    color: #fdcf09;
    text-decoration: none;
}

#mainimg
{
    height: 189px;
    width: 575px;
    float: right;
    margin-bottom: -4px;
}

#content
{
    width: 535px;
    background-color: #333333;
    float: right;
    font-size: 0.8em;
    color: #ffffff; /* line-height: 1.5em;*/
    font-family: Verdana, Arial;
    text-align: left;
    padding: 20px;
    border-top: 2px solid #FFFFFF;
}

.productimageTN
{
    width: 100px;
    border: 2px solid #666666;
}

.productTitle
{
    width: 125px;
    margin-top: 5px;
    font-weight:bold;
}

.productdetails
{
    width: 125px;
    margin-top: 5px;
}

.productdetails a
{
    color: #ffffff;
    text-decoration: none;
}

.productdetails a:hover
{
    color: #fdcf09;
    text-decoration: none;
}


/* CSS classes for the navigation menu at bottom of the page (Previous/More Products, etc) */

.navigation
{
    width: 533px;
    
}

#leftnav
{
    float: left;
    width: 180px;
    text-align: left;
}

#rightnav
{
    float: right;
    width: 180px;
    text-align: right;
}

#numnav
{
    float: left;
    text-align: center;
    width: 150px;
}

.navigation a
{
    color: #ffffff;
    text-decoration: none;
}

.navigation a:hover
{
    color: #fdcf09; 
text-decoration:none;
}




#return
{
    margin-top: 10px;
    float: right;
    width: 200px;
}

#return a
{
    color: #ffffff;
    text-decoration: none;
}

#return a:hover
{
    color: #fdcf09; 
text-decoration:none;
}

.accordionHeader
{
    border: solid 1px #fdcf09;
    background-color: #666666;
    color: #fdcf09;
    font-family: Verdana, Arial;
    font-size: 1em;
    font-weight: bold;
    padding: 5px;
    margin-top: 10px;
    cursor: pointer;
}

.accordionContent
{
    font-size: 1em;
    background-image: none;
    color: #696969;
    font-family: Verdana, Arial;
    background-color: #dcdcdc;
    border-right: #696969 1px solid;
    border-top: none;
    padding: 10px;
    border-left: #696969 1px solid;
    border-bottom: #696969 1px solid;
}

.accordionLink
{
    color: #fdcf09;
    text-decoration: none;
}

.date
{
    color: #eeeeff;
    font-size: 0.8em;
    font-family: Arial, Verdana;
    text-align: right;
}

.formWrapper
{
    width: 400px;
    margin: 15px auto 0px auto;
    background-color: #dcdcdc;
    border: 1px solid #696969;
    overflow: hidden;
    padding: 10px 0px 10px 0px;
}

.formTitle
{
    color: #666666;
    font-family: Verdana, Arial;
    font-size: 1em;
    margin: 0px 10px 0px 20px;
    text-align: right;
    width: 100px;
    float: left;
    padding-top: 3px;
}

.formFields
{
    margin-left: 110px;
    border: 1px solid #696969;
    float: right;
    clear: left;
}

.formButton
{
    margin-left: 125px;
    padding-left: 30px;
}

.copy
{
    color: #666666;
    padding-left: 80px !important;
}


#footer
{
    width: 740px;
    background-color: #fdcf09;
    padding: 10px;
    margin-bottom: 10px;
}

#autog
{
    color: #999999;
    text-align: right;
    padding-right: 24px;
    padding-bottom: 20px;
    font-size: 0.6em;
    font-family: Verdana, Arial;
}
#autog a
{
    color: #ffffff;
    text-decoration: none;
}

#autog a:hover
{
    color: #999999;
    text-decoration: none;
}

.mapstyle
{
    color: #000000;
}