/* ----------------------------------------------
 HTML ELEMENTS
------------------------------------------------- */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 }

body {
 background:#dcf58a url(../images/pagebg.gif);
 font: 11px Verdana, helvetica, sans-serif;
 color: #585857; 
}

#page {
 width:880px;
 margin:20px auto;
}

#cartlinks {
 width:90%;
 text-align:right;
 font-size:10px;
 margin:10px auto;
}

#cartlinks form {
 display:inline;
 padding-left:25px;
}

#searchbox {
 position:absolute;
 top:40px;
 right:40px;
}

.searchybox {
 padding:1px 2px;
 margin:0;
 font-size:9px;
}

#mainbody {
 width:853px;
 margin:0;
 position:relative;
}

#maintop {
 background:transparent url(../images/pagetop.png) no-repeat center top;
 height:105px;
 position:relative;
}

#mainmid {
 background:transparent url(../images/pagemid.png) repeat-y center top;
 padding:0 25px 55px 25px;
 position:relative;
}

#mainfoot {
 background:transparent url(../images/pagefoot.png) no-repeat center bottom;
 height:34px;
}

#mainswash {
 background:transparent url(../images/foot_default.png) no-repeat center bottom;
 position:absolute;
 bottom:0;
 height:140px;
 width:100%;
 _display:none;
}
#maincontent, #leftnav {margin-bottom:60px;}

body#home #mainswash {
 background-image:url(../images/foot_index.png);
 height:300px;
}

body#searchid #mainswash {
 background-image:url(../images/foot_cat.png);
 height:160px;
}
body#searchid #maincontent, body#searchid #leftnav {margin-bottom:60px}

body#item #mainswash, body#itemsingle #mainswash {
 background-image:url(../images/foot_item.png);
 height:211px;
}
body#item #maincontent, body#item #leftnav {margin-bottom:100px}
body#itemsingle #maincontent, body#itemsingle #leftnav {margin-bottom:0}

body#press #mainswash {
 background-image:url(../images/foot_press.png);
 height:187px;
}
body#press #maincontent, body#press #leftnav {margin-bottom:130px}

body#reviews #mainswash {
 background-image:url(../images/foot_reviews.png);
 height:170px;
}
body#reviews #maincontent, body#reviews #leftnav {margin-bottom:130px}

body#contact #mainswash {
 background-image:url(../images/foot_contact.png);
 height:153px;
}
body#contact #maincontent, body#contact #leftnav {margin-bottom:90px}

body#ordering #mainswash {
 background-image:url(../images/foot_ordering.png);
 height:181px;
}
body#ordering #maincontent, body#ordering #leftnav {margin-bottom:40px}

body#about #mainswash {
 background-image:url(../images/foot_about.png);
 height:206px;
}
body#about #maincontent, body#about #leftnav {margin-bottom:100px}

#splogo {
 position:absolute;
 left:215px;
 top:15px;
}

#newsletter {
 padding:30px 0 0 15px;
 text-align:center;
 position:relative;
 z-index:50;
}

#maincontent {
 width:620px;
 margin-left:180px;
 padding-top:10px; /* change to 25 if breadcrumb is removed */
}

#bottomnav {
 padding-left:220px;
 padding-top:8px;
 position:relative;
 z-index:20;
}

#pagefoot {
 text-align:center;
 padding-top:15px;
 line-height:1.5em;
}

#hometext {
 width:310px;
 margin:0px 0 30px 280px;
 padding-top:30px;
 line-height:1.5em;
}

#indexgrid td {
 padding:5px 3px;
}

/* links */
a, a:visited { 
 color: #728E3C;
 text-decoration: none;
}
a:hover {
 color: #585857;
 text-decoration: underline;
}

#mainbody a, #mainbody a:visited { 
 color: #585857;
 text-decoration: none;
}
#mainbody a:hover {
 color: #728E3C;
 text-decoration: none;
}

.breadcrumb {
 text-align:right;
 margin-bottom:1em;
 text-transform:lowercase;
}

/* headers */
h1, h2, h3 {
 padding: 0; 
 color: #DA8461;
 margin:0 0 0.5em 0;
}
h1 {
 font-size: 2em; 
}
h2 {
 font-size: 1.8em;
}
h3 {
 font-size: 1.3em;
 font-weight: bold; 
}

#ordering h3 {
 margin:0;
 font-size: 1.3em;
 font-weight: bold; 
 padding:10px 0; 
}

/* Paragraph */
p { padding: 1em 0; }

