/*----------------------------------
		Theme_#	533
		Cat			Sports
		Name		Self-Defense
----------------------------------*/

/**
 * @section typography & whitespace
 */
body {
	background-color:#ffffff;
	font-family:Georgia, "Nimbus Roman No9 L", serif;
	font-size:14px;
	margin:0;
	padding:0;
}

a:link {
	color:#e00300;
	text-decoration:none;
	font-weight:bold;
}

a:visited {
	font-weight:bold;
	color:#e00300;
	text-decoration:none;
}

a:hover {
	font-weight:bold;
	color:#e00300;
	text-decoration:underline;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
dl dt,
legend,
th,
.message {
	font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans serif;
}

h1 {
	font-size: 3em;
	line-height: 1;
	margin: 0px;
}

h2 {
	font-size: 1.5em;
	margin: 10px 0;
}

h3 {
	font-size: 1.5em;
	margin: 10px 0;
	padding: 0px;
}
h4 {
	font-size: 1.1em;
	height: 1.25em;
	line-height: 1.25;
	margin: 5px 0;
}

h5 {
	font-size: 1em;
	font-weight: bold;
	margin: 5px 0;
}

h6 {
	font-size: 1em;
	font-weight: bold;
	margin: 3px 0;
}

p,
form {
	margin: .5em 0 .5em;
	padding: 0;
}

blockquote {
	margin: 1em;
}

sup,
sub {
	line-height: 0;
}

address {
	margin: 0 0 1.0em;
}

pre,
code {
	margin: 1em 0;
	white-space: pre;
}

pre,
code,
tt {
	line-height: 1.5;
}
li ul,
li ol {
	margin: 0 2.0em;
	padding: 0;
}

ul,
ol {
	margin: 0 1.0em 1.0em 3em;
	padding: 0;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

dl {
	margin: 0 0 1em 0;
}

dd {
	margin-left: 1em;
}

caption {
	margin: 0;
	padding: .3em;
}

/**
 * @section forms
 */
.form_button,
.form_submit {
	margin-top: .5em;
}

label {
	font-weight: bold;
}

fieldset {
	border: 1px solid #ccc;
	margin: 0 0 1.5em 0;
	padding: 1.4em;
}

legend {
	font-size: 1.2em;
	font-weight: bold;
}

textarea {
	height: 250px;
	margin: 0.5em 0.5em 0.5em 0;
	width: 400px;
}

textarea {
	background: #eee;
	border: 1px solid #bbb;
	padding: 5px;
}

select {
	background: #f6f6f6;
	border: 1px solid #969696;
}

textarea:focus {
	background: #fff;
	border: 1px solid #999;
}

select:focus {
	background: #fff;
	border: 1px solid #999;
}

/**
 * @section Buttons
 */
.btn,
.btn-hover {
	background:#f5f5f5;
	border:1px solid #888;
	color:#565656;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding:.25em;
	cursor:pointer;

    overflow: visible;
	width:auto !important;
	width: 0; /* IE 6 and below */
}

.btn:hover,
.btn-hover {
	background-color:#dff4ff;
	border:1px solid #6299c5;
	color:#336699;
}

/**
 * Missing input hover
 *
 * @bugfix
 * @affected IE6
 * @valid no
 * @cssdoc parsing off
 */
* html .btn {
	m: expression(this.onmouseover =  new Function("this.className = 'btn-hover';"));
}
* html .btn:hover,
* html .btn-hover {
	m: expression(this.onmouseout = new Function("this.className = 'btn';"));
}
/* @cssdoc parsing on */



/**
 * @section layout
 */
.sf_outer_wrapper {
	margin:0 auto;
	width:960px;
}

.sf_extra1 {
}

.sf_wrapper {

}

div.sf_region7 .widget h3.widget_header {
	margin-top:0;
	background:url(images/widget_top.gif) no-repeat 0 0;
	margin-bottom:0.5em;
	padding:5px 10px;
	font-family:"Trebuchet MS",Helvetica,sans-serif;
	font-size: 1.1em;
	height: 1.25em;
	line-height: 1.25;
	font-weight:bold;
}


div.sf_region7 .widget h3.widget_header a,
div.sf_region7 .widget h3.widget_header a:visited,
div.sf_region7 .widget h3.widget_header a:hover {
	color:#000;
}

.sf_navigation h3.widget_header {
	display:none;
}

.sf_outer_wrapper {
	background-color:#ffffff;
	margin:0 auto;
	width:960px;
}


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

.sf_navigation_top {
	display:none;
}

.sf_navigation_top ul {

}

.sf_navigation_top ul:after {

}

.sf_navigation_top ul li {

}

.sf_navigation_top ul li.sf_last_nav_item {

}

.sf_navigation_top ul li.sf_first_nav_item {

}

.sf_navigation_top ul li a {

}

.sf_navigation_top ul li a:visited {

}

.sf_navigation_top ul li a:hover{

}

/*--------------------------------
		End Top Navigation
---------------------------------*/

.sf_extra10 {

}

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


/**
 * @hack Fast hack
 *
 * Used to give IE hasLayout and contain the floated .sf_main_header
 */
.sf_header_wrapper {
	background-color:#ffffff;
	background-image:url(images/patch.gif);
	background-position: 0 0;
	background-repeat:no-repeat;
	min-height:100px;
  height:auto !important;
  height:100px;
}


.sf_extra2 {

}

.sf_main_header {
  color:#000000;
  display:inline; /* For IE 6 doubled float margin bug */
  float:left;
  font-family:"Trebuchet MS", Helvetica, sans-serif;
  font-size:24px;
  font-weight:bold;
  height:74px;
  margin:15px 0 0;
	overflow:hidden;
  padding:10px 0 0 86px;
  width:692px;
}

.sf_main_header div{
	height:60px;
	overflow:hidden;
}

.sf_extra3 {

}

.sf_sub_header {
	display:none;
}

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

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

.sf_extra4 {

}

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

.sf_navigation {
	background-color:#cad56d;
  background-image:url(images/nav_top.gif);
	background-position: 50% 0;
	background-repeat:no-repeat;
	margin:10px 0px 5px;
  padding:13px 0 10px;
}

.sf_navigation ul {
  margin:0;
	padding:0;
  white-space:nowrap;
  width:100%;
}

/**
 * @hack Self clearing div
 *
 * Contain the list items by triggering hasLayout in IE
 */
.sf_navigation ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.sf_navigation ul {display: inline-block;}

/* Hides from IE-mac \*/
* html .sf_navigation ul {height: 1%;}
.sf_navigation ul {display: block;}
/* End hide from IE-mac */


.sf_navigation ul li {
	display:block;
  float:left;
}

.sf_navigation ul li.sf_last_nav_item {

}

.sf_navigation ul li.sf_first_nav_item {

}

.sf_navigation ul li a {
	background-image:url(images/bullet.gif);
  background-position:-7px 50%;
  background-repeat:no-repeat;
  display:block;
  font-weight:normal;
  padding:5px 25px 5px 65px;
}

.sf_navigation ul li a:link,
.sf_navigation ul li a:visited,
.sf_navigation ul li a:hover{
  color: #000;
  text-decoration: none;
}

.sf_navigation ul li a:hover{
  text-decoration: underline;
}

/*------------------------------------
	Dropdown
------------------------------------*/
#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,
#Nav1 ul { /* all lists */
	list-style: none;
}
#Nav1 a {
	display: block;
}
#Nav1 li ul { /* second-level lists */
	position: absolute;
	left: -999em;
	width:137px;
	margin:0 0 0 55px;
	padding:5px 5px 0px 5px ;
	background:#f8f6f6;
	border:solid 1px #eaeaea;
	z-index:1000;
}
#Nav1 li ul li {
	background:none;
	padding:0;
	margin:0;
}
#Nav1 li ul li a {
	height:auto;
	width:125px;
	padding:2px 5px;
	line-height:normal;
	white-space:normal;
	margin:0 0 5px 0;
	background:#f1f1f1;
	border:solid 1px #eaeaea;
}
#Nav1 li ul li a:hover {
	background:#e4e4e4;
}
#Nav1 li:hover ul,
#Nav1 li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
/*--------------------------------
		End Navigation
---------------------------------*/

