﻿html, body
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	color: #414042;
	margin: 0;
	padding: 0;	
	line-height: 1.3em;
}
form
{
	width:795px;	
	margin: 0;
	padding: 0;
	margin-left:auto;
	margin-right:auto;	
	position:relative;
}
table
{
	font-family: Arial, Helvetica, Sans-Serif;
	color: #414042;
	margin: 0;
	padding: 0;	
	line-height: 1.3em;
}
p
{
	margin: 0 0 15px 0;
	padding:0;		
}

img
{
	border:0;
}

h1, .h1 /* red */
{
	color: #ed1c24;
	font-weight:bold;
	font-size: 1.3em;
	margin: 5px 0;
	padding: 0;
}
h2, .h2
{
	color: #000000;
	font-weight:bold;
	font-size: 1.4em;
	margin: 5px 0;
	padding: 0;
}
h3, .h3
{
	color: #666666;
	font-weight:bold;
	font-size: 1.1em;
	margin: 5px 0;
	padding: 0;
}
h4, .h4 /* default bolded */
{
	color: #414042;
	font-weight:bold;
	font-size: 1.0em;
	margin: 5px 0;
	padding: 0;
}
h5, .h5 /* black bolded */
{
	color: #000000;
	font-weight:bold;
	font-size: 1.0em;
	margin: 0 0 5px 0;
	padding: 0;
}

ul
{
	margin: 0;
	margin-bottom: 8px;
	padding: 0;	
	padding-left: 15px;
}
ul li
{
	margin:3px 0;
}
ol
{
	margin: 0;
	margin-bottom: 8px;
	padding: 0;	
	padding-left: 22px;	
}
ol li
{
	margin:3px 0;
}

/******************  SITE LAYOUT ******************/
.lo_header  /* common page header */
{
	position: absolute;
	width: 795px;
	height: 120px;
	background-image:url(../Images/Backgrounds/headerShade_795x1.gif);
	background-repeat:repeat-y;
}
.lo_headerWave
{
	position:absolute;
	top: 68px;
	left: 0;
	width: 795px;
	height: 53px;
	background-image:url(../Images/Backgrounds/headerWave.gif);
	background-repeat: no-repeat;
}
.lo_headerWaveAlternate  /*grey right column */
{
	position:absolute;
	top: 68px;
	left: 0;
	width: 795px;
	height: 53px;
	background-image:url(../Images/Backgrounds/headerWaveAlternate.gif);
	background-repeat: no-repeat;
}
.lo_headerLogo
{
	position:absolute;
	top: 17px;
	left: 593px;
	width: 179px;
	height: 53px;
}
.lo_headerMenu  /* page header menu */
{
	position:absolute;
	top:22px;
	left:16px;
	width: 575px;
}
.lo_breadcrumb
{
	float:left;	
	width: 650px;	
}

.lo_main  /* main page area container; excluding header, including footer */
{
	position: absolute;
	top: 120px;
	width: 795px;
}

.lo_footer  /* common page footer */
{
	position: relative;
	background-image:url(../Images/Backgrounds/footerLine_1x5.gif);
	background-repeat:repeat-x;
	width: 795px;
	height: 50px;
	margin-bottom:8px;
}
.lo_footerNav
{
	float:left;
	margin-top:10px;
}
.lo_footerLogo
{
	float: right;
	z-index:50;	
	padding-left: 5px;
}
.lo_printPage
{
	float:right;	
}

.lo_content
{
	margin-left: 25px;
}

.contentSection
{
	margin-bottom:40px;
}

/******************  COLOUR SCHEME ******************/

.txtPrimary  /* dark grey  */
{	
	color: #414042;
}
.txtSecondary  /* red  */
{	
	color: #ed1c24;
}
.txtThird  /* light grey */
{
	color: #666666;	
}
.txtFourth  /* lighter grey */
{
	color: #999999;
}
.txtFifth /* black */
{
	color: #000000;	
}
.txtSixth /* orange */
{
	color: #cc6600;	
}
.txtSeventh /* green */
{
	color: #339900;	
}

