@charset "utf-8";
/*
	______ - ________
	http://www.thewebshop.ca
	---------------------------------------------
*/

html,body
{
	font-family:		Arial, "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size:			12px;
	margin:				0px 0px 0px 0px;
	background:			white;
	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; outline:none; }
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
	
}


h1,
.cms-article span.cms-heading
{
	margin-top:.1em;
	margin-bottom:.6em;
	color:#1A8492;
	font:18px Arial, "Century Gothic", "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-transform:uppercase;
}
h2
{
	margin-top:.9em;
	margin-bottom:.7em;
	color:#333333;
	font:21px Arial, "Century Gothic", "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
}
h3
{
	margin-top:.9em;
	margin-bottom:.7em;
	color:#a57d16;
	font:17px "Century Gothic", "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	/*text-transform:uppercase*/
}
a:link,a:visited,a:active,a:hover
{
	color:#1A8492;
	text-decoration:none;
}
a:hover
{
	text-decoration:none;
	color:#000;
}
a { outline:none !important; }
input
{
	padding:.23em;
}
hr
{
	height:1px !important;
	overflow:hidden;
	color:white;
	background-color:white;
	border:0px;
	border-bottom:1px dotted #dbdbdb;
	clear:both;
	display:block;
	margin-top:1.3em;
	margin-bottom:1.3em;
}

/* 
*	LAYOUT 
*/

#cms
{
	margin:0 auto;
	width:800px;
}
#cms-container
{

}

#main
{

}

#widecontent
{

}

#header
{
	background:url(../images/site/bg-header.jpg) no-repeat;
	width:800px;
	height:216px;
}
	#header-brown
	{
		background:url(../images/site/bg-header-brown.jpg) no-repeat;
		width:800px;
		height:216px;
	}
	#header-violet
	{
		background:url(../images/site/bg-header-violet.jpg) no-repeat;
		width:800px;
		height:216px;
	}
	#header-green
	{
		background:url(../images/site/bg-header-green.jpg) no-repeat;
		width:800px;
		height:216px;
	}
	#header-blue-violet
	{
		background:url(../images/site/bg-header-blue-violet.jpg) no-repeat;
		width:800px;
		height:216px;
	}
	

/* under, not in, header */
#menu-container
{
	position:absolute;
	top:190px;
	padding-bottom:5px;
}
#body
{
	padding:15px 30px;
}
	#left-column
	{
		float:left;
		width:400px;
		line-height:1.6em;
		font-family:Arial, "Trebuchet MS", Verdana, Helvetica, sans-serif !important;
		font-size:12px;		
	}
		#left-column hr
		{
			border-top:solid 1px #333;
			border-bottom:none;
		}
	#right-column
	{
		float:left;
		width:250px;
		margin:0 0 0 90px;
		font-family:Arial, "Trebuchet MS", Verdana, Helvetica, sans-serif !important;
		font-size:12px;
	}
#footer
{
	background:url(../images/site/bg-footer.gif);
	width:800px;
	height:134px;
}

#canadaswebshop
{
	float:right;
	font-size:10px;
	color:#999;
	margin-bottom:30px;
}
#canadaswebshop a:link,
#canadaswebshop a:active,
#canadaswebshop a:visited,
#canadaswebshop a:hover
{
	font-size:10px;
	color:#999;
	text-decoration:none;
}
#canadaswebshop a:hover
{
	color:black;
}

/*	MENU's
	*----------->*/
/* 	================================================================================ */		
		
		div#menu-panel
		{
			z-index:10000;		
			text-align:left;
			height:38px;
			padding-left:150px;
		}
			
		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:0px 12px;			
			color:#333;
			font:12px "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
			text-decoration: none;
			font-weight:bold;
			text-transform:uppercase;
			vertical-align:middle;
			z-index:1000000;
			white-space:nowrap
		}
		
		div#menu-panel div a.current-page
		{
			font-weight:bold;
			color:#96cfdf;
		}
		div#menu-panel div a.hover
		{
			text-decoration:none;
			color:#1A8492;
		}
		div#menu-panel div a.hover-hot
		{
			font-weight:bold;
		}
		div#menu-panel div #a
		{
			padding:0px !important;
			margin:0px !important;
		}
		.menufixmargin
		{
			margin-top:1px !important;
			margin-left:-1px !important;
		}
		.menu-splitter
		{
			width:1px;
			overflow:hidden;
			margin-top:1px;
			height:14px;
			background:#666;
			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:400px;
		overflow:hidden;
		padding:15px 5px 0px 5px;
	}
		
		#toc a:link,
		#toc a:active
		{
			color:#242424;
			font:12px Arial;
			text-decoration:none;
		}
		
		#toc a:visited
		{
			color:#5c5c5c;
			font:12px Arial;
			text-decoration:none;
		}
		
		#toc a:hover
		{
			color:#4e1c29;
		
		}

		h4.related-toc
		{
			font-weight:normal;
			color:#5c5c5c;
			font:17px Arial;
		}
	
		.dm-panel
		{
			border-top:1px dotted #d4d4d4;
		}
	
			.dm-panel .child-indent
			{
				padding:2px 0px 2px 15px;
			}


	
	/*	==========================================================================================
	*	CMS Editorials 3
	*/	
	
	
	
	.cms-article
	{
		font:12px Arial, "Trebuchet MS", Verdana, Helvetica, sans-serif;
		padding:10px;
		text-align:left;
		border-bottom:1px dotted #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:none;
	}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;
		
	}
	
	#cmt-sbmit .text
	{
		width:200px !important;
	}
	
	#cmt-sbmit .textarea 
	{
		width:330px !important;
		height:150px !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 dotted #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:none;
	}
	.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}
	
	