.sf_extra5 {
	background-position: 0 50%;
	background-repeat:no-repeat;
	height:219px;
  width:100%;
}


.sf_extra5 span {
	background-image:url(images/kick.png);
	background-position: 0 0;
	background-repeat:no-repeat;
	display:block;
	height:218px;
  margin-left:25px;
  width:232px;
}

* html .sf_extra5 span {
 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)); }


/*--------------------------------
		 	Page Title
---------------------------------*/

.sf_pagetitle {
	background-image:url(images/header.gif);
	background-color:#cad56d;
	background-position:50% 100%;
	background-repeat:no-repeat;
  font-family:"Trebuchet MS", Helvetica, sans-serif;
  font-size:38px;
  margin-top:5px;
  padding:10px;
}

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

/*--------------------------------
		 End Page Title
---------------------------------*/

.sf_extra6 {

}

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

.sf_subnavigation {
	display: none;
}

.sf_subnavigation ul {

}

.sf_subnavigation ul:after {

}

.sf_subnavigation ul li {

}

.sf_subnavigation ul li.sf_last_nav_item {

}

.sf_subnavigation ul li.sf_first_nav_item {

}

.sf_subnavigation ul li a {

}

.sf_subnavigation ul li a:visited {

}

.sf_subnavigation ul li a:hover {

}

