/* @group The Basics */
* { margin:0; padding:0; line-height:1.3em; }

h1, h2, h3, h4, h5, h6 { margin-bottom: 5px; }

body {
	background:#1d4070 url("../images/bgbody.gif") repeat-x;
	font-family:Helvetica, Arial, Sans-serif;
	font-size:90%;
	color:#555;
}

ul, ol {
	margin-left:30px;
}

div.clearBoth {
	clear:both;
	height:0;
	overflow:hidden;
}

a, a:visited {
	text-decoration:none;
	color:#0071bd;
}

a:hover, a:visited:hover { color:#002b49; }

a img { border:none; }

p { margin-bottom:12px; }

p a, p a:visited { text-decoration:underline; }

#middleColumn p a {text-decoration:none;}
/* @end */

/* @group Wrappers */

#container {
	width:986px;
	margin-left:auto;
	margin-right:auto;
}

#content {
	background:transparent url("../images/bgcontent.gif") repeat-y center;
	padding:0 17px;
	overflow:hidden;
	width:950px;
}
/* @end */


/* @group Header */
#header {
	background:url("../images/bgheader.jpg") bottom no-repeat;
	height:155px;
	padding:0 40px;
	position:relative;
}

#header h1 {
	margin:0;
	position:absolute;
	bottom:0;
	width:526px;
	height:131px;
	background:url("../images/logo.gif") no-repeat;
	text-indent:-2000px;
	overflow:hidden;
}

#header h1 a, #header h1 a:visited {
	display:block;
	width:526px;
	height:132px;
	background:url("../images/logo.gif") no-repeat;
}

#header h2 {
	display:none;
}

#header li#login-cart {
	position:absolute;
	right:32px;
	top:70px;
	display:block;
}

#header li#login-cart a:link, #header li#login-cart a:active, #header li#login-cart a:visited {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

#header li#login-cart a:hover {
	text-decoration:underline;
}

#header .searchForm {
	position:absolute;
	right:32px;
	top:110px;
	display:block;
}
#header a#flagImage {
	position:absolute;
	right:28px;
	top:5px;
}
/* @end */

/* @group Navigation */
ul#navigation {
	padding:0 18px;
	height:36px;
	list-style:none;
	position:relative;
	background:url("../images/bgnav.gif") no-repeat center top;
	margin:0;
	font-size:14px;
	overflow:hidden;
}
ul#navigation li {
	display:inline;
	font-family:Arial, Helvetica, Sans-serif;
	height:36px;
	width:155px;
	float:left;
	text-align:center;
	margin-bottom:0;
	position:relative;
}
ul#navigation li a, ul#navigation li a:visited {
	font-weight:bold;
	color:white;
	text-decoration:none;
	padding:9px 0;
	/* padding:10px 15px; */
	display:block;
}
ul#navigation li a:hover, ul#navigation li a:visited:hover, ul#navigation li:hover a, ul#navigation li.over a {
	background:url("../images/triangle.gif") center bottom no-repeat;
	color:#b2fb74;
}
ul#navigation li.current a, ul#navigation li.current a:visited {
	color:#fff;
	text-decoration:none;
}
/* @end */


/* @group Drop Down Menu */
ul#navigation {
	position:relative;
	overflow:visible;
}
ul#navigation li ul.dropdown {
	margin:0;
	padding:0;
	position:absolute;
	top:36px;
	left:0;
	list-style:none;
	text-align:left;
	font-family:Helvetica, Arial, Sans-serif;
	display:none;
	width:155px;
	float:none;
	z-index:99;
}
/*
ul#navigation li.current ul.dropdown {
	border-top:3px #2b739d solid;
}
 * html ul#navigation li ul.dropdown {
	margin-left:-66px;
} */
ul#navigation li ul.dropdown {
	margin:0;
	padding:0;
}
html ul#navigation li {
	margin-left:0;
}
ul#navigation li:hover ul.dropdown, ul#navigation li.over ul.dropdown {
	display:block;
}
ul#navigation li ul.dropdown li {
	height:25px;
	width:125px;
	font-size:90%;
	float:none;
}
ul#navigation li ul.dropdown li a, ul#navigation li ul.dropdown li a:visited {
	border-top:none;
	padding:8px 7px;
	font-family:Helvetica, Arial, Sans-serif;
	display:block;
	height:15px;
	background:#d3edf8;
	color:#2d77c2;
	border-bottom:1px white solid;
	text-align:center;
}
ul#navigation li ul.dropdown li.current a, ul#navigation li ul.dropdown li.current a:visited {
	color:#222;
}
ul#navigation li ul.dropdown li a:hover, ul#navigation li ul.dropdown li a:visited:hover {	
	background:#e6f5ff;
	color:#00154b;
}
ul#navigation li ul.dropdown li.twoline a, ul#navigation li ul.dropdown li.twoline a:visited {
	height:30px;
}

