/** 
 * ------------------------------------------------------------------
 * @section TYPOGRAPHY
 * ------------------------------------------------------------------
 */
 h1 {
    font-size: 2em;
    font-weight: normal;
    margin: 0 0 0.75em;
 }

 h2 {
    font-size: 1.75em;
    font-weight: normal;
    margin: 1em 0;
 }

 h3 {
    font-size: 1.5em;
    font-weight: normal;
    margin: 1.28em 0;
 }

 h4 {
    font-size: 1.2em;
    font-weight: bold;
    margin: 1.5em 0;
 }

 h5 {
    font-size: 1em;
    font-weight: normal;
    font-style: italic;
    margin: 1.67em 0;
 }

 h6 {
    font-size: 0.73em;
    font-weight: normal;
    margin: 2.05em 0;
 }

 p, form {
    margin: 0 0 1.5em;
    padding: 0;
 }

 blockquote {
    margin: 1.5em;
 }

 sup, sub {
    line-height: 0;
 }

 address {
    margin: 0 0 1.5em;
 }

 pre, code {
    margin: 1.5em 0;
    white-space: pre;
 }

 pre, code, tt {
    line-height: 1.5;
 }

 caption {
    margin: 0;
    padding: .5em;
 }

 /** 
 * ------------------------------------------------------------------
 * @section MAIN AREA
 * ------------------------------------------------------------------
 */
 a:link {
    color: #b9e138;
    text-decoration: none;
 }

 a:visited {
    color: #b9e138;
    text-decoration: none;
 }

 a:hover {
    color: #e2fc91;
    text-decoration: none;
 }

 body {
    background-color: #353a28;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
 }

 .sf_outer_wrapper {
    position: relative;
    min-height: 1%;
    height: auto !important;
    height: 1%;
 }

 .sf_wrapper {
    background-color: #7b9c0e;
    background-image: url(images/673_greenBG.jpg);
    background-position: bottom;
    background-repeat: repeat-x;
 }

 .sf_wrapper:after {
    content: ".";
    clear: both;
    height: 0;
    visibility: hidden;
    display: block;
 }

 .sf_main_wrapper {
    color: #2c3906;
    padding: 20px 40px;
    min-height: 1%;
    height: auto !important;
    height: 1%;
 }

 /** 
 * @subsection header 
 */
 .sf_main_header {
    font-size: 52px;
    letter-spacing: -.03em;
    padding: 13px 40px;
 }

 .sf_main_header:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
 }

 .sf_region1 {
    background-image: url(images/673_townscape.jpg);
    background-position: bottom;
    background-repeat: repeat-x;
    padding: 0 0 152px;
 }

 /**
 * @section navigation
 */
 .sf_navigation {
    padding: 0 40px;
    min-height: 1%;
    height: auto !important;
    height: 1%;
 }

 .sf_navigation:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
 }

 .sf_navigation .widget_header {
    display: none;
 }

 .sf_navigation ul {
    margin: 0;
    padding: 0;
 }

 .sf_navigation ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0px;
 }

 .sf_navigation ul li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    min-width: 1%;
    width: auto !important;
    width: 1%;
 }

 .sf_navigation ul li a {
    display: block;
    font-size: 16px;
    margin: 0px;
    padding: 6px 12px 7px;
    text-decoration: none;
    min-width: 1%;
    width: auto !important;
    width: 1%;
 }

 .sf_navigation ul li.sf_first_nav_item a {
    padding: 6px 12px 7px 0;
 }

 /**
 * @section subnav
 */
 .sf_navigation ul.subnav {
    background-color: #ffffff;
    border: solid 1px #353a28;
    left: -999em;
    list-style: none;
    line-height: 1;
    margin: 0px;
    padding: 0px;
    position: absolute;
    width: 154px;
    z-index: 1000;
 }

 .sf_navigation ul.subnav  li {
    float: left;
    margin: 0;
    padding: 0;
    width: 154px;
    white-space: normal;
 }

 .sf_navigation ul.subnav li a {
    color: #353a28;
    display: block;
    height: auto;
    padding: 5px 12px 6px;
    width: 130px !important;
    white-space: normal;
    font-size: 11px;
    text-transform: none;
 }

 .sf_navigation ul.subnav li a:visited {
    color: #353a28;
 }

 .sf_navigation ul.subnav li a:hover {
    color: #ffffff;
    background-color: #353a28;
 }

 #Nav1 li:hover ul, 
#Nav1 li.sfhover ul {
    left: auto;
 }

 #Nav1 iframe {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
 }

 #Nav1 li:hover, #Nav1 li.hover {
    position: static;
 }

 /** 
 * @subsection content
 */
 .sf_main:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
 }

 .sf_content {
    min-height: 1%;
    height: auto !important;
    height: 1%;
 }

 .sf_content:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
 }

 .sf_pagetitle {
    color: #2c3906;
    font-size: 30px;
    font-weight: normal;
    padding: 0px 10px;
    margin-bottom: 5px;
 }

 .sf_pagetitle h1 {
    font-size: 30px;
    font-weight: normal;
    margin: 0;
 }

 /** 
 * @subsection footer
 */
 .sf_region10 {
    border-top: solid 3px #252919;
    color: #5a5e4f;
    font-size: 10px;
    padding: 0 40px;
    text-align: right;
    clear: both;
 }

 .sf_region10 a {
    color: #848879;
    text-decoration: none;
 }

 .sf_region10 a:visited {
    color: #848879;
    text-decoration: none;
 }

 .sf_region10 a:hover {
    color: #b0b4a4;
    text-decoration: none;
 }

 .sf_footer {
    color: #5a5e4f;
    margin: 5px 0px 20px;
 }

 .sf_banner {
    margin: 10px 0px;
 }

 .sf_banner #bannerImage {
    padding: 5px 0;
 }

 /** 
 * @subsection buttons
 */
 .btn {
    font-size: 10px;
    font-family: Tahoma, Geneva, sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    margin: 3px 0;
    padding: 2px 4px 3px;
 }

 /** 
 * ------------------------------------------------------------------
 * @section Hacks
 * ------------------------------------------------------------------
 */
 *html .categories .category,
.products .product {
    margin-right: -1px;
 }

 