/* Lists */
ul, ol {
 margin: 5px 5px;
 padding: 0 5px; 
}
ul { list-style: none; }

dl { padding: 10px; margin: 0; }

dt {
 font-weight: bold;
 color: #79A62E;
}
dd {
 padding-left: 25px; 
}

/* images */

/* img {
 background: #FAFAFA;
 border: 1px solid #E4E4E4;
 padding: 8px;
} */

img.float-right {
 margin: 5px 0px 10px 10px; 
}
img.float-left {
 margin: 5px 10px 10px 0px;
}

code {
 margin: 5px 0;
 padding: 15px;
 text-align: left;
 display: block;
 overflow: auto; 
 font: 500 1em/1.5em 'Lucida Console', 'Courier New', monospace;
 /* white-space: pre; */
 border: 1px solid #EEE8E1; 
 background: #FAF7F5;
}
acronym {
 cursor: help;
 border-bottom: 1px dotted #895F30;
}
blockquote {
 margin: 0 25px;
}

/* start - table
table {
 border-collapse: collapse;
 margin: 15px 10px; 
}
th {
 height: 38px;
 padding-left: 12px;
 padding-right: 12px;
 color: #fff;
 text-align: left;
 background: #ADD163; 
 border-width: 1px;
 border-style: solid;
 border-color: #C4DE8F #93C138 #93C138 #C4DE8F; 
}
tr {
 height: 34px;
 background: #fff;
}
td {
 padding-left: 11px;
 padding-right: 11px;
} 
end - table */

/* form elements */
/*form p {
 border-bottom: 1px solid #ECE5DD;*/
 padding: 12px 0 5px 0; margin: 0; 
}*/
label {
 font-weight: bold;
}

fieldset input, fieldset select, fieldset textarea {
 color: #6A6969;
 border-width: 1px;
 border-style: solid;
 border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4; 
}

#expiration #cardexpmonth {margin-right:110px}

#inputsubmit input {
 border:0;
 _padding:20px 0 0 0;
}
option { padding-right: 0.5em; } 


input.button { 
 font: bold 12px Arial, Sans-serif; 
 height: 30px;
 margin: 0;
 padding: 2px 3px; 
 color: #fff;
 background: #A6CD56;
 
 border-width: 1px;
 border-style: solid;
 border-color: #C4DE8F #8DB836 #8DB836 #C4DE8F;
}


/*-------------------------------------------
 LAYOUT
--------------------------------------------*/ 
#wrap {
 position: relative;
 width: 952px;
 background: #FFF url(/PDGCommTemplates/003/images/wrap.gif) repeat-y center top;
 margin: 40px auto 30px auto;
 text-align: left; 
}
#content {
 clear: both; 
 float: left; 
 width: 952px; 
 padding: 25px 0 60px 0; 
}
#header {
 position: relative;
 width: 952px;
 height: 245px;
 background: #8AB84B url(/PDGCommTemplates/003/images/header.jpg) no-repeat; 
 color: #fff; 
 padding: 0; 
 margin: 0; 
}
#header h1#logo-text a {
 position: absolute;
 margin: 0; padding: 0;
 font: bold 66px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
 letter-spacing: -5px;
 text-decoration: none;
 color: #332616;
 
 /* change the values of top and left to adjust the position of the logo*/
 top: 75px; left: 55px; 
}
#header p#slogan {
 position: absolute;
 margin: 0; padding: 0;
 font: bold 15px 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
 color: #322815;
 letter-spacing: -0.5px;
 
 /* change the values of top and left to adjust the position of the slogan*/
 top: 148px; left: 150px; 
}

/* top-menu */
 #top-menu {
 position: absolute;
 margin: 0;
 padding: 30px 15px 8px 15px;
 background: #74A838 url(/PDGCommTemplates/003/images/top-menu.gif) repeat-x;
 font-family: 'Trebuchet MS', Arial, Sans-serif;
 color: #FFF;
 
 top: 0; right: 70px
 }
 #top-menu p { 
 margin: 0; padding: 0; 
 }
 #top-menu a {
 font-weight: bold;
 color: #fff;
 }

