/* CSS Document */

/* set all padding and margin to 0 */
* { 
	margin: 0;
	padding: 0;	

}

img { /* set all images to display as block elements initially, over-ride to inline as required */
	
	display: block;	
}

	
.clearFloat {
		
	clear: both;	
}
	

body {

	background-color: #FFFFFF;
	font: normal normal normal 12px Arial, Geneva, sans-serif; 
	color: #3C3C3C;	
	margin-bottom: 0px;
	margin-top: 0px;
	
}
	
body a {
	
	text-decoration: none;
	outline: none;
}
	
body a img {
		
	border: 0;	
}
	
	
.sitelink a {

	text-decoration: underline;
	color: #3C3C3C;
}
	
	
.sitelink a:hover {

	text-decoration: underline;
}

.sitelink a.small {
	
	font-size: 11px;
	letter-spacing: 2px;
	font-weight: bold;
}


.largerFont {

	font-size: 14px;	
}


.smallerFont {

	font-size: 11px;	
}

.standardFont {

	font-size: 12px;
}

.bold {
	
	font-weight: bold;
	
}

.nobold {
	
	font-weight: normal;
	
}

.green {
	
	color: #338F1D;
}


.alert {
	
	color: #FF0000;

}

h1 {

	font-size: 16px;
	padding-bottom: 10px;	
	color: #3C3C3C;
	border: 0px solid red;
	display: block;
}

h2 {

	font-size: 16px;
	padding-bottom: 10px;	
	color: #3C3C3C;
	border: 0px solid red;
	display: block;
}


h3 {

	font-size: 12px;
	padding-bottom: 10px;	
	color: #575757;	
}

h3.centreText {

	text-align: center;
	padding: 0;
}



.leftMargin5 {
	
	margin-left: 5px;	
}

.topMargin5 {
	
	margin-top: 5px;	
}

.topMargin10 {
	
	margin-top: 10px;	
}

.topMargin15 {
	
	margin-top: 15px;	
}

.topMargin25 {
	
	margin-top: 25px;	
}

.topMargin30 {
	
	margin-top: 30px;	
}

.bottomMargin10 {
	
	margin-bottom: 10px;	
}

.leftpad5 {
	
	padding-left: 5px;	
}

.leftpad10 {
	
	padding-left: 10px;	
}

.leftpad15 {
	
	padding-left: 15px;	
}


.toppad5 {
	
	padding-top: 5px;	
}

.toppad10 {
	
	padding-top: 10px;	
}

.toppad20 {
	
	padding-top: 20px;	
}

.toppad25 {

	padding-top: 25px;	
}

.bottompad5 {
	
	padding-bottom: 5px;	
}

.bottompad10 {
	
	padding-bottom: 10px;	
}

.bottompad20 {
	
	padding-bottom: 20px;	
}

.bottompad25 {

	padding-bottom: 25px;	
}

.italicFont {
	
	font-style: italic;
	
}

table td.topAlign {
	
	vertical-align: top;	
}

.centerText {
	
	text-align: center;
}





/* the shell is set width auto left and right margins to centre the div on the screen */

#shell {
	
	display: block;		
	width: 970px;
	margin-left:   auto;
	margin-right:   auto;
	background-color: #FFFFFF;
	background-image: url(images/topShadow.gif);
	background-repeat: no-repeat;
	background-position: top;	
	/* border: 1px solid red; */
}


#wrapper {
	
	position: relative;
	display: block;		
	width: 970px;
	background-image: url(images/pageShadow.gif);
	background-repeat: repeat-y;
	position: relative;
	
}


#topNavHolder {
	
	width: 970px;
	height: 150px;
	position: relative;
	left: 0px;
	z-index: 50;
	display: block;

}

#contactGirl {
	
	position: absolute;
	top: 0px;
	right: 0;
	z-index: 100;	
}

#mainMenu {
	
	width: 970px;
	height: 62px;
}

#mainMenu li {
	
	display: inline;	
}

#mainMenu li img {
	
	display: inline;
	border-right: 1px solid #D4D4D4;
}

#slideshowHolder {
	
	width: 970px;
	height: 266px;	
	position: relative;

}



#slideShowContainer {
	
	width: 746px;
	height: 266px;
	background-repeat: no-repeat;
	background-position: top left;
	z-index: 0;
	position: relative;
	top: 0px;
	left: 0px;
	background-color: #000000;
}


#slideshow {
	
	position: relative;
	top: 0px;
	left: 0;	
	z-index: 5;
	width: 746px;
	height: 266px;

}

#insetMenu {
	

	width: 224px;
	height: 266px;
	
	position: absolute;
	top: 0;
	left: 746px;
		
}



