/**
 * @file
 * @project 768
 * @package sftheme
 * @site app1
 */


/*----------------------------------
		Typography Reset
----------------------------------*/

h1, h2, h3, h4, h5, h6 {font-weight:normal;line-height:normal}
h1 {font-size:20px;margin:10px 0;font-family: Arial, Helvetica, FreeSans, sans-serif;}
h2 {font-size:20px;margin:10px 0;font-family: Arial, Helvetica, FreeSans, sans-serif;}
h3 {font-size:20px;margin:10px 0;font-family: Arial, Helvetica, FreeSans, sans-serif;}
h4 {font-size:16px;margin:5px 0;padding:0;font-family: Arial, Helvetica, FreeSans, sans-serif;}
h5 {font-size:14px;font-weight:bold;margin:5px 0;padding: 0px;font-family: Arial, Helvetica, FreeSans, sans-serif;}
h6 {font-size:14px;font-weight:bold;margin:3px 0; padding: 0px;font-family: Arial, Helvetica, FreeSans, sans-serif;}


/*----------------------------------
		General
----------------------------------*/

body {
	margin: auto;
	background-color: #ffffff;
	color:#000000;
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	font-size: 14px;
	font-weight: normal;	
	background-image: url(//img1.wsimg.com/isteam/ip/78cdab23-118f-49b3-9175-d15c6724b505/legacy/768_bgtile.gif);
	background-repeat: repeat;	
	background-position: top center;
}

.sf_outer_wrapper {		
	background-image: url(//img1.wsimg.com/isteam/ip/78cdab23-118f-49b3-9175-d15c6724b505/legacy/768_topbg.jpg);
	background-repeat: repeat-x;
	width: 100%;
    margin: 0;	
}

.sf_wrapper {
	width: 980px;
    margin: auto;
	position: relative;
}

/*--------------------------------
		Header
---------------------------------*/

.sf_region1 {
	width: 980px;
	margin: auto;
	min-height: 197px;
	height: auto !important;
	height: 197px;		
	z-index: 99;
	position: relative;
}

* html .sf_region1 {
 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/78cdab23-118f-49b3-9175-d15c6724b505/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='crop')",  this.runtimeStyle.backgroundImage = "none")), this.pngSet=true));
}

.sf_region1:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	font-height: 1px;
	margin: 0;
	padding: 0;
}

.sf_main_header {
	text-align: left;	
	font-family: Georgia, "Nimbus Roman No9 L", serif;
	font-size: 60px;
	font-weight: normal;
	font-variant: normal;	
	margin: 40px 0 20px;	
	height: 137px;
	overflow: hidden;
	float: left;		
	color: #ffffff;
	text-shadow:0 1px 1px #555;
	width: 980px;
}

.sf_sub_header {
	display: none;
}

.sf_main_header p {
	margin: 0;
	padding: 0;
}

/*--------------------------
		End Header
--------------------------*/

/*--------------------------------
		Navigation
---------------------------------*/

.sf_navigation h3 {
	display:none;
}

.sf_navigation .widget_content {
	padding: 0;
	margin: 0;
}

.sf_navigation {	
	clear:both;	
	padding:0;
	margin:0;
	width: 980px;	
}

.sf_navigation:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	font-height: 1px;
	margin: 0;
	padding: 0;
}

.sf_navigation ul {
	margin: 0;
	padding: 0;
	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;	
	min-height: 49px;
	height: auto !important;
	height: 49px;
}

*html .sf_navigation ul li {
	background-image: none;
}

.sf_navigation ul li.sf_first_nav_item {	
}

.sf_navigation ul li.sf_last_nav_item a {	
}

.sf_navigation ul li a {	
	font-size:18px;
	font-family: Arial, Helvetica, FreeSans, sans-serif;	
	text-decoration:none;	
	letter-spacing: 1px;
	padding: 10px 25px 17px;
	display: block;	
}

.sf_navigation ul li a:visited {	
	text-decoration:none;
}

.sf_navigation ul li a:hover {	
	text-decoration: none;	
}

.sf_navigation ul li.active-nav a {
	color:#000000;
	text-decoration: none;
}

/*------------------------------------
	Flyout menu
------------------------------------*/

.sf_navigation .subnav { /* second-level lists */
	float: left;
	position: absolute;	
	width: 170px;
	left: -999em;
	z-index: 1000;
	margin: 0;		
	min-height:1%;
	height:auto !important;
	height:1%;
	border-left: 1px solid #D7D7D7;
	border-right: 1px solid #D7D7D7;
	
}

.sf_navigation .subnav li { 	
	white-space: normal;
	min-height:1%;
	height:auto !important;
	height:1%;		
	padding: 0;
	width: 170px;
	background-color: #f4f4f4;	
	background-image: none;
	border-bottom: 1px solid #D7D7D7;
}

