@charset "utf-8";
/*
	Epic Dealers - 04/04/2008 10:12:41 AM
	@author: alex.smoljanovic at thewebshop dot ca
	http://www.thewebshop.ca
	---------------------------------------------
*/
html,body
{
	font-family:		Arial, "Trebuchet MS", Verdana,  Helvetica, sans-serif;
	font-size:			13px;
	margin:				0px 0px 0px 0px;
	background:			white;
	text-align:			left;
	color:				#343434;
}



/* 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.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:.1em;
	margin-bottom:1.3em;
	color:#454545;
	font-family: Arial, Helvetica, sans-serif;
	font-size:25px;
	font-weight:normal;
	/*text-transform:uppercase*/
}


h2
{
	margin-top:1.3em;
	margin-bottom:.6em;
	color:#676767;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	/*text-transform:uppercase*/
}

h3
{
	margin-top:1.3em;
	margin-bottom:.6em;
	color:#4a4a4a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:normal;
	text-decoration:underline;
	/*text-transform:uppercase*/
}

h4
{
	margin-top:1.3em;
	margin-bottom:.6em;
	color:#454545;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:underline;
	/*text-transform:uppercase*/
}


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


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:923px;
	overflow:hidden;
	margin:0px auto 0px auto;
	padding-bottom:30px;
}

#cms-container
{
	width:923px;
	overflow:hidden;
	
}

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


#header
{
	width:923px;
	height:102px;
	overflow:hidden;
}


	#logo
	{
		float:left;
		width:250px;
		height:102px;
		margin:0px 7px 0px 0px;
		overflow:hidden;
	}
	
	#menu-container
	{
		float:left;
		width:666px;
		height:102px;
		overflow:hidden;
	}

#body
{
	margin:14px 0px 0px 0px;
	width:923px;
	overflow:hidden;
}

	#col-1
	{
		float:left;
		width:665px;
		overflow:hidden;
		margin:0px 9px 0px 0px;
	}
	
	#not-index #col-1
	{
		width:650px;
		padding:15px 15px 30px 0px;
		
	}
	
		#front-page-ad,
		#front-page-ad-content
		{
			width:665px;
			height:227px;
			overflow:hidden;
			
			background:black url(../img/front-page-ad.jpg) no-repeat;			
		}
		
		#front-page-ad-content
		{
			float:left;
			width:294px;
			overflow:hidden;
		}
		
		#front-page-ad .content,
		#front-page-ad-content .content /* editor */
		{
			float:left;
			padding:29px 24px 0px 24px;
			width:245px;
			overflow:hidden;
			
			font:12px Trebuchet Ms;
			font-weight:bold;
			color:white;
		}
		
		#front-page-ad .about-button,
		#front-page-ad .about-button:link,
		#front-page-ad .about-button:visited,
		#front-page-ad .about-button:active,
		#front-page-ad .about-button:hover
		{
			float:left;
			margin:103px 0px 0px 60px;
			padding:8px 65px 15px 65px;
			font:15px Trebuchet MS;
			font-weight:Bold;
			color:white;
			text-decoration:none;
		}
		
		#front-page-ad .about-button:hover
		{
			text-decoration:underline;
		}
		
		.front-page-content-box
		{
			margin:12px 0px 0px 0px;
			width:665px;
			overflow:hidden;
			background:url(../img/content-box-top.gif) no-repeat;
		}
		
			.front-page-content-box .content-box
			{
				background:white url(../img/content-box-bg.jpg) repeat-y;
				border-left:1px dotted #949494;
				border-right:1px dotted #949494;
				border-bottom:1px dotted #949494;
				margin:7px 0px 0px 1px;
				padding:21px;
				width:620px;
				overflow:hidden;
			}
			
				.front-page-content-box .content-box .image-box
				{
					float:left;
					width:178px;
					overflow:hidden;
					border:1px solid #a8a8a8;
					margin:0px 26px 0px 0px;
				}
				
				.front-page-content-box .content-box .text-box
				{
					float:left;
					width:413px;
					overflow:hidden;
					
					font:14px Trebuchet MS;
					color:black;
				}
				
				.front-page-content-box .content-box .text-box h2
				{
					font:18px Trebuchet MS;
					font-weight:normal;
					color:black;
					margin-top:0px;
					margin-bottom:20px
				}
				
				.front-page-content-box .content-box .text-box p
				{
					font:14px Trebuchet MS;
					color:black;
				}
				
	
	#col-2
	{
		float:left;
		width:249px;
		overflow:hidden;
	}

	
		#easy-buttons
		{
			background:#898989 url(../img/col-2-bg.jpg) no-repeat;
			width:216px;
			overflow:hidden;
			padding:15px 18px 15px 15px;
			
			color:white;
		}
			
			#easy-buttons h4
			{
				font:18px Trebuchet MS;
				color:white;
				font-weight:normal;
				margin-top:18px;
			}
			
			#easy-buttons p
			{
				font:14px Trebuchet MS;
				color:white;
			}
			
		#col-2-bottom
		{
			width:249px;
			overflow:hidden;
			margin:9px 0px 0px 0px;
			
		}

