/*----------------------------------
		Typography Reset
----------------------------------*/
 h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
 }

 h1 {
    font-size: 18px;
    margin: 10px 0;
    padding: 0px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
 }

 h2 {
    font-size: 16px;
    margin: 10px 0;
    padding: 0px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
 }

 h3 {
    font-size: 16px;
    margin: 10px 0;
    padding: 0px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
 }

 h4 {
    font-size: 14px;
    margin: 5px 0;
    padding: 0px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
 }

 h5 {
    font-size: 13px;
    font-weight: bold;
    margin: 5px 0;
    padding: 0px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
 }

 h6 {
    font-size: 13px;
    font-weight: bold;
    margin: 3px 0;
    padding: 0px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
 }

 /*----------------------------------
		General
----------------------------------*/
 body {
    margin: auto;
    background-color: #ffffff;
    color: #4C3612;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    background-image: url(images/610_bodybg.gif);
    background-repeat: repeat;
    width: 100%;
 }

 /*--------------------------------
		 	Page Title
---------------------------------*/
 .sf_pagetitle {
    text-align: left;
    text-transform: lowercase;
    float: left;
    font-size: 24px;
    font-weight: normal;
    font-family: Arial, Helvetica, FreeSans, sans-serif;
    display: block;
    color: #FEFAF0;
    width: 190px;
    min-height: 250px;
    height: auto !important;
    height: 250px;
    padding: 20px 15px;
    background-position: top right;
    background-repeat: no-repeat;
 }

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

 /*--------------------------------
		 End Page Title
---------------------------------*/
 .sf_outer_wrapper {
    margin: 0 auto;
 }

 .sf_extra1 {
 }

 .sf_wrapper {
    width: 960px;
    background-image: url(images/610_wrap-bg.gif);
    background-repeat: repeat-y;
    margin: 0 auto;
    border-top: 1px solid #4C3612;
 }

 /*--------------------------------
		Navigation
---------------------------------*/
 .sf_navigation h3 {
    display: none;
 }

 .sf_navigation {
    clear: both;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-weight: normal;
    text-transform: lowercase;
    min-height: 20px;
    height: auto !important;
    height: 20px;
    margin: 20px 0px 40px;
    font-size: 16px;
 }

 .sf_navigation:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    font-height: 1px;
    margin: 0px;
    padding: 0px;
 }

 .sf_navigation ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    height: 1%;
 }

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

 .sf_navigation ul li {
    float: left;
    margin: 0px;
    white-space: nowrap;
    padding: 4px 6px;
    border-bottom: 1px solid #fefaf0;
 }

 .sf_navigation ul li.sf_last_nav_item {
 }

 .sf_navigation ul li.sf_first_nav_item {
 }

 .sf_navigation ul li a {
    color: #FEFAF0;
    text-decoration: none;
    display: block;
    width: 200px;
    padding: 2px 0 2px 5px;
 }

 .sf_navigation ul li a:visited {
    color: #FEFAF0;
 }

 .sf_navigation ul li a:hover {
    color: #FEFAF0;
    text-decoration: none;
 }

 /*------------------------------------
	Flyout menu
------------------------------------*/
 #Nav1,
#Nav1 ul {
    padding: 0;
    margin: 0;
    list-style: none;
 }

 #Nav1 a {
    display: block;
 }

 #Nav1 li {
    float: left;
 }

 #Nav1 li ul {
    position: absolute;
    width: 180px;
    left: -999em;
    z-index: 1000;
    margin: -23px 0 0 -188px;
 }

 #Nav1 li ul li {
    width: 185px;
    background-image: none;
    white-space: normal;
    height: auto;
    padding: 0px;
    border-bottom: none;
 }

 .sf_last_nav_item_subnav {
    border-bottom: none;
    background-color: #fff;
 }

 .sf_navigation .subnav li a,
.sf_navigation .subnav li a:visited {
    width: 177px;
    height: auto;
    color: #ffffff;
    padding: 0px 4px 2px;
    background-color: transparent;
 }

 .sf_navigation .subnav li a:hover {
    width: 177px;
    color: #ffffff;
    height: auto;
    background-color: #59401D;
    padding: 0px 4px 2px;
 }

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

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

 /**
 * Sticking flyout menu bug
 *
 * @bugfix
 * @affected ie7
 * @css-for ie7
 * @valid yes
 */
 #Nav1 li:hover,
#Nav1 li.hover {
    position: static;
 }

 /*--------------------------------
		End Navigation
---------------------------------*/
 .sf_extra10 {
 }

 * html .sf_extra10 {
 }

 /*--------------------------------
		Header
---------------------------------*/
 .sf_region1 {
    height: 103px;
    width: 960px;
    border-bottom: 1px solid #4C3612;
    margin: 0 auto 15px;
 }

 .sf_main_header {
    text-align: left;
    width: 960px;
    font-family: Arial, Helvetica, FreeSans, sans-serif;
    font-size: 48px;
    text-transform: lowercase;
    padding-top: 40px;
    height: 63px;
    overflow: hidden;
    color: #FEFAF0;
    margin-left: 5px;
 }

 .sf_extra3 {
 }

 .sf_sub_header {
    display: none;
 }

 .sf_main_header p,
