@charset "utf-8";

@import url("nav.css");

.inputtext 
		{
		color: #333333;
		background-color: #FFFFFF;
		font-family:Arial;
		font-size: 12px;
		border: #888888 1px solid;
		height: 17px;
		}	
		.inputtextrequired
		{
	color: #333333;
	background-color: #dff2ff;
	font-family:Arial;
	font-size: 12px;
	border: #888888 1px solid;
	height: 17px;
		}	
	.inputselect 
		{
		color: #333333;
		background-color: #FFFFFF;
		font-family:Arial;
		font-size: 12px;
		border: #888888 1px solid;

		}	
	.inputtextarea{
		color: #333333;
		background-color: #FFFFFF;
		font-family:Arial;
		font-size: 12px;
		border: #888888 1px solid;
		}	
		.inputtextarearequired{
	color: #333333;
	background-color: #dff2ff;
	font-family:Arial;
	font-size: 12px;
	border: #888888 1px solid;
		}	
		
/* ----------------------------------- */


.btn
{
	color: #FFFFFF;
	background:url(../images/arrow.gif) no-repeat right #000000;
	display: inline-block;
	height:23px;
	padding: 0 20px 0 10px;
	font-size: 11px;
	cursor: pointer;
	font-weight: bold;
	text-transform: uppercase;
	border: 1px solid #999;
	vertical-align: middle;
	text-align: center;
	min-width:150px;
	font-family: Arial, Helvetica, sans-serif;
}
.btnsmall
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color:#e31937;
	height:30px;
	font-size: 14px;
	cursor: pointer;
	font-weight: bold;
	text-transform: uppercase;
	vertical-align: middle;
	text-align: center;
	background-repeat: no-repeat;
	width:75px;
}



a.btn
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background:url(../images/arrow.gif) no-repeat right #000000;
	display: inline-block;
	height:20px;
	padding: 2px 20px 0 10px;
	font-size: 11px;
	cursor: pointer;
	font-weight: bold;
	text-transform: uppercase;
	border: 1px solid #999;
	vertical-align: middle;
	text-align: center;
	min-width:150px;
}
a:hover.btn
{
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	background:url(../images/arrow_over.gif) #666666 no-repeat right;
	text-decoration: none;
}



		
* {
	outline: none;
}

html, body {
	height: 100%;
}

body#site {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 1.5em;
}

#featuredProds h1 {
	font-size: 12px;
	margin: 0;
	color: #fff;
	line-height: normal;
	font-weight: bold;
	height: 19px;
	background: #000 url(../images/h1bg.gif) no-repeat;
	text-transform: uppercase;
	padding: 3px 12px 0 12px;
	float: left;
	clear: both;
	width: 936px;
}

#featuredProds h1 span {	
 float: left;
}

#featuredProds h1 a {
	float: right;
	color: #fff;
	text-transform: none;
	font-weight: normal;
}

h1 {
	padding: 0;
	margin: 10px 0;
	font-weight: normal;
	font-size: 24px;
}


a {
	text-decoration: none;
	font-weight: bold;
	color: #666;

}

a:hover {
	text-decoration: underline;
	color: #0099ff;
}

.brightblue {
	color: #0099ff;
}

.price {
	color: #e31937;
	font-size: 14px;
	font-weight: bold;
}

strong, b {
	color: #0099ff;
	font-weight: bold;
}

img {
	border: none;
}

form {
	margin: 0;
	padding: 0;
}

