/*** eemits 2011 ***/

html { overflow-y: scroll; }

body, html, table, tr, th, td, p, br, div, span, h1, h2, h3, h4, h5, h6, form, img  { border: none; margin: 0; padding: 0; }

body {
	background-color: #ffffff;
	color: #000;
	font-family:  arial, verdana, "Bitstream Vera Sans", geneva, helvetica, helve, sans-serif;
	font-size: 16px;
}

	* html body { font-size: medium; }
	
body:after { 
	content: url(/images/topnav-bg-on-1.png) url(/images/topnav-bg-on-4.png) url(/images/topnav-bg-on-5.png);
	display: none;
}

#skiptomain { display: none; }

a:hover, a:active { color: #c00; }
.inline, form { display:inline; }
.breaker { clear: both; }
.lbreaker { clear: left; }
.rbreaker { clear: right; }

p { margin: 0 0 10px 0; }
p.fivespace { margin: 0 0 5px 0; }
p.tenspace { margin: 0 0 10px 0; }
p.fifteenspace { margin: 0 0 15px 0; }
p.twentyspace { margin: 0 0 20px 0; }

.txt-blue { color: #165ba8; }

	.txt-blue a:link, .txt-blue a:visited { color: #165ba8; text-decoration: none; }
	.txt-blue a:hover, .txt-blue a:active { color: #333333; text-decoration: underline; }

#wrapper {
	width: 940px;
	background: #fff;
	margin: 0 auto;
	text-align: left;
	z-index: 1;
}

	#site-header {
		width: 940px;
		height: 100px;
		z-index: 2;
	}
	
		#site-header-lft {
			width: 300px;
			height: 100px;
			float: left;
		}
		
		#site-header-mid {
			width: 320px;
			height: 100px;
			float: left;
		}
		
		#site-header-rgt {
			width: 230px;
			height: 100px;
			float: right;
		}
		
	/* #site-topnav now controlled by eemits-topnav.css */
		
	#home-hero {
		width: 940px;
		height: 240px;
		margin: 10px 0 0 0;
		z-index: 2;
	}
	
		#home-hero h1 {
			color: #165ba8;
			font-size: 0.9em;
			margin: 20px 0 5px 0;
			text-transform: uppercase;
			text-indent: -2000px;
			z-index: 10;
		}
	
	h2.home-scoller {
		color: #165ba8;
		font-size: 0.9em;
		margin: 20px 0 5px 0;
		text-transform: uppercase;
	}
	
	.home-scroller-outer {
		width: 940px;
		height: 188px;
	}
		
	.home-scroller {
		width: 940px;
		height: 168px;
		margin: 0 0 10px 0;
		padding: 26px 0;
		overflow: hidden;
	}
	
	.home-scroller-inner {
		width: 2205px;			
	}
				
		.home-scroller-item {
			width: 195px;
			height: 145px;
			float: left;
			margin: 0 25px 8px 25px;
			font-size: 12px;
			line-height: 14px;
		}
			
		.home-scroller-item-end { margin-right: 0; }
			
		.home-scroller-item a.text {
			width: 180px;
			height: 30px;
			background: transparent url(/images/bg-home-scroller-item-a.gif) no-repeat left 7px;
			display: block;
			line-height: 15px;
			padding: 5px 0 0 15px;
		}
			
			.home-scroller-item a:link, .home-scroller-item a:visited { color: #165ba8; text-decoration: none; }
			.home-scroller-item a:hover, .home-scroller-item a:active { color: #333333; text-decoration: underline; }
			
			
	#home-bot {
		width: 940px;
		margin: 20px 0;
	}
	
		#home-bot h3 {
			color: #165ba8;
			font-size: 0.9em;
			margin: 20px 0 5px 0;
			text-transform: uppercase;
		}
	
		#home-bot-lft {
			width: 600px;
			background: #ffffff url(/images/bg-home-bot-lft.gif) no-repeat left top;
			float: left;
			padding: 0 40px 0 0;
		}
		
			.home-bot-lft-feat {
				width: 280px;
				float: left;
				font-size: 0.7em;
				margin: 0 10px;
			}
			
				.hblf-pic { 
					width: 60px;
					float: left;
					margin: 0 20px 0 0;
				}
				
				.hblf-txt {
					width: 200px;
					float: left;
				}
		
		#home-bot-rgt {
			width: 300px;
			float: left;
		}
		
	#site-footer {
		width: 940px;
		border-top: 1px solid #cacbcb;
		color: #7f8081;
		font-size: 0.7em;
		line-height: 1.5em;
		margin: 10px 0;
		padding: 10px 0 0 0;
	}
	
		#site-footer a:link, #site-footer a:visited { color: #7f8081; text-decoration: underline; }
		#site-footer a:hover, #site-footer a:active { color: #165ba8; text-decoration: underline; }
		
		#site-footer-lft {
			width: 500px;
			float: left;			
		}
		
		#site-footer-rgt {
			width: 350px;
			float: right;
		}	
		
	#site-footer-about-links {
		width: 940px;
		border-top: 1px solid #cacbcb;
		color: #7f8081;
		font-size: 0.7em;
		line-height: 1.5em;
		margin: 10px 0;
		padding: 5px 0 0 0;
	}
	
		#site-footer-about-links a:link, #site-footer-about-links a:visited { color: #7f8081; text-decoration: underline; }
		#site-footer-about-links a:hover, #site-footer-about-links a:active { color: #165ba8; text-decoration: underline; }
		
	#site-footer-v2 {
		border: 1px solid #adadad;
		border-radius: 5px;		
		background: #f9f8f7; /* Old browsers */
		background: -moz-linear-gradient(top, #f9f8f7 0%, #e2e1dd 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f8f7), color-stop(100%,#e2e1dd)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #f9f8f7 0%,#e2e1dd 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #f9f8f7 0%,#e2e1dd 100%); /* Opera11.10+ */
		background: -ms-linear-gradient(top, #f9f8f7 0%,#e2e1dd 100%); /* IE10+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F9F8F7', endColorstr='#E2E1DD',GradientType=0 ); /* IE6-9 */
		background: linear-gradient(top, #f9f8f7 0%,#e2e1dd 100%); /* W3C */
		margin-bottom: 10px;
	}
		
		.sfv2-box {
			float: left;
			/* width: 264px; */
			width: 589px;
			height: 170px;
			border-right: 1px solid #e2e1dd;
		}
		
		#site-footer-v2 h2 {
			font-size: 0.9em;
			color: #165ba8;
			margin: 0;
			padding: 5px 0 5px 10px;
			border-bottom: 1px solid #e2e1dd;
		}
			
			#site-footer-v2 h2 a:link, #site-footer-v2 h2 a:visited {
				color: #165ba8;
				text-decoration: none;
			}
			
			#site-footer-v2 h2 a:hover {
				text-decoration: underline;
			}
		
		.sfv2-box ul {
			margin: 0;
			padding: 5px 10px;
			list-style: none;
		}
		
			.sfv2-box ul li {
				float: left;
				width: 124px;
				padding: 0 0 10px 18px;
				background: url(/images/sfv2-arrow.png) no-repeat left 2px;
				font-size: 0.8em;
			}
			
			.sfv2-box ul li a:link, .sfv2-box ul li a:visited {
				color: #666666;
				text-decoration: none;
			}
			
				.sfv2-box ul li a:hover {
					text-decoration: underline;
				}
				
		.sfv2-right {
			float: right;
			width: 335px;
			padding: 10px 10px 10px 0;
			text-align: right;
		}
		
			.sfv2-right p {
				font-size: 0.6em;
				line-height: 1.8em;
				color: #7f8081;
			}
		
			.sfv2-right p a:link, .sfv2-right p a:visited {
				color: #7f8081;
				text-decoration: underline;
			}
	
	#standard-page {
		width: 940px;
		margin: 10px 0;
	}
	
		#news-full {
			width: 940px;
			float: left;
		}		

			.n-col-lft {
				width: 600px;
				float: left;
			}

				.n-col-lft h1 {
					text-transform: uppercase;
				}

			.n-col-rgt-320 {
				width: 320px;
				float: right;
			}				
	
		#standard-lhs {
			width: 160px;
			float: left;
		}
		
			#standard-lhs ul {
				width: 144px;
				font-size: 0.75em;
				list-style: none;
				margin: 0 0 30px 0;
				padding: 0;
			}
			
			#standard-lhs ul li {
				width: 144px;
				border-bottom: 1px solid #f1f1f1;
				color: #313131;
				list-style-type: none;
				margin: 0;
				padding: 7px 0;
				text-align: right;
			}
			
				#standard-lhs ul li strong { color: #165ba8; }
				
				#standard-lhs ul li a:link, #standard-lhs ul li a:visited { color: #313131; text-decoration: none; }
				#standard-lhs ul li a:hover, #standard-lhs ul li a:active { color: #165ba8; text-decoration: underline; }
		
		#standard-rhs {
			width: 780px;
			float: left;
			
		}
		
			#standard-rhs h1 {
				color: #165ba8;
				font-size: 1.3em;
				margin: 5px 0 8px 0;
				text-transform: uppercase;
			}		
		
			#standard-rhs-header {
				width: 780px;
				height: 240px;
				margin: 7px 0 20px 0; /* 7px matches lhs nav padding on first LI */
				overflow: hidden;
			}
			
			.standard-container {
				width: 780px;
				font-size: 0.75em;
				line-height: 1.65em;
			}
			
				.standard-container a:link, .standard-container a:visited { color: #165ba8; }
				.standard-container a:hover, .standard-container a:active { color: #313131; }
			
				.standard-container.news {
					width: 940px;
					padding-top: 10px;
				}	
			
				.standard-container h1 {
					color: #165ba8;
					font-size: 1.3em;
					margin: 0 0 8px 0;
				}
				
				.standard-container h2 {
					color: #165ba8;
					font-size: 1.1em;
					margin: 15px 0 8px 0;
				}
			
				.s-col-lft-440 {
					width: 440px;
					float: left;
				}
				
					.s-col-lft-440 h1 {
						text-transform: uppercase;
					}
					
				.s-col-full-width {
					width: 780px;
				}
				
				.s-col-rgt-320 {
					width: 320px;
					float: right;
				}
				
					#feat-prods-320 {
						width: 320px;
						height: 350px;
						font-size: 0.9em;
						line-height: 1.3em;
						background: #ffffff url(/images/bg-feat-prods-320.gif) no-repeat left top;
						padding: 10px 0;
					}
					
					#feat-prods-320.newsfeat {
						background: #ffffff url(/images/bg-feat-news.gif) no-repeat left top;
						height: auto;
					}
					
					
					div.feat-prods-320 { 
						colour: #165ba8;  
						font-size: 1.1em;
						padding: 10px 0 10px 0;
						text-transform: uppercase;
					}
					
					.feat-prod-cell {
						width: 320px;
						margin: 0 0 10px 0;
						padding: 10px 0 0 0;
					}
					
						.feat-prod-pic {
							width: 76px;
							float: left;
						}
						
						.feat-prod-txt {
							width: 242px;
							float: right;
						}
						
							.feat-prod-txt p { margin: 0 0 5px 0; }
							