.sf_sub_header p {
    margin: 0;
    padding: 0;
 }

 /*--------------------------
		End Header
--------------------------*/
 .sf_extra4 {
 }

 /*--------------------------------
		End Bottom Navigation
---------------------------------*/
 .sf_extra5 {
    background-image: url(images/610_main.jpg);
    background-repeat: no-repeat;
    width: 479px;
    height: 290px;
    float: left;
    margin-left: 1px;
    _border-left: 1px solid #4C3612;
    _margin-left: 0px;
 }

 .sf_extra6 {
 }

 .sf_extra11 {
 }

 /*--------------------------
		Content
--------------------------*/
 .sf_content {
    clear: left;
    width: 640px;
    float: left;
    padding: 20px 30px;
 }

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

 /*--------------------------
		End Content
--------------------------*/
 .sf_extra12 {
 }

 .sf_extra7 {
 }

 /*--------------------------
		 Footer
--------------------------*/
 .sf_region9 {
    clear: both;
 }

 .sf_footer {
    clear: both;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    text-align: left;
    font-size: 11px;
    color: #222222;
    padding: 40px 270px 0px 40px;
    margin: 0px auto;
    width: 650px;
 }

 .sf_footer a:link,
.sf_footer a:visited {
    color: #222222;
 }

 .sf_footer p {
    margin: 0px;
    padding: 0px;
 }

 /*--------------------------
		End Footer
--------------------------*/
 .sf_extra8 {
 }

 .sf_extra9 {
    background-image: url(images/610_footer.png);
    background-repeat: no-repeat;
    width: 960px;
    height: 24px;
    margin: 0 auto;
 }

 * html .sf_extra9 {
    behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none", this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')", this.src = "images/spacer.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("', '').replace('")', ''), this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='scale')", this.runtimeStyle.backgroundImage = "none")), this.pngSet=true));
 }

 /*--------------------------
		Extra Stuff
--------------------------*/
 a:link {
    color: #4C3612;
 }

 a:visited {
    color: #4C3612;
 }

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

 .sf_banner {
    margin: 0px auto;
    padding-top: 30px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 11px;
    width: 785px;
 }

 #bannerLink {
    padding: 10px;
    margin: 10px;
    color: #282828;
 }

 #bannerLink a,
#bannerLink a:visited,
#bannerLink a:hover {
 }

 /*--------------------------
		Sidebar
--------------------------*/
 .sf_region2 {
    float: right;
    display: inline;
    width: 220px;
    overflow: hidden;
    margin: 0px 20px 20px;
 }

 .widgetset .widget {
    margin-bottom: 10px;
    width: 220px;
 }

 .widgetset .widget_content {
    background-color: #59401D;
    overflow: hidden;
    padding: 10px;
    color: #FEFAF0;
    border-top: 1px solid #45300f;
    border-left: 1px solid #45300f;
    border-right: 1px solid #45300f;
    min-height: 1%;
    height: auto !important;
    height: 1%;
 }

 .widgetset .widget_header {
    margin: 0px;
    padding: 0px;
    font-size: 24px;
    font-weight: normal;
    text-transform: lowercase;
    text-align: left;
    color: #FEFAF0;
 }

 .widgetset .widget_header a,
.widgetset .widget_header a:visited {
    color: #FEFAF0;
 }

 .widgetset .widget_header a:hover {
    color: #FEFAF0;
    text-decoration: underline;
 }

 .widgetset ul,
.widgetset ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
 }

 .widgetset li {
    margin: 0px;
    padding: 2px;
    margin: 2px 0px 5px;
    overflow: hidden;
 }

 .widgetset img {
    vertical-align: top;
    padding: 2px 0;
 }

 .widgetset a,
.widgetset a:visited {
    text-decoration: none;
    padding: 2px 0;
    color: #FEFAF0;
 }

 .widgetset li a:hover {
    color: #FEFAF0;
    text-decoration: underline;
 }

 .widgetset .form_item {
    margin: 5px 2px;
 }

 .widgetset input,
.widgetset select {
    width: 175px;
 }

 .widgetset .btn {
    width: auto;
    margin: 3px 0px;
 }

 .btn {
    background-color: #4C3612;
    border: 1px solid #2F2009;
    color: #ffffff;
    margin: 3px 3px 1px 0;
    padding: 1px 2px 3px;
    font-size: 12px;
    text-transform: lowercase;
    cursor: pointer;
    letter-spacing: 1px;
 }

 .btn:hover,
.checkout a.button:hover,
.checkout input.button:hover {
    background-color: #2F2009;
 }

 
