﻿/* default font size */
@import url(small.css);

html, body, table, div
{
	font-family: Arial, Helvetica, Sans-Serif;
	color: #333132;
	margin: 0;
	padding: 0;	
}
form
{
	width:1014px;	
	margin-left:auto;
	margin-right:auto;	
	padding: 0;
	position:relative;
}
img
{
	border:0;
}

h1, .h1
{
	color: #707070;
	font-weight:normal;
	font-size: 120%;
	margin: 0;
	padding: 0;
}
h5, .h5
{
	color: #000000;
	font-weight:normal;
	font-size: 90%;
	margin: 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: 1014px;
	height: 137px;
	background-image:url(../../Images/Backgrounds/headerShade_647x1.gif);
	background-repeat:repeat-y;
	background-color: #ed1c24;
}
.lo_headerWave
{
	position:absolute;
	top: 88px;
	left: 0;
	width: 1014px;
	height: 55px;
	background-image:url(../../Images/Backgrounds/headerWave_1014x55.gif);
	background-repeat: no-repeat;
}
.lo_headerLogo
{
	position:absolute;
	top: 33px;
	left: 600px;
	width: 214px;
	height: 61px;
}
.lo_headerNavItems  /* secondary navigations items; health conditions, product index, search */
{
	position:absolute;
	top:40px;
	left:20px;
	width: 600px;
	height:29px;
	z-index: 100;
}

.lo_mainMenu  /* page header menu */
{
	position:absolute;
	top:10px;
	left:20px;
	width: 850px;
	height:10px;
}

.lo_main  /* main page area container; excluding header, including footer */
{
	position: absolute;
	top: 137px;
	left:20px;
	width: 818px;
}

.lo_featuredArticles  /* featured article teasers; common right column */
{
	position: absolute;
	top: 5px;
	left: 852px;	
}

.lo_footer  /* common page footer */
{
	position: relative;
	background-image:url(../../Images/Backgrounds/footerLine_1x5.gif);
	background-repeat:repeat-x;
	width: 818px;
	height: 60px;
	margin-bottom:8px;
}
.lo_footerLogos
{
	position: absolute;
	top:10px;
	right:0;
}
.lo_footerNav
{
	float:right;
	margin-top:42px;
}
.lo_footerFontAdjust
{
	float:left;
	margin-top:42px;
}

.lo_content
{
	margin:15px 0 30px 0;
}

/******************  COLOUR SCHEME ******************/

.txtPrimary  /* dark grey  */
{	
	color: #333333;
}
.txtSecondary /* red */
{
	color: #ed1c24;
}
.txtThird  /* light grey  */
{
	color: #707070;
}
.txtFifth  /* white */
{
	color: #FFFFFF;
}
.txtSixth  /* yellow */
{
	color: #ffff99;
}

.bgPrimary  /*  */
{
	background-color: #ed1c24;  /* red */
}
.bgSecondary  /*  */
{
	background-color: #eafaed;  /* light green */
}
.bgThird  /*  */
{
	background-color: #f0f0f0;  /* light grey */
}

/******************  LINKS ******************/

a
{
	color: #009aaf;
	font-weight:normal;
	text-decoration: underline;
}
a:link
{
	color: #009aaf;
	font-weight:normal;
	text-decoration: underline;
}
a:visited
{
	color: #009aaf;
	font-weight:normal;
	text-decoration: underline;
}
a:hover
{
	color: #009aaf;
	font-weight:normal;
	text-decoration: none;
}
a:active
{
	color: #009aaf;
	font-weight:normal;
	text-decoration: underline;
}

.lnkBold  /* bolded default link */
{
	color: #009aaf;
	font-weight:bold;
	text-decoration: underline;
}
.lnkBold:link
{
	color: #009aaf;
	font-weight:bold;
	text-decoration: underline;
}
.lnkBold:visited
{
	color: #009aaf;
	font-weight:bold;
	text-decoration: underline;
}
.lnkBold:hover
{
	color: #009aaf;
	font-weight:bold;
	text-decoration: none;
}
.lnkBold:active
{
	color: #009aaf;
	font-weight:bold;
	text-decoration: underline;
}

.lnkThird  /* txtThird (light grey) bold link */
{
	color: #707070;
	font-weight:normal;
	text-decoration: underline;
}
.lnkThird:link
{
	color: #707070;
	font-weight:normal;
	text-decoration: underline;
}
.lnkThird:visited
{
	color: #707070;
	font-weight:normal;
	text-decoration: underline;
}
.lnkThird:hover
{
	color: #707070;
	font-weight:normal;
	text-decoration: none;
}
.lnkThird:active
{
	color: #707070;
	font-weight:normal;
	text-decoration: underline;
}

