/*   
Theme Name: Mankar.ca
Theme URI: mankar.ca
Description: mankar
Author: nick@mankar.ca
Author URI: mankar.ca
*/

body
 {
 padding:0;
 background:#459445 url( pics/backfade.jpg ) repeat-x top;
 color: #333333;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size: 100%;
/* width:90%; 
 min-width: 768px;
 max-width: 80em; */
 text-align: center;
 margin: 0 auto;
 }
 
 
div#container
		{
		margin: 0 auto 0px;
		padding: 0;
  		min-width: 790px;
  		max-width: 1100px;
  		width: expression(document.body.clientWidth < 792? "790px" : document.body.clientWidth > 1102? "1100px" : "auto");
		text-align: left;
		} 
 
/* column container */
	.colmask {
		position:relative;	/* This fixes the IE7 overflow hidden bug */
		clear:both;
		float:left;
		width:100%;			/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* common column settings */
	.colright,
	.colmid,
	.colleft {
		float:left;
		width:100%;			/* width of page */
		position:relative;
	}
	.col1,
	.col2,
	.col3 {
		float:left;
		position:relative;
		padding:0 0 1em 0;	/* no left and right padding on columns, we just make them narrower instead 
						only padding top and bottom is included here, make it whatever value you need */
		overflow:hidden;
	}
	/* 3 Column settings */
	.holygrail {
		background:#f9de9c;		/* right column background colour */
	}
	.holygrail .colmid {
		right:20%;			/* width of the right column */
		background:#fff;		/* center column background colour */
		border-right: #deb974 thin solid;


	}
	.col1 p {
	font-size: 0.8em;
	}
	
	
	.col1 a{
		color:#9F6600;
		text-decoration:none;
	}
	.col1 a:hover{
		color:#583800;
		text-decoration:underline;
	}
	.col1 img {
		border: 0;
		vertical-align:middle;
		}
	
	
	.holygrail .colleft {
		right:60%;			/* width of the middle column */
		background: #f9de9c; /* left column background colour */
		border-right: #deb974 thin solid;
		
		
	}
	.holygrail .col1 {
		width:58%;			/* width of center column content (column width minus padding on either side) */
		left:101%;			/* 100% plus left padding of center column */
	}
	.holygrail .col2 {
		width:20%;			/* Width of left column content (column width minus padding on either side) */
		left:22%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
		margin: 0px;
 		padding: 5px 0 0 0;
		

	}
	.holygrail .col3 {
		width:20%;			/* Width of right column content (column width minus padding on either side) */
		left:82.15%;			/* Please make note of the brackets here:
						(100% - left column width) plus (center column left and right padding) plus (left column left and right padding) plus (right column left padding) */
	}


 
/*td {
  vertical-align: top;
  background: #fff;
  color: #000;
}*/


 
h1 { 
	color:#FFFFFF; 
	font-size:1.5em;
	margin:0.75em 0 0 0;
	padding:0;
}
h2 { 
	
	color:#326b32; 
	font-size:1.1em;
	padding:0;
	
}

h2.productHeading {
	padding:0 0 0 0.5em;
	margin: 1em 0 0 0;
}

h2.rightHeading
{
	padding:0;
	margin:1em 0 0 0.25em;
	font-size:1em;

}

h2.underline
{
	display:block;
	border-bottom:#326b32 solid thin;
}
h3 { 
	color:#9f6600; 
	font-size:1.5em;
	font-weight:bold;

}
h4 { color:#9F6600; }	


#header-contact{
	font-size:0.75em;
	line-height:1.5em;
	
	width:358px;
	height:75px;
	background:url( pics/green-tab-2.png ) no-repeat;
	 background-position:right;
	 color:#ffffff;
	 /*border:solid #f39c00;*/
	 border-width:0;
	 margin:30px 0 0 0;
	 padding:0px 0.5em 0 0;
	 position: relative;
	 text-align: right;
	 float:right;
	 display:inline;
}

#logo-picture{
	text-align:left;
	display:inline;
	float:left;
}
#logo-picture img {
	border:0;
	}
 
#hdr{
 height:100px;
 background:url(pics/green-stripe.png) repeat-x;
 
 }
#hdr  a{ 
	color: #FFFFFF;
	text-decoration: none;
}

#hdr a:hover { 
	color: #FFFFFF;
	text-decoration: underline;
}
#hdr p {
	margin: 0;
	padding: 0;
	text-size:0.75em;
}


ul.navlist
{
	text-align: left;
	list-style: none;
	padding: 0 0 0 1em;;
	margin: 0;
	width: 100%;
}

ul.navlist li
{
	display: block;
	margin: 0;
	padding: 0;
	padding: 0.5em 0 0.5em 0;
}

