/**
 * @file
 * @project 704
 * @package sftheme
 * @site app1
 */

/*----------------------------------
		Typography Reset
----------------------------------*/

h1, h2, h3, h4, h5, h6 {font-weight:normal;}
h1 {font-size:22px;margin:10px 0;padding:0px;font-family: Georgia, "Nimbus Roman No9 L", serif; }
h2 {font-size:20px;margin:10px 0;padding:0px;font-family: Georgia, "Nimbus Roman No9 L", serif;}
h3 {font-size:20px;margin:10px 0;padding:0px;font-family: Georgia, "Nimbus Roman No9 L", serif;}
h4 {font-size:16px;margin:5px 0;padding:0px;font-family: Georgia, "Nimbus Roman No9 L", serif;}
h5 {font-size:16px;font-weight:normal;margin:5px 0;padding:0px;font-family: Georgia, "Nimbus Roman No9 L", serif;}
h6 {font-size:16px;font-weight:normal;margin:3px 0;padding:0px;font-family: Georgia, "Nimbus Roman No9 L", serif;}


/*----------------------------------
		General
----------------------------------*/
body {
	margin: auto;
	color:#7e7885;
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	font-size: 14px;
	font-weight: normal;
	background-color: #78707F;
}

.sf_outer_wrapper {		
	background-color: #000000;
	margin: auto;		
}

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

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

.sf_wrapper {
	width: 950px;
	margin: auto;		
}

/*--------------------------------
		Header
---------------------------------*/

.sf_region4 {	
	width: 600px;
	min-height: 100px;
	height: auto !important;
	height: 100px;
	float: left;
}

.sf_main_header {
	font-family: Georgia, "Nimbus Roman No9 L", serif;
	font-size: 40px;
	clear:both;
	color: #f5f1f0;
	padding:90px 10px 10px;
	text-align:left;
	width:600px;
	float: left;
	margin: auto;
	min-height: 142px;
}

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

.sf_sub_header {
	display: none;
}

/* End Header */

/*--------------------------
		Content
--------------------------*/
.sf_region6 {
	float:left;
	width:620px;
}

.sf_pagetitle {		
	color: #7e7885;
	display: block;
	float: left;
	clear: left;
	font-family: Georgia, "Nimbus Roman No9 L", serif;
	font-size: 24px;
	font-weight: normal;
	text-align: left;
	padding: 10px;
}

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

.sf_content {
	clear:left;
	float:left;
	min-height: 250px;
	height: auto !important;
	height: 250px;
	padding: 0px;
	line-height: 1.5;
	margin-bottom: 40px;
	width: 620px;
}

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

/* End Content */

/*--------------------------
		 Footer
--------------------------*/

.sf_region10 {
	background-image: url("images/704_ftrtop.jpg");
	background-repeat: repeat-x;	
	width: 100%;
	min-height: 150px;
	height: auto !important;
	height: 150px;	
	background-position: top;
	clear: both;
}

.sf_footer {
	clear:both;
	color: #F4EFF5;	
	font-size:11px;
	text-align: center;
	padding: 30px 0 10px;
	width: 950px;
	margin: auto;
}

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

.sf_banner {
	text-align: center;
	margin: auto;
	padding: 5px 0 20px;
	font-size: 9px;
	width: 950px;
	margin: auto;
}

#bannerImage {
	margin: 10px 0;
}

.sf_footer a,
.sf_footer a:link,
.sf_footer a:visited {
	color: #F4EFF5;
	text-align:center;
}

.sf_banner a,
.sf_banner a:link,
.sf_banner a:visited {
	color: #F4EFF5;
	text-align:center;
}

/* End Footer */

/*--------------------------------
		Navigation
---------------------------------*/

.sf_navigation .widget_header {
	display:none;
}

.sf_navigation .widget li {
	padding: 0px;
	margin: 0px;
}

.sf_navigation .widget_content {
	padding: 0px;
	margin: 0px;
	overflow: visible;
	width: 185px;
}

.sf_navigation .widget li {
	overflow: visible;
}

.sf_navigation .widget a:link,
.sf_navigation .widget a:visited {
	text-decoration: none;
}