#testimonialContainer {
	width: 260px;
	background-image:url(images/bg-testimonials.gif);
	background-repeat:no-repeat;
	padding-left: 60px;
	padding-bottom: 20px;
}

#testimonialBy {
	color: #165BA8;
	text-align: right;
	font-style: italic;
}

/* BRANDS PAGES */

table#brands-table td {
	line-height: 1.4em;
}

	table#brands-table td a:link, table#brands-table td a:visited { color: #165ba8; text-decoration: underline; }
	table#brands-table td a:hover, table#brands-table td a:active { color: #333333; text-decoration: underline; }

	table#brands-table td a.arrow {
		background: url(/images/tinyarrow.gif) no-repeat 7px 4px;
		font-size: 0.9em;
		padding-left: 18px;
	}
	
		table#brands-table td a.arrow:link, table#brands-table td a.arrow:visited { color: #ff6600; text-decoration: underline; }
		table#brands-table td a.arrow:hover, table#brands-table td a.arrow:active { color: #165ba8; text-decoration: underline; }

	table#brands-table td .tfrfleft {
		float: left;
		padding: 0;
		margin: 0;
	}

	table#brands-table td .tfrfright {
		float: left;
		padding: 0;
		margin: 0;
	}

	table#brands-table input.hpfeatinput {
		border: 1px solid #ff6600;
		margin: 1px 0 0 0;
	}

	table#brands-table input.hpfeatsubmit {
		padding: 0;
		margin: 0;
		border: 0;
	}

		* html table#brands-table input.hpfeatsubmit {
			padding: 1px 0 0 0;
			margin: 1px 0 0 -3px;
		}
		
