@charset "utf-8";
/*
	______ - ________
	http://www.thewebshop.ca
	---------------------------------------------
*/

html,body
{
	font-family:		"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:			13px;
	margin:				0px 0px 0px 0px;
	background:			#D7D7D7;
	text-align:			left;
	color:				#333333;
}


/* 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:		0em;
	margin-left:	1.2em;
	margin-bottom:	0em;
}

ul ul
{
	margin-top:		0em;
	margin-left:	2.4em;
	margin-bottom:	.2em;
}


li
{
	line-height:1.3em;
	padding-bottom:0em
}


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
	
}


h1,
.cms-article span.cms-heading
{
	/*margin-top:.9em;*/
	margin-bottom:.3em;
	color:#2154ac;
	font:21px Arial, "Century Gothic", "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
}

a.heading
{
	color:#2154ac !important;
	text-decoration: none  !important;
}

a.heading:hover
{
	text-decoration: underline !important;
}

h2
{
	/*margin-top:.9em;*/
	margin-bottom:.7em;
	color:#2154ac;
	font:21px Arial, "Century Gothic", "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
}

h3
{
	margin-top:.2em;
	margin-bottom:.7em;
	color:#2154ac;
	font:17px "Century Gothic", "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	/*text-transform:uppercase*/
}


a:link,a:visited,a:active,a:hover
{
	color:#3333CC;
	/*
	color:#64678e;
	*/
	text-decoration:underline;
}
a:hover
{
	text-decoration:underline;
	color:#2b2d48;
}

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
{

}

#cms-container
{

}

#main
{

}

#header
{
	background: url('../img/header-bg.jpg') no-repeat;
	width: 948px;
	height: 176px;
}

#menu-container
{
	padding-top: 75px;
}

/* under, not in, header */
#menu-container
{

}

#body
{
	min-height: 100px;
	width: 948px;
}


#footer
{
	background: url('../img/footer-bg.jpg') no-repeat;
	width: 948px;
	height: 32px;
}

td.content
{
	background: url('../img/content-corner.gif') no-repeat white;	
	padding: 10px 15px 15px 15px;
	vertical-align: top;
}

.default-content
{
	width: 876px;
	
}

#breadcrumbs
{
	position: relative;
	margin-bottom: -15px;
	margin-left: 22px;
	margin-top:5px;
	font-weight: bold;
	font-size: 12px;
}

.breadcrumb-upper
{
	text-transform: uppercase;
}

#breadcrumbs a
{
	text-decoration: none;
	color: #0d0b09;
}

#breadcrumbs a:hover
{
	text-decoration: underline;
	color: #2B2D48;
}

#canadaswebshop
{
	float:left;
	font-size:10px;
	color:#999999;
}

#toc
{
	display: none !important;
}

#canadaswebshop a:link,
#canadaswebshop a:active,
#canadaswebshop a:visited,
#canadaswebshop a:hover
{
	font-size:10px;
	color:#999999;
	text-decoration:underline
}

#canadaswebshop a:hover
{
	color:black;
}



/*	MENU's
	*----------->*/
/* 	================================================================================ */		
		
		div#menu-panel
		{
			z-index:10000;		
			text-align:left;
			height:38px;
			
		}
			
		div#menu-panel div 
		{
			float:left !important;
			font-size:17px;
			color:#fff684;
		}
		
		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:2px 17px 8px 17px;
			text-transform: uppercase;
			color:#fff684;
			font:13px Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none;
			font-weight:bold;

			vertical-align:middle;
			z-index:1000000;
			white-space:nowrap
		}
		
		div#menu-panel div a.current-page
		{
			
			color: #D6D6D6;
		}
		
		div#menu-panel div a.hover
		{

			color: #D6D6D6;
		}
		
		div#menu-panel div a.hover-hot
		{
			
			color: #D6D6D6;
		}
		
		div#menu-panel div #a
		{
			padding:0px !important;
			margin:0px !important;
		}
		
		.menufixmargin
		{
			margin-top:1px !important;
			margin-left:-1px !important;
		}
		
		.menu-splitter
		{
			width:6px;
			overflow:hidden;
			height:24px;
			background:url('../img/parent-menu-right.gif') no-repeat;
			float:left;
		}
		


/* 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}
	
	
