html
{
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}
body
{
    font-size: 100%;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    font: normal 12px/normal Arial, Helvetica, sans-serif;
}
/*td img {
	display: block;
}*/
#container
{
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
#logo
{
    padding: 0;
    margin: auto;
    top: 0;
}
#leftcoldiv
{
    width: 90%;
    height: 100%;
    margin: auto;
    top: 140px;
    color: #FFFFFF;
    text-align: center;
}
form
{
    font-size: 100%;
}
em
{
    font-weight: bold;
    font-style: italic;
    color: #FF0000;
}
ul
{
    list-style-type: disc;
    list-style-position: outside;
}
ol
{
    list-style-type: upper-roman;
    list-style-position: outside;
}
p
{
    width: 85%;
    margin: 0 auto 1% auto;
    text-indent: 0;
    padding: 0; /*text-align:center;*/
}
p a
{
    color: #000000;
    text-decoration: underline;
}
#leftcoldiv p a
{
    color: #FFFFFF;
    text-decoration: underline;
}

div.hr
{
    width: 85%;
    height: 5px;
    line-height: 5px;
    margin: 5px auto 5px auto;
}
div.hr hr
{
    display: none;
}
.blueborder
{
    border: 1px solid #6699FF;
}
.small
{
    font-size: 80%;
}
.big
{
    font-size: 200%;
}
.bodystyle
{
    font-size: 100%;
}

.red
{
    font-weight: bold;
    color: #CB6B5C;
}

.center
{
    /*	position:relative;*/
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.txtalignright
{
    text-align: right;
    margin-left: auto;
    margin-right: auto;
}
.txtalignleft
{
    text-align: left;
}
.bold
{
    font-weight: bold;
}
.space
{
    clear: both;
    margin: auto;
    width: 100%;
    display: block;
    height: 25px;
    line-height: 25px;
}
.thinspace
{
    clear: both;
    margin: auto;
    width: 100%;
    display: block;
}
.indent
{
    margin-left: 30px;
    text-align: justify;
}
/*######### H STYLES ##########*/
h1
{
    font-size: 250%;
    padding: 0;
    margin: 0;
    font-weight: normal;
}
h2
{
    font-size: 200%;
    padding: 0;
    margin: 0;
    font-weight: normal;
}
h3
{
    font-size: 175%;
    padding: 0;
    margin: 0;
    font-weight: normal;
}
h4
{
    font-size: 150%;
    padding: 0;
    margin: 0;
    font-weight: normal;
}
h5
{
    font-size: 135%;
    padding: 0;
    margin: 0;
    font-weight: normal;
}
h6
{
    font-size: 100%;
    font-weight: bold;
    padding: 0;
    margin: 0;
}
/*###### END OF H STYLES ###########*/
/*###### FOOTER ####################*/
#footer
{
    /*	position: relative;*/
    bottom: 0;
    clear: both;
    width: 100%;
    height: 85px !important;
    border-top: 1px solid #91CCE2;
}
#footer p
{
    position: relative;
    top: 25%;
    left: 35%;
    width: 440px;
    font-size: 80%;
    text-align: left;
    margin: 0;
    padding: 0;
}
#footer a
{
    color: #000000;
}
/*###### END OF FOOTER ######*/
/*######### NAV STYLES ############*/
a
{
    color: #000000;
    text-decoration: underline;
}
a:link
{
    color: #000000;
    text-decoration: underline;
}
a:visited
{
    color: #000000;
    text-decoration: underline;
}
a:hover
{
    color: #6A4400;
    text-decoration: underline;
}
a:active
{
    color: #000000;
    text-decoration: underline;
}
a.leftnav
{
    color: #FFFFFF;
    text-decoration: underline;
}
a.leftnav:link
{
    color: #FFFFFF;
    text-decoration: underline;
}
a.leftnav:visited
{
    color: #FFFFFF;
    text-decoration: underline;
}
a.leftnav:hover
{
    color: #CDB4A2;
    text-decoration: underline;
}
a.leftnav:active
{
    color: #FFFFFF;
    text-decoration: underline;
}
#header
{
    height: 90px;
    width: 100%;
}
/*------------ HEADER LINKS ---------------*/
#headlink
{
    position: absolute;
    left: 175px;
    top: 55px;
    height: 25px;
    width: 78%;
    color: #000000;
    line-height: normal;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    z-index: 2000;
}
/*#headlink a{
	color: #FFFFFF;
}*/
#headlink ul
{
    width: 100%;
    margin: 0;
    list-style-type: none; /*	text-align: center;*/
}
#headlink ul li
{
    position: relative;
    float: left;
    margin: 0 0 0 0;
    text-align: center;
    padding: 4px 16px 4px 16px;
}
#headlink ul li ul li a
{
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #000000;
    display: block;
}
#headlink ul li a:hover
{
    display: block;
    color: #BDD78F;
    width: 100%;
    height: 100%;
}
#headlink ul li ul
{
    position: absolute;
    top: 22px;
    left: 0;
    background-color: transparent;
    border-top: 1px solid #FFFFFF;
    border-left: 0;
    border-bottom: 0;
    border-right: 0;
}
#headlink ul li ul li
{
    /*background-color: #808080;*/
    position: relative;
    width: 135px;
    border-left: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF; /*	border-top: 1px solid #FFFFFF;*/
    padding: 4px 8px 4px 8px;
}

#headlink ul li ul li.last
{
    border-bottom: 1px solid #FFFFFF;
}
/*------------- END OF HEADER LINKS ----------*/
#linkbar
{
    white-space: nowrap;
    position: relative;
    height: 36px;
    width: 65%;
}
#linkbar ul
{
    position: absolute;
    list-style-type: none;
    padding: 10px 0 0 32px;
    margin: 0;
}
#linkbar ul li
{
    padding-right: 32px;
    position: relative;
    float: left;
    list-style-type: none;
}
#linkbar ul li a
{
    color: #FFFFFF;
    height: 100%;
    width: 100%;
}
#linkbar ul li a:hover
{
    height: 100%;
    width: 100%;
}
/*###### END OF NAV STYLES #####*/

/*###### PRODUCT SHOWCASE ######*/

/*#### DELETED ####*/


#productshowcase
{
    height: auto;
}


/*#### DELETED ####*/

/************************************************************************/
#prodcatimg
{
    position: absolute;
    left: 44%;
    top: 90px;
    width: 100px;
    height: 100px;
}
#productdetails
{
    position: relative;
    width: 39%;
    float: left;
    left: 3%;
    z-index: 500;
}
#prodcat
{
    position: relative;
    width: 49%;
    right: 5%;
    float: right;
}
/************************************************************************/
#prodcat h3
{
    position: relative;
    float: left;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#prodimg
{
    position: relative;
    float: left;
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#prodDdown
{
    position: relative;
    float: left;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1%;
    margin-bottom: 1%;
    text-align: center;
}
#prodname
{
    position: relative;
    float: left;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1%;
    margin-bottom: 1%;
    text-align: center;
}
/*INFO*/
#infobar
{
    width: 100%;
    height: 2%;
    margin-bottom: 2%;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
    position: relative;
    float: left;
    text-align: center;
}
#infotxt
{
    width: 89%;
    position: relative;
    left: 0;
    line-height: 25px;
    display: inline;
}
#infobtn
{
    width: 10%;
    position: relative;
    top: 12px;
    right: 0;
    margin: 0 0 0 16px;
    display: inline;
}
#infobar a
{
    border: 0;
    color: #CB6B5C;
}
/*END OF INFO*/
/* filmstrip */
#filmstrip
{
    text-align: center;
    position: relative;
    right: 0;
    top: -5px;
    width: 75px;
    height: 395px;
    margin-left: 32px;
}
.filmthumbs
{
    margin: 2px 0 2px 0;
}
#filmstrip ul
{
    position: relative;
    vertical-align: middle;
    list-style: none;
}
#filmstrip img
{
    border: none;
}
#xtralink
{
    position: absolute;
    width: 125px;
    height: 90px;
    top: 3px;
    padding: 0;
    margin: 0;
    line-height: 120px;
    vertical-align: middle;
    display: block;
    z-index: 30000;
    background-color: transparent;
}
#xtralink a
{
    line-height: 90px;
    display: block;
    text-decoration: none;
}
/* END OF filmstrip */
.uppers
{
    color: #533600;
    text-transform: uppercase;
    background-color: transparent;
    border-right: 1px dashed #533600;
    text-align: center;
}
.uppercase
{
    text-transform: uppercase;
}
.transparentbg
{
    background-color: transparent;
}

/*###### END OF PRODUCT CATEGORY ######*/
/*###### PRODUCT SPECS ######*/
#productspecs
{
    width: 85%;
    margin-right: auto;
    margin-left: auto;
}
#productspecs p
{
    left: 0;
    top: 0;
    margin-left: auto;
    margin-right: auto;
}
#productspecs ul
{
    list-style: none;
    margin-left: auto;
    margin-right: auto;
}
#productspecs ul li
{
    width: 31%;
    float: left;
    margin: 5px;
}
#productspecs h4
{
    height: 55px;
    margin: 0 auto 8px auto;
    padding: 0 8px 0 8px;
}

/*######## #contact.bodystyle table ########*/
#contact .info
{
    text-align: right;
}
#contact
{
    margin: 0 auto 0 auto;
}
#contact #send
{
    position: relative;
    float: left;
    left: 240px;
    top: 16px;
    height: 20px;
    width: 61px;
}

/*######## END OF #contact.bodystyle table ########*/
/*######## SEARCH #########*/
#searchbar
{
    white-space: nowrap;
    position: absolute;
    width: 35%;
    top: 100px;
    left: 62%;
    vertical-align: middle;
    line-height: 27px;
    height: 27px;
}
#searchme
{
    position: relative;
    top: 3px;
    width: 89%;
    display: inline;
}
#searchbtn
{
    margin: 0 0 0 8px;
    display: inline;
}
.Search
{
    margin: 15% auto 0px;
    width: 150px;
}
/*######## END OF SEARCH #########*/

/*
Light blue: #91CCE2
Light green: #BDD78F
Pale red: #CB6B5C
Carnation pink: #CDB4A2
Light brown: #6A4400
Light purple: #570465E
*/