
/*----------------------------------
		Theme610
		WST App1
----------------------------------*/

/* 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(//img1.wsimg.com/isteam/ip/f9f5330b-2938-48ae-9618-7f212dcd6005/legacy/610_bodybg.gif);
	background-repeat: repeat;
	width: 100%;
}

.sf_pagetitle {
	text-align: left;
	text-transform: none;
	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;
}

.sf_outer_wrapper {
	margin: 0 auto;
}

.sf_wrapper {
	width:960px;
	background-image:url(//img1.wsimg.com/isteam/ip/f9f5330b-2938-48ae-9618-7f212dcd6005/legacy/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:	none;
	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;
}

/* subnav menu */

#Nav1,
#Nav1 ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#Nav1 a {
	display:block;
}

#Nav1 li { /* all list items */
	float: left;
}

#Nav1 li ul { /* second-level lists */
	position: absolute;
	width: 180px;
	left: -999em;
	z-index: 1000;
	margin:-23px 0 0 -188px;
}

#Nav1 li ul li { /* second-level lists */
	width: 185px;
	background-image: none;
	white-space: normal;
	height: auto;
	padding: 0px;
	border-bottom: none;
}

.sf_last_nav_item_subnav { /* second-level lists */
	border-bottom: none;
	background-color: #fff;
}

.sf_navigation .subnav li a,
.sf_navigation .subnav li a:visited { /* second-level lists */
	width: 177px;
	height: auto;
	color:#ffffff;
	padding: 0px 4px 2px;
	background-color: transparent;
}

.sf_navigation .subnav li a:hover { /* second-level lists */
	width: 177px;
	color:#ffffff;
	height: auto;
	background-color: #59401D;
	padding: 0px 4px 2px;
}

#Nav1 li:hover ul,
#Nav1 li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#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;
}

/**
 * Sticking flyout menu bug
 *
 * @bugfix
 * @affected ie7
 * @css-for ie7
 * @valid yes
 */
 
#Nav1 li:hover,
#Nav1 li.hover {
	position: static;
}

/* End Navigation */

/* 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: none;
	padding-top:40px;
	height: 63px;
	overflow: hidden;
	color: #FEFAF0;
	margin-left:5px;
}

.sf_sub_header {
	display: none;
}

.sf_main_header p,
.sf_sub_header p {
	margin: 0;
	padding: 0;
}

/* End Header */

.sf_extra5 {
	background-image:url(//img1.wsimg.com/isteam/ip/f9f5330b-2938-48ae-9618-7f212dcd6005/legacy/610_main.jpg);
	background-repeat: no-repeat;
	width: 479px;
	height: 290px;
	float: left;
	margin-left: 1px;
	_border-left: 1px solid #4C3612;
	_margin-left: 0px;
}


/* Content */

.sf_content {
	clear:left;
	width: 640px;
	float:left;
	padding: 20px 30px;
}

.sf_content:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* 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;
}

.sf_extra9 {
	background-image:url(//img1.wsimg.com/isteam/ip/f9f5330b-2938-48ae-9618-7f212dcd6005/legacy/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 = "//img1.wsimg.com/isteam/ip/f9f5330b-2938-48ae-9618-7f212dcd6005/legacy/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));
}

/* General */

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_pod {  
  margin: 20px 0;
  color: #ffffff;
}

.sf_pod a, 
.sf_pod a:visited {
	color: #ffffff;
}

.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: none;
	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: none;
	cursor: pointer;
	letter-spacing: 1px;
}

.btn:hover,
.checkout a.button:hover,
.checkout input.button:hover {
	background-color: #2F2009;
}