.bgPrimary  /* light grey  */
{
	background-color: #edeeef;
}
.bgSecondary /* red */
{
	background-color: #ed1c24;
}
.bgThird /* dark grey */
{
	background-color: #666666;
}
.bgFourth /* light grey */
{
	background-color: #CCCCCC;
}
.bgFifth /*lighter grey */
{
	background-color: #ebebeb;
}

/******************  LINKS ******************/
a	 /*red*/
{
	color: #ed1c24;
	font-weight:normal;
	text-decoration: underline;
}
a:link
{
	color: #ed1c24;
	font-weight:normal;
	text-decoration: underline;
}
a:visited
{
	color: #ed1c24;
	font-weight:normal;
	text-decoration: underline;
}
a:hover
{
	color: #ed1c24;
	font-weight:normal;
	text-decoration: none;
}
a:active
{
	color: #ed1c24;
	font-weight:normal;
	text-decoration: underline;
}

.lnkBold  /* bolded red link */
{
	color: #ed1c24;
	font-weight:bold;
	text-decoration: underline;
}
.lnkBold:link
{
	color: #ed1c24;
	font-weight:bold;
	text-decoration: underline;
}
.lnkBold:visited
{
	color: #ed1c24;
	font-weight:bold;
	text-decoration: underline;
}
.lnkBold:hover
{
	color: #ed1c24;
	font-weight:bold;
	text-decoration: none;
}
.lnkBold:active
{
	color: #ed1c24;
	font-weight:bold;
	text-decoration: underline;
}

.lnkThird  /* txtThird (light grey) link */
{
	color: #666666;
	font-weight:normal;
	text-decoration: underline;
}
.lnkThird:link
{
	color: #666666;
	font-weight:normal;
	text-decoration: underline;
}
.lnkThird:visited
{
	color: #666666;
	font-weight:normal;
	text-decoration: underline;
}
.lnkThird:hover
{
	color: #666666;
	font-weight:normal;
	text-decoration: none;
}
.lnkThird:active
{
	color: #666666;
	font-weight:normal;
	text-decoration: underline;
}

.lnkFourth  /* txtFourth (lighter grey) link */
{
	color: #999999;
	font-weight:normal;
	text-decoration: underline;
}
.lnkFourth:link
{
	color: #999999;
	font-weight:normal;
	text-decoration: underline;
}
.lnkFourth:visited
{
	color: #999999;
	font-weight:normal;
	text-decoration: underline;
}
.lnkFourth:hover
{
	color: #999999;
	font-weight:normal;
	text-decoration: none;
}
.lnkFourth:active
{
	color: #999999;
	font-weight:normal;
	text-decoration: underline;
}

.lnkMenu  /* menu menu links */
{
	color: #414042;
	font-weight:bold;
	text-decoration: none;
}
.lnkMenu:link
{
	color: #414042;
	font-weight:bold;
	text-decoration: none;
}
.lnkMenu:visited
{
	color: #414042;
	font-weight:bold;
	text-decoration: none;
}
.lnkMenu:hover
{
	color: #ed1c24;
	font-weight:bold;
	text-decoration: underline;
}
.lnkMenu:active
{
	color: #414042;
	font-weight:bold;
	text-decoration: none;
}
.lnkMainMenuSelected, .lnkMainMenuSelected:link, .lnkMainMenuSelected:visited, .lnkMainMenuSelected:active, .lnkMainMenuSelected:hover
{
	color: #ed1c24;
	font-weight:bold;
	text-decoration: underline;
}

.breadCrumb:link  /* bread crumb nav */
{
	color: #666666;
	font-weight:normal;
	text-decoration: underline;
}
.breadCrumb:visited
{
	color: #666666;
	font-weight:normal;
	text-decoration: underline;
}
.breadCrumb:hover
{
	color: #666666;
	font-weight:normal;
	text-decoration: none;
}
.breadCrumb:active
{
	color: #666666;
	font-weight:normal;
	text-decoration: none;
}
.breadCrumbSelectedPage, .breadCrumbSelectedPage:link, .breadCrumbSelectedPage:visited, .breadCrumbSelectedPage:active, .breadCrumbSelectedPage:hover
{
	color: #999999;
	font-weight:normal;
	text-decoration: none;
}

