@charset "utf-8";
/*
	______ - ________
	http://www.thewebshop.ca
	---------------------------------------------
*/

html,body
{
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			13px;
	margin:				0px 0px 0px 0px;
	background:			#041125;
	text-align:			left;
	color:				white;
}




/* pre resets */
html,div,p,table,form,h1,h2,h3,h4,h5,h6,h7,ul,ol,li,blockquote,input,textarea,iframe,span
{
	margin:			0px;
	padding:		0px;
	line-height:	1.2em;
	font-size:		1em;
}

td
{
	line-height:	1.2em;
	font-size:		1em;
}

a img { border:0px ; }

ul, ol
{
	margin-top:		1.8em;
	margin-left:	3.4em;
	margin-bottom:	1.8em;
}

ul ul
{
	margin-top:		.8em;
	margin-left:	2.4em;
	margin-bottom:	.8em;
}


li
{
	line-height:1.5em;
	padding-bottom:.3em
}


p
{
	margin-top:		.2em;
	margin-bottom:	1.3em;
	line-height:	1.6em;
}

blockquote
{
	margin-top:		.5em;
	margin-bottom:	1.3em;
	line-height:	1.6em;
	background:url(../img/quote.jpg) no-repeat;
	padding-left:2.5em;
	margin-left:.5em
	
}

.small-text
{
	width: 90% !important;
}

h1,
.cms-article span.cms-heading
{
	margin-top:.1em;
	margin-bottom:1em;
	color:white;
	font:26px Arial, "Century Gothic", "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
}

.top-featured-editorial, .featured-editorial
{
	border-bottom: 1px solid #33445D;
	margin-top: 20px;
	padding-bottom: 10px;
}

