/* +------------------------------------------------------------+ */
/* | Fonts                                                      | */
/* +------------------------------------------------------------+ */

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(../fonts/open-sans.woff) format('woff');
}

/* +------------------------------------------------------------+ */
/* | General XHTML Elements                                     | */
/* +------------------------------------------------------------+ */

body {
     color: #000000;
     font-family: 'Open Sans', Arial, Helvetica, sans-serif;
     font-size: 14px;
     font-weight: normal;
     text-align: left;
     background-color: #FFFFFF;
     padding: 0px;
     margin: 0px;
     }

a {
     color: #546e37;
     font-weight: normal;
     text-decoration: underline;
     cursor: pointer;
     }

a:hover {
     color: #98ac81;
     }

strong {
     font-weight: bold;
     }

.small {
     font-size: 12px;
     }

/* +------------------------------------------------------------+ */
/* | Skin Layout Divs: Top                                      | */
/* +------------------------------------------------------------+ */

#skin_top {
     margin: 0px;
     width: 100%;
     background-color: #01200f;
     padding: 5px 0px 5px 0px;
     }

#skin_top_wrapper {
     margin: 0px auto 0px auto;
     display: block;
     width: 970px;
     clear: both;
     }

#skin_top_menu {
     color: #485f2f;
     float: left;
     width: 450px;
     }

#skin_top_miniacctlogin {
     float: right;
     width: 450px;
     }

/* +------------------------------------------------------------+ */
/* | Top Menu                                                   | */
/* +------------------------------------------------------------+ */

#skin_top_menu ul {
     padding: 0px;
     margin: 0px;
     list-style: none;
     }

#skin_top_menu li {
     padding: 0px;
     margin: 0px;
     list-style: none;
     display: inline;
     }

#skin_top_menu ul li a {
     color: #FFFFFF;
     font-weight: normal;
     text-decoration: none;
     margin: 0px 5px 0px 0px;
     padding: 0px 5px 0px 0px;
     font-size: 11px;
     border-right: 1px solid #FFFFFF;
     }

#skin_top_menu ul li:last-child a {
     border-right: none;
     }

#skin_top_menu ul li a:hover {
     color: #98ac81;
     text-decoration: underline;
     }

/* +------------------------------------------------------------+ */
/* | Mini Account Login                                         | */
/* +------------------------------------------------------------+ */

#miniacctlogin {
     text-align: right;
     color: #FFFFFF;
     font-size: 11px;
     }

#miniacctlogin a {
     color: #FFFFFF;
     font-weight: normal;
     text-decoration: underline;
     }

#miniacctlogin a:hover {
     color: #98ac81;
     text-decoration: underline;
     }

/* +------------------------------------------------------------+ */
/* | Skin Layout Divs: Header                                   | */
/* +------------------------------------------------------------+ */

#skin_header {
     margin: 0px auto 0px auto;
     padding: 0px;
     height: 150px;
     background-image: url('../media/Background.png');
     background-position: top center;
     background-repeat: no-repeat;
     background-size: 100% 100%;
     }


#skin_headerwrap {
     width: 970px;
     margin: 0px auto 0px auto;
     height: 150px;
     }

#skin_headerlogo {
     width: 536px;
     height: 150px;
     padding: 0px;
     margin: 0px auto 0px auto;
     display: block;
     background-image: url('../media/logo.png');
     background-position: top left;
     background-repeat: no-repeat;
     float: left;
     }

#skin_headerlogo a {
     width: 970px;
     height: 150px;
     padding: 0px;
     margin: 0px;
     display: block;
     }

#skin_headerwidgets {
     float: right;
     width: 400px;
     text-align: right;
     padding: 10px 0px 0px 0px;
     }

#minicart-button {
     padding: 2px 4px 3px 4px;
     color: #FFFFFF;
     font-weight: bold;
     text-decoration: none;
     margin-right: 0px;
     }

#minicart-button:hover {
     background-color: #000000;
     color: #FFFFFF;
     font-weight: bold;
     text-decoration: none;
     }

#ecom--minisearch--SUBMIT {
     padding: 2px 4px 3px 4px;
     }

#ecom_skinwidget_minisearch p.small {
     display: none;
     }

/* +------------------------------------------------------------+ */
/* | Skin Layout Divs: Navmenu                                  | */
/* +------------------------------------------------------------+ */

#skin_navmenu {
     width: 100%;
     margin: 0px auto 0px auto;
     padding: 0px;
     clear: both;
     background-color: #01200f;
     }

.skin_widgetclass_NAVMENU .skin_widgetmenu {
     background-image: none;
     margin: 0px auto 0px auto;
     width: 970px;
     height: 34px;
     background-color: #01200f;
     }

.skin_widgetclass_NAVMENU .skin_widgetmenu ul li {
     border-right: 1px solid #FFFFFF;
     margin-right: 10px;
     }

.skin_widgetclass_NAVMENU .skin_widgetmenu ul li a {
     color: #FFFFFF;
     font-size: 14px;
     text-transform: uppercase;
     padding-left: 0px;
     }

