@charset "UTF-8";

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(images/main-bkgrd.jpg);
	background-repeat: repeat-x;
	background-color: #1F1F1F;
}

/***************************************************************/
/* Main container                                              */
/***************************************************************/

.nff #container {
	width: 997px;
	margin: 0 auto;
	text-align: center; /* this overrides the text-align: center on the body element. */
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/***************************************************************/
/* Main Banner                                                 */
/***************************************************************/

.nff #container #banner {
	background-image: url(images/banner-bkgrd.jpg);
	height: 64px;
	background-repeat: no-repeat;
	width: 998px;
	background-position: center;
}

/***************************************************************/
/* Main Upper Navigation                                       */
/***************************************************************/

.nff #container #main-nav {
	background-color: #000000;
	height: 40px;
	color: #CCCCCC;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	clear: both;
}

.nff #container #main-nav li { display: inline; }

.nff #container #main-nav li a
{
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	padding-left: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 12px;
	margin-top: 8px;
	margin-bottom: 4px;
	color: #CCCCCC;
	font-size: 13px;
}

.nff #container #main-nav li a:hover
{
	color: #8285f4;
	text-decoration: underline;
}

.nff #container #main-nav li.last a 
{
	text-decoration: none;
	float: left;
	border-right: 0px solid #fff;
	padding-left: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 12px;
	margin-top: 8px;
	margin-bottom: 4px;
	color: #CCCCCC;
	font-size: 13px;
}

.nff #container #main-nav li.last a:hover
{
	color: #8285f4;
	text-decoration: underline;
}

/***************************************************************/
/* Subnavigation on subpages                                   */
/***************************************************************/

.nff #container #main-subnav-nolinks {
	height: 6px;
	background-color: #460aa8;
}

.nff #container #main-subnav-links {
	height: 24px;
	background-color: #460aa8;
}

.nff #container #main-subnav-links li { display: inline; }

.nff #container #main-subnav-links li a
{
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	padding-left: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 12px;
	margin-top: 2px;
	margin-bottom: 2px;
	color: #CCCCCC;
	font-size: 11px;
	font-weight: bold;
}

.nff #container #main-subnav-links li a:hover
{
	color: #8285f4;
	text-decoration: underline;
}

.nff #container #main-subnav-links li.active a
{
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
	padding-left: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 12px;
	margin-top: 2px;
	margin-bottom: 2px;
	color: #000000;
	font-size: 11px;
	font-weight: bold;
	background-color: #FF0000;
}

.nff #container #main-subnav-links li.active a:hover
{
	color: #8285f4;
	text-decoration: underline;
}

.nff #container #main-subnav-links li.last a 
{
	text-decoration: none;
	float: left;
	border-right: 0px solid #fff;
	padding-left: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 12px;
	margin-top: 2px;
	margin-bottom: 2px;
	color: #CCCCCC;
	font-size: 11px;
	font-weight: bold;
}

.nff #container #main-subnav-links li.last a:hover
{
	color: #8285f4;
	text-decoration: underline;
}


/***************************************************************/
/* Banner on main page                                         */
/***************************************************************/

.nff #container #main-banner {
	background-image: url(images/stage-banner.jpg);
	height: 351px;
}


/***************************************************************/
/* Lower Nav buttons on main page                              */
/***************************************************************/

.nff #container #stg-buttons {
	height: 260px;
	z-index: 100;
	font-size: 12px;
}

.nff #container #stg-buttons #stg-btn-left a {
	width: 327px;
	background-image: url(images/AboutKettlebellsBkgrd2.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 260px;
	float: left;
	margin-left: 4px;
	text-align: center;
	padding-top: 50px;
}

.nff #container #stg-buttons #stg-btn-left a:hover  {
	background-position: -327px 0%;
}

.nff #container #stg-buttons #stg-btn-center a {
	width: 299px;
	background-image: url(images/WhatsNewBkgrd2.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 260px;
	float: left;
	margin-left: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 14px;
	padding-top: 36px;
	padding-right: 14px;
}

.nff #container #stg-buttons #stg-btn-center a:hover  {
	background-position: -327px 0%;
}

.nff #container #stg-buttons #stg-btn-center #button-text {
	color: #CCCCCC;
	left: -327px;
	top: -280px;
}

.nff #container #stg-buttons #stg-btn-right a {
	width: 307px;
	background-image: url(images/AboutLisaBkgrd2.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 224px;
	float: right;
	margin-right: 4px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 36px;
	padding-right: 20px;
	font-weight: normal;
	text-align: left;
}