/* selected sub page menu item; News.aspx */
.selectedSubNav, .selectedSubNav:link, .selectedSubNav:visited, .selectedSubNav:active, .selectedSubNav:hover
{
	color: #000000;
	font-weight:normal;
	text-decoration: underline;
}


/******************  TEXT BOXES / DROP LIST ******************/
.textbox
{	
	font-family: Arial, Helvetica, Sans-Serif;
	height: 17px;
	width: 175px;
	border: solid 1px #7f9db9;
	margin:0;
	padding:0;
	font-size: 12px;
	padding: 2px 0 0 2px;
}

.textboxMulti
{
	font-family: Arial, Helvetica, Sans-Serif;
	width: 250px;
	border: solid 1px #7f9db9;
	margin:0;
	padding: 2px 0 0 2px;
	font-size: 12px;
}
.ddl 
{
	font-family: Arial, Helvetica, Sans-Serif;
	width: 202px;	
	font-size: 12px;
	color: #000000;	
	/*height does not work in IE */
}

/******************** Misc *************/

.borderTop
{
	background-image:url(../Images/Backgrounds/greyLine_1x3.gif);
	background-repeat:repeat-x;	
	background-position: top;	
}
.borderBottom
{
	background-image:url(../Images/Backgrounds/greyLine_1x3.gif);
	background-repeat:repeat-x;	
	background-position: bottom;	
}
.borderLeft
{
	background-image:url(../Images/Backgrounds/greyLine_3x1.gif);
	background-repeat:repeat-y;	
	background-position: left;	
}