#insetMenu a {
	
	display: block;
	position: relative;
	width: 224px;
	
}



		
#contentMain {
		
	position: relative;
	top: 0px;
	/* border: 1px solid red; */
	width: 970px;
	background-image: url(images/siteBackground.gif);
	background-repeat: repeat-y;


}

#contentMain p {
	
	text-align: justify;
	background-color: transparent;	
}

#contentMain a:hover{

	color: #575757;		
}

#leftCol {
	
	border: 0px solid yellow;
	width: 227px;	
	position: relative;
	top: 0;
	left: 25px;
	margin-right: 20px;

}


#centerCol {
	
	width: 472px;	
	float: right;
	border: 0px solid green; 
	padding-top: 25px;
	padding-right: 0px;	
}

#centerCol.twoThirds {

	width: 660px;
	padding-right: 20px;	
}

#rightCol {
	
	width: 184px;
	padding-left: 5px;
	padding-right: 20px;
	margin-left: 15px;
	display: block;
	padding-top: 5px;
	float: right;
	border: 0px solid red;
}

#rightCol p {
	
	text-align: left;
	
}

#rightCol div.rightColText {
	
	padding-top: 20px;
	border: 0px solid red;
}	

#rightCol div.rightColText p {
	
	border-bottom: 1px solid #C9C9C9;
	padding: 10px 0;	
}

#rightCol div.rightColText p.noBotBorder {
	
	border-bottom: 0px solid #C9C9C9;
	
}

#rightCol div.rightColText img.product {
	
	padding: 5px;
	border: 1px solid #D2D2D2;
	margin-bottom: 10px;	
}

#sieveSelection {
	
	position: relative;
	
}

#sieveSelection select {
	
	margin-top: 15px;
	width: 150px;	
}

#aperture {
	
	margin-top: 15px;
	width: 142px;
	padding-left: 5px;
	padding-bottom: 2px;	
	
}

#sieveSearch {
	
	width: 101px;
	height: 32px;	
	border: 0;
	position: relative;
	top: 15px;
	left: 0px;
	margin: 0;
	cursor: pointer;
	margin-bottom: 25px;
}

#reset {
	
	width: 101px;
	height: 32px;	
	border: 0;
	position: relative;
	top: 15px;
	left: 0px;
	margin: 0;
	cursor: pointer;
	margin-bottom: 25px;
}

#orderNow {
	
	width: 101px;
	height: 32px;	
	border: 0;
	position: absolute;
	bottom: -60px;
	right: 0px;
	margin: 0;
	cursor: pointer;
	margin-bottom: 20px;
}

#enquire {
	
	width: 101px;
	height: 32px;	
	border: 0;
	position: absolute;
	bottom: -60px;
	right: 0px;
	margin: 0;
	cursor: pointer;
	margin-bottom: 20px;
}


#byCredit {
	
	width: 158px;
	height: 32px;	
	border: 0;
	position: absolute;
	bottom: 0px;
	left: 145px;
	margin: 0;
	cursor: pointer;
	
}

div.searchResult {
	
	background-image: url(images/result_background.gif);
	background-repeat: no-repeat;
	background-position: top right;
	width: 478px;
	height: 105px;	
	margin-bottom: 8px;
	position: relative;
	top: 6px;
	left: 0;
	display: block;
	/*border: 1px solid red;*/
	
}

table.sieveDetails {
	
	width: 390px;
	position: absolute;
	top: 5px;
	left: 100px;
	border-collapse: collapse;
		
}

table.sieveDetails td {
	
	width: 100px;	
	font-size: 11px;
	position: relative;
	border: 0px solid red;
}

table.sieveDetails td.narrow {

	width: 50px;	
}

table.sieveDetails td input.orderQty {

	width: 26px;	
}

table.sieveDetails td input.fadeMe {

	width: 85px;
	height: 18px;
	background-image: url(images/addToOrder.jpg);
	background-color: transparent;
	border: none;
	display: block;
	margin-left: 56px;
}



#newsRegisterContainer div {
	
	border: 0px solid #ABACB1;
	width: 180px;
	
}

#newsRegisterContainer div p.inputHolder {
	
	padding: 0;
	color: #4C4B4D;
	border: 0px solid white;
	position: relative;
	height: 39px;
	top: 10px;
}

#newsRegisterContainer div p.submitHolder {

	position: relative;
		
	
}

#newsRegisterContainer div p.textOnly {
	
	border: 0px solid red;

	padding-top: 10px;
	font-size: 12px;		
}



#newsRegisterContainer div form p img.endImage {
	
	display: inline;
	position: absolute;
	top: 0px;
	right: 0;
	height: 32px;
	border: 0px solid white;
}


#newsRegisterContainer div form p input {
	
	border: 0px solid #A9ABAF;
	color: #9C9DA0;
	height: 33px;
	width: 160px;
	padding-top: 5px;
	padding-left: 0px;
	position: absolute;
	top: 0px;
	left: 10px;
	margin-top: 0px;
	background-image: url(images/inputShadow.gif);
	background-repeat: repeat-x;
}