h2
{
	margin-top:.9em;
	margin-bottom:25px;
	color:#white;
	font:20px Arial, "Century Gothic", "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

h3
{
	margin-top:.9em;
	margin-bottom:.7em;
	color:white;
	font-weight: bold
	font:17px "Century Gothic", "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	/*text-transform:uppercase*/
}


a:link,a:visited,a:active,a:hover
{
	color:#f7e8b2;
	text-decoration:underline;
}
a:hover
{
	text-decoration:underline;
	color:#DC9C47;
}


input
{
	padding:.23em;
}

hr
{
	height:1px !important;
	overflow:hidden;
	color:white;
	background-color:white;
	border:0px;
	border-bottom:1px dashed #dbdbdb;
	clear:both;
	display:block;
	margin-top:1.3em;
	margin-bottom:1.3em;
}


/* 
*	LAYOUT 
*/


#cms
{
	background: url('../img/cms-bg.gif') repeat-x;
}

#bottom-cms
{
	background: url('../img/bottom-cms-bg.gif') repeat-x;
}

/*
#cms-container, 
#bottom-cms-container
{
	width: 1280px;
	margin-left: auto;
	margin-right: auto;
}

#cms-container
{
	background: url('../img/body-bg.jpg') no-repeat;
	padding-top: 21px;
}
*/


#cms-container, 
#bottom-cms-container
{

	margin-left: auto;
	margin-right: auto;
}

#cms-container
{
	background: url('../img/body-bg.jpg') no-repeat;
	background-position:top center;
	padding-top: 21px;
}

#bottom-cms-container
{
	margin-top: -1px;
}






#main, #bottom-main
{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}

#bottom-main
{
	background: url('../img/body-main-bg.jpg') no-repeat;
	min-height: 400px;
}

#header
{
	background: url('../img/header-bg.png') no-repeat;
	width: 980px;
	height: 311px;
	
}

#download-brochures
{
	float:right;
	position: relative;
	top: 25px;
}

/* under, not in, header */
#menu-container
{

}

#body
{
	padding-top: 25px;
	padding-bottom: 25px;
}

#right-side
{
	width: 269px;
	float: right;
	padding-top: 5px;
}

#left-side
{
	width: 660px;
	float: left;
	padding-left: 25px;
	padding-right: 25px;
}

#footer
{
	padding-top: 20px;
	padding-bottom: 40px;
}

#footer-links
{
	float: left;
	width: 500px;
}

#footer-links a
{
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none !important;
	font-weight: bold;
}

#copyright
{
	font-weight: normal !important;
	font-size: 12px;
	color:white;
	margin-left: 10px;
	margin-top: 40px;
}

#home-left
{
	width: 304px;
	float:left;
}

#home-vert-splitter
{
	width: 2px;
	background: url('../img/home-vert-splitter.gif') repeat-y;
	height: 275px;
	margin-left: 32px;
	margin-right: 32px;
	float: left;
}

#home-horiz-splitter
{
	width: 299px;
	height: 2px;
	margin-top: 32px;
	margin-bottom: 32px;
	background: url('../img/home-horiz-splitter.gif') repeat-y;
}

#home-right #home-horiz-splitter
{
	width: 240px !important;
}

#fp-news h2
{
	margin-bottom: 10px;
}

#home-right
{
	width: 240px;
	float:left;
}

#canadaswebshop
{
	float:right;
	font-size:10px;
	color:#5a5b32;
}

#canadaswebshop a:link,
#canadaswebshop a:active,
#canadaswebshop a:visited,
#canadaswebshop a:hover
{
	font-size:10px;
	color:#5a5b32;
	text-decoration:underline
}

#canadaswebshop a:hover
{
	color:white;
}



/*	MENU's
	*----------->*/
/* 	================================================================================ */		
		
		div#menu-panel
		{
			z-index:10000;		
			text-align:left;
			height:42px;
			margin-left: auto;
			margin-right: auto;
			width: 920px;
			margin-top: 20px;
		}
			
		div#menu-panel div 
		{
			float:left !important;
			font-size:17px;
			color:#FFFFFF;
		}
		
		div#menu-panel  span 
		{
			display: none;
		}
		
		div#menu-panel div a,
		div#menu-panel div a.hover,
		div#menu-panel div a.hover-hot,
		div#menu-panel div a.current-page
		{
			float:left;
			padding:4px 31px 5px 31px;
			margin-top: 4px;
			margin-bottom: 9px;
			
			color:#e9d9a3;
			font:17px Arial, Helvetica, sans-serif;
			text-decoration: none;
			font-weight:bold;

			vertical-align:middle;
			z-index:1000000;
			white-space:nowrap
			border-left: 1px solid #112139;
			border-right: 1px solid #263751;
		}
		
		div#menu-panel div a.current-page,
		div#menu-panel div a.hover,
		div#menu-panel div a.hover-hot
		{
			font-weight:bold;
			background: url('../img/button-bg.gif') repeat-x;
			padding:8px 31px 14px 31px;
			margin-top: 0px;
			margin-bottom: 0px;
			color: white;
		}
		
		
		div#menu-panel div #a
		{
			padding:0px !important;
			margin:0px !important;
		}
		
		.menufixmargin
		{
			margin-top:1px !important;
			margin-left:-1px !important;
		}
		
		.menu-splitter
		{
			width:0px;
			overflow:hidden;
			height:26px;
			background:white;
			float:left;
			/*border-left: 1px solid #112139;
			border-right: 1px solid #263751;
			margin-top: 7px;*/
		}
		


/* helpers ============================>>>=====================>>>================ */
	
	.padded
	{
		padding:8px;
		font-family:inherit;
		color:inherit;
		font-size:inherit;

	}
	
	
	.float-right
	{
		float:right;
	}
	
	.float
	{
		float:left
	}

	
	.smaller
	{
		font-size:11px;
	}
	
	
	.lighter
	{
		color:#9a9a9a
	}

	.site-map-page
	{
		margin-bottom:1em;
	}
	
	.indent{
		padding-left:0px !important;
		padding-bottom:3px !important;
		padding-right:0px !important;
		padding-top:3px !important;
		margin:0px 0px 0px 0px !important;
	}
	.child-indent{
		padding-left:15px !important;
		padding-bottom:5px !important;
		padding-right:0px !important;
		padding-top:5px !important;
		margin:0px 0px 0px 0px !important;
	}
	.child-indent .child-indent{
		padding-bottom:3px !important;
		padding-top:3px !important;
	}
	
	.solid{margin:0px 0px 0px 0px !important;background-color:#e8e8e8;color:#FFFFFF;font-weight:bold;font-size:13px;padding:.5em}
	.solid div{padding:4px;}



	
	#toc
	{
		width:656px;
		overflow:hidden;
		padding:15px 5px 0px 5px;
	}
		
		#toc a:link,
		#toc a:active
		{
			color:#242424;
			font:12px Arial;
			text-decoration:underline
		}
		
		#toc a:visited
		{
			color:#5c5c5c;
			font:12px Arial;
			text-decoration:underline
		}
		
		#toc a:hover
		{
			color:#4e1c29;
		
		}

		h4.related-toc
		{
			font-weight:normal;
			color:#5c5c5c;
			font:17px Arial;
		}
	
		.dm-panel
		{
			border-top:1px dashed #d4d4d4;
		}
	
			.dm-panel .child-indent
			{
				padding:2px 0px 2px 15px;
			}


	
	/*	==========================================================================================
	*	CMS Editorials 3
	*/	
	
	
	
	.cms-article
	{
		font:12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
		padding:10px;
		text-align:left;
		border-bottom:1px dashed #999999;
		line-height:1.4em
	}
	
	.cms-article span.cms-heading
	{
		font-size:1.4em;
		text-decoration:none;
		margin-bottom: 1.2em;
	}
	
	.cms-article a.cms-heading
	{
		font-size:1.4em;
		text-decoration:none;
		margin-bottom: 1.2em;
	}
	
	.cms-article .cms-sub-heading
	{
		font-size:1.2em;
		font-weight:bold;
		margin-bottom: 1.3em;
	}
	
	.cms-article .cms-date
	{
		font: 0.8em Verdana, Arial, Helvetica, sans-serif;
		line-height: 1.2em;
	}
	
	.cms-last-article
	{
		border-bottom:0px;
	}

	a.cms-perma-link:link,
	a.cms-perma-link:visited,
	a.cms-perma-link:active,
	a.cms-perma-link:hover
	{
		font: 0.8em Verdana, Arial, Helvetica, sans-serif;
		line-height: 1.8em;
		border-left:1px solid #CCCCCC;
		margin-left:3px;
		padding-left:3px;
		color:#999999;
		text-decoration:underline;
	}a.cms-perma-link:hover
	{
		color:#666666;
	}
	
	img.cms-article-image-thumb
	{
		margin-left:10px !important;
		margin-bottom:10px !important;
		
	}
	
	img.cms-article-image
	{
		margin-left:10px !important;
		padding-right:10px !important;
		margin-bottom:10px !important;
		
	}
	
	
	

/*
*	Documents, and CMS:Search-Document type
*/

		.results-pane
		{
			border-left:1px solid #CCCCCC
		}
		
		.results
		{
			margin:0px;
			font-size:1.3em;
			font-weight:bold;
			margin-top:.2em;
			border-bottom:1px solid #EEEEEE;
			padding-bottom:4px;
		}
		
		.document
		{
			margin-top:.6em;
			margin-bottom:.4em;
		}
		
		.document .desc
		{
			font-size:.9em !important;
			padding-bottom:1px;
			border-bottom:1px dashed #E5E5E5
		}
		
		.document .small
		{
			font-size:.8em
		}
		
		.filename
		{
			font-weight:bold;
			margin-bottom:.2em;
			display:block
		}
		

/* 
*	Sitemap
*/
	.site-map-page
	{
		margin-bottom:1em;
	}
	
	.site-map-page .solid
	{
		background-color:#F3F9FE;
		border-top:1px solid #a0c9e9;
		padding:4px;
		padding-top:6px;
	}
	
	.site-map-page .solid a
	{
		color:#003366 !important
	}
	
	.site-map-page	.child-indent{
		background:url(../img/sitemap.gif) no-repeat scroll 0 10px;
	}
	
	
	.site-map-page .child-indent a:link,
	.site-map-page .child-indent a:visited,
	.site-map-page .child-indent a:hover,
	.site-map-page .child-indent a:active
	{
		color:#0064AF;
		text-decoration:underline;
	}
	.site-map-page .child-indent a:hover
	{
		color:#4B94CB;
	}
	
	.site-map-page .child-indent strong
	{
		border-bottom:2px outset #666666
	}

	.child-indent .child-indent{
		padding-bottom:3px !important;
		padding-top:3px !important;
	}
	
	.solid{margin:0px 0px 0px 0px !important;background-color:#e8e8e8;color:#FFFFFF;font-weight:bold;font-size:13px;}
	.solid div{padding:4px;}
	.solid a{text-decoration:none}
	
	
