/* General structural style declarations  */

body, html, div, td {
    font-family: Arial, Helvetica, Tahoma, Sans-serif ;
	font-size: 11px;
	color: #666666;
	line-height: 15px;
}

body {
    font-family: Arial, Helvetica, Tahoma, Sans-serif ;
	font-size: 11px;
	color: #666666;
    text-align: center;
    margin: auto;
    padding: 0px;
    padding-top:20px;
    overflow: auto;
    background-color: #f5f5ee;
    line-height: 15px;
}

p {
    color:#666666;
    line-height:15px;
    font-family: Arial, Helvetica, Tahoma, Sans-serif ;
	font-size: 11px;
}

/* The Following two declarations are to create more predictable behaviour cross browser */

* {
    margin: 0px;
    padding: 0px;
}

/*
.pageSection * {
    overflow: visible;
} */

#page * div, #page div, #page form {
    float: left;
}

#page {
    width:817px;
    padding:20px;
    margin:auto;
    background-color:white;
    overflow:hidden;
}

#header {
    width:817px;
    margin:auto;
    height:80px;
    background-image:url(../images/common/header.jpg);
    background-repeat:no-repeat;
    text-align:left;
}

#primaryNav {
    float:left;
    width:660px;
}

#header a {
    float:left;
}

#primaryNav ul {
    list-style:none;
    padding-top:33px;
    text-align:center;
    width:650px;
    margin:auto;
}

#primaryNav li {
    display:inline;
}

#primaryNav li a {
    color:#792f3e;
    font-family:arial, helvetica, sans-serif;
    font-size:11px;
    font-weight:bold;
    padding-right:7px;
    line-height:22px;
    text-decoration:none;    
}

#primaryNav li a:hover {
    color:#868e0c;
    text-decoration:none;
    background-image:url(../images/common/nav-hover.png);
    background-repeat:no-repeat;
    background-position:bottom left;
}

#primaryNav li.selected a{
    color:#868e0c;
    text-decoration:none;
    background-image:url(../images/common/nav-hover.png);
    background-repeat:no-repeat;
    background-position:bottom left;
}

#primaryNav li.primaryLast a {
    padding-right:0px;
}

#body {
    width:817px;
    margin:auto;
    height:auto !important;
    height:400px;
    min-height:400px;
}

#footer {
    width:817px;
    margin:auto;
    height:36px;
    background-image:url(../images/common/footer.jpg);
    background-repeat:no-repeat;
    text-align:center;
}

#footer ul {
    list-style:none;
    padding-top:7px;
    margin:auto;
    width:540px;
}

#footer li {
    display:inline;
}

#footer li a {
    color:#792f3e;
    font-family:arial, helvetica, sans-serif;
    font-size:11px;
    font-weight:bold;
    line-height:22px;
    padding-right:7px;
    display:block;
    float:left;
    text-decoration:none;    
}

#footer li a:hover {
    color:#868e0c;
    text-decoration:none;
    background-image:url(../images/common/nav-hover.png);
    background-repeat:no-repeat;
    background-position:bottom left;
}

#footer li.secondaryLast a {
    padding-right:0px;
}

#footer li.selected a {
    color:#868e0c;
    text-decoration:none;
    background-image:url(../images/common/nav-hover.png);
    background-repeat:no-repeat;
    background-position:bottom left;
}

#subfooter {
    width:817px;
    margin:auto;
    height:36px;
    text-align:center;
}

#subfooter ul {
    list-style:none;
    padding-top:7px;
    width:230px;
    margin:auto;
}

#subfooter li {
    display:inline;
}

#subfooter li a {
    text-decoration:none;
    color:#999999;
    font-family:arial, helvetica, sans-serif;
    font-size:10px;
    font-weight:bold;
    line-height:22px;
    padding-right:7px;
    float:left;
}
#subfooter li.tertiaryLast a {
    padding-right:0px;
}

#pageHeading {
    width:777px;
    text-align:left;
    padding:30px 20px 20px 20px;
}

#leftColumn {
    width:370px;
    float:left;
    padding:10px 20px 10px 20px;
    text-align:left;
}