/* brands-brok */

table#brands-brok td {
	
}

	#brands-brok a:link, #brands-brok a:visited { color: #165ba8; }
	#brands-brok a:active, #brands-brok a:hover { color: #313131; }


/* right contact form */

#rightEnquiryForm {
	width: 230px;
	height: 350px;
	background-image:url(images/bg-right-contact-form.png);
	margin-left: 60px;
	padding: 15px;
}

#rightEnquiryForm label
{
	color: #165ba8;
	font-weight: bold;
	float: left;
	clear: right;
	margin-top: 4px;
}

#rightEnquiryForm input, #rightEnquiryForm textarea
{
	float: right;
	width: 170px;
	height: 20px;
	border: 1px solid #cccccc;
	padding: 4px;
	margin-bottom: 10px;
}

#rightEnquiryForm textarea
{
	font-family:  arial, verdana, "Bitstream Vera Sans", geneva, helvetica, helve, sans-serif;
	clear: both;
	width: 220px;
	height: 120px;
	float: none;
}

#rightEnquiryForm h3
{
  width: 140px;
	height: 23px;
	background-image:url(images/title-quick-enquiry.png);
	text-indent: -10000px;
	margin-bottom: 10px;
}

#rightEnquiryForm input#rightEnquirySend
{
		text-indent: -10000px;
	background-image:url(images/button-send.png);
	width: 65px;
	height: 35px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	background-repeat: no-repeat;
	display: block;
}


