﻿body
{
    font-size:10pt;
    font-family: verdana,geneva,arial,helvetica,sans-serif;
}
p.leftAlign
{
    text-align:justify;
    padding-left: 10px;
}
h1
{
    font-size: 14px;
    font-weight:bold;
    font-family: verdana,geneva,arial,helvetica,sans-serif;
    color:#008000;
}
#wrapper
{
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    width: 100%;
    position: relative;
    overflow: auto; /*clears the floated divs inside it */
}
#wrapper2
{
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    width: 100%;
    position: relative;
    overflow: auto; /*clears the floated divs inside it */
}
#boxWrap
{
    background-color:White;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}
#boxLinks
{
    background-color:White;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}
.box1
{
    background-color:#008000;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: -32767px;
    padding-bottom: 32767px;
    height: auto;
    width: 18%;
    float: left;
}
.box2
{
    background-color:White;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: -32767px;
    padding-bottom: 32767px;
    height: auto;
    width: 80%;
    float: left;
}
.boxLink1, .boxLink2, .boxLink3
{
    background-color:White;
    height: auto;
    width: 33%;
    float: left;
}
.boxLink1 a:link, .boxLink1 a:visited, .boxLink1 a:active, .boxLink2 a:link, .boxLink2 a:visited, .boxLink2 a:active, .boxLink3 a:link, .boxLink3 a:visited, .boxLink3 a:active
{
    color:#49CDE5;
    text-decoration:none;
}
.boxLink1 a:hover, .boxLink2 a:hover, .boxLink3 a:hover
{
    color:#7ABE61;
}
#styleCopyright
{
    margin:0 auto;
    font-family: verdana,geneva,arial,helvetica,sans-serif;
    text-align:center;
    font-size:smaller;
    width: 900px;
    color:White;
}
div#styleCenter
{
    margin: 0 auto;
    width: 100%;
    background-color:White;
    font-family: verdana,geneva,arial,helvetica,sans-serif;
}
#styleCenterHeader
{
    margin: 0 auto;
    width: 900px;
    height: 75px;
    background-image:url(http://www.trailsticker.com/img/color_logo_trailsticker.png);
    background-repeat:no-repeat;
    text-align:right;
}
#styleCenterHeader a
{
    text-decoration:none;
    color: Black;
}
#styleCenterHeader a:hover
{
    text-decoration:underline;
}
#styleCenterHeaderRight
{
    text-align:right;
}
div#contentBackground
{
    background-color:White;
    height:auto;
    width:100%;
    margin:0 auto;
    padding:5px;
    font-family: verdana,geneva,arial,helvetica,sans-serif;
}
div#contentBackground a
{
    color:#49CDE5;
    text-decoration:none;
}
div#contentBackground a:hover
{
    color:#7ABE61;
}
div#contentBackgroundProduct
{
    height:auto;
    width:85.5%;
    margin:0 auto;
    padding:10px;
}
div#contentBackgroundProduct a
{
    color:#49CDE5;
    text-decoration:none;
}
div#contentBackgroundProduct a:hover
{
    color:#7ABE61;
}
div#grayShading
{
    background-color:Silver;
    height:auto;
    width:900px;
    border:solid 10px Silver;
    margin:0 auto;
    -moz-border-radius: 5px;
}
div#shoppingCart
{
    float:inherit;
}
.list
{
    text-align:left;
    font-size:smaller;
    color:White;
}
.contactLabel
{
    text-align:left;
    padding: 10px 10px 10px 10px;
}
a.whiteLink:link,a.whiteLink:visited,a.whiteLink:active,a.whiteLink:hover
{
    color:White;
    text-decoration:none;
}
a.blueLink:link,a.blueLink:visited,a.blueLink:active
{
    color:#49CDE5;
    text-decoration:none;
}
a.blueLink:hover
{
    color:#7ABE61;
}
.clear
{
    float:none;
}
/* navigation hover menu */
#menu
{
    width: 100%; /* set width of menu */
    color:White;
    padding: 5px 0px 5px 0px;
    font-size:14px;
} 
#menu ul
{ /* remove bullets and list indents */
    list-style: none;
    margin: 0;
    padding: 0;
}
/* style, color and size links and headings to suit */
#menu a
{
    font-family: verdana,geneva,arial,helvetica,sans-serif;
    font-size:14px;
    display: block;
    margin: 0;
    color: White;
    background: #49CDE5;
    text-decoration: none;
}
#menu a.top
{
    background: #008000;
}
#menu a:hover
{
    text-decoration:underline;
    background: #49CDE5;
}
#menu li
{
    /* make the list elements a containing block for the nested lists */
    position: relative;
    z-index:500;
}
#menu li:hover
{
    background: #49CDE5;
}
#menu ul ul
{
    position: absolute;
    top: 0;
    left: 100%; /* to position them to the right of their containing block */
    width: 85%; /* width is based on the containing block */
    z-index:500;
}
div#menu ul ul,
div#menu ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul
{display: block;}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}
/* cafepress homepage changes */
#cpPremiumHeader {
height:0px;
visibility:hidden;
display:none;
}