.sf_navigation {
	clear:both;	
	height:auto !important;
	height:20px;	
	min-height:20px;
	margin:290px 10px 50px;
}

.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;
	border-bottom: 1px solid #3e3c41;
}

.sf_navigation ul li.sf_last_nav_item {
}

.sf_navigation ul li.sf_first_nav_item {
}

.sf_navigation ul li a {	
	font-family: Georgia, "Nimbus Roman No9 L", serif;
	font-weight: normal;
	font-size:18px;	
	text-decoration:none;
	display: block;	
	padding:6px 5px 6px 35px;
	width: 215px;
}

.sf_navigation ul li a:visited {	
}

.sf_navigation ul li a:hover {	
	text-decoration: none;
	background-color: #0b0b0b;	
}

.sf_navigation ul li:hover a {	
	text-decoration: none;
	background-color: #0b0b0b;
	background-image: url("images/704_xhov.png");
	_background-image: none;
	background-position: 5px 5px;
	background-repeat: no-repeat;
}

/*------------------------------------
	Flyout menu
------------------------------------*/

.sf_navigation .subnav { /* second-level lists */
	float: left;
	position: absolute;
	width: 150px;
	left: -999em;
	z-index: 1000;
	margin:-34px 0 0 180px;
	text-transform: none;
	border-top: 1px solid #3e3c41;
	border-bottom: 1px solid #3e3c41;
}

.sf_navigation .subnav li {
	width: 148px;	
	white-space: normal;
	height: auto;
	border-bottom: none;
	background-color: #0c0c0c;	
	padding: 0;
	border-left: 1px solid #3e3c41;
	border-right: 1px solid #3e3c41;
	border-bottom: 1px solid #3e3c41;
}

.sf_navigation .subnav li a {
	width: 128px;
	height: auto;	
	padding: 3px 10px;
	border:none;
	font-size: 14px;
	background-image: none !important;
}

.sf_navigation .subnav li a:visited {	
}

.sf_navigation .subnav li a:hover {	
	background-image: none;
}

#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*/


/*--------------------------
		Sidebar
--------------------------*/
.sf_pod {  
  margin: 20px 10px;
  line-height: 1.5; 
}

.sf_region2 {	
	clear:right;
	color:#7e7885;
	display:inline;
	float:right;
	padding:0;
	margin-bottom: 20px;
	width:275px;
}

* html .sf_region2 {
 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(https://powerstrike300.com/,%20').replace('")', ''),  this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",  this.runtimeStyle.backgroundImage = "none")), this.pngSet=true));
}

.widgetset {
	margin-top: 40px;
	width: 275px;		
	overflow: hidden;
}

.widgetset .widget {
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0px 10px;
	padding: 0px;
	margin-bottom:15px;
	background-color: #0B0B0B;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #222;	
}

.widgetset .widget_header {
	margin:0;
	padding:3px 15px;
	font-weight: normal;
	text-align: left;
	font-size: 22px;
	background-color: #1E1D1F;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;		
}

.widgetset h3.widget_header a,
.widgetset h3.widget_header a:visited {
	font-size: 22px;	
	text-decoration: none;	
	background-color: transparent;	
}

.widgetset .widget_header a:hover {
	font-size: 22px;	
	text-decoration: underline;	
}

.widgetset .widget_content {	
	background-repeat: repeat-y;
	padding: 10px 20px;
	margin: 0;		
	overflow:hidden;
}

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

.widget li {
	margin: 0px;
	padding: 5px 0px;
}

.widgetset a:link,
.widgetset a:visited {
	text-decoration:none;
}

.widgetset a:hover {	
	text-decoration: underline;	
}

.widgetset .widget_content .form_item {
	margin:10px 0;
	padding:0px;
	width: 160px;
}

.btn, .checkout a.button, .checkout input.button {
	margin: 3px 3px 3px 0;
	padding: 3px;	
	font-size: 11px;
	font-weight: normal;
	font-family: Arial, Helvetica, FreeSans, sans-serif;
	cursor: pointer;
	border-style: solid;
	border-width: 1px;	
	border-color: #333;
	background-color: #1E1D1F;
	color: #ffffff;	
}

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