#products {
	width:138px;
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size:12px;
	background:#f8fcff url(images/nav-products-bg.gif) bottom repeat-x;
	border-top:0;
	border-left:#dadada 1px solid;
	border-right:#dadada 1px solid;
	border-bottom:#dadada 1px solid;
	padding:10px;
}
/* @end */

/* @group Footer */
#cap {
	overflow:hidden;
	background:url("../images/bgfooter.gif") no-repeat;
	width:986px;
	height:47px;
}

#footer {
	width:986px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	color:#9ab8c2;
	font-size:12px;
	font-family:Helvetica, Arial, Sans-serif;
	position:relative;
	top:-15px;
}

#footer a, #footer a:visited {
	color:white;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}
/* @end */


/* @group Content */
#leftColumn {
	width:162px;
	float:left;
	padding:15px 14px 15px 14px;
	background:url("../images/bgsidecolumn.gif") top repeat-x;
}

#left-ads {
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
}

#newsletterJoin {
	position:relative;
	top:6px;
}

#middleColumn {
	background:#fff url("../images/bgmidcolumn.gif") top repeat-x;
	float:left;
	width:551px;
	overflow:hidden;
	margin-left:1px;
	padding:10px;
}

#rightColumn {
	background:url("../images/bgsidecolumn.gif") top repeat-x;
	width:127px;
	float:right;
	text-align:center;
	padding:10px 30px;
}

#middleColumn h4, #rightColumn h4 {
	font-weight:normal;
	color:black;
	font-family:Georgia, "Times New Roman", Times, Serif;
}

#right-ads {
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
	font-size:12px;
}

#right-ads a{
	text-decoration:none;
}

#right-ads a:hover{
	text-decoration:underline;
}

/* @group Home */

div.homehead {
	margin:0px 0px 30px 0px;
}

#homefeature {
	font-size:16px;
	font-weight:bold;
	margin:20px 0px 0px 0px;
	text-align:center;	
	clear:both;
	height:65px;
}

#homefeature img {
	float:left;
}

#homefeature a {
	color:#3db923;
}

#homefeature a:hover {
	color:#0071bd;
}
	
div.homehead h3{
	font-size:1.4em;
	font-weight:bold;
	letter-spacing:-1px;
	color:#0071bd;
}

div.homehead div.homelink {
	margin:10px 0px 0px 30px;
	font-weight:bold;
}

div.homelink img{
	width:25px;
	height:25px;
	float:left;
}

div.homelink div.ltext{
	margin:0px 0px 0px 30px;
}

div.homeleft {
	width:270px;
	float:left;
	margin:30px 0px 0px 0px;
}

div.homeright {
	width:270px;
	float:right;
	margin:30px 0px 0px 0px;
}

div.homeproducts {
		width:270px;
		min-height:150px;
		background-image:url("/../images/homeprotop.gif");
		background-position:top left;
		background-repeat:no-repeat;
		padding-top:20px;	
}

div.homeproducts div.mid {
		width:270px;
		background-image:url("/../images/homepromiddle.gif");
		background-position:center;
		background-repeat:repeat-y;
}

div.homeproducts div.mid div.probox {
		width:262px;
		min-height:86px;
		background-image:url("/../images/homeprobox.gif");	
		background-repeat:no-repeat;
		margin:2px 0px 0px 4px;
}

div.homeproducts div.mid div.probox img {  }

img.homethumb {
		position:absolute;
		width:75px;
		height:75px;
		z-index:3;
		margin:3px 0px 0px 4px;
}

img.homewindow {
		position:absolute;
		width:75px;
		height:75px;
		z-index:4;
		margin:3px 0px 0px 4px;
}

img.homebuy {
	position:absolute;
	margin:56px 0px 0px 182px;
}

div.homeproducts div.mid div.probox div.text{
		width:170px;
		height:70px;
		overflow:hidden;
		margin:0px 0px 0px 82px;
		font-weight:bold;
}

div.homeproducts div.mid div.probox div.text p{
	margin:2px 0px 0px 0px;
}

div.homeproducts div.mid div.probox div.sku {
	position:absolute;
	margin:-10px 0px 0px 80px;
}
/* @end */


