﻿html, body {
    margin: 0px;
    padding: 0px;
}

body {
	background-color:#382A00;
	background-position: left top;
	background-repeat: repeat;
	font-size:11px;
	font-family: Comic Sans MS, Verdana, Arial, sans-serif;
	line-height:1.8em;
	color:#382A00;
    text-align:center;
}

fieldset {
   	color:#382A00;
}

legend {
   	color:#382A00;
}


#wrapper {
    width: 800px;
    margin: 15px auto 15px auto;
    padding: 0px;
    text-align: left;
    border: solid 1px #dadada;
  	background-color:#FEFDF0;
}

#header {
    width: 100%;
    height: 75px;
    text-align:center;    
    border-bottom: solid 3px #000000;
    background-color:#382A00;
}

#headercompanymainname {
   	font: 36px Comic Sans MS, Times New Roman, Times, serif; color:#FDEDF2;
	letter-spacing:.2em;
	line-height:35px;
}

#headercompanysubname {
   	font: 21px Comic Sans MS, Times New Roman, Times, serif; color:#FDEDF2;
	letter-spacing:.2em;
	line-height:35px;
}

#container {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    background-image: url(images/divider.gif);
    background-repeat: repeat-y;
    background-position: 200px 0px;
}

#leftcol {
    width: 190px;
    height: auto;
    float: left;
    padding: 0px;
    margin: 0px;
    text-align: left;
}

#rightcol {
    width: 530px;
    height: auto;
    float: right;
    padding: 20px 50px 20px 20px;
    margin: 0px;
    border-left: solid 3px #382A00;
}

#rightcol p {
    margin: 0px;
    text-align:left;
}

.clearer {
    font-size: 0px;
    height: 0px;
    width: 100%;
    display: block;
    clear: both;
}

#nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    list-style-image: none;
}

#nav li 
{
    margin: 0px;
    padding: 0px;
    display: inline;
}

#nav li a:link, #nav li a:visited, #nav li a:active {
    color:#382A00;
    text-decoration: none;
    display: block;
    margin: 0px;
    padding: 0px;
    /* width: 160px; */
}

#nav li a:hover {
    color: #ccc;
    text-decoration: none;
}

#footer {
    padding: 0px;
    margin: 0px;
    border-top: solid 1px #dadada;
    text-align: center;
}

#footer p {
    margin: 0px auto 0px auto;
    padding: 10px 0px 10px 0px;
    color: #aaa;
}

#footer a:link, #footer a:visited, #footer a:active {
    color: #aaa;
    text-decoration: none;
}

#footer a:hover {
    color: #ccc;
    text-decoration: none;
}

.horizontalseparator {
    left: 0px; width: auto; height: 25px;
}

.pageName {
    width: 100%; top: 25px; height: 40;
    text-align:center;
    text-decoration:underline;
	font: 24px Comic Sans MS, Arial, Helvetica, sans-serif;
	letter-spacing: .2em;
	line-height: 32px;
}

.product {
    float: left;
    width: 260px;
    height: 300px;
    margin: 0px;
    text-align: center;
    font-weight: bold;
}
  
.product img {
    border: 1px solid #EDB931;
}

.productPageDescription {
    width: 100%;
    text-align:center;
}

.productPage {
    text-align:center;
}

.photo {
    text-align: center
}

/*Credits: SlideDoorMenu - Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.slidedoormenu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 175px; /* width of menu (don't forget to add border with below!) */
    border-left: 10px solid #FEFDF0; /* thick left border of menu */
}

.slidedoormenu li {
/*border-bottom: 1px solid #885b5c; /* Gray border beneath each menu item */
}

.slidedoormenu li a {
    font: 13px Comic Sans MS, "Lucida Grande", "Trebuchet MS", Verdana;
    display: block;
    color: #382A00;
    width: auto;
    padding: 3px 0; /* Vertical (top/bottom) padding for each menu link */
    text-decoration: none;
}

.slidedoormenu li a:visited, .slidedoormenu li a:active {
    color: #382A00;
}

.slidedoormenu li a:hover {
    color: #382A00;
    text-decoration: underline;
    font-weight: bold;
}

.slidedoormenu li.lastitem, .slidedoormenu li.lastitem a{
    border-bottom-width: 0; /* For last menu item within menu, remove bottom border */
}

.slidedoormenu li.lastitem a {
    padding: 8px 0; /* increase vertical border of last menu link by 2px (default is padding: 7px 0) to account for removed border width */
}

.slidedoormenu li.submenu a {
    text-indent: 25px;
}

.shoppingCartLink {
    display: block;
    width: 100%;
    text-align: left;
}

a:link, a:visited {
    color: #382A00;
    text-decoration: none;
}

a:hover {
    color: #382A00;
    text-decoration: underline;
    font-weight: bold;
}