#footer
{
	margin:13px 0px 0px 0px;
	padding-bottom:10px;
	width:923px;
	overflow:hidden;
	background:white url(../img/footer-bg.gif) repeat-x;
}


	
	#footer-links
	{
		width:923px;
		height:41px;
		overflow:hidden;
	}
	
	.footer-links
	{
		/*background:#f2f2f2 url(../img/footer-bg.gif) repeat-x;*/
		padding:13px 0px 0px 0px;
		float:right;	
		height:41px;
		overflow:hidden;
	}

	#footer-links a:link,
	#footer-links a:visited,
	#footer-links a:active,
	#footer-links a:hover
	{
		float:left;
		margin-right:52px;
		color:#454545;
		font:14px Trebuchet MS;
		text-decoration:none;
	}
	
	#footer-links a:hover
	{
		text-decoration:underline;
	}
	
	#footer-copyright
	{
		float:left;
		width:663px;
		overflow:hidden;
		
		margin-top:8px;
		font:12px Trebuchet MS;
		color:#454545;
	}
	
		#footer-copyright a:link,
		#footer-copyright a:visited,
		#footer-copyright a:active,
		#footer-copyright a:hover
		{
			padding-left:20px;
		}
	
	

	#thewebshop:link,
	#thewebshop:visited,
	#thewebshop:hover,
	#thewebshop:active
	{
		float:right;
		margin-top:8px;
		
		font:10px Verdana;
		color:#aaaaaa;
	}
	
	#thewebshop:hover
	{
		color:black;
	}



/*	MENU's
	*----------->*/
/* 	================================================================================ */		
		
		div#menu-panel
		{
			z-index:10000;		
			text-align:left;
			height:102px;
			width:928px; /* same as layout for safety, incase the menu is moved in the future... */
			overflow:hidden;
		}
			
		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;
			height:19px;		
			
			padding:46px 26px 37px 27px ;
			margin-bottom:0px;
					
			background-image:url(../img/mnu-nat.gif);
			
			color:white;
			font:14px Trebuchet MS, Verdana, Arial;
			text-decoration: none;
			font-weight:bold;
			
			vertical-align:middle;
			z-index:1000000;
			white-space:nowrap
			
		}
		
		div#menu-panel div a.current-page
		{
			background-image:url(../img/mnu-active.gif);
		}
		div#menu-panel div a.hover
		{
			background-image:url(../img/mnu-nat-over.gif);
			color:white;
		}
		
		div#menu-panel div a.hover-hot
		{
			background-image:url(../img/mnu-active.gif);
			filter:alpha(opacity=73);
			opacity:0.73;
			color:white;
		}
		
		
		/*
		*	Justin likes his curves on individual menus
		*	-alex		
		*/		
		#rm_home
		{
			background-image:url(../img/mnu-first-nat.gif) !important;
			background-position:left;
		}
		
		#rm_home.current-page,
		#rm_home.hover-hot
		{
			background-image:url(../img/mnu-first-active.gif) !important;
			background-position:left;
		}
		
		#rm_home.hover
		{
			background-image:url(../img/mnu-first-nat-over.gif) !important;
			background-position:left;
		}
		
		
		
		
		
		
		
		div#menu-panel div #a
		{
			padding:0px !important;
			margin:0px !important;
		}
		
		.menufixmargin
		{
			margin-top:1px !important;
			margin-left:-1px !important;
		}
		
		.menu-splitter
		{
			width:2px;
			height:102px;
			overflow:hidden;
			
			background:url(../img/mnu-splitter.gif);
			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}
	
	