/* Navigation */
#nav {
 clear: both; 
 padding: 0; margin: 0;
 width: 952px;
 height: 50px;
 background: #988060 url(/PDGCommTemplates/003/images/nav.gif) no-repeat; 
}
#nav ul {
 float: left; 
 list-style: none; 
 margin: 5px 0 0 0;
 height: 45px;
 padding: 0 0 0 40px; 
}
#nav ul li {
 float: left;
 margin: 0; padding: 0 0 0 10px; 
}
#nav ul li a {
 float: left;
 margin: 0;
 padding: 0 15px 0 5px;
 color: #FFF;
 font: bold 15px/45px 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
 text-decoration: none; 
}
#nav ul li a:hover, 
#nav ul li a:active {
 color: #E7FAA9; 
}
#nav ul li#current {
 background: transparent url(/PDGCommTemplates/003/images/left-tab.gif) no-repeat; 
}
#nav ul li#current a { 
 color: #4B3D2C;
 background: transparent url(/PDGCommTemplates/003/images/right-tab.gif) no-repeat right top; 
}

/* Main Column */
#main {
 float: right;
 width: 585px;
 padding: 0; margin: 0 40px 0 0;
 display: inline; 
}
#main h2 {
 font: bold 2.9em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
 color: #51432F; 
 padding: 10px 0 5px 5px; 
 margin-left: 5px; 
 letter-spacing: -2px;
 border-bottom: 1px solid #E4F2C8; 
}
#main h2 a {
 color: #51432f;
 text-decoration: none; 
}
#main ul li {
 list-style: none; 
}

#sidebar {
 float: left;
 width: 255px;
 padding: 0; 
 margin: 0 0 0 35px;
 display: inline; 
}
#sidebar h3 {
 color: #51432F; 
 font: bold 1.9em 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
 text-transform: none;
 letter-spacing: -0.5px;
 padding: 5px 0 5px 7px; 
 margin: 10px 0 5px 10px; 
 border-bottom: 1px solid #E4F2C8; 
}

/* sidebar menu */
#sidebar .sidemenu {
 margin: 10px 10px 5px 7px; padding: 0;
 text-decoration: none; 
}
#sidebar .sidemenu li {
 list-style: none;
 margin: 0;
 padding: 8px 10px; 
 border-bottom: 1px solid #E8E8E8; 
}
* html body #sidebar .sidemenu li {
 height: 1%;
}
#sidebar .sidemenu li a {
 text-decoration: none; 
 color: #739A23;
 background: none;
 font-weight: normal;
}
#sidebar .sidemenu li a span {
 color: #7F7F7F; 
 font-size: .9em;
 
 font-family: Georgia, 'Times New Roman', Times, serif;
 font-style: italic;
 font-weight: normal;
 }
#sidebar .sidemenu li a:hover { 
 color: #000; 
 background: none; 
}
#sidebar .sidemenu ul { margin: 0 0 0 5px; padding: 0; }
#sidebar .sidemenu ul li { border: none; }

/* search form */
#sidebar .searchform {
 background-color: transparent;
 border: none; 
 margin: 0 5px 0 0; 
 padding: 10px 10px 10px 0; 
 width: 260px; 
}
#sidebar .searchform p { margin: 0; padding: 0; }
#sidebar .searchform input.textbox { 
 width: 140px;
 height: 18px;
 padding: 2px; 
 vertical-align: top;
}
#sidebar .searchform input.button { 
 width: 60px;
 height: 24px;
 padding: 2px 4px;
 margin: 5px 0 0 0;
}

/* footer */
#footer {
 clear: both;
 width: 952px;
 margin: 0;
 padding: 30px 0 25px 0;
 font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, Sans-serif;
 font-size: 0.95em;
 color: #777; 
 text-align: center; 
 letter-spacing: .2px;
}
#footer p {
 padding:10px 0;
}
#footer a:hover { 
 color: #555; 
 border-bottom: 1px dotted #555;
 text-decoration: none;
}

#footer-columns {
 color: #888;
 margin: 0 auto; 
 padding: 0; 
 width: 880px;
}
#footer-columns ul {
 list-style: none;
 margin: 0; 
 padding: 0; 
 border-top: 1px solid #BFD286;
}
#footer-columns li {
 border-bottom: 1px solid #CCDA9E; 
}
#footer-columns li a {
 display: block;
 font-weight: normal;
 padding: 8px 0 8px 10px;
 width: 96%;
 color: #666666; 
}

#footer-columns .col3, .col3-center {
 float: left;
 width: 32%;
}
#footer-columns .col3-center { 
 margin: 0 15px; 
}

/* bottom */
#footer-bottom {
 clear: both;
 color: #555; 
 margin: 0 auto; 
 background: #CCC url(/PDGCommTemplates/003/images/footer-bottom.gif) no-repeat left top;
 width: 952px;
 padding: 15px 0 10px 0;
 text-align: center; 
 font-size: 0.95em;
}
#footer-bottom a { color: #306495; }