#container {
	width: 963px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

	#header, #contentWrap, #featuredProds, #smallFooter, #largeFooter {
		width: 963px;
		float: left;
		margin: 0 0 12px 0;
		clear: both;
	}
	
	#header {
		height: 128px;
		background: url(../images/logo.jpg) no-repeat left 22px;
		position: relative;
	}
	
		#headerFlags {
			float: right;
			width: 114px;
			margin: 0 20px 0 0;
		}
		
			#headerFlags a {
				display: block;
				margin: 20px 10px 0 0;
				*margin: 16px 10px 0 0;
				float: right;
				width: 28px;
			}
			
			#headerFlags img {
				float: right;
			}
	
		#searchProds {
			float: right;
			margin: 10px 0 16px 0;
		}
		
			#SearchVariable {
				border: 1px solid #000;
				background: none;
				width: 198px;
				height: 16px;
				padding: 4px 5px 3px 5px;
				margin: 0;
				font-size: 12px;
				font-family: Arial, Helvetica, sans-serif;
				position: relative;
				left: 3px;
			}
			
			#homeSearchSubmit {
				position: relative;
				top: 4px;
			}
			
			@-moz-document url-prefix() { 
				#homeSearchSubmit {
					top: 8px;
				}
			}
		
			.ie .homepage #homeSearchSubmit {
				top: 4px;
			}
		
		#header img {
			float: right;
			clear: both;
		}
		
		#headerLogin {
			float: right;
			width:295px;
			margin: 22px 0 0 0;
			text-align:right;
			
		}
		
			#headerLogin a {
				font-weight: normal;
				text-decoration: none;
				color: #333;
			}
	
	#contentWrap {
		min-height: 272px;
	}
	
		#leftNav {
			width: 230px;
			float: left;
			margin: 0 14px 0 0;
		}
		
			* html #leftNav {
				margin: 0 12px 0 0;
			}
		
		#mainImg {
			width: 475px;
			float: left;
			margin: 0 12px 0 0;
		}
		
			* html #mainImg {
				margin: 0 12px 0 0;
			}
		
		#furtherContent {
			width: 706px;
			float: left;
			margin: 0 10px 0 0;
			min-height: 200px;
		}
			
			#breadcrumb {
				height: 25px;
				font-size: 10px;
				color: #999999;
			}
			
				#breadcrumb a {
					font-weight: normal;
					color: #999;
				}
				
				#breadcrumb a:hover {
					color: #0099ff;
				}
		
		#homeRight {
			width: 232px;
			float: left;
			min-height: 272px;
		}
			
			#signUp {
				width: 209px;
				height: 110px;
				border: 1px solid #ccc;
				margin: 10px 0 0 0;
				padding: 10px
			}
			#signUpSpecOffer
			{
				
				margin: 10px 0 0 0;
				
			}
			
			#signUp a {
				margin: 0;
				padding: 0;
				display: inline;
			}
			
			#signUp img {
				margin: 0 0 0 0;
			}
			
			#signUp .go {	
				margin: 30px 0 0 0;
			}
	
	* html #contentWrap {
		height: 272px;
	}
	
	#featuredProds {
		min-height: 266px;
		margin: 0;
		border-left: 1px solid #DFE0E0;
		border-right: 1px solid #DFE0E0;
		width: 960px;
	}
	
		.homeProduct {
			width: 227px;
			border-bottom: 3px solid #dfe0e0;
			border-right: 3px solid #dfe0e0;
			float: left;
			height: 111px;
			padding: 10px 0 10px 10px;
			/*position: relative;*/
		}
		
		.homeProduct.last {
			border-right: none;
			width: 230px;

		}
		
		.homeProduct p {
			margin: 0 0 5px 0;
		}
		
		.homeProduct strong {
			color: #000;
		}
		
		.homeProduct img {
			margin: 0 10px 0 0;
			float: left;
		}
		
		.homeProduct div {
			width: 157px;
			float: left;
		}
		
		.homeProduct img.homeprodMoreImg {
			/*position: absolute;*/
			bottom: 10px;
			right: 83px;
		}
	
	#largeFooter {
		height: 300px;
		margin: 12px 0 19px 0;
		border-left: 1px solid #ddd;
	}
	
	.furthersite #largeFooter {
		border: 1px solid #ddd;
		background: #f2f2f2;
	}
	
	.furthersite #siteMap, .furthersite #blackWhite, .furthersite #inkJet, .furthersite #col4 {
		border: none;
	}
	
		#siteMap {
			float: left;
			width: 220px;
			height: 255px;
			background: url(../images/sitemap.gif) no-repeat 20px 20px #f2f2f2;
			padding: 45px 0 0 20px;
			border-bottom: 1px solid #ddd;
			border-top: 1px solid #ddd;
		}
		
			#siteMap a {
				font-weight: normal;
				color: #000;
			}
		
			#siteMap ul {
				margin: 0;
				padding: 0;
				list-style: none;
			}
			
			#siteMap li {
				margin: 8px 0;
				padding: 0 0 0 15px;
				background: url(../images/sitemapBull.gif) no-repeat 0px 6px;
			}
			
		#blackWhite {
			width: 240px;
			height: 250px;
			float: left;
			padding: 50px 0 0 0;
			border-bottom: 1px solid #ddd;
			border-top: 1px solid #ddd;
			background: url(../images/blackwhite.gif) no-repeat 20px 20px #fff; 
		}
		
			#blackWhite a {
				display: block;
				height: 54px;
				padding: 20px 0 0 125px;
				background-position: 20px 0px;
				color: #000;
			}
			
			#blackWhite a:hover {
				text-decoration: none;
				color: #0099ff;
			}
			
			#films {
				background: url(../images/bw-films.jpg) no-repeat;
			}
			
			#papers {	
				background: url(../images/bw-papers.jpg) no-repeat;
			}
			
			#chems {
				background: url(../images/bw-chemicals.jpg) no-repeat;
			}
		
		#inkJet {
			width: 240px;
			height: 250px;
			padding: 50px 0 0 0;
			float: left;
			border-top: 1px solid #ddd;
			border-bottom: 1px solid #ddd;
			background: url(../images/inkjet.gif) no-repeat 20px 20px #f2f2f2; 
		}
		
			#inkJet a {
				display: block;
				height: 54px;
				padding: 20px 0 0 125px;
				background-position: 20px 0px;
				color: #000;
			}
			
			#inkJet a:hover {
				text-decoration: none;
				color: #0099ff;
			}
			
			#fb {
				background: url(../images/inkjets-fb.jpg) no-repeat;
			}
			
			#rc {
				background: url(../images/inkjets-rc.jpg) no-repeat;
			}
			
			#inkJet #crystaljet {
				background: url(../images/inkjets-crystaljet.jpg) no-repeat  43px 0px;
				font-weight: normal;
				padding: 5px 0 0 165px;
			}
			
		#col4 {
			width: 220px;
			height: 250px;
			padding: 50px 0 0 20px;
			float: left;
			border-right: 1px solid #ddd;
			border-bottom: 1px solid #ddd;
			border-top: 1px solid #ddd;
			background: url(../images/othersites.gif) #fff no-repeat 20px 20px; 
		}
		
		.furthersite #col4 {
			width: 223px;
		}
	
	#smallFooter {
		height: 25px;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		font-size:10px;
		padding: 6px 0 0 0;
	}
	
		#smallFooter a {
			color: #000;
		}
		
		#smallFooter a:hover {
			text-decoration: none;
			color: #0099ff;
		}
		
		#smallFooter span {	
			float: right;
		}
		
		#smallFooter span.footerLeft {
			float: left;
		}
		
	#siteBottom {
		font-size: 10px;
		width: 100%;
		height: 50px;
		float: left;
		background: url(../images/cards.jpg) top right no-repeat;
	}
	
	#otherSites select {
		border: 1px solid #999;
		font-size: 10px;
	}

.productCatBox
{
	width:100%;
	background-color:#f0f0f0;
	margin-bottom:10px;
	display:inline-block;

}
.productCatBox2
{
	width:100%;
	background-color:#dff2ff;
	margin-bottom:10px;
	display:inline-block;

}
.mynav7
{
		border-bottom: 1px solid;
		border-color: #40b3ff;
}
h2
{
/*text-transform:uppercase;*/
line-height:25px;
font-size:22px;}

label.error { float: left; clear: both;color: red; padding-left: 3px; vertical-align: top; }