ul.navlist li a
{
	display: block;
	width: 100%;
	color: #9f6600;
	text-decoration: none;
	font-size: 0.8em;
}

ul.navlist li.navHighlight{
	background:#ffffff;
	margin:0.5em 0;
	padding:0.1em 0 0.1em 0.5em;
}

ul.productList {
	text-align: left;
	list-style: none;
	padding: 0 0 0 1em;;
	margin: 0;
	width: 100%;
	background: #fdf6e5;
	border-top: #66a061 thin solid;

}

ul.productList li
{
	display: block;
	/*margin: 0;*/
	padding: 0.25em 0 0.25em 0;
}

ul.productList li a
{
	display: block;
	width: 100%;
	color: #326b32;
	text-decoration: none;
	font-size: 0.8em;
}

ul.productList img {
	vertical-align:middle;
	padding-right:0.5em;
}

ul.productList li.prodHighlight{
	
	color:#ffffff;
	/*margin:0.5em 0;*/
	/*padding:0.1em 0 0.1em 0.5em;*/
}
ul.productList li.prodHighlight a{
	background:#326b32;
	color:#ffffff;
}

ul.productList li.prodHighlight a:hover{
	background:#326b32;
	color:#ffffff;
}

ul.productList li a:hover, ul.productList li#active a:hover
{
	background:#B7ECAA;
}


.center
	{
	text-align: center;
	}
	
.noborder
	{
	border-style: none;
	}

strong
	{
	
	}
strong.noline
	{
	text-decoration: none;
	}

ul.navlist li#active a
{
	background: #e3f5ff;
	color: #800000;
}

ul.navlist li a:hover, ul.navlist li#active a:hover
{
	color:#583800;
	background:#f9efdd;
}

#francaisButton{
	text-align:center;
	height:23px;
	width:194px;
	background:url(pics/francais-button.gif) no-repeat;
	color:#FFFFFF;
	font-weight:bold;
	padding: 2px 0 0 0;
	margin: 0 auto;
}

#francaisButton a{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
#francaisButton a:hover{
	height:25px;
	width:194px;
	display:block;
	background:url(pics/francais-button-over.gif) no-repeat;
	padding: 2px 0 0 0;
	margin: -2px 0 0 0;
}


/* the far right column for extra words in tabular pages STILL NEEDS WORK */
#rh-col2 {height:1%;}
/* */
#rh-col2{
 margin: 0px 5px 5px 190px;
 border: 0px solid #000000;
 background: #ffffff;
 color: #333333;
 padding: 20px;
 float: left;
 width: 50%;
 }
/* SLIMBOX - the photo effect stuff */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 90%;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

/*The product table - i.e. the thumbnail and little table of info for the various products*/
.prod1 {
	height: 20px;
   background: #e3f5ff;
   border-top-style: dotted; 
   border-top-color: #666666; 
   border-top-width: 1px; 
   white-space: nowrap;
}
.prod2 {
	height: 20px;
   border-top-style: dotted; 
   border-top-color: #666666; 
   border-top-width: 1px; 
   white-space: nowrap;
}
/*The paragraph to the right of the product table*/

.padded { 
	padding-left: 30px;
	background: #e3f5ff;
}

/*For putting pictures in the paragraphs */
.pleft {
	float: left;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 10px;
	vertical-align: text-bottom;
	border-width: 2px;
	border-color: #f39c00;
}
.pright {
	float: right;
	margin-top: 0;
	margin-left: 20px;
	margin-bottom: 10px;
	vertical-align: text-bottom;
	border-width: 2px;
	border-color: #f39c00;
}
.col1 a img {
	border: #f39c00 2px solid;
}

/*The centre nav thing for individual products in CLASS (not ID) version*/
.horizontalnavcontainer ul
{
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	margin-top: 0;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0;
	background-color: #f39c00;
	color: #fff;
	width: 100%;
	font-family: georgia, serif;
	/*line-height: 18px; */
}

.horizontalnavcontainer ul li
{
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	/* matches link padding except for left and right */
	padding-top: 5px;
}

.horizontalnavcontainer ul li a
{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #fff;
	text-decoration: none;
	border-right: 1px solid #fff;
}

.horizontalnavcontainer ul li a:hover
{
	background-color: #fce2b2;
	color: #000;
}

.horizontalnavcontainer #active { border-left: 1px solid #fff; }

#clear {
  margin: 0;
  clear: both;
}

.productsHeading {
	color:#326b32; 
	font-size:1.35em;
	padding:0;
	margin:0;
}

#divProducts {
	display:table;
	width:100%;
	background: #ecffe1;
}
#divProducts ul {
  margin: auto;
  clear: both;
  display:block;
  width:100%;
  float:none;
}