.rightTechTreeTop {
	background: url(/images/bg-techtree-top.gif) repeat-y center top;
	width: 320px;
	height: 20px;
}

.rightTechTreeBottom {
	background: url(/images/bg-techtree-bot.gif) repeat-y center top;
	width: 320px;
	height: 30px;
	margin-bottom: 20px;
}

.rightTechTree
{
	background: url(/images/bg-techtree.gif) repeat-y center top;
	width: 290px;
	padding: 10px 15px 10px 15px;
}

	.rightTechTree h3 {
		color: #165BA8;
		font-size: 20px;
		font-weight: normal;
		line-height: 24px;
	}
	
	ul.techmenu {
		list-style-type: none;
		margin: 0px; 
		padding: 0px; 
	}
	
		ul.techmenu li div.down-arrow { 
			background: transparent url(/images/small-down-arrow.gif) no-repeat center center; 
			width: 20px; 
			height: 20px; 
			float: left; 
			margin: -1px 7px 0px 0px;  
		}
		
		ul.techmenu li div.left-arrow { 
			background: transparent url(/images/small-left-arrow.gif) no-repeat center center; 
			width: 20px; 
			height: 20px; 
			float: left; 
			margin: -1px 7px 0px 0px; 
		}
	
		ul.techmenu li { width: 290px; margin-top: 10px; cursor: pointer; font-weight: bold;  }
		ul.techmenu li ul {
			list-style-type: none; 
			padding: 5px 0px 5px 0px;
			margin: 0px 0px 5px 0px;
		}
		
		ul.techmenu li ul li { margin-top: 2px; }
		
p.error {
	padding: 10px;
	border: 1px solid #933;
	background: #FCC;
	color: #933;	
}

table.shopcart {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}
	
	table.shopcart tr, table.shopcart td, table.shopcart th {
		border-collapse: collapse;
		margin: 0;
		padding: 0;
	}

	table.shopcart th {
		background: url(images/navhead.gif) repeat-x 0 0px;
		border:  0;
		color: #ffffff;
		font-size: 11px;
		font-family: "Arial", "Verdana", "Helvetica", "MS Sans Serif";
		line-height: 22px;
		padding: 0px;
	}
	
		table.shopcart th h2 {
			margin: 0 0 0 5px;
		}
	
	table.shopcart td {
		font-size: 0.8em;
		padding: 1px 0;
	}
	
	table.shopcart td.one-tall { height: 1px; line-height: 1px; font-size: 1px; border-bottom: 1px solid #cccccc; }
	
		#codebox {
			font-family: verdana, arial, helv ;
			font-size: 12px;
		}

			#codebox h2 { font-size: 12px; }
			
			table.shopcart a:link, table.shopcart a:visited { color: #165ba8; text-decoration: underline; }
			table.shopcart a:hover, table.shopcart a:active { color: #333333; text-decoration: underline; }
			
	h1.prodpageheader {
		font-family: "Verdana", "Arial", "Helvetica", "MS Sans Serif";
		font-size: 14px;
		color: #ff6600;
		padding: 0px 0px 5px 0px;
		margin: 0;
	}