/* @group Menu */
div.menu ul {
	margin:0 0 -16px 0;
	padding:0px;
	list-style:none;
	font-family:"Trebuchet MS", Helvetica, Arial, Sans-serif;
}

div.menu ul ul {
	margin:0;
}

div.menu ul h4 {
	margin:0 0 8px 0;
}

div.menu li {
	margin-bottom:16px;
}

div.menu li li {
	margin-bottom:4px;
	font-size:90%;
	padding-top:4px;
}

div.menu li#subscribeList li {
	border:none;
}

div.menu li#subscribeList ul {
	border-top:1px #c9e5ef solid;
	padding-top:4px;
}

div.menu li p {
	font-size:80%;
	font-family:Verdana, Arial, Helvetica, Sans-serif;
}

div.menu li h5 {
	margin-top:2px;
}
/* @end */

#pageNav {
	width:532px;
	height:38px;
	position:relative;
	border-bottom:1px #ebebeb solid;
	background:#f9f9f9;
}

#pageNav a, #pageNav a:visited {
	color:#777;
	font-weight:bold;
}

#pageNav a:hover, #pageNav a:visited:hover {
	color:#555;
	text-decoration:underline;
}
/* @end */

/* @group Posts */
h3.pagetTitle {
	font-size:1.4em;
	font-weight:bold;
	margin-top:10px;
	letter-spacing:-1px;
	color:#0071bd;
}

h3.pageTitle.pageTitle {
	font-size:1.7em;
	margin-top:0;
}

.textcontent {
	padding:0;
	color:#444;
	font-size:90%;
}

.textcontent p {
	line-height:1.5em;
}

.textcontent img {
	float: right;
	/* margin:5px; */
	border:0;
}
/* @end */

/* @group Tables */
table.events {
	border-spacing:1px;
	background-color:#E7E7E7;
	color:#333;
	border:1px solid #a0cde5;
	width:100%;
}
table.events caption {
	font-weight:bold;
	font-size:12px;
	background:#c6e6fc;
	border-top:1px solid #a0cde5;
	border-right:1px solid #a0cde5;
	border-left:1px solid #a0cde5;
	border-bottom:0;
	color:#2259a4;
	text-transform:uppercase;
	padding:5px;
}
table.events td, th {
	padding:4px;
}
table.events thead th {
	text-align:center;
	font-weight:bold;
	background:#F5F5F5;
	border:0px;
	text-transform:uppercase;
}
table.events tbody th {
	font-weight:normal;
}
table.events tbody tr		{
	background-color:#FFF; 
	text-align:left;
	}
table.events tbody tr.odd 	{
	background:#f9f9f9;
	border-top:1px solid #FFF;
}
table.events tbody tr td { 
	background:#FFF;
	}
table.events tbody tr.odd td{ 
	background:#f9f9f9;
	}
/* @end */

ul.pdfList {
	padding:0;
	margin:5px;
	list-style-type:none;
}

ul.pdfList b {
	display:block;
	font-size:1.1em;
}

ul.pdfList li {
	padding:0 0 5px 25px;
	background:url("../images/pdficon.gif") 0 0 no-repeat;
	border-bottom:1px #efefef dotted;
	margin-bottom:5px;
	line-height:1.5em;
}

ul.fancyList {
	padding:0;
	margin-left:10px;
	margin-bottom:20px;
}
ul.fancyList li {
	list-style:none;
	padding:0;
	line-height:1.2em;
	border-bottom:1px #9ab8c2 dotted;
	margin-bottom:5px;
}

.workshop-container {
	border:1px solid #a0cde5;
	background:#fff;
	margin-bottom:10px;
	padding:10px;
}


 /* Contact Us JotForm form styles */
td input, td textarea { margin:5px;}
.tbmain{ 
 /* Changes on the form */
}
.left{
  /* Changes on the form */
  color:black !important; 
  font-family:Verdana !important;
  font-size:12px !important;
}
.head{
  color:#333333;
  font-size:20px;;
  text-decoration:underline;
  font-family:"Verdana";
}
td.left {
  font-family:"Verdana";
  font-size:12px;
  color:black;
  text-align:right;
}
.pagebreak{
  font-family:"Verdana";
  font-size:12px;
  color:black;
}
.tbmain{
  height:100%;
}
span.required{
  font-size:13px !important;
  color:red !important;
}
#hm_thmb{
	margin-top:15px;
	margin-bottom:15px;
	font-size:12px;
	width:551px;
	text-align:center;
	float:left;
}
#hm_thmb img{
	border:1px solid #999999;
	text-align:center;
}
#hm_thmb div{
	font-size:12px;
	width:180px;
	text-align:center;
}

