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

 h1 {
    font-size: 20px;
    margin: 10px 0;
    font-family: Georgia, "Nimbus Roman No9 L", serif;
 }

 h2 {
    font-size: 20px;
    margin: 10px 0;
    font-family: Georgia, "Nimbus Roman No9 L", serif;
 }

 h3 {
    font-size: 20px;
    margin: 10px 0;
    font-family: Georgia, "Nimbus Roman No9 L", serif;
 }

 h4 {
    font-size: 16px;
    margin: 5px 0;
    padding: 0;
    font-family: Georgia, "Nimbus Roman No9 L", serif;
 }

 h5 {
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0;
    padding: 0px;
    font-family: Georgia, "Nimbus Roman No9 L", serif;
 }

 h6 {
    font-size: 14px;
    font-weight: bold;
    margin: 3px 0;
    padding: 0px;
    font-family: Georgia, "Nimbus Roman No9 L", serif;
 }

 /*----------------------------------
		General
----------------------------------*/
 body {
    margin: auto;
    background-color: #ffffff;
    color: #555555;
    font-family: Georgia, "Nimbus Roman No9 L", serif;
    font-size: 14px;
    font-weight: normal;
    background-image: url(images/694_topbar.gif);
    background-repeat: repeat-x;
    background-position: top;
 }

 .sf_outer_wrapper {
    width: 980px;
    margin: 30px auto 0;
 }

 .sf_wrapper {
    width: 980px;
    margin: 0 auto;
 }

 /*--------------------------------
		Header
---------------------------------*/
 .sf_region2 {
    width: 980px;
    height: 332px;
    background-image: url(images/694_mainimg.png);
    background-repeat: repeat-y;
    z-index: 99;
 }

 .sf_main_header {
    text-align: left;
    font-family: Georgia, "Nimbus Roman No9 L", serif;
    font-size: 36px;
    font-weight: normal;
    font-variant: normal;
    margin: 70px 0 0 45px;
    padding: 0;
    height: 165px;
    overflow: hidden;
    float: left;
    width: 360px;
    color: #ffffff;
    text-shadow: 0 1px 1px #555;
 }

 .sf_sub_header {
    display: none;
 }

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

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

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

 .sf_navigation {
    clear: both;
    padding: 0;
    margin: 0 11px;
    margin-top: -57px;
    width: 960px;
    min-height: 46px;
    height: auto !important;
    height: 46px;
 }

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

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

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

 .sf_navigation ul li {
    float: left;
    white-space: nowrap;
    margin: 0;
    padding: 0;
 }

 .sf_navigation ul li.sf_first_nav_item {
 }

 .sf_navigation ul li.sf_last_nav_item a {
 }

 .sf_navigation ul li a {
    font-size: 11px;
    font-family: Arial, Helvetica, FreeSans, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: 0 1px 1px #555;
    letter-spacing: 1px;
    padding: 16px 15px;
    display: block;
    color: #ffffff;
 }

 .sf_navigation ul li a:visited {
    text-decoration: none;
    color: #ffffff;
 }

 .sf_navigation ul li a:hover {
    text-decoration: none;
    color: #ffffff;
    background-image: url(images/694_shine.png);
    background-repeat: no-repeat;
    background-position: center center;
    _background-image: none;
 }

 /*------------------------------------
	Flyout menu
------------------------------------*/
 .sf_navigation .subnav {
    float: left;
    position: absolute;
    width: 170px;
    left: -999em;
    z-index: 1000;
    margin: 0;
    min-height: 1%;
    height: auto !important;
    height: 1%;
    background-color: #F2EFEA;
    border-bottom: 10px solid #F2EFEA;
 }

 .sf_navigation .subnav li {
    white-space: normal;
    min-height: 1%;
    height: auto !important;
    height: 1%;
    margin: 0 10px;
    _margin: 0 5px;
    padding: 0;
    width: 150px;
    background-color: #eae5dc;
 }

 .sf_navigation .subnav li a {
    width: 120px;
    height: auto;
    padding: 6px 15px 4px;
    color: #555555;
    font-size: 11px;
    text-shadow: none;
    text-transform: none;
 }

 .sf_navigation .subnav li a:visited {
    color: #555555;
 }

 .sf_navigation .subnav li a:hover {
    color: #555555;
    text-decoration: underline;
    background-image: none;
 }

 .sf_navigation .subnav .sf_first_nav_item_subnav {
    border-top: 10px solid #F2EFEA;
 }

 .sf_navigation .subnav .sf_last_nav_item_subnav {
    padding-bottom: 7px;
 }

 #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;
 }

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

 /*--------------------------------
		 	Page Title
---------------------------------*/
 .sf_pagetitle {
    padding: 30px 30px 0px 45px;
    text-align: left;
    font-weight: normal;
    font-family: Georgia, "Nimbus Roman No9 L", serif;
    font-size: 20px;
    clear: both;
    color: #469BF8;
    margin: auto;
 }

 .sf_pagetitle h1 {
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    font-family: Georgia, "Nimbus Roman No9 L", serif;
 }

 /*--------------------------
		Content
--------------------------*/
 .sf_content {
    padding: 10px 10px 30px 35px;
    min-height: 250px;
    line-height: 1.6;
    text-align: left;
    clear: both;
 }

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

 /*--------------------------
		 Footer
--------------------------*/
 .sf_region10 {
    clear: both;
    background-color: #F2EFEA;
    border-top: 1px solid #E8E3DC;
 }

 .sf_footer {
    clear: both;
    font-family: Georgia, "Nimbus Roman No9 L", serif;
    text-align: center;
    padding: 20px;
    font-size: 11px;
    color: #888888;
 }

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

 .sf_banner {
    text-align: center;
    font-size: 11px;
    padding-bottom: 10px;
 }

 #bannerLink {
    padding: 10px;
 }

 #bannerLink a, #bannerLink a:visited, #bannerLink a:hover {
    color: #888888;
    font-size: 9px;
 }

 /*--------------------------
		Sidebar
--------------------------*/
 .sf_region4 {
    float: right;
    display: inline;
    width: 280px;
    padding: 0;
    overflow: hidden;
    display: none;
    margin-top: 20px;
 }

 .sf_region4 .widget_content {
    overflow: hidden;
    font-size: 12px;
    _display: inline-block;
    margin-left: 20px;
 }

 .widgetset .widget_header {
    margin: 0px;
    padding: 5px 0;
    font-weight: normal;
    color: #469BF8;
 }

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

 .widgetset .widget_header a:hover {
    color: #958e83;
    text-decoration: none;
 }

 .widgetset .widget {
    margin-bottom: 10px;
    min-height: 1%;
    height: auto !important;
    height: 1%;
    background-repeat: no-repeat;
    background-position: bottom;
    border-top: 1px solid #E8E3DC;
 }

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

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

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

 .widgetset a:hover {
    padding: 2px 0px;
    text-decoration: underline;
 }

 .widgetset .widget-content img a:hover {
    background-color: transparent;
 }

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

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

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

 /*--------------------------
		Other
--------------------------*/
 .btn, .checkout a.button, .checkout input.button {
    margin: 3px 3px 3px 0;
    padding: 2px;
    font-size: 11px;
    font-weight: normal;
    font-family: Georgia, "Nimbus Roman No9 L", serif;
    cursor: pointer;
    border-style: solid;
    border-width: 1px;
    border-color: #E8E3DC;
    background-color: #F2EFEA;
    color: #555555;
 }

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

 