.sf_navigation .subnav li a { 
	width: 120px;
	height: auto;
	padding: 5px 25px 5px;	
	font-size: 13px;
	text-shadow:none;
	text-transform: none;
}

.sf_navigation .subnav li a:visited {	
}

.sf_navigation .subnav li a:hover { 	
	background-color: #f9f9f9;	
	text-decoration: none;
	background-image: none;
}

.sf_navigation .subnav .sf_first_nav_item_subnav {	
}

.sf_navigation .subnav .sf_last_nav_item_subnav {	
}

#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;
}
 
#Nav1 li:hover, #Nav1 li.hover {  
    position: static;  
}

/*--------------------------------
		End Navigation
---------------------------------*/

/*--------------------------------
		 	Content
---------------------------------*/
.sf_region6 {	
	width: 980px;
	clear: both;
	float: left;
	background-color: #ffffff;	
}

.sf_region6:after {
	content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 1px;
    clear: both;
}

.sf_main_wrapper {	
	background-color: #ffffff;
	-moz-box-shadow: 0 0 8px #888;
	-webkit-box-shadow: 0 0 8px#888;
	box-shadow: 0 0 8px #888;	
}

.sf_main_wrapper:after {
	content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    font-size: 1px;
    clear: both;
}

.sf_pagetitle {	
	padding: 40px 30px 20px 45px;	
	text-align: left;
	font-weight: normal;
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	font-size: 26px;
	clear:both;	
	color: #000000;
	margin: auto;
}

.sf_pagetitle h1 {
	font-size:26px;
	font-weight:normal;
	margin:0;	
}

.sf_content {			
	padding: 0 10px 20px 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;
}

/*--------------------------
		End Content
--------------------------*/

/*--------------------------
		 Footer
--------------------------*/

.sf_footer {	   
    background-image: url(//img1.wsimg.com/isteam/ip/78cdab23-118f-49b3-9175-d15c6724b505/legacy/768_catftr.png);	
	background-repeat: no-repeat;
	clear:both;	
	font-family: Arial, Helvetica, FreeSans, sans-serif;	
	text-align:center;	
	line-height: 1.6;
    margin: 0 auto 20px;
    padding: 134px 40px 10px;
	font-size:11px;		
	color:#888888;
	width: 900px;	
}

* html .sf_footer {
 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/78cdab23-118f-49b3-9175-d15c6724b505/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='crop')",  this.runtimeStyle.backgroundImage = "none")), this.pngSet=true));
}

.sf_footer p {
	margin:0px;
	padding:0px;
}

.sf_banner {
	text-align:center;
	font-size: 11px;
	padding-bottom: 40px;
}

#bannerLink {
	padding: 10px;	
}

.sf_footer a,
.sf_footer a:visited,
.sf_banner a, 
.sf_banner a:visited {	
	font-size: 11px;
}

/*--------------------------
		End Footer
--------------------------*/

/*--------------------------
		Sidebar
--------------------------*/
.widgetset {
	float: right;
	display:inline;
	width: 240px;
	padding: 0;	
	overflow: hidden;
	display:none;
	margin: 20px 40px 40px 0;
	_margin: 20px 20px 40px 0;
}

.sf_region4 .widget_content {	
	font-size: 12px;
	_display: inline-block;	
}

.widgetset .widget_header {
	margin:0px;
	padding: 5px 0;
	font-weight: normal;		
	border-bottom: 1px solid #dddddd;
	font-size: 20px;
}

.widgetset .widget_header a,
.widgetset .widget_header a:visited {
	color: #469BF8;
}

.widgetset .widget_header a:hover {
	color: #D7D7D7;
	text-decoration: none;
}

.widgetset .widget {	
	margin-bottom:10px;	
	min-height: 1%;
	height: auto !important;
	height: 1%;	
}

.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
--------------------------*/

a:link {
	color: #038FE7;
	text-decoration: underline;	
}

a:visited {
	color: #038FE7;
	text-decoration: underline;		
}

a:hover {
	color: #038FE7;
	text-decoration: none;	
}

.btn, .checkout a.button, .checkout input.button, #wstForm_Contact_Submit, #wstForm_Contact_Reset {
	margin: 3px 3px 3px 0;
	padding: 1px;	
	font-size: 14px;
	font-weight: normal;
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	cursor: pointer;
	background-image: url(//img1.wsimg.com/isteam/ip/78cdab23-118f-49b3-9175-d15c6724b505/legacy/768_btnbg.jpg);	
	background-repeat: repeat;
	color: #ffffff;
	border: 1px solid #0077c0;
}

.btn:hover, .checkout a.button:hover, .checkout input.button:hover {
	background-color: #7DCBFC;
}