/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmmc .qmdivider{display:block;font-size:1px;border-width:0px;border-style:solid;position:relative;z-index:1;}.qmmc .qmdividery{float:left;width:0px;}.qmmc .qmtitle{display:block;cursor:default;white-space:nowrap;position:relative;z-index:1;}.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;float:none !important;}.qmmc {position:relative;zoom:1;z-index:10;}.qmmc a, .qmmc li {float:left;display:block;white-space:nowrap;position:relative;z-index:1;}.qmmc div a, .qmmc ul a, .qmmc ul li {float:none;}.qmsh div a {float:left;}.qmmc div{visibility:hidden;position:absolute;}.qmmc .qmcbox{cursor:default;display:block;position:relative;z-index:1;}.qmmc .qmcbox a{display:inline;}.qmmc .qmcbox div{float:none;position:static;visibility:inherit;left:auto;}.qmmc li {z-index:auto;}.qmmc ul {left:-10000px;position:absolute;z-index:10;}.qmmc, .qmmc ul {list-style:none;padding:0px;margin:0px;}.qmmc li a {float:none}.qmmc li:hover>ul{left:auto;}#qm0 li {float:none;}#qm0 li:hover>ul{top:0px;left:100%;}

/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/
	/* QuickMenu 0 */

	/*"""""""" (MAIN) Container""""""""*/	
	#qm0	
	{	
		width:130px;
		padding:10px;
		margin:0px;
		background-color:#ffffff;
		border-width:1px;
		border-style:solid;
		border-color:#dadada;
	}

	/*"""""""" (MAIN) Items""""""""*/	
	#qm0 a	
	{	
		padding:3px 20px 3px 3px;
		margin:0px 0px 2px;
		background-color:transparent;
		color:#0071bd;
		font-family:Arial;
		font-size:11px;
		text-decoration:none;
		border-width:0px 0px 1px;
		border-style:solid;
		border-color:#aaaaaa;
	}

	/*"""""""" (MAIN) Hover State""""""""*/	
	#qm0 a:hover	
	{
	color:#002b49;
	border-color:#ffffff;
	text-decoration:underline;
	}

	/*"""""""" (MAIN) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm0 li:hover>a	
	{
	color:#002b49;
	border-color:#ffffff;
	text-decoration:underline;
	}

	/*"""""""" (MAIN) Parent Hover State""""""""*/	
	#qm0 .qmparent:hover	
	{	
		border-color:#aaaaaa;
	}

	/*"""""""" (MAIN) Active State""""""""*/	
	body #qm0 .qmactive, body #qm0 .qmactive:hover	
	{	
		color:#002b49;
		border-color:#aaaaaa;
	}

	/*"""""""" (SUB) Container""""""""*/	
	#qm0 div, #qm0 ul	
	{	
		padding:10px;
		margin:-10px 0px 0px 1px;
		background-color:#ffffff;
		border-width:1px;
		border-style:solid;
		border-color:#dadada;
	}

	/*"""""""" (SUB) Items""""""""*/	
	#qm0 div a, #qm0 ul a	
	{	
		padding:0px 20px 0px 5px;
		color:#0071bd;
		border-width:0px;
		border-color:#ffffff;
	}

	/*"""""""" (SUB) Hover State""""""""*/	
	#qm0 div a:hover	
	{	
		color:#002b49;
		text-decoration:underline;
	}

	/*"""""""" (SUB) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm0 ul li:hover>a	
	{	
		color:#002b49;
		text-decoration:underline;
	}

	/*"""""""" (SUB) Active State""""""""*/	
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover	
	{	
		color:#002b49;
		text-decoration:underline;
	}

	/*"""""""" Individual Titles""""""""*/	
	#qm0 .qmtitle	
	{	
		margin:2px 5px 5px;
		color:#0071bd;
		font-family:Arial;
		font-size:11px;
		font-weight:bold;
	}

	/*"""""""" Individual Horizontal Dividers""""""""*/	
	#qm0 .qmdividerx	
	{	
		border-top-width:1px;
		margin:4px 5px;
		border-color:#aaaaaa;
	}

	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 li .qmparent	
	{	
		background-image:url(../images/arrow_12.gif);
		background-repeat:no-repeat;
		background-position:97% 50%;
	}

	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 li:hover > a.qmparent	
	{	
		background-image:url(../images/arrow_blu.gif);
	}

