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

 h1 {
    font-size: 20px;
    margin: 10px 0;
    font-family: Verdana, Geneva, Kalimati, sans-serif;
 }

 h2 {
    font-size: 20px;
    margin: 10px 0;
    font-family: Verdana, Geneva, Kalimati, sans-serif;
 }

 h3 {
    font-size: 20px;
    margin: 10px 0;
    font-family: Verdana, Geneva, Kalimati, sans-serif;
 }

 h4 {
    font-size: 16px;
    margin: 5px 0;
    padding: 0;
    font-family: Verdana, Geneva, Kalimati, sans-serif;
 }

 h5 {
    font-size: 14px;
    font-weight: bold;
    margin: 5px 0;
    padding: 0px;
    font-family: Verdana, Geneva, Kalimati, sans-serif;
 }

 h6 {
    font-size: 14px;
    font-weight: bold;
    margin: 3px 0;
    padding: 0px;
    font-family: Verdana, Geneva, Kalimati, sans-serif;
 }

 /*----------------------------------
		General
----------------------------------*/
 body {
    margin: auto;
    background-color: #BBBBBB;
    color: #6a6a6a;
    font-family: Verdana, Geneva, Kalimati, sans-serif;
    font-size: 14px;
    font-weight: normal;
    background-attachment: fixed;
 }

 .sf_outer_wrapper {
    margin: 30px auto 0;
    width: 1026px;
    background-image: url(images/729_mainbg.png);
    background-repeat: repeat;
 }

 * html .sf_outer_wrapper {
    background-image: none;
    background-color: #fff;
 }

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

 .sf_wrapper {
    width: 986px;
    margin: 0 0 0 40px;
 }

 /*--------------------------------
		Header
---------------------------------*/
 .sf_region2 {
 }

 .sf_main_header {
    text-align: left;
    font-family: Verdana, Geneva, Kalimati, sans-serif;
    font-size: 32px;
    font-weight: normal;
    font-variant: normal;
    padding: 20px 0;
    width: 950px;
 }

 .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: 20px 0;
    width: 950px;
    min-height: 40px;
    height: auto !important;
    height: 40px;
    float: left;
    background-color: #CECED0;
 }

 .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;
    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: 14px;
    font-family: Verdana, Geneva, Kalimati, sans-serif;
    text-decoration: none;
    padding: 10px 20px;
    display: block;
    color: #ffffff;
    height: 20px;
    margin-right: 1px;
    _width: 1%;
 }

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

 .sf_navigation ul li a:hover {
    text-decoration: none;
    color: #ffffff;
    margin-right: 1px;
 }

 /*------------------------------------
	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: #f7f7f7;
    border-bottom: 5px solid #f7f7f7;
 }

 .sf_navigation .subnav li {
    white-space: normal;
    margin: 0 5px;
    padding: 0;
    width: 160px;
    background-color: #DEDDE2;
    background-image: none;
 }

 .sf_navigation .subnav li a {
    display: block;
    width: 120px;
    height: auto;
    padding: 4px 15px 4px;
    color: #555555;
    font-size: 11px;
 }

 .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: 5px solid #f7f7f7;
 }

 .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_header_wrapper {
    width: 950px;
    height: 270px;
    background-image: url(images/729_mainimg.jpg);
    background-repeat: no-repeat;
    float: left;
 }

 .sf_region3 {
    width: 950px;
    height: 270px;
    background-image: url(images/729_frame.png);
    background-repeat: no-repeat;
    float: left;
 }

 * html .sf_region3 {
    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='crop')",  this.runtimeStyle.backgroundImage = "none")), this.pngSet=true));
 }

 /*--------------------------
		Content
--------------------------*/
 .sf_region6 {
    width: 950px;
 }

 .sf_pagetitle {
    padding: 10px 20px 0;
    line-height: 1.3;
    text-align: left;
    font-weight: normal;
    font-family: Verdana, Geneva, Kalimati, sans-serif;
    font-size: 18px;
    float: left;
    clear: both;
    width: 910px;
 }

 .sf_pagetitle h1 {
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    font-family: Verdana, Geneva, Kalimati, sans-serif;
 }

 .sf_content {
    padding: 10px 10px 40px;
    min-height: 150px;
    line-height: 1.5;
    text-align: left;
    clear: both;
    width: 930px;
 }

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

 /*--------------------------
		 Footer
--------------------------*/
 .sf_region10 {
    background-image: url(images/729_footer.png);
    background-position: top;
    background-repeat: no-repeat;
    width: 1026px;
    margin: auto;
    clear: both;
 }

 * html .sf_region10 {
    background-image: none;
 }

 .sf_footer {
    clear: both;
    font-family: Verdana, Geneva, Kalimati, sans-serif;
    text-align: center;
    padding: 40px 0;
    font-size: 11px;
    color: #ffffff;
 }

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

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

 #bannerLink {
    padding: 10px;
 }

 .sf_footer a:link,
.sf_footer a:visited,
.sf_banner a:link, 
.sf_banner a:visited {
    color: #ffffff !important;
 }

 /*--------------------------
		Sidebar
--------------------------*/
 .sf_region5 {
    float: right;
    display: inline;
    width: 270px;
    padding: 0;
    overflow: hidden;
    margin-top: 20px;
    margin-right: 60px;
    _margin-right: 30px;
    display: 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 #DEDDE2;
 }

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

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

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

 .widgetset .widget_content {
    overflow: hidden;
    font-size: 12px;
    _display: inline-block;
    margin-left: 20px;
    padding: 5px 0;
 }

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

 .widgetset li {
    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: 4px;
    font-size: 12px;
    font-weight: normal;
    font-family: Verdana, Geneva, Kalimati, sans-serif;
    cursor: pointer;
    border-style: solid;
    border-width: 1px;
    border-color: #CCCCCC;
    background-color: #DEDDE2;
    color: #555555;
 }

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

 
