@charset "utf-8";
/*
	The Quarks Group - 05/03/2008 16:47:09
	@author: alex.smoljanovic at thewebshop dot ca
	http://www.thewebshop.ca
	---------------------------------------------
*/
html,body
{
	font-family:	Arial, Verdana,  Helvetica, sans-serif;
	font-size:		11px;
	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.5em;
	font-size:		1em;
}

td
{
	line-height:	1.5em;
	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.5em;
}

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


img.left
{

	float:left;
	padding-right:9px;
	padding-left:9px;
	padding-bottom:9px;
}
 img.right
{

	float:right;
	padding-left:9px;
	padding-right:9px;
	padding-bottom:9px;
}



h1
{
	margin-top:.3em;
	margin-bottom:.27em;
	color:black;
	font-family: Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:normal;
	/*text-transform:uppercase*/
}

h1.lined
{
	padding-bottom:7px;
	border-bottom:1px solid #dedede;
}



h2
{
	margin-top:.9em;
	margin-bottom:.7em;
	color:black;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	/*text-transform:uppercase*/
}

h3
{
	margin-top:.9em;
	margin-bottom:.7em;
	color:black;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	/*text-transform:uppercase*/
}


a:link,a:visited,a:active,a:hover
{
	color:#6a3434;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}


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
{
	width:948px;
	overflow:hidden;
	margin:0px auto 0px auto;
}

.cms-container
{
	float:left;
}

#main
{
	width:948px;
	overflow:hidden;
}

#header
{
	overflow:hidden;
	width:948px;
	height:106px;
	text-align:right;
	background: url(../img/header-bg.jpg) repeat-x;
}

	#logo
	{
		float:left;
	}
	
	.icon
	{
		padding-left:25px;
	}


/* under, not in, header */
#menu-container
{
	background:url(../img/menu-bg.jpg) repeat-x;
	width:948px;
	height:43px;
	overflow:hidden;
	margin-bottom:3px;
}

#body
{

}

#content-left
{
	width:623px;
	float:left;
	margin-right:51px;
	overflow:hidden;

}

/*#content-left *
{
	line-height:1.4em
}*/


#content-right
{
	float:left;
	padding:13px 19px 30px 19px;
	width:235px;
	overflow:hidden;
	background:#818181;
	color:white;
	
	font:12px Arial;
	line-height:1.4em;
}


	#content-right *
	{
		font:12px Arial;
		line-height:1.4em;
	}

	#content-right a:link,
	#content-right a:visited,
	#content-right a:hover,
	#content-right a:active
	{

		color:white;
		text-decoration:none;
	}
	
	#content-right a:hover
	{
		color:#e5ec9e;
	}
	
	#content-right a.big-link:link,
	#content-right a.big-link:visited,
	#content-right a.big-link:hover,
	#content-right a.big-link:active
	{
		display:block;
		line-height:1.2em;
		padding-bottom:3px;
		font-size:14px;
		font-weight:bold;
		text-decoration:underline !important;
	}
	






/*
*	Front Page
*/

#front-page-left
{
	height:362px;
	width:512px;
	overflow:hidden;
	margin-right:1px;
	float:left;
	margin-bottom:5px;
}

#front-page-right
{
	height:316px;
	width:389px;
	overflow:hidden;
	float:left;
	
	padding:23px;
	background:#609f46;
	color:white;
	margin-bottom:5px;
	font:12px Arial;
	
	line-height:1.4em;
}

#front-page-right *
{
	font:12px Arial;
	line-height:1.4em;
}

	#front-page-right a:link,
	#front-page-right a:visited,
	#front-page-right a:hover,
	#front-page-right a:active
	{

		color:white;
		text-decoration:none;
	}
	
	#front-page-right a:hover
	{
		color:#e5ec9e;
	}
	
	#front-page-right a.big-link:link,
	#front-page-right a.big-link:visited,
	#front-page-right a.big-link:hover,
	#front-page-right a.big-link:active
	{
		display:block;
		line-height:1.2em;
		padding-bottom:3px;
		font-size:14px;
		font-weight:bold;
		text-decoration:underline !important;
	}
	
	#front-page-right h2
	{
		font-size:24px;
		color:white;
		font-family: "Trebuchet MS", Geneva, Arial;
		margin-top:0px;
		margin-bottom:1px;
	}


	.fp-panel
	{
		float:left;
		overflow:hidden;
		width:290px;
		background:url(../img/fp-h3-bg.gif) no-repeat;
		padding:11px;
		padding-top:8px;
		
		font:12px "Trebuchet MS", Geneva, Arial;
		font-weight:normal;
		
		line-height:1.3em;
	}
		.fp-panel *
		{
			line-height:1.35em;
		}
		
		.fp-panel a:link,
		.fp-panel a:visited,
		.fp-panel a:active,
		.fp-panel a:hover
		{
			color:#6a3434;
			text-decoration:none;
		}
		
		.fp-panel a:hover
		{
			text-decoration:underline;
		}
	
		.fp-panel .span-header
		{
			margin-top:0px;
			display:block;
			font:23px "Trebuchet MS", Geneva;
			color:white;
			margin-bottom:14px;
		}
	
	.fp-panel-left
	{
		padding:0px;
		padding-top:0px;
		width:312px;
		font-weight:bold;
		overflow: hidden;
	}
	
		.fp-panel-left .span-header
		{
			padding:11px;
			padding-top:8px;
			margin-bottom:0px;
		}
		
		.fp-panel-left .read-more
		{
			display:block;
			margin-top:7px;
			margin-left:11px;
		}
	
	.fp-panel-left,
	.fp-panel-middle
	{
		margin-right:6px;
		overflow: hidden;
	}
	
	.fp-panel-right
	{
		width:266px;
		padding-right:35px;
		overflow: hidden;
	}
	
		.fp-panel-right .span-header
		{
			margin-bottom:17px;
		}


	.featured-editorial
	{
		padding:11px;
		padding-top:0px;
		/*border-bottom:1px solid #d3d3d3;*/
		margin-top:10px;
		padding-bottom:15px;
		
		
	}
	
	.featured-editorial-first
	{
		padding-bottom:9px;
	}
	
	.featured-editorial-first a
	{
		font-size:14px;
		
	}


#footer
{
	background:#9ec75d;
	color:white;
	font-family:Arial;
	font-size:12px;
	margin-top:22px;
	float:left;
}

#footer	.page-link
{
	display:block;
	float:left;
	margin-right:34px;
	margin-bottom:15px;
	font-weight:bold;
}




/*
*	Splitting footer to show a Thawte icon on the right side...
*/
#footer .footer-left
{
	padding:21px;
	padding-top:26px;
	float:left;
	width:816px;
	overflow:hidden;
}

#footer .footer-right
{
	float:left;
	height:85px;
	width:89px;
	overflow:hidden;
	padding:9px 0px 0px 0px;
}




#footer *
{
	color:white;
}



#intranet
{
	float:left;
	width:480px;
	text-align:left
}

#intranet #footer-sig
{
	padding:4px 0px 0px 0px;
	float:left;
}

#intranet a:link,
#intranet a:visited,
#intranet a:hover,
#intranet a:active
{
	font:11px "Trebuchet MS", Geneva;
	float:right;
	color:#7e7e7e !important;
	text-decoration:underline;
	margin-top:5px;
	margin-bottom:20px;
}

#thewebshop a:link,
#thewebshop a:visited,
#thewebshop a:hover,
#thewebshop a:active
{
	font:11px "Trebuchet MS", Geneva;
	color:#7e7e7e !important;
	text-decoration:underline;
}

#thewebshop
{
	font:11px "Trebuchet MS", Geneva;
	float:right;
	margin-top:5px;
	margin-bottom:20px;
	text-align:right;
}

#intranet a:hover,
#thewebshop a:hover
{
	color:black !important
}


/*	MENU's
	*----------->*/
/* 	================================================================================ */		
		
		div#menu-panel
		{
			z-index:10000;		
			text-align:left;
			height:48px;
			width:936px;
			margin-left:13px;
		}
			
		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
		{
			
			color:black;
			font-family: Arial, Helvetica, sans-serif;
			font-size:14px !important;
			padding-right:22px;
			padding-top:8px;
			padding-left:22px;
			text-decoration: none;
			font-weight:bold;
			float:left;
			vertical-align:middle;
			z-index:1000000;
			margin-bottom:0px;
			overflow:hidden;
			white-space:nowrap;
			height:35px;
		}
		
		div#menu-panel div a.current-page
		{
			height:27px;
			border-bottom: solid 9px #faf400;
		}
		
		div#menu-panel div a.hover
		{
			background:url(../img/menu-hover.jpg) repeat-x;
		}
		
		div#menu-panel div a.hover-hot
		{
			height:27px;
			border-bottom: solid 9px #faf400;
			background:url(../img/menu-hover.jpg) repeat-x;
		}
		
		div#menu-panel div #a
		{
			padding:0px !important;
			margin:0px !important;
		}
		
		.menufixmargin
		{
			margin-top:1px !important;
			margin-left:-1px !important;
		}
		
		.menu-splitter
		{
			width:2px;
			overflow:hidden;
			height:48px;
			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;}


	
	/*	==========================================================================================
	*	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}
	
	