/* comments list */
ol.commentlist {
 margin: 12px 10px;
 padding: 0;
 border-style: solid; 
 border-color: #EEE8E1; 
 border-width: 1px 1px 0 1px;
}
.commentlist li {
 margin: 0;
 padding: 10px;
 list-style: none;
 border-bottom: 1px solid #EEE8E1; 
}
.commentlist li cite {
 display: block;
 font-style: normal;
 font-weight: bold;
 padding: 7px; 
}
.commentlist li cite img {
 float: left;
 margin-right: 10px; 
}
.commentlist li cite .comment-data {
 font-size: .8em;
 font-weight: normal;
}
.commentlist li .comment-text {
 clear: both;
 margin: 0; padding: 0;
}
.commentlist li.alt {
 background: #FAF7F5; 
}
 
/* alignment classes */
.float-left { float: left; }
.float-right { float: right; }
.align-left { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.no-border { border: none; }
.clearer { clear: both; }
.clear { display:inline-block; }
.clear:after {
 display:block; 
 visibility:hidden; 
 clear:both; 
 height:0; 
 content: "."; 
}

/* Search Product */
.searchproduct {
 vertical-align: top;
 width: 100px;
 padding: 0; margin: 0 0 0 25px;
 display:-moz-inline-stack;
 display:inline-block;
 zoom:1;
 *display:inline; 
}

/* header quick search */
#header form#quick-search {
 position: absolute;
 top: 50px; right: 55px;
 padding: 0; margin: 0;
 border: none;
 width: 220px; height: 30px;
 background: #fff; 
 z-index: 999999;
}
#header form#quick-search p {
 margin: 0; padding: 0; 
}
#header form#quick-search input {
 border: none;
 background: transparent;
 color: #0e5792;
 float: left;
}
#header form#quick-search .tbox {
 margin: 5px 0 0 5px; 
 width: 170px; 
 display: inline; 
}
#search form#quick-search .btn{
 width: 25px; height: 25px; 
}
#header form#quick-search label {
 display: none;
}

/* header basket */
#header-basket {
 text-align: center;
 position: absolute;
 top: 110px; right: 70px;
 padding: 5px;
 margin: 0;
 border: none;
 width: 180px; height: 63px;
 background: #fff; 
 z-index: 999999;
 color: #0e5792;
}
#header-basket p {
 margin: 0; padding: 0; 
}

 
img {border:0}

#maincontent .form {
 width:625px;
}

.contactbox {
 background:transparent url(../images/contact_bg.gif) no-repeat right bottom;
 min-height:370px;
 position:relative;
}

.contactnote div {
 display:none;
}

.contactform {
 margin-top:1em;
 position:absolute;
 top:0;
 left:0;
}

.contactform td {padding:2px}
.contactform textarea {width:200px; height:100px;}
.contactform .text {width:200px;}


/* --- CATEGORY PAGE --- */

#searchresults {position:relative; left:20px}

.catitemdiv {
 float:left;
 margin:0 40px 10px 0;
 text-align:center;
 font-size:10px;
 width:110px;
 height:140px;
}

.itemthumb {
 width:90px;
 height:90px;
 margin:0 auto 2px auto;
}

.itemthumb img {
 width:90px;
 height:90px;
}

.itemthumb img, #item-image, .productthumb img {
 border:1px solid #ccc;
}


/*PRODUCT PAGES*/

#product-images {
 float:left;
 width:300px;
 text-align:center;
}

#item-image {
 margin-bottom:10px;
}

.productthumb {
 display:inline;
 padding:5px 10px 5px 0;
}

#productcontent {
 margin-left:315px;
 width:300px;
}

#container {display:none}

.catimage td {
 padding:5px 10px;
}

#searchresults {
 width:99%;
 margin:20px auto 10px auto;
}

#searchresults td {
 width:33%;
 padding:3px 45px;
}

#searchid table {
 width:99%;
}

.buybox td {
 padding:5px 2px;
}

.subcattable {
 width:99%;
 margin-top:25px;
}

.subcattable td {
 width:33%;
 text-align:center;
 padding:10px;
}

#upsell td, #xsell td {text-align:center;}


/* CART PAGE */

/* for form button instead of image:
input#submit {
 background:#85c5d6;
 color:#fff;
 font-weight:bold;
 padding:4px;
 border:0;
 margin-bottom:2em;
}
*/

