@charset "utf-8";
/*
	mistylake.com Dec 12 07
	@author: chris.chatelain at thewebshop dot ca
	http://www.thewebshop.ca
	---------------------------------------------
*/

html,body
{
	font-family:		Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:			13px;
	margin:				0px 0px 0px 0px;
	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
{
	margin:			0px;
	padding:		0px;
	line-height: 1.6em;
	font-size:		1em;
	
}

a,
a:active,
a:visited
{
	color: #e7902f;
	font-weight: bold;
}

a:hover
{
	color: #777777;
}

a img{border:0px;}

.clear
{
	clear: both;
}

#main
{
	text-align:left;
	width:920px;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

#header
{
	overflow: hidden;
	margin-bottom: 10px;
}

#left-pane
{
	float: left;
	width: 210px;
}

.nav-sub
{
	line-height: 1.2em;
}

.nav-sub a
{
	text-decoration: none;
	color: #000000;
	width: 185px;
	/* background: url('/img/buttons.gif') repeat-x; */
	display: block;
	border: 1px solid #eeeeee;
	padding-left: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-weight: bold;
	margin-bottom: 3px;
	
}

.nav-sub a:hover
{
	color: #f27600;
	/* background: url('/img/buttons-hover.gif') repeat-x; */
}

.nav-sub a.current
{
	background: url('/img/buttons-hover.gif') repeat-x;
}

.nav-sub2
{
	margin-bottom: 3px;
	line-height: 1.2em;
}

.nav-sub2 a
{
	background-image: none;
	background-color: #f5f5f5;
	display: block;
	border: 2px solid #f5f5f5;

	color: black;
	padding-left: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: normal;
	margin-bottom: 0px;
}

.nav-sub2 a:hover
{
	background-image: none;
	background-color: #f5f5f5;
	text-decoration: underline;
}

.nav-sub2 a.current
{
	background-image: none;
	background-color: #f5f5f5;
	text-decoration: underline;
}

#promo-container
{
	margin-bottom: 20px;
	margin-top: 20px;
	width: 197px;
}

#right-pane
{
	float: right;
	width: 695px;
}

#home-content
{
	margin-bottom: 35px;
	font-size: 14px;
	line-height: 1.6em;
}

#page-title, h1
{
	font-size: 24px;
}

.boxes
{
	padding: 18px;
	border: 1px solid red;
	float: left;
	width: 294px;
	#height: 410px;
	background: url('/img/box-bg.gif') repeat-x;
	border: 2px solid #f0f0f0;
	font-size: 14px;
	#overflow: auto;	
}

.boxes h2
{
	padding-bottom: 15px;
	font-size: 18px;
	color: black;
	font-weight: normal;
}

#box-left
{
	
	margin-right: 26px;
}

#footer-left
{
	background: url('/img/footer-bg-left.gif') no-repeat;
	width: 8px;
	height: 102px;
	float: left;
}
#footer-right
{
	background: url('/img/footer-bg-right.gif') repeat-x;
	width: 8px;
	height: 102px;
	float: left;
}
#footer
{
	background: url('/img/footer-bg.gif') repeat-x;
	width: 904px;
	height: 102px;
	float: left;
	
}

#footer-top
{
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 810px;
	margin-top: 35px;
}

#footer-top a
{
	margin-left: 7px;
	margin-right: 7px;
	color: #2d6627;
	font-size: 12px;
}

#footer-bottom
{
	display: block;
	margin-top: 17px;
	margin-left: 15px;
	font-size: 11px;
	color: #616161;
}

#thewebshop:link,
#thewebshop:active,
#thewebshop:visited,
#thewebshop:hover
{
	font:10px Verdana, Arial, Helvetica, sans-serif;
	color:#B4B4B4;
	text-decoration:underline !important;
	padding-bottom:4em;
	padding-top:1.2em;
	display:block;
	float:right
}#thewebshop:hover
{
	color:#666666
}

.float-left
{
	float:left;
}

.float-right
{
	float:right;
}