.borderBottomAlt  /* white */
{
	background-image:url(../Images/Backgrounds/1x1.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

.borderThird
{
	border: solid 1px #CCCCCC;	
}
.borderThirdLeft
{
	border-left: solid 1px #CCCCCC;	
}

.shadeRightColumn
{
	background-image:url(../Images/Backgrounds/grey_214x1.gif); 	
	background-repeat:repeat-y;
	background-position:right;
}

.pageTitle
{
	margin:15px 0 10px 0;
}

.label
{
	font-weight:bold; 
	color: #414042;
}
.labelSecondary
{
	font-weight:bold; 
	color:White;
}

.textArea  /*light grey text boxed areas */
{
	background-color: #CCCCCC;
	color: #414042;
	font-weight:bold;
}
.textArea div
{
	padding:3px 10px;
	color: #414042;
	font-weight:bold;
}

.breadCrumb
{
	margin-bottom: 15px;
}

.rowPad
{
	padding:7px;
}

.btnPadBottom
{
	padding-bottom: 6px;
}

.leftButtonNav
{
	float:left;
	width: 350px;
}
.rightButtonNav
{
	float:right;
	width: 350px;
	text-align:right;
}

.errorText
{
	font-weight: bold;
	color: Red;
}
.notifyText
{
	font-weight: bold;
	color: #339900;
}

.primaryBullet /* red */
{
	background-image:url(../Images/bullet.gif);
	background-repeat:no-repeat;
	background-position: 0 5px;
	text-indent: 12px;
	margin: 0 0 5px 0;
}
.secondaryBullet /* orange */
{
	background-image:url(../Images/secondaryBullet.gif);
	background-repeat:no-repeat;
	background-position: 0 5px;
	text-indent: 12px;
	margin: 0 0 5px 0;
}
.thirdBullet /* green */
{
	background-image:url(../Images/thirdBullet.gif);
	background-repeat:no-repeat;
	background-position: 0 5px;
	text-indent: 12px;
	margin: 0 0 5px 0;
}
/***************** POWER TRAINING STYLES ********************/

.DocumentList
{
    list-style-type: none;
}

/***************** POPUP WINDOWS ********************/
.bubbleInfo 
{
	position: relative;
}
.popup
{    
	position: absolute;
	display: none; /* keeps the popup hidden if no JS available */	
}
.popup .ScrollItems
{
    width: auto;
    height: auto !important;
    height: 400px;
    max-height: 400px;
    overflow: scroll;
    overflow-y: scroll;
    overflow-x: hidden;
}
.popupTop
{
	background-image:url(../Images/Popup/top.gif);
	background-repeat:repeat-x;
}
.popupRight
{
	background-image:url(../Images/Popup/right.gif);
	background-repeat:repeat-y;
}
.popupBottom
{
	background-image:url(../Images/Popup/bottom.gif);
	background-repeat:repeat-x;
}
.popupLeft
{
	background-image:url(../Images/Popup/left.gif);
	background-repeat:repeat-y;
}

/*************** ContentColumn Master Page ***********/
.columnContainer
{
	background-image:url(../Images/Backgrounds/greyLine_3x1.gif);
	background-repeat:repeat-y;	
	background-position: 560px;
}
.contentLeft
{
	float: left;
	width: 	540px;
}
.contentRight
{
	float: right;
	width: 	190px;
}

/*************** MyAccount Master Page ***********/

.accountContainer
{
	background-image:url(../Images/Backgrounds/trolley_184x208.gif);
	background-repeat:no-repeat;
	background-position: right top;
	min-height: 355px;
	height:auto !important;
	height:355px;
}
.accountContent
{
	width: 576px;
}

/******************** Login.aspx, Register.aspx **********************/
.trolley 
{
	background-image:url(../Images/Backgrounds/trolley.gif);
	background-repeat:no-repeat;
	background-position: 50px 50px;
}
.loginContainer
{
	float: right;
}
.loginTitle
{
	float: right;
	margin: 20px 30px 30px 0;
}
.loginContent
{
	clear: both; 
	float: right;
	min-height: 355px;
	height:auto !important;
	height:355px;
	padding-right:20px;
	margin-bottom: 40px;
	width: 460px;
}

/******************** Home (Default.aspx) *************/
.homeContent
{
	float:left;
	width:535px;  
	padding-bottom:25px;	
}
.articleFeature  
{
	float: right; 	
	width: 214px;
	min-height: 355px;
	height:auto !important;
	height:355px;
	padding-bottom: 20px;
	background-image:url(../Images/Backgrounds/inTheNews.gif); 	
	background-repeat: no-repeat;
}
.productFeature1
{
	float:left;
	width: 250px;	
	margin: 2px 0 40px 0;
	padding-bottom: 20px;	
}
.productFeature2
{
	float:left;
	width: 250px; 	
	margin: 2px 0 40px 10px;
	padding: 0 0 10px 18px;
}

/********* Products.aspx **************/
.selectedBrand
{
	width: 228px;
	border-right: solid 2px white;
}
.changeBrand
{
	padding-right:7px;
}

/********* Product.aspx **************/
.productImage
{
	float:left; 
	margin-right: 20px;	
}
.productDescription
{
	float:left; 
}

/************* Sitemap.aspx *******************/
.columnFirst
{
	float: left; 
	width: 170px;
}
.column
{
	float: left; 
	width: 170px; 
	margin-left: 15px;
}




/************ PRINT PAGE **************/
@media print
{
	.hideOnPrint
	{
		display: none;
	}
	
	.lo_main 
	{
		position: relative;
		float:none;
		width:600px;		
		margin:0;
		top:0;
	}
	
	.lo_content, .contentSection, .lo_breadcrumb, .homeContent, .contentLeft,
	.loginContainer, .loginContent, .loginTitle
	{
		position: relative;
		float:none;
		width:600px;
		margin:10px 0;
	}
	
	.lo_footerNav
	{
		position: relative;
		float:none;
		width:600px;
		margin:40px 0 10px 0;
	}	
	.lo_footerLogo
	{
		float:left;
		padding: 0 5px 0 0;		
	}
}