#newsRegisterContainer div form p input.sendRegister {

	display: block;	
	position:relative;
	width: 101px;	
	border: none;
	cursor: pointer;
	height: 32px;
	background-color: transparent;
	border: 0px solid red;
	left: 0;
	margin-top: 10px;
}


#QContainer div {
	
	border: 0px solid #ABACB1;
	width: 180px;
	
}

#QContainer div p.inputHolder {
	
	padding: 0;
	color: #4C4B4D;
	border: 0px solid white;
	position: relative;
	height: 39px;
	top: 10px;
}

#QContainer div p.submitHolder {

	position: relative;
		
	
}

#QContainer div p.textOnly {
	
	border: 0px solid red;

	padding-top: 10px;
	font-size: 12px;		
}



#QContainer div form p img.endImage {
	
	display: inline;
	position: absolute;
	top: 0px;
	right: 0;
	height: 32px;
	border: 0px solid white;
}


#QContainer div form p input {
	
	border: 0px solid #A9ABAF;
	color: #9C9DA0;
	height: 33px;
	width: 160px;
	padding-top: 5px;
	padding-left: 0px;
	position: absolute;
	top: 0px;
	left: 10px;
	margin-top: 0px;
	background-image: url(images/inputShadow.gif);
	background-repeat: repeat-x;
}

#QContainer div form p input.sendRegister {

	display: block;	
	position:relative;
	width: 101px;	
	border: none;
	cursor: pointer;
	height: 32px;
	background-color: transparent;
	border: 0px solid red;
	left: 0;
	margin-top: 10px;
}


#QContainer p.contactText {
	
	width: 180px;
	display: block;
	height: 100px;
	position: relative;
	border: 0px solid red;
	margin-top: 10px;
	background-image: url(images/textareaInputShadow.gif);
	background-repeat: repeat-x;
	background-color: transparent;
	
}

#QContainer p.contactText img.textareaendImage {
	
	display: inline;
	position: absolute;
	top: 0px;
	right: 0;
	height: 99px;
	border: 0px solid white;

}


#QContainer p textarea {
	
	
	width: 160px;
	border: 0px solid #A9ABAF;
	color: #9C9DA0;
	height: 80px;
	padding-top: 9px;
	padding-left: 0px;
	position: absolute;
	top: 3px;
	left: 10px;
	margin-top: 0px;

}



	
#orderDetails {
	
	position: relative;	
	border: 1px solid #B3B3B3;
	padding: 10px;
}

table.orderedItem {
	
	width: 640px;
	color: #000000;
	border: 0px solid red;
}

table.orderedItem td {

	padding: 5px 0;
	vertical-align: top;
	border: 0px solid red;
	
}


table.orderedItem td.thumb img {
	
	cursor: pointer;
	margin-left: 25px;	
}

table.orderedItem td.centered {
	
	text-align: center;	
}

table.orderedItem td.right {
	
	text-align: right;	
}

table.orderedItem td.postageMessage {
	
	text-align: center;
	font-size: 14px;
	padding-bottom: 20px;
	padding-top: 20px;
}


table.customerDetails {
	
	width: 600px;
	border-collapse: collapse;
	
}
	
table.customerDetails td {
	
	width: 300px;
	padding: 3px 0;
		
}

table.customerDetails td img {

	padding-top: 10px;
}

#orderList {
	
	list-style: none;
	padding-top: 60px;
	
}

#orderList li {
	
	padding-bottom: 10px;	
}

#postageRates {
	
	list-style: none;
	font-weight: bold;
	font-size: 12px;		
	margin-bottom: 20px;
	padding-left: 30px;
}

#postageRates li {

	padding: 10px 0px;
	color: #1356A6;
	
}


input.updateButton {
	
	width: 101px;
	height: 32px;	
	border: 0;
	position: relative;
	top: 0px;
	left: 212px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;	
}


#reviewOrder {
	
	position: absolute;
	bottom: 1px;
	right: 1px;		
}



#miniOrder {
	
	width: 140px;
	display: block;
	margin: auto;
	position: relative;
	margin-top: 30px;
	
}

#miniOrder td {
	
	text-align: center;	
	
}

#miniOrder td.halfWidth {
	
	width: 70px;	
	
}

#miniOrder td.right {

	text-align: right;	
}

#miniOrder td.left {

	text-align: left;	
}



div.orderButtons img {
	
	margin-top: 10px;
	display: inline;
}

div.orderButtons div {
	
	position: absolute;
	right: 20px;	
}


#paymentButtons {
	
	border: 0px solid red;
	position: relative;
	margin-top: 30px;
	
}

#paymentButtons div img.secure {
	
	position: absolute;
	left: 310px;
	bottom: 0px;
		
}