#leftColumn img, #rightColumn img {
    padding:3px;
    border:1px solid #cccccc;
    margin-bottom:5px;
}

#rightColumn {
    width:367px;
    float:left;
    padding:10px 20px 10px 20px;
    text-align:left;
}

.shop {
    text-align:left;
    padding-top:25px;
    padding-left:3px;
    padding-right:3px;
    width:811px;
    margin:auto;
}

.imageWrap {
    width:177px;
    height:177px;
    text-align:center;
    vertical-align:middle;
    background-color:white;
}

.cartForm {
    margin:auto;
    width:530px;
    float:none;
}

.categories {
    width:770px;
    background-color:#f5f5ee;
    min-height:400px;
    margin-top:20px;
    margin-bottom:20px;
    padding-left:20px;
    padding-right:20px;
    padding-top:20px;
}

.catLeft {
    width:197px;
    text-align:left;
    padding-bottom:20px;
}

.catRight {
    width:177px;
    padding-bottom:20px;
}

.catTitle {
    width:157px;
    height:28px;
    background-color:#d98911;
    font-family:arial, helvetica, sans-serif;
    font-size:12px;
    color:white;
    padding:10px;
    text-align:center;
}

.catDiv {
    width:177px;
    height:2px;
}

.catView {
    width:157px;
    padding:5px 10px 5px 10px;
    font-family:arial, helvetica, sans-serif;
    font-size:12px;
    background-color:#dbdbc2;
    color:#979d30;
    text-align:center;
}

.product {
    width:770px;
    background-color:#f5f5ee;
    min-height:400px;
    margin-top:20px;
    margin-bottom:20px;
    padding-left:20px;
    padding-right:20px;
    padding-top:20px;
    padding-bottom:20px;
}

.prodImage {
    width:400px;
    height:400px;
    text-align:center;
    vertical-align:middle;
    background-color:white;
}

.prodDetails {
    width:350px;
    padding-left:20px;
}

.backProd {
    width:350px;
    height:25px;
    text-align:right;
}

.prodTitle {
   width:350px;
   font-family:arial, helvetica, sans-serif;
   font-size:19px;
   color:#6a7437;
   text-align:left;
   padding-top:30px;
   padding-bottom:30px;
}

.prodText {
    width:350px;
    font-family:arial, helvetica, sans-serif;
    font-size:11px;
    color:#666666;
    text-align:left;
    padding-bottom:20px;
}

.prodFormTitle {
    color:white;
    background-color:#b7b797;
    padding-left:10px;
    padding-right:10px;
    padding-top:3px;
    padding-bottom:3px;
}

.prodFormItem {
    color:#777774;
    background-color:#e2e2cd;
    padding-left:10px;
    padding-right:10px;
    padding-top:5px;
    padding-bottom:5px;
}

h1 {
    font-size: 20px;
    line-height: 22px;
    color: #6a7437;
    font-weight: normal;
}

h2 {
    font-size: 13px;
    line-height:18px;
    color: #6a7437;
    font-weight: normal;
}

h3 {
    font-size: 12px;
    font-weight: bold;
    color: #333333;
    line-height: 15px;
    text-transform: uppercase;
}

h4 {
    font-size: 12px;
    font-weight: bold;
    color: #333333;
    line-height: 15px;
    text-transform: uppercase;
}

h5 {
    line-height: 14px;
    font-size: 12px;
    padding-bottom:5px;
    font-weight: bold;
    color: #999999;
}

ul, ol {
    padding-left: 15px;
}

p, ul, ol {
    padding-bottom: 15px;
    line-height: 15px;
}

a, a:visited {
    color: #2A78EE;
    text-decoration: underline;
}

a:hover {
    text-decoration: underline;
}    

a img {
    border: none;  
}

#flashContainer {
    padding: 15px 0px 10px;
}

.flintFooter {
    width: 857px;
    margin: 0px auto;
    padding: 15px 0px;
}

.flintFooter a { 
    float: right;
    padding-left: 17px;
    line-height: 18px;
    color: #999999;
    background-image: url(../images/common/flint-stamp.gif);
    background-position: 0px 2px;
    background-repeat: no-repeat;
    
}