/*--------------------------------
		 End Sub Navigation
---------------------------------*/

.sf_extra11 {

}

/*--------------------------
		Content
--------------------------*/

.sf_content {
	background-color:#ffffff;
	margin-top:15px;
}

/**
 * @hack Self clearing div
 *
 * Clear the content area for floated layouts
 */
.sf_content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.sf_content {display: inline-block;}

/* Hides from IE-mac \*/
* html .sf_content {height: 1%;}
.sf_content {display: block;}
/* End hide from IE-mac */

.sf_content img {

}

/*--------------------------
		End Content
--------------------------*/


.sf_extra12 {

}


/*--------------------------------
		 Sub Navigation2
---------------------------------*/

.sf_subnavigation2 {
	display: none;
}

.sf_subnavigation2 ul {

}

.sf_subnavigation2 ul:after {

}

.sf_subnavigation2 ul li {

}

.sf_subnavigation2 ul li.sf_last_nav_item {

}

.sf_subnavigation2 ul li.sf_first_nav_item {

}

.sf_subnavigation2 ul li a {

}

.sf_subnavigation2 ul li a:visited {

}

.sf_subnavigation2 ul li a:hover{

}

/*--------------------------------
		 End Sub Navigation2
---------------------------------*/

.sf_extra7 {

}

.sf_extra7 span{

}

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

.sf_footer {
	background-color:#ffffff;
	background-image:url(images/footer.gif);
	background-position:50% 0;
	background-repeat:no-repeat;
  color:#000000;
  margin-top:25px;
  padding:25px 25px 0px 25px;
  text-align:center;
}

.sf_footer div{

}

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

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


.sf_extra8 {

}

.sf_extra9 {

}


/*--------------------------
		Extra Stuff
--------------------------*/

.sf_banner {
  color:#000000;
  margin:0 auto;
  padding:20px;
  text-align:center;
  width:920px;
}

.sf_banner img {
	margin-bottom:10px;
}

.sf_banner a:link {
  color:#000000;
  font-weight:normal;
}

.sf_banner a:visited {
  color:#000000;
}

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