.lnkMainMenu:link  /* common top main menu */
{
	color: #FFFFFF;
	font-weight:normal;
	text-decoration: none;
}
.lnkMainMenu:visited
{
	color: #FFFFFF;
	font-weight:normal;
	text-decoration: none;
}
.lnkMainMenu:hover
{
	color: #ffff99;
	font-weight:normal;
	text-decoration: none;
}
.lnkMainMenu:active
{
	color: #FFFFFF;
	font-weight:normal;
	text-decoration: none;
}
.lnkMainMenuSelected, .lnkMainMenuSelected:link, .lnkMainMenuSelected:visited, .lnkMainMenuSelected:active, .lnkMainMenuSelected:hover
{
	color: #ffff99;
	font-weight:normal;
	text-decoration: none;
}

.breadCrumb:link  /* bread crumb nav */
{
	color: #009aaf;
	font-weight:normal;
	text-decoration: underline;
}
.breadCrumb:visited
{
	color: #009aaf;
	font-weight:normal;
	text-decoration: underline;
}
.breadCrumb:hover
{
	color: #009aaf;
	font-weight:normal;
	text-decoration: none;
}
.breadCrumb:active
{
	color: #009aaf;
	font-weight:normal;
	text-decoration: none;
}
.breadCrumbSelectedPage, .breadCrumbSelectedPage:link, .breadCrumbSelectedPage:visited, .breadCrumbSelectedPage:active, .breadCrumbSelectedPage:hover
{
	color: #333132;
	font-weight:bold;
	text-decoration: none;
}

/* selected page in paging menu; ArchivedNews.aspx */
.SelectedPage, .SelectedPage:link, .SelectedPage:visited, .SelectedPage:active, .SelectedPage:hover
{
	color: #ed1c24;
	text-decoration: none;
}

/* selected sub page menu item; News.aspx, ArchivedNews.aspx */
.selectedSubNav, .selectedSubNav:link, .selectedSubNav:visited, .selectedSubNav:active, .selectedSubNav:hover
{
	color: #6c8f73;
	font-weight:bold;
	text-decoration: none;
}

/* selected next / previous nav item; News.aspx, ArchivedNews.aspx */
.disableLink, .disableLink:link, .disableLink:visited, .disableLink:active, .disableLink:hover
{
	color: #000000;
	font-weight:normal;
	text-decoration: none;
}

/******************  TEXT BOXES / DROP LIST ******************/
.tb_search /* global site search */
{
	border-width:0;
	margin:0;
	height: 17px;
	
	font-family: Arial, Helvetica, Sans-Serif;
	width: 110px;
	font-size: 12px;
	padding-left:2px;
}
.tb_entry
{	
	font-family: Arial, Helvetica, Sans-Serif;
	height: 19px;
	width: 200px;
	border: solid 1px #d8d8d8;
	margin:0;
	padding:0;
	font-size: 12px;
}
.tb
{	
	font-family: Arial, Helvetica, Sans-Serif;
	height: 17px;
	width: 200px;
	border: solid 1px #7f9db9;
	margin:0;
	padding:0;
	font-size: 12px;
	padding-top: 2px;
}

.tb_multi
{
	font-family: Arial, Helvetica, Sans-Serif;
	width: 330px;
	border: solid 1px #d8d8d8;
	margin:0;
	padding:0;
	font-size: 12px;
}
.ddl  /* Email Team */
{
	font-family: Arial, Helvetica, Sans-Serif;
	width: 202px;	
	font-size: 12px;
	color: #333132;	
	/*height does not work in IE */
}

/******************  MISC ******************/

.textArea  /*light green text boxed areas */
{
	background-color: #eafaed;
	border: solid 1px #99c9a3;
	color: #6c8f73;
	font-weight:bold;
}
.textArea div
{
	margin:5px;
	color: #6c8f73;
	font-weight:bold;
}

.pgLabel /* blue page titles */
{
	font-family: Arial, Helvetica, Sans-Serif;
	color: #0097ad;
	font-weight: bold;
	font-size: 18px;
}
.subPgLabel  /*green sub page title */
{
	font-family: Arial, Helvetica, Sans-Serif;
	color: #589668;
	font-weight: bold;
	font-size: 14px;
}
.elementLabel /* blue page element titles */
{
	font-family: Arial, Helvetica, Sans-Serif;
	color: #0097ad;
	font-weight: bold;
	font-size: 14px;
}

.fixedText
{
	font-size:14px;
}

.radWindow
{
	z-index: 200;	
}

.contentRight  /*right side content: about us master, contact us, news, archived news */
{
	float: right; 
	width: 590px; 
	margin-bottom:20px;
}

/**************** NATUROPATHIC MASTER **************/

