/**
 * @project 629
 * @package sftheme
 * @site app1
 */

/** 
 * ------------------------------------------------------------------
 * @section TYPOGRAPHY
 * ------------------------------------------------------------------
 */
 
h1, h2, h3, h4, h5, h6 {font-weight:normal;}
h1 {font-size:3em;line-height:1;margin:0 0 0.5em 0;}
h2 {font-size:2em;margin:0.75em 0;}
h3 {font-size:1.5em;line-height:1.1em;margin:0 0 1em ;}
h4 {font-size:1.2em;line-height:1.25;margin:0 0 1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom: 0 0 1.5em 0 ;}
h6 {font-size:1em;font-weight:bold;}
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;}

h1, h2, h3 {font-weight:bold;}

/** 
 * ------------------------------------------------------------------
 * @section MAIN AREA
 * ------------------------------------------------------------------
 */

a:link {
	color:#423940;
}

a:visited {
	color:#423940;
}

a:hover {
	color:#7b3428;
}

body {
	background-color:#ffffff;
	color:#000000;
	margin:20px 0px 20px;
	padding:0px;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:12px;
}

.sf_outer_wrapper {

}

.sf_extra1 {
}

.sf_wrapper {
	background-color:#f1f1f0;
	background-repeat:repeat-y;
	width:960px;
	margin:0px auto;
	padding:20px 0px;
}

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

/**
 * ------------------------------------------------------------------
 * @section header
 * ------------------------------------------------------------------
 */
.sf_header_wrapper {
	width:585px;
	margin-right:30px;
	display:inline;
	float:right;
}

.sf_header_wrapper:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	margin:0px;
	padding:0px;
}

.sf_extra2 {

}

.sf_main_header {
	background-color:#f1f1f0;
	background-repeat:no-repeat;
	background-position:0px 15px;
	font-size:32px;
	font-weight:bold;
  	padding:20px 0 20px 55px;
	overflow:hidden;
}

.sf_extra3 {

}

.sf_sub_header {
	display:none;
}

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

/**
 * ------------------------------------------------------------------
 * @section navigation
 * ------------------------------------------------------------------
 */
.sf_navigation {
	background-position:50% 0;
	background-repeat:no-repeat;
	width:286px;
	padding:280px 10px 50px;
	float:left;
	display:inline;
}
.sf_navigation:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
}
.sf_navigation ul {
	margin:0px;
	float:left;
	width:260px;
	height:auto;
	padding:0px;
	list-style-type:none;
}
.sf_navigation ul:after {
	content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 1px;
    clear: both;
}
.sf_navigation ul li {
	margin-bottom:5px;
	float:left;
}
.sf_navigation ul li.sf_last_nav_item {
}
.sf_navigation ul li.sf_first_nav_item {
}
.sf_navigation ul li a {
	background-position:50% 100%;
  	background-repeat:no-repeat;
  	color:#423940;
	display:block;
	width:260px;
	text-decoration:none;
	padding:5px 10px 6px 0px;
	font-weight:bold;
	font-size:14px;
  	text-align:center;
}
.sf_navigation ul li a:visited{
	color:#423940;
}
.sf_navigation ul li a:hover{
	color:#8d5543;
	display:block;
}

.sf_navigation .widget_header {
	display:none;
}

/**
 * ------------------------------------------------------------------
 * @section Flyout - Left Aligned Menu
 * ------------------------------------------------------------------
 */
#Nav1 iframe {
	position: absolute;
	/* account for the border */
	left: -0.25em;
	top: -0.25em;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	margin-left: 3px;
}
.sf_subnavigation, .sf_subnavigation2 {
	display:none;
}
#Nav1 li:hover, #Nav1 li.hover {
    position: static;
}
#Nav1 li ul {
	position:absolute;
	left: -999em;
	width:133px;
	background:#d7d7d7;
	padding:3px 3px 0px 3px;
	margin:-32px 0 0 200px;

	border:solid 1px #b8b8b8;
	z-index:1000;
}
#Nav1 li a {
	display : block;
}
#Nav1 li ul li {
	margin:0;
	padding:0;
	height:auto;
	float:left;
}
#Nav1 li ul li a {
	display : block;
	background:#cacaca;
	border:solid 1px #b8b8b8;
	width:120px;
	height:auto;
	margin:0 0 3px 0;
	padding:3px 5px;
	white-space:normal;
}
#Nav1 li ul li a:hover {
	background:#dbdbdb;
}

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

/**
 * ------------------------------------------------------------------
 * @section pagetitle
 * ------------------------------------------------------------------
 */
 .sf_pagetitle {
	font-family:Georgia, "Nimbus Roman No9 L", serif;
	font-style:italic;
	color:#423940;
	background-color:#f1f1f0;
	background-image:url(images/629_pagetitle.gif);
	background-position:0 100%;
  	background-repeat:repeat-x;
	width:577px;
	float:right;
	display:inline;
	font-size:20px;
	margin:10px 30px 30px 0px;
	padding:4px 4px 10px;
	overflow:hidden; /* This fixes the disappearing pagetitle in IE7 preview mode. */
}

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

.sf_pagetitle p {
	margin:0;
}

/**
 * ------------------------------------------------------------------
 * @section content
 * ------------------------------------------------------------------
 */
.sf_content {
	background-color:#f1f1f0;
	width:585px;
	margin-right:30px;
	float:right;
	display:inline;
	min-height: 350px;
	height: auto !important;
	height: 350px;
}

/*
.product-primary,
.product-detail {
	min-height:1%;
	height:auto !important;
	height:1%;
}
*/

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

.sf_content img {

}

/**
 * ------------------------------------------------------------------
 * @section widgets
 * ------------------------------------------------------------------
 */
.sf_region7 {
	clear:left;
	display:inline;
	float:left;
	padding:0 20px 50px;
	width:266px;
}

.widgetset .widget {
	width:266px;
	margin-bottom:20px;
	overflow:hidden;
}

.widgetset .widget_header {
	margin-bottom:10px;
}

.widgetset .widget_header a {
	text-decoration:none;
}

.widgetset label{
	margin:0px;
	padding:0px;
	display:block;
}

.widgetset form{
	margin:0px;
	padding:0px;
}

.widgetset .form_item {
	margin:0px;
	padding:0px 0px 6px;
}

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

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

/**
 * ------------------------------------------------------------------
 * @section footer
 * ------------------------------------------------------------------
 */
.sf_footer {
	color:#1c1b1c;
	clear:both;
	width:260px;
	padding:10px 10px 50px;
	float:left;
	display:inline;
	font-size:9px;
  	text-align:center;
}

.sf_footer div{

}

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

/**
 * ------------------------------------------------------------------
 * @section misc
 * ------------------------------------------------------------------
 */
.sf_banner {
	text-align:center;
	padding:20px;
	font-size:9px;
}

.sf_banner img {
	margin:5px 0px;
}

.sf_banner a {

}

.sf_banner a:visited {

}

.sf_banner a:hover {

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