.skin_widgetclass_NAVMENU .skin_widgetmenu ul li a:hover {
     background-color: #01200f;
     color: #DEDEDE;
     }

.skin_widgetclass_NAVMENU .skin_widgetmenu li ul li {
     border-bottom: none;
     }

.skin_widgetclass_NAVMENU .skin_widgetmenu li ul li a {
     color: #FFFFFF;
     }

.skin_widgetclass_NAVMENU .skin_widgetmenu li ul li a:hover {
     color: #DEDEDE;
     background-color: #01200f;
     }

.skin_widgetclass_NAVMENU .skin_widgetmenu li ul {
     background-image: none;
     background-color: #01200f;
     margin: 0px 0px 0px -10px;
     }

.skin_widgetclass_NAVMENU .skin_widgetmenu ul li:first-child ul {
     margin-left: 4px;
     }

.skin_widgetclass_NAVMENU .skin_widgetmenu ul li ul li ul {
     margin-left: 184px !important;
     }

/* +------------------------------------------------------------+ */
/* | Skin Layout Divs: Wrapper Content                          | */
/* +------------------------------------------------------------+ */

#skin_wrapper_content {
     width: 970px;
     padding: 0px;
     margin: 0px auto 0px auto;
     background-color: #FFFFFF;
     }

/* +------------------------------------------------------------+ */
/* | Skin Layout Divs: Left/Content                             | */
/* +------------------------------------------------------------+ */

#skin_left {
     float: left;
     padding: 15px 0px 20px 0px;
     line-height: 1.5em;
     width: 220px;
     }

.skin_widgetclass_SIDEMENU .skin_widgettitle {
     color: #01200f;
     font-size: 18px;
     }

.skin_widgetclass_SIDEMENU .skin_widgetmenu li ul li,
.skin_widgetclass_SIDEMENU .skin_widgetmenu ul li ul {
     width: 260px;
     }

.skin_widgetclass_SIDEMENU .skin_widgetmenu ul li ul li ul {
     display: none;
	 background-color: #98AC81;
     }

.skin_widgetclass_SIDEMENU .skin_widgetmenu li a:hover {
     color: #FFFFFF;
     background-color: #98AC81;
     }

#skin_customshipnotice {
     color: #FF6600;
     font-weight: bold;
     margin: 0px auto 0px auto;
     display: block;
     line-height: 1.5em;
     border: none;
     padding: 20px 0px 20px 0px;
     float: right;
     width: 700px;
}

#skin_content {
     margin: 0px auto 0px auto;
     display: block;
     line-height: 1.5em;
     min-height: 600px;
     border: none;
     padding: 7px 0px 20px 0px;
     float: right;
     width: 700px;
     }
#ecom_skinwidget_breadcrumbs  {
     margin: 0px auto 0px auto;
     display: block;
     line-height: 1.5em;
     border: none;
     padding: 20px 0px 0px 0px;
     float: right;
     width: 700px;
}

/* +------------------------------------------------------------+ */
/* | Page Title                                                 | */
/* +------------------------------------------------------------+ */

#skin_pgtitle {
     color: #98ac81;
     margin: 0px 0px 30px 0px;
     padding: 0px;
     font-weight: bold;
     clear: both;
     font-size: 28px;
     line-height: 1em;
     }

/* +------------------------------------------------------------+ */
/* | Skin Layout Divs: Footer                                   | */
/* +------------------------------------------------------------+ */

#skin_footerwrap {
     margin: 0px auto 0px auto;
     width: 100%;
     background-image: url('../media/background.jpg');
     background-position: top center;
     background-repeat: no-repeat;
     background-size: 100% 100%;
     }

#skin_footer {
     margin: 0px auto 0px auto;
     display: block;
     clear: both;
     padding: 20px 0px 20px 0px;
     width: 970px;
	text-align: center;
     }


/* +------------------------------------------------------------+ */
/* | General XHTML Classes                                      | */
/* +------------------------------------------------------------+ */

.error {
     line-height: 1.5em;
     }