#footer {
	
	width: 970px;
	height: 142px;
	background-image: url(images/footerBackground.jpg);
	background-repeat: no-repeat;	
}


#footerMenu {
	
	height: 15px;
	list-style: none;
	border: 0px solid red;	
	position: relative;
	top: 12px;
	margin-left: 15px;
	
}

#footerMenu li {
	
	display: inline;
	
}


#footerMenu li a {
	
	color: #399E21;	
	font-weight: bold;
	padding: 0 10px;
}

#footerMenu li a:hover {
	
	color: white;
	
}


.alignButton {
	
	position: relative;
	top: -20px;
	left: 20px;	
	
}

div.highslide-html-content p {
	
	padding-top: 10px;	
}

#productCategory {
	
	width: 225px;	
	list-style: none;
	padding-top: 20px;
	border: 0px solid red;
	
}

#productCategory li {
	
	
	background-repeat: no-repeat;
	height: 33px;
	width: 225px;
	position: relative;
	display: block;
	top: 0;
	left: 0px;
	margin-bottom: 5px;


}

#productCategory li a {

	width: 225px;
	display: block;	
	font-size: 14px;
	color: #3C3C3C;
	font-weight: bold;
	text-align: left;
	padding-top: 8px;
	padding-left: 10px;
	position: relative;
	z-index: 10;
	background-color: transparent;
	
}

#productCategory li a:hover {
	
	color: #338F1D;
	
}


ul.generalList {
	
	margin-top: 30px;
	margin-left: 10px;
	padding-left: 10px;	
	list-style-type: square;	
}

ul.generalList li {
	
	padding: 5px 0;	
}






#comments {
	
	width: 400px;
	height: 150px;	
}


#enqDetails {
	
	width: 472px;	
	border: 1px solid #B3B3B3;	
	background-color: #F3F3F3;

}

#enqDetails td {
	
	border: 0px solid red;
	padding-left: 10px;
	font-weight: bold;

}

#enqDetails td.normalWeight {
	
	font-weight: normal;
	
}

#enqDetails td.rightCell {
	
	padding-left: 0;
	border: 0px solid blue;
		
}
#contactForm table tr td p {
	
	display: block;
	position: relative;	
	width: 215px;
	border: 0px solid red;

}


#contactForm table tr td p img.endImage {
	
	display: inline;
	position: absolute;
	top: 0px;
	right: 0;
	height: 32px;
	border: 0px solid white;
}


#contactForm table tr td img.captchaImage {
	
	border: 0px solid red;
	position: relative;
	left: 0;
	margin: 8px 0;	
}


#contactForm table tr td p input {
	
	width: 195px;
	border: 0px solid red;
	color: #9C9DA0;
	height: 23px;
	padding-top: 9px;
	padding-left: 0px;
	position: absolute;
	top: 0px;
	left: 10px;
	margin-top: 0px;
	background-image: url(images/inputShadow.gif);
	background-repeat: repeat-x;
	background-color: transparent;
}


#contactForm table tr td p input.sendRegister {
	
	
	width: 101px;
	height: 32px;
	position: relative;
	top: 0;
	left: 0;
	
	
}



#contactForm table tr td p.contactText {
	
	width: 443px;
	display: block;
	height: 120px;
	position: relative;
	border: 0px solid red;
	background-image: url(images/textareaInputShadow.gif);
	background-repeat: repeat-x;
	background-color: transparent;
	
}

#contactForm table tr td p.contactText img.textareaendImage {
	
	display: inline;
	position: absolute;
	top: 0px;
	right: 0;
	height: 99px;
	border: 0px solid white;

}


#contactForm table tr td p textarea {
	
	
	width: 420px;
	border: 0px solid #A9ABAF;
	color: #9C9DA0;
	height: 80px;
	padding-top: 9px;
	padding-left: 0px;
	position: absolute;
	top: 3px;
	left: 10px;
	margin-top: 0px;

}

#recalculate {
	
	cursor: pointer;	
}


div.purchaseSteps {
	
	position: relative;	
	margin-bottom: 10px;
	background-color: #EEEEEE;
}

div.purchaseSteps img {
	
	cursor: pointer;	
}

div.purchaseSteps p {
	
	position: absolute;
	top: 8px;
	left: 90px;
	color: white;
	background-color: transparent;	
	cursor: pointer;	
}

div.purchaseSteps p.apertureText {
	
	position: relative;
	border: 1px solid #7E7E7E;
	color: #3C3C3C;	
	left: 0;
	top: 0;	
	padding-left: 90px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-right: 5px;
	cursor: default;	

}


#buyingSteps {
	
	margin-bottom: 20px;
	position: relative;
	left: -5px;	
	
}

#buyingSteps img {
	
	display: none;
	
}