.naturopathsLeft  /*left column */
{
	position: relative;
	float: left; 
	width: 221px; 	
}
.naturopathsContent
{
	float: right; 
	width: 585px; 
	margin-bottom: 20px;
}

.talkToTeam
{
	width: 221px;
	min-height: 53px;
	background-image:url(../../Images/Backgrounds/talkToOurTeam.gif);
	background-repeat:no-repeat;
}
.talkToTeam div
{
	margin: 0 6px; 
	padding: 65px 0 12px 0;
}
	
.emailTeam
{
	width: 221px;
	min-height: 53px;
	margin: 12px 0;
	background-image:url(../../Images/Backgrounds/emailOurTeam.gif);
	background-repeat:no-repeat;
}
.faqs
{
	width: 221px;
	min-height: 53px;
	background-image:url(../../Images/Backgrounds/faqs.gif);
	background-repeat:no-repeat;
}

.lo_headerNavItems .item
{
	margin: 0px;
}

.lo_headerNavItems .vertical .item
{
	margin: 0px;
	background-color: #eafaed;
	padding: 3px 0px 3px 10px;
	border-bottom: solid 1px #b8e6e0;
	border-right: solid 1px #b8e6e0;
	border-left: solid 1px #b8e6e0;
}

.lo_headerNavItems .vertical .first
{
	border-top: solid 1px #b8e6e0;
}

.lo_headerNavItems .vertical .item .link
{
	color: #009aaf;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

.lo_headerNavItems .vertical .item:hover
{
	background-color: #ffffcc;
}

.lo_headerNavItems .vertical .item .link:hover
{
	color: #ed1c24;
}

/*********** ABOUT US MASTER **********/
.aboutUsSubPageLabel
{
	 float: left;
	 width: 300px; 
	 height: 13px; 
	 margin-top: 19px; 
	 margin-left: 12px;
}

/**************** Products.aspx (Search Page) **************/

.ProductSearchContainer
{
	width:100%;
}

.ProductSearchContainer td.Item
{
	padding-left:3px;
}

.ProductSearchMag
{
	position:absolute;
	background-image:url(../../Images/Mag_Glass.png);
	height:55px;
	width:121px;
	z-index:10;
	right:0px;
	top:-14px;
}

.FeatureProduct
{
	margin:4px;	
}

.FeatureProduct .Image
{
	text-align:center;
	margin-bottom:4px;	
}

.ConditionContainer
{
}

.ConditionContainer .Item
{
	float:left;
	margin-bottom:10px;
}

.ConditionContainer .Product
{
	margin-left:10px;
	background-color:#eafaed;
	border:solid 1px #b1d6b9;
}

.ConditionContainer .Product .Dimensions
{
	min-height:	278px;
	width:257px;
}

/*********** Product.aspx ************/
.productLeft
{
	position: relative;
	float: left; 
	width: 215px; 
}

/************* Sitemap.aspx *******************/
.columnFirst
{
	float: left; 
	width: 220px;
}
.column
{
	float: left; 
	width: 220px; 
	margin-left: 50px;
}

/********* Store-Locator.aspx **********/
.locationContent
{
	width:810px; 
}
.location
{
	padding: 10px 40px 15px 8px;
	width: 220px;
}
.ddlColumnArea
{
	float: left; 
	margin-left: 10px;
}
.ddlSelectionLabel
{
	float: left; 
	margin-top: 2px;
}

/********** FAQ.aspx **********************/
.faqLinkArea
{
	float:left; 
	margin-bottom:12px;
}
.faqNumArea
{
	float:left; 
	min-width: 25px;	
}

/***** News.aspx, Archived-News.aspx ***/
.newsContent
{
	float: right;
}

/************ PRINT PAGE **************/

.printContent /*master print page; product & news item*/
{
	width: 620px;
}

@media print
{
	.hideOnPrint
	{
		display: none;
	}
	
	.lo_main 
	{
		position: relative;
		float:none;
		width:600px;		
		margin:0;
		top:0;
	}
	
	.contentRight, .lo_footer, .aboutUsSubPageLabel, .naturopathsLeft, .naturopathsContent, .talkToTeam, .productLeft, .columnFirst, .column, .textArea, .faqLinkArea, .faqNumArea, .ddlSelectionLabel, .newsContent
	{
		position: relative;
		float:none;
		width:600px;
		margin:10px 0;
	}
	
	.locationContent
	{
		width: 620px;
		float:none;	
	}
	.location
	{
		padding: 10px 0 15px 0;
		width:170px;
		float:none;		
	}
	
	.talkToTeam div
	{
		position: relative;
		float:none;
		width:600px;
		margin:10px 0;
		padding: 0;	
	}
}