.confirm {
     line-height: 1.5em;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Default Heading                   | */
/* +------------------------------------------------------------+ */

h2.defaultheading {
     color: #485f2f;
     margin: 30px 0px 10px 0px;
     padding: 0px;
     font-weight: bold;
     clear: both;
     font-size: 18px;
     line-height: 1.25em;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Default Link                      | */
/* +------------------------------------------------------------+ */

.defaultlink {
     border: none;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Default Internal Menu             | */
/* +------------------------------------------------------------+ */

.defaultinternalmenu {
     margin: 0px 0px 16px 0px;
     }

.defaultinternalmenu h2.defaultheading {
     display: none;
     }

.defaultinternalmenu ul, .defaultinternalmenu ul li {
     border: none;
     background-color: transparent;
     }

.defaultinternalmenu ul li a {
     color: #98ac81;
     font-weight: normal;
     text-decoration: none;
     border: none;
     padding: 6px 0px 6px 0px;
     margin-bottom: 4px;
     background-color: transparent;
     }

.defaultinternalmenu ul li a:hover {
     color: #000000;
     font-weight: normal;
     text-decoration: underline;
     background-color: transparent;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Form Buttons / Descriptions       | */
/* +------------------------------------------------------------+ */

.formfieldleg, .formfielddesc p, table.formtable p {
     margin-bottom: 10px !important;
     font-size: 14px;
     }

.formbutton {
     background-color: #485f2f;
     border: none;
     -moz-border-radius: 4px;
     -webkit-border-radius: 4px;
     border-radius: 4px;
     padding: 10px;
     margin-top: 5px;
     color: #FFFFFF;
     cursor: pointer;
     font-size: 14px;
     text-transform: uppercase;
     }

.formbutton:hover {
     color: #FFFFFF;
     background-color: #000000;
     }

a.formbutton, a.formbutton:hover {
     text-decoration: none;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Form Table Displays               | */
/* +------------------------------------------------------------+ */

.formtablehead {
     color: #FFFFFF;
     margin: 30px 0px 4px 0px;
     padding: 6px;
     font-weight: bold;
     clear: both;
     background-color: #98ac81;
     color: #FFFFFF;
     font-size: 14px;
     }

table.formtable {
     border: none;
     background-color: #F6F6F6;
     margin-top: 0px;
     margin-bottom: 10px;
     line-height: 1.5em !important;
     }

td.formtable {
     border-bottom: 4px solid #FFFFFF;
     padding: 6px;
     }

table.formtable tr:last-child td.sorttable {
     border-bottom: none;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Sort Table Displays               | */
/* +------------------------------------------------------------+ */

.sorttablehead {
     display: none;
     }

table.sorttable {
     border: none;
     background-color: #F6F6F6;
     line-height: 1.5em !important;
     margin-bottom: 30px;
     }

th.sorttable {
     background-color: #98ac81;
     color: #FFFFFF;
     padding: 6px;
     border-bottom: 4px solid #FFFFFF;
     }

td.sorttable {
     border-bottom: 4px solid #FFFFFF;
     padding: 6px;
     }

table.sorttable tr:last-child td.sorttable {
     border-bottom: none;
     }

/* +------------------------------------------------------------+ */
/* | System Required Classes: Regular Table Displays            | */
/* +------------------------------------------------------------+ */

.regtablehead {
     color: #FFFFFF;
     margin: 30px 0px 4px 0px;
     padding: 6px;
     font-weight: bold;
     clear: both;
     background-color: #98ac81;
     color: #FFFFFF;
     font-size: 14px;
     }

table.regtable {
     border: none;
     background-color: #F6F6F6;
     margin-top: 0px;
     margin-bottom: 30px;
     line-height: 1.5em !important;
     }

td.regtable {
     border-bottom: 4px solid #FFFFFF;
     padding: 6px;
     }

table.regtable tr:last-child td.sorttable {
     border-bottom: none;
     }

/* +------------------------------------------------------------+ */
/* | Required Classes: Qtips                                    | */
/* +------------------------------------------------------------+ */

.qtipcustom_popup .ui-tooltip-content {
     padding-bottom: 4px;
     }

/* +------------------------------------------------------------+ */
/* | Required Classes: Ecom - Category List                     | */
/* +------------------------------------------------------------+ */

div.ecom_catlist:hover {
     border: 1px solid #98ac81;
     }

div.catlistname a, div.catlistname a:hover {
     font-weight: bold;
     text-decoration: none;
     font-size: 14px;
     }

div.catlistname a:hover {
     text-decoration: underline;
     }

div.catlistdesc {
     font-size: 11px;
     line-height: 1.5em;
     }

/* +------------------------------------------------------------+ */
/* | Required Classes: Ecom - Category Detail                   | */
/* +------------------------------------------------------------+ */

div.ecom_catshow {
     display: none;
     }

div.ecom_catshow + h2.defaultheading {
     display: none;
     }

/* +------------------------------------------------------------+ */
/* | Required Classes: Ecom - Product List                      | */
/* +------------------------------------------------------------+ */

div.ecom_prodlist:hover {
     border: 1px solid #98ac81;
     }

div.prodlistname a, div.prodlistname a:hover {
     font-weight: bold;
     text-decoration: none;
     font-size: 14px;
     }

div.prodlistname a:hover {
     text-decoration: underline;
     }

div.prodlistdesc {
     font-size: 11px;
     line-height: 1.5em;
     margin-bottom: 15px;
     }

/* +------------------------------------------------------------+ */
/* | Required Classes: Ecom - Product Detail                    | */
/* +------------------------------------------------------------+ */

div.ecom_prodshow_imgwrap {
     border: 1px solid #FFFFFF;
     }

div.proddetdesc {
     line-height: 1.5em;
     margin-bottom: 20px;
     }

/* +------------------------------------------------------------+ */
/* | Misc                                                       | */
/* +------------------------------------------------------------+ */

.jshowoff-controls {
     display: none;
     }

.skin_floatleft {
     float: left;
     width: 48%;
     }

.skin_floatright {
     float: right;
     width: 48%;
     }

/* +------------------------------------------------------------+ */
/* | End                                                        | */
/* +------------------------------------------------------------+ */