#inputsubmit {margin-top:4em;}
#submit {text-align:left;}

/*#verifyform input:focus,#verifyform input:hover {
border:0;
}*/

#verifyform h3 {
 margin-top:2em;
}

#verifyform input,#verifyform select {
margin-right:20px;
margin-top:-20px;
float:none;
clear:none;
}

#verifyform label{
display:inline;
}

#pdgbasket hr {
 border:0;
 border-bottom:1px solid #a5e4fa;
}

#pdgbasket table {margin:0; padding:0}

#pdgbasket td {
 vertical-align:top;
 padding:3px 10px;
 margin:0;
 text-align:left;
}

#pdgsecurecheckout {text-align:right;}
/*
.check {
 padding-left:310px;
 position:relative;
 margin-top:-20px;
}
.check input {
 position:absolute;
 right:0;
 top:20px;
}
*/
.giftwrap {
 text-align:right;
 margin:0 5px 3em 0;
}

#shipstate, #shipcountry {width:220px}

#shipestimate #inputsubmit input {
 background:#85c5d6;
 color:#fff;
 font-weight:bold;
 padding:4px;
 border:0;
}

#checkoutform input#shipdestination {
 float:none;
 margin-left:6px;
}

.shipcheck {
 float:right;
 position:relative;
 top:-2em;
}

ul.reviews {
 list-style-type:disc;
}

ul.reviews li {
 margin:10px;
}

ul.press {
 list-style-type:disc;
}

ul.press li {
 margin:3px;
}


.breadcrumb, #mainbody .breadcrumb a:link, #mainbody .breadcrumb a:visited {
 color:#999;
}

.crumb_nav, #subcatlist {
 display:none;
}

/* SIDEBOX */

#leftnav {
 width:165px;
 float:left;
 text-align:right;
 margin-top:-12px;
 margin-left:-5px;
 _position:relative;
}

#sidetree {
 text-transform:uppercase;
 font-size:9px;
 _position:absolute;
 _z-index:99;
 _top:0;
 _left:0;
 _height:100%;
 z-index:99;
}

.treeview li a {
 padding:20px 0 10px 30px;
 display:block;
 _padding:5px 0 5px 30px;
}

.treeview li a:hover {
 background-image:url(/PDGCommTemplates/003/images/leaf.png);
 background-repeat:no-repeat;
 background-position:left center;
}

.treeview .hitarea {
 display:none;
}

.treeview li { 
 margin:0;
 padding:0;
}

.treeview li, .treeview li.expandable, .treeview li.last, .treeview li.lastCollapsable, .treeview li.lastExpandable, .treeview li.lastCollapsable, .treeview li.lastExpandable {
 background-image:url(../images/navdot.gif);
 background-repeat:repeat-x;
 background-position:left bottom;
}

.treeview li.collapsable {
 padding-bottom:1em;
}

.treeview li.collapsable li.collapsable li {
 font-style:italic;
}

.treeview li.collapsable ul li, .treeview li.collapsable ul li a {
 background-image:none;
 padding:3px 3px 0 0;
 margin:0;
 text-transform:lowercase;
 font-weight:normal;
}

.treeview li.collapsable ul li ul li, .treeview li.collapsable ul li ul li a {
 background-image:none;
 padding:3px 3px 0 0;
 margin:0;
 text-transform:lowercase;
 font-weight:normal;
}

.treeview li.collapsable ul li ul li.last, .treeview li.collapsable ul li ul li.last a {
 padding:3px 3px 5px 0;
}

.treeview li.collapsable ul li a:hover {
 background-image:url(/PDGCommTemplates/003/images/leaf_sm.png);
 background-repeat:no-repeat;
 background-position:left center;
}

#sidetree a:link {color:#585857; text-decoration:none;}
#sidetree a:visited {color:#585857; text-decoration:none;}
#sidetree a:hover {color:#728E3C; text-decoration:underline;}
#sidetree a:active {color:#728E3C; text-decoration:none;}

.selected {
 font-weight:bold;
 padding-right:3px;
}

#sidetree a.selected:link {color:#728E3C; font-weight:bold;}
#sidetree a.selected:visited {color:#728E3C; font-weight:bold;}
#sidetree a.selected:hover {color:#728E3C; font-weight:bold;}
#sidetree a.selected:active {color:#728E3C; font-weight:bold;}

#sidetreecontrol {
 visibility:hidden;
 text-transform:lowercase;
}

.viewall {position:relative; z-index:50}

.error p {color:#f00;}