#divProducts ul li {
  text-align: center;
  display: inline;
  list-style-type:none;
  float: left;
  margin: 1em;
}

#divProducts ul li a {
 color:#ffffff;
 text-decoration:none;
}


#divProducts ul li img {
  border: none;
  display: block;
  margin: auto;
}

#divProducts ul li h4 {
  display: block;
  height:24px;
  width:132px;
  background:url(pics/products-heading-bg.png) no-repeat;
  text-align: center;
  color:#ffffff;
  padding-top:10px;
  margin:0;
}

#divCustom {
	display:table;
	width:100%;
	background: #E1F0F0;
	text-align:center;
}
#divCustom ul {
  margin: auto;
  clear: both;
  display:block;
  width:100%;
  float:none;
}
#divCustom ul li {
  text-align: center;
  display: inline;
  list-style-type:none;
  float: left;
  margin: 1em;
}
#divCustom ul li img {
  margin: auto;
}


#customBox
{
	display: table-cell;
	border-bottom:thin solid #326b32;
	border-right:thin solid #326b32;
	width:250px;
}

#productBox{
 background: white;
  display: table-cell;
  height: 150px;
  border: thin solid #326b32;
  border-top:0;
  vertical-align:middle;
  width:130px;
}

.divRightBox {
	background: #fdf6e5;
	display:block;
	margin:0;
	padding: 0.5em 0.25em 0.5em 0.5em;
	border-top: #66a061 thin solid;
}

.divRightBox a{
	color:#326b32;
	font-size:0.9em;
	text-decoration:none;
}

.divRightBox a:hover{
	color:#326b32;
	text-decoration:underline;
}

.divRightBox ul {
	margin:0;
	padding:0 0 0 0.75em;
	list-style: disc url(pics/green-bullet.png) outside;
	
}

.divRightBox li {
	padding:0.25em 0;
	
	}
	


.tradeShowTitle
{
	display:block;
	font-size:0.9em;
	padding:0.4em 0;
}
.tradeShowInfo
{
	color:#666666;
	font-size:0.8em;
}
.divRightBox a.moreShowsLink{
	display:block;
	font-size:0.7em;
	font-style:italic;
	padding:0.4em;
}

.extFaker{
	width:59.95%;
	left:20%;
	display:block;
	background:#FFFFFF;
	border-bottom: #deb974 thin solid;
	border-left: #deb974 thin solid;
	border-right: #deb974 thin solid;
	float:left;
	position:relative;
} 
.divBottom
{
	width:100%;
	display:block;
	color:#ffffff;
	font-size:0.6em;
	text-align:center;
	margin:1em 0;
	float:left;
	position:relative;
}

.divBottom a
{
	color:#ffffff;
	text-decoration:none;
}
.divBottom a:hover
{
	color:#ffffff;
	text-decoration:underline;
}

.pageProducts{
	background: #ecffe1;
	padding: 10px 0;
	border-top: thin solid #326b32;
	border-bottom: thin solid #326b32;
	font-size:0.8em;
	font-weight:bold;
}

.pageProducts h2{
	color:#326b32;
	font-size:1.2em;
	padding:0;
	margin:0;
}

.pageProducts a{
	color:#326b32;
}

.pageProducts a:hover{
	color:#009900;
	text-decoration:none;
}

.pageProducts a img{
	border:2px solid #326b32;
}

.highlightHeader{
	color:#316A7D;
	color:#ffffff;
	padding:3px 0;
	background-color:#316A7D;
	display:block; 
	text-align:center;
	border: #ffffff 1px solid;
}

.productTitle
{
	color:#326b32; 
	font-size:1.1em;
}

.highlight {
	background-color:#E1F0F0;
	padding: 0 5px 10px 5px;
}

.highlight p {
	margin: 0 10px;
}

.highlight h4{
	color:#316A7D;
	font-size:1em;
	font-weight:bold;
	}
	
.lineItemOdd
{
	background-color:#EEEEEE;
}

.tblProduct
{
	border-bottom:#326b32 1px solid;
	border-right:#326b32 1px solid;
}

.tblCustomProduct
{
	border-bottom:#326b32 1px solid;
	border-right:#326b32 1px solid;
	float:left;
	margin:10px;

}
	

/* for the custom sprayers page photo gallery */
#custom {margin:0;padding:0}
#custom dl {text-align:center;font-size:.95em;margin-top:25px;}
#custom dt,dd {width:15.5em;float:left;}
#custom dt {margin-bottom:5.5em;}
#custom dd {margin:190px 0 0 -15.5em;}
#custom img {vertical-align:bottom;border:1px solid #F39C00;padding:2px;background:#fff;}
#custom em {display:block;font-weight:bold;margin-bottom:5px;}
#custom dl a:hover img,dl a:active img,dl a:focus img {background:#f33;}

