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

body
 {
 padding:0;
 background:#459445 url( ../images/backfade.jpg ) repeat-x top;
 color: #333333;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size: 100%;
 min-width: 855px;
 text-align: center;
 margin: 0 auto;
 }
 
 
div#container
		{
		margin: 0 auto 0px;
		padding: 0;
  		min-width: 1000px;
  		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;
		min-height:600px;
	}
	.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 url(../images/right-shadow.png) 82% 0 repeat-y;		/* 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;
	}
	.mceContentBody {
		text-align:left;
		background:none;
		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 url(../images/left-shadow.png) right repeat-y;/* 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.leftHeading {
	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;

}
h3.productType {
	margin-top:0.5em;
}
h4 { color:#9F6600; }	


#header-contact{
	font-size:0.70em;
	line-height:1.5em;
	
	width:450px;
	height:71px;
	background:url( ../images/mankar-tab.png ) no-repeat;
	 background-position:right;
	 color:#ffffff;
	 /*border:solid #f39c00;*/
	 border-width:0;
	 margin:26px 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;
	height:90px;
}
#logo-picture img {
	border:0;
	}
 
#hdr{
 height:98px;
 background:url(../images/top-green-strip.png) repeat-x;
 
 }
#hdr  a{ 
	color: #FFFFFF;
	text-decoration: none;
}

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


#languages {
	font-size:11px;
	height:18px;
	color:#326B32; 
}

#languages a {
	color:#326B32; 
}
#languages a:hover {
	color:#326B32; 
}

#top-navigation {
	
	color: #076c0c;
	font-size: 0.8em;
	text-align: left;
	margin:0 0px 0 0;
	padding:0;
	height: 20px;
	border-left: thin solid #b6ceb4;
	border-right: thin solid #b6ceb4;
}

#top-navigation ul.navlist
{
	list-style: none;
	text-align: left;
	width:100%;
	margin:-1px 0 0 0;
	padding:0 0 0 10px;
	height:20px;
}

#top-navigation ul.navlist li
{
	/*display: inline;*/
	float:left;
	height: 20px;
	line-height:20px;
	padding-bottom:1px;
}

#top-navigation ul.navlist li a
{
	color: #076c0c;
	text-decoration: none;
	/*display: inline;*/
	padding: 0px 10px;
	height: 20px;
	
}
#top-navigation ul.navlist li.navHighlight{
	background:#6aa869;
}

#top-navigation ul.navlist li.navHighlight a{
	
	color: #FFFFFF;
	background:#6aa869;
	height: 20px;
}
#top-navigation ul.navlist li.navHighlight a:hover{
	
	color: #FFFFFF;
}

#top-navigation-bottom{
	height:6px;
	background:url(../images/bottom-green-strip.png) bottom;
	margin: 0 0 5px 0;
}

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

#top-navigation ul.navlist li a:hover
{
	color:#6aa869;
}



ul.navDropDown {
	width:90px;
	margin:5px 0 0 -32px;
	
}

#top-navigation ul.navlist li ul.navDropDown li {

	list-style-type:none;
}
ul.navDropDown a {
	background: #7cc780;
}


ul.divLeftBox {
	text-align: left;
	list-style: none;
	padding: 0 0 0 5%;;
	margin: 0;
	width: 95%;
	background: #fdf6e5 url(../images/left-shadow.png) right repeat-y;
	border-top: #66a061 thin solid;

}

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

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

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

ul.divLeftBox li.leftHighlight{
	
	color:#ffffff;
	font-weight:bold;
	/*margin:0.5em 0;*/
	/*padding:0.1em 0 0.1em 0.5em;*/
}
ul.divLeftBox li.leftHighlight a{
	background:#326b32;
	color:#ffffff;
	font-weight:bold;
}

ul.divLeftBox li.leftHighlight a:hover{
	background:#326b32;
	color:#ffffff;
	font-weight:bold;
}

ul.divLeftBox li a:hover, ul.divLeftBox li#active a:hover
{
	color:#FFFFFF;
	background:#6aa869;
}


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

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


#francaisButton{
	text-align:center;
	height:23px;
	width:194px;
	background:url(../images/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(../images/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(../images/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(../images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/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(../images/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: #ffffff 1px solid;
}

.col1 a:hover img{
	border:1px solid #e1ede1;
}

/*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 {
  padding-top:5px;
}
#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(../images/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: #efefef;*/
  width:135px;
  height: 175px;
  margin:10px 10px;
  text-align:center;
  float:left;
  font-weight:bold;
  border: thin solid #cccccc;
  overflow:hidden;
}
.productBox table{
  width:100%;
  height: 140px;
}

.productBox td{
  text-align:center;
}


#breadcrumb {
	
	font-size: 11px;
	color:#6aa869;
	margin-top:5px;
	border-bottom:thin solid #DDDDDD;
	margin-bottom:5px;
	height:20px;
}
#breadcrumb a{
	color:#666666;
}

#productTypeBlurb {
	margin: 0 0 0.75em 0;
}

#productTypeBlurb h4{
	border-bottom:thin solid #EFEFEF;
}
#CollapseTab {
	border-top: thin solid #dcf2f7;
	width:100%;
}
#CollapseTab a{
	color:#069;
	font-size:12px;
	margin:0;
	padding:0;
	
}

#CollapseTab a:hover{
	color:#069;
}

.divRightBox {
	background: #fdf6e5  url(../images/right-shadow.png) left repeat-y;
	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(../images/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;
}
.tradeShowDescription
{
	margin-left: 25px;
	margin-right: 25px;
}
.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 a
{
	/*color:#326b32;*/
	font-weight:bold;
	font-size:1.1em;
}

.productTypeImage
{

}

.productMore {
	font-size:10px;
}
.productMore a, .productMore a:hover{
	color:#069;
}

.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;
}

.highlightLine
{
	background-color:#FFFFFF;
	padding: 0 0 0 2px;
}

.tblProduct
{
	background:url(../images/product-table-bg.gif) repeat-x;
	border-bottom:thin solid #CCCCCC;
	border-top:thin solid #CCCCCC;
}

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

}

.clickPhoto {
	font-size: 11px;
	font-style:italic;
}

#photoSlider {
	background: #999999;
	overflow:auto;
	overflow-x:scroll;
	overflow-y:hidden;
	height:125px;
	width:100%;
}

#photoSlide img {
	padding: 4px 2px;
}

ul.partsList {
	font-size:0.85em;
}

.tblDealer td {
	font-size:0.85em;
}

.dealerPicture {
	max-width: 75px;
	max-height: 200px;
}

.cmbProducts {
	width:200px;
}

.partSearchBox {
	width:50%;
	text-align:center;
	float:left;
}

.searchTitle {
	color: #326b32; 
	display:block;
	font-weight:bold;
	padding-top:25px;
}

.partPhoto {
	width:150px;
	height:150px;
}

.noLanguage {
	font: 0.85em;
	color:#666;
	font-style:italic;
	text-align:center;
}

.units {
	text-align:right;
	color:#333333;
	width:200px;
	float:right;
}

#breadcrumb .units a{
	color:#9F6600;
	text-decoration:none;
}
#breadcrumb .units a:hover{
	color:#583800;
		text-decoration:underline;
}

.unitSelected {
	font-weight:bold;
}

.imgTradeshow {
	float:right;
}

.languageSelected {
	font-weight:bold;
}
	

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