.nff #container #stg-buttons #stg-btn-right a:hover  {
	background-position: -327px 0%;
}

.nff #bot-banner {
	background-image: url(images/bottom-banner-bkgrd.png);
	height: 88px;
	background-position: top center;
	background-repeat: no-repeat;
	width: 997px;
}


/***************************************************************/
/* Subpages                                                    */
/***************************************************************/

.nff #container #submain {
	background-color: #FFFFFF;
	overflow: hidden;
	height: 100%;
	clear: both;
}

.nff #container #submain #left-nav {
	float: right;
	width: 297px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
	overflow: hidden;
	margin-bottom: -9000px;
	padding-bottom: 9000px;
}

.nff #container #submain #left-nav #topper {
	background-image: url(images/LeftNavTop-Articles.jpg);
	height: 50px;
	font-size: 16px;
	color: #dddddd;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	background-repeat: no-repeat;
}

.nff #container #submain #left-nav #main {
	background-image: url(images/LeftNavBkgrd.jpg);
	background-repeat: repeat-x;
	width: 297px;
	background-position: top;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #5F23C2;
	border-left-color: #5F23C2;
	list-style-type: none;
	background-color: #1E0C57;
	padding-top: 20px;
	clear: left;
}

.nff #container #submain #left-nav #main li {
	padding-left: 10px;
	text-align: left;
	padding-right: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.nff #container #submain #left-nav #main li a
{
	/*	background: transparent url(images/kblistbutton.png) left center no-repeat; */
	text-decoration: none;
	float: left;
	color: #CCCCCC;
	font-size: 12px;
	/*	height: 60px; */
	background-repeat: no-repeat;
	text-align: left;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	width: 100%;
	font-weight: bold;
}

.nff #container #submain #left-nav #main li a:hover
{
	color: #8285f4;
	text-decoration: underline;
}

.nff #container #submain #left-nav #main li.last a 
{
}

.nff #container #submain #left-nav #main li.last a:hover
{
	color: #8285f4;
	text-decoration: underline;
}

.nff #container #submain #stage {
	background-color: #FFFFFF;
	width: 700px;
	float: left;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	border-top-color: #000000;
	border-top-width: thin;
	border-top-style: solid;
	margin-bottom: -9000px;
	padding-bottom: 9000px;
	overflow: hidden;
}

.nff #container #submain #stage h1 {
	font-size: 20px;
	font-style: italic;
}


/***************************************************************/
/* Bottom global navigation                                    */
/***************************************************************/


.nff #container #bot-nav {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	padding-top: 30px;
	padding-bottom: 14px;
	clear: both;
}

.nff #container #bot-nav ul
{
	padding-left: 0;
	margin-left: 0;
	color: White;
	font-size: 14px;
}

.nff #container #bot-nav li { display: inline; }

.nff #container #bot-nav li a
{
	color: #CCCCCC;
	text-decoration: none;
	border-right: 1px solid #fff;
	padding-left: 12px;
	padding-right: 12px;
	font-weight: bold;
	margin-top: 20px;
}

.nff #container #bot-nav li a:hover
{
	color: #8285f4;
	text-decoration: underline;
}

.nff #container #bot-nav li.last a
{
	color: #CCCCCC;
	text-decoration: none;
	border-right: 0px solid #fff;
	padding-left: 12px;
	padding-right: 12px;
	font-weight: bold;
	margin-top: 20px;
}

.nff #container #bot-nav li.last a:hover
{
	color: #8285f4;
	text-decoration: underline;
}

/***************************************************************/
/* Bottom Copyright notice                                     */
/***************************************************************/


.nff #container #copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	text-align: center;
	padding-bottom: 20px;
	clear: both;
}


/***************************************************************/
/* Font styles                                                 */
/***************************************************************/

.font10 {font-size: 10px}
.font11 {font-size: 11px}
.font12 {font-size: 12px}
.font13 {font-size: 13px}
.font14 {font-size: 14px}
.font16 {font-size: 16px}
.font18 {font-size: 18px}
.font20 {font-size: 20px}
.font22 {font-size: 22px}
.font24 {font-size: 24px}
.font26 {font-size: 26px}
.font30 {font-size: 30px}
.font36 {font-size: 36px}
.fontRed {
	color: #aa0000
}
.fontPink {color: #D690AC}
.fontLightGray {color: #CCCCCC}
.fontYellowk {color: #FFFE4B}
