/*****************************

Site design by XTK Development
www.xtkdevelopment.com

*****************************/

.hiddenPic { display: none;}

body {

	
	background-color: #0a304c;
	background-image: url(siteimgs/bg.jpg);
	background-position: center;
	background-repeat: repeat;
	padding: 0px;
	border: none;	


	

	behavior: url(csshover.htc);
	
	
}



.pageContainer {

	position: absolute;
	background-repeat: repeat-y;
	margin: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
	border: none;
	top: 0px;
	left: 50%;
	margin-left: -414px;
	width: 842px;

}

.topShadow {
	position: relative;
	width: 842px;
	height:18px;
	background: url(/siteimgs/bgTop.png) no-repeat bottom;
	margin-bottom: -1px;

}

.header {
	padding: 2px;
}


.breadCrumb {

	background-color: #ebf0b6;
	margin-top: 2px;
	margin-left: 2px;
	padding: 0px 5px 0px 5px;	
	color: #c5912b;
	font-weight: bold;
	width: 786px;
	overflow: hidden;
	font-size: small;
}

.breadCrumb a:link {color: #c5912b;}
.breadCrumb a:hover {color: #c5912b;}
.breadCrumb a:visited{color: #c5912b;}

.emptyCrumb {
	position: relative;
	background-color: #ebf0b6;
	margin-top: 2px;
	margin-left: 2px;
	padding: 0px 0px 0px 0px;
	height: 5px;
	width: 796px;
	color: #c5912b;
	overflow: hidden;
}

.page {


	background-repeat: repeat;
	background-image: url(/siteimgs/bg.png);
	padding-left: 21px;
	padding-right: 21px;
	width: 800px;

}

.pageContent {
	
	margin: 2px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.pageContent h1 {
	font-variant: small-caps;
	text-align: center;
	color: #c5912b;
	margin: 0px;
	padding: 10px 0px 5px 0px;
	
}

.pageContent h2 {
	font-variant: small-caps;
	text-align: center;
	color: #c5912b;
	margin: 0px 0px 5px 0px;
	padding: 10px 0px 5px 0px;
}

.pageContent h3 {
	font-variant: small-caps;
	color: #c5912b;
	margin: 0px;
	padding: 10px 0px 5px 0px;
	margin-left: 73px;
}

.pageContent h4 {
	font-variant: small-caps;
	color: #c5912b;
	margin: 0px;
	padding: 10px 0px 5px 0px;
	text-align: center;
	

}

.footer {
	margin: 0px;
	padding: 2px;
	overflow: hidden;
}

.footerFill {
	padding: 0px;
	margin: 0px;
	height: 5px;
	background-color: #21512f;
	position: relative;
	overflow: hidden;
}
	

.bottomShadow {


	background: url(/siteimgs/bgBottom.png) no-repeat top;
	width: 842px;
	height: 31px;
	
}

.seperatorTop {

	background-image: url(/siteimgs/seperatorTop.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 35px;
	width: 100%;
	
	margin-bottom: 20px;

}

.seperatorBtm {

	background-image: url(/siteimgs/seperatorBtm.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 35px;
	width: 100%;
	margin-top: 20px;
	

}

p {
	color: #442d04;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: smaller;
}

p a {
	
	

}

.widePara {

	margin-left: 73px;
	width: 650px;
	text-align: justify;
	
	

}

.wideBox {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 73px;
	width: 650px;
}

.wideBox img {

	float: left;

}

.narrowPara {

	margin-left: 148px;
	width: 500px;
	text-align: justify;
}

.paddedPara {
	padding-left: 10px;
	padding-right: 10px;
}

.clearer { clear: both;}



.centerDiv {
	margin-left: auto;
	margin-right: auto;
	width: 500px;
}

/************
IMAGE CAROUSEL
**************/
.imageCarousel
{
	width: 650px;
	height: 140px;
	margin: auto;
	border: #c5912b solid 1px;
}

.imageCarousel div div div {
	width: 140px;
	height: 139px;
	overflow: hidden;
	padding: 0px;
	
	
}



.carouselLandscape {
	display: block;
	width: 100px;
	height: 70px;
	margin: auto;
	margin-top: 30px;
}

.carouselPortrait {
	display: block;
	width: 70px;
	height: 100px;
	margin: auto;
	margin-top: 10px;
}

.carouselProduct{
	display: block;
	
	margin: auto;
	margin-top: 27px;
}

/****************
TOC for Site navigation 
****************/
.tocBanner {
	position: absolute;
	top:0px;
	left:23px;
	
	background-repeat: repeat;
	background-image: url(/siteimgs/tocBg.png);
	
	margin-top: 133px;
	width: 796px;
	height: 24px;
}

.toc {
	position: absolute;
	top:0px;
	left: 17px;
	
	margin-top: 133px;
	width: 796px;
	
	font-variant: small-caps;
	font-weight:bold;
	font-size: 14px;
	
	color: #FFF;
	z-index: 9999999;
}

.toc a:link { color: #FFF; text-decoration: none;}
.toc a:visited {color: #FFF; text-decoration: none;}
.toc a:hover{ color: #7bb53e; }

.toc ul {  
	margin: 0px;
	padding: 0px 0px 0px 15px;
	width: 781px;
	
}

.toc li {
	position: relative;
	margin: 2px 10px 2px 10px;
	padding: 0px;
	float: left;
	list-style: none;

}


.toc a {
	display: block;
}


.toc ul ul {
	text-align: left;
	position: absolute;
	width: 12em;
	display: none;
	padding: 0px;
	margin: 0px;

	
	
}

.toc ul li div {
	
	background: red;
	width: 796px;
	left: 0px;
	margin-left: 0px;
	position: absolute;
}

.toc li li {
	visibility: visible;
	width: 12em;
	margin: 0px;
	padding: 3px;
	background-color: #f4fff7;
	list-style: none;
	border: solid 2px #21512f;
	
}

.toc li li a:link { color: #c5912b; text-decoration: none;}
.toc li li a:visited {color: #c5912b; text-decoration: none;}
.toc li li a:hover{ color: #21512f; }

.toc ul.level1 li.submenu:hover div.level2 {display: block;}

.tocSubmenu {
	border: solid 5px #184222;
	display: none; 
	position: absolute; 
	left: 23px; 
	top: 156px; 
	width: 786px; 
	background: #f0f7e7 ; 
}

.submenuChoice {
	padding: 5px;
	margin: 5px;

}

.submenuChoice li {
	height: 25px;
	float: left;
	margin-bottom: 2px;
	padding-top: 3px;
	padding-left: 4px;
	padding-right: 5px;
	background: url(/siteimgs/seperatorLine.gif) no-repeat  ;
	background-position: 100% 50%;
	list-style: none;
	white-space: nowrap;
}

.submenuChoice li a { color: #c5912b; text-decoration: none;}
.submenuChoice li a:link { color: #c5912b; text-decoration: none;}
.submenuChoice li a:visited { color: #c5912b; text-decoration: none;}
.submenuChoice li a:hover { color: #21512f;  text-decoration: underline;}



/*************
Floating divs for gallery and displays etc
*********************/
.picDisplayWrap {
	padding: 10px 30px 20px 30px;
}

.picDisplayWrap img { border: #c5912b solid 1px; }
.picDisplayWrap img:hover { border: #21512f solid 1px; }

.picDisplayWrap a { color: #c5912b; font-weight: bold; text-decoration: none; }
.picDisplayWrap a:link { color: #c5912b; }
.picDisplayWrap a:visited { color: #c5912b; }
.picDisplayWrap a:hover { color: #21512f;}

.picDisplayWrap p {
	
}

.display3short {
	width: 245px;
	height: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	text-align: center;
	font-variant: small-caps;
}



.display3 {
	width: 245px;
	height: 210px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	text-align: center;
	font-variant: small-caps;
}


.display4 {
	width: 173px;
	height: 195px;
	padding-top: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
	text-align: center;
}

.display4at620 {
	width: 140px;
	height: 200px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	text-align: center;
	font-variant: small-caps;
}

.display5{
	display: table-cell;
	width: 137px;
	height: 180px;
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
	text-align: center;
	vertical-align: middle;
	font-size: smaller;
	
	
}

.display5short {
	display: table-cell;
	width: 137px;
	height: 100px;
	overflow: hidden;
	padding-top: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
	text-align: center;
	vertical-align: middle;
}




.display5 a  { vertical-align:middle; display: table-cell; color: #c5912b; font-weight: normal; text-decoration: none; }

.productDisplayWrap {
	padding: 0px;
	width: 560px;
	margin: auto;
	margin-top: 20px;
}

.productDisplayWrap h4 {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	color: #c5912b;
}

.displayRows {
	margin: 5px;
	padding: 5px;
	width: 100%;
	height: 120px;
	background: #f8f4ec;
}

.displayRows table{
	margin-top: 5px;
}

.displayRows th{
	text-align: right;
	color: gray;
	font-weight: normal;
	font-family: "Arial";
	font-size: small;
	
}

.displayRows td{
	font-weight: normal;
	font-family: "Arial";
	font-size: small;
	color: #39230a;
}

.displayRows p{

	margin-left: 20px;
	
}

.displayRows img{

	float: left;
	margin-right: 20px;
}

.productInfoTable{
	
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.productInfoTable th{
	text-align: right;
	color: gray;
	font-weight: normal;
	font-family: "Arial";
	font-size: small;
	
}

.productInfoTable td{
	
	text-align: center;
	font-family: "Arial";
	font-size: small;
	color: #39230a;
}

.pQuantityTable th {
	color: white;
	width: 20%;
	background:#39230a; 
	padding: 3px 10px 3px 3px;
}

.pQuantityTable .qtyTh{
	text-align: center;
}
/**********************
PICTURE FRAMES AND DISPLAY
**********************/
.pictureFrame {
	border: 1px #c5912b solid;
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding: 10px 0px 10px 0px;
}

.picFrameN {
	background: url(siteimgs/imgFrameBg_n.gif) top left no-repeat;
	padding: 0px;
}

.picFrameS {
	background: url(siteimgs/imgFrameBg_s.gif) bottom left repeat-y;
	width: 610px;
	margin: auto;
	
	
}

.picFrameE {
	background: url(siteimgs/imgFrameBg_e.gif) top right no-repeat;
	
	padding: 4px 5px 2px 5px;
}

.picFrameW{
	background: url(siteimgs/imgFrameBg_w.gif) left no-repeat;
	padding: 0px;
	
	
}



.desFrameN {
	background: url(siteimgs/desFrame_n.gif) top left no-repeat;
	padding: 15px;
}

.desFrameS {
	background: url(siteimgs/desFrame_s.gif) bottom right no-repeat;
}

.desFrameE {
	background: url(siteimgs/desFrame_e.gif) top right no-repeat;
	width: 610px;
	margin: 0px auto 20px auto;
	
}

.desFrameW {
	background: url(siteimgs/desFrame_w.gif) left bottom no-repeat;
	
}

.pictureInfo {
	border-bottom: 1px #c5912b solid;
	border-left: 1px #c5912b solid;
	border-right: 1px #c5912b solid;
	margin-left: 72px;
	margin-right: 72px;
	padding: 3px 0px 3px 5px;
	font-variant: small-caps;
	font-weight: bold;
	color: #c5912b;
	overflow: visible;
}

.picInfoHead a {
	display: inline-block;
	background: #c5912b;
	font-variant: small-caps;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding: 1px 5px 1px 5px;
}

.picInfoHead a:visited {
	display: inline-block;
	background: #c5912b;
	font-variant: small-caps;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding: 1px 5px 1px 5px;
}

.picInfoHead a:hover {
	background: #21512f;
}

.picInfoHead {
	margin: 3px;
	padding: 5px;
	background: #c5912b;
	font-variant: small-caps;
	font-weight: bold;
	vertical-align: top;
	color: #fff;
}


.picInfoData {
	vertical-align: top;
	padding: 5px;
}

.picInfoData:hover {
	background: #fffcf6;
}

/*********************
Forms Formatting
**********************/
.formBox {
	width: 335px;
	float: left;
	margin: 10px 30px 10px 30px;
}

.formBoxAddress
{
	border: 1px solid #c5912b;
}

.formHeader {
	background: #c5912b;
	color: white;
	padding: 2px 10px 2px 10px;
	font-variant: small-caps;
	font-weight: bold;
	
}

.formContent {
	padding: 10px 0px 10px 0px;
}

.labelCell {
	vertical-align: middle;
	font-variant: small-caps;
	color: #c5912b;
	padding-right: 10px;
}

.inputCell {
	vertical-align: middle;
	padding-bottom: 10px;
}

.formComp {
	background: #fff;
	border: solid #c5912b 1px;
}

.formComp:focus {
	background: #f6f3cb;
	border: solid #c5912b 1px;
}

.formError {
	color: #b01c1c;
}

.submitBtn {
	width: 120px;
	height: 50px;
	background: url(/siteimgs/submitBtn.jpg);
	border: none;
	color: white;
	font-variant: small-caps;
	font-weight: bold;
	font-size: x-large;
	font-family: Times;
}

.submitBtn:hover {
	background: url(/siteimgs/submitBtnHover.jpg);
}



/******************
White links
********************/

.whiteLinks:link { color: #FFF;	}
.whiteLinks:hover { color: #21512f;	}
.whiteLinks:visited { color: #FFF; }

/*****************
Styling for the WELCOME PAGE
********************/
.welcomeBox {

	text-align: center;
	color: #c5912b;
	padding: 0px 0px 10px 0px;

}

.welcomeBox h1 {
	
	margin: 0px;
	padding: 0px;
	
	font-variant: small-caps;
}

.welcomeBox p {
	margin: 5px 50px 5px 50px;
	padding: 0px;
	font-family: Arial;
}

.welcomeChoiceBox {
	position: relative;
	width: 650px;
	margin: 10px 0px 10px 70px;
}

.welcomeChoiceHeader { 
	width: 650px;
	text-align: center;
	background-color: #261313;
}
.welcomeChoiceBox h1 {font-variant: small-caps; color: #c5912b; padding: 2px; margin: 0px;}
.welcomeChoiceBox h3 {font-variant: small-caps; padding: 4px; margin: 0px; color: #FFF;}
.welcomeChoiceBox a { width: 100%; height: 100%; display: block;  small-caps; color: #FFF; text-decoration: none;}
.welcomeChoiceBox a:link {font-variant: small-caps; color: #FFF; text-decoration: none;}
.welcomeChoiceBox a:visited {font-variant: small-caps; color: #FFF; text-decoration: none;}
.welcomeChoiceBox a:hover {font-variant: small-caps; color: #21512f; text-decoration: none;}


.welcomeChoiceFooter {  height: 10px; background-color: #261313;}

.welcomeChoiceLeft {
	margin: 2px 0px 2px 0px;
	width: 323px; 
	padding: 3px;

	background-color: #823; 
	text-align: center;
	vertical-align: top;
}

.welcomeChoiceLeft:hover {
	background-color: #21512f; 
}

.welcomeChoiceMiddle {
	margin: 2px 0px 2px 0px;
	width: 323px; 
	padding: 3px;

	background-color: #815095; 
	text-align: center;
	vertical-align: top;
}

.welcomeChoiceMiddle:hover {
	background-color: #21512f; 
}

.welcomeChoiceRight {
	margin: 2px 0px 2px 4px; 
	width: 323px; 
	padding: 3px;
	background-color: #1c1c64; 
	text-align: center;
	vertical-align: top;
	
}

.welcomeChoiceRight:hover {
	background-color: #21512f; 
}

.welcomeDisplay {display: none; border: #823 double 1px; width: 400px; padding: 10px; margin-top: 50px; background: #fff;}


/**************************
PRODUCT PAGE
***************************/



.backToCat {
	float: left;
	margin-left: 15px;
	/*border: solid #c5912b 3px;*/
	width: 200px;
	height: 25px;
	text-align: center;
	vertical-align: middle;
}

.goToEnquiry {
	float: right;
	margin-right: 15px;
	border: solid #c5912b 3px;
	width: 200px;
	height: 25px;
	text-align: center;
	vertical-align: middle;
}

.proLinks {
	font-variant: small-caps;
	color: #c5912b;
	text-decoration: none;
	font-weight: bold;
	
}

.proLinks:hover {
	font-variant: small-caps;
	color: #21512f;
	
}

.proLinks:visited {
	font-variant: small-caps;
	color: #c5912b;
	
}

.centreAlignWrap {
	text-align: center;
	vertical-align: middle;
}

.linkBtn{
	display: block;
	width: 181px;
	height: 32px;
	color: white;
	border: none;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	
}

.viewMoreBtn { background:  url(/siteimgs/pViewMoreProduct.gif) no-repeat ;}
.viewMoreBtn:hover{background: url(/siteimgs/pViewMoreProductHover.gif) no-repeat;}

.makeEnquiryBtn { background:  url(/siteimgs/pMakeEnquiry.gif) no-repeat ;}
.makeEnquiryBtn:hover{background: url(/siteimgs/pMakeEnquiryHover.gif) no-repeat;}

.requestSampleBtn { background:  url(/siteimgs/pRequestSample.gif) no-repeat ;}
.requestSampleBtn:hover{background: url(/siteimgs/pRequestSampleHover.gif) no-repeat;}

.productDescription {

	color: #442d04;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;

}

.productDescription table
{
	border: 1px solid #442d04;
	margin: 10px 0px 10px 0px;
	padding: 0px;
}

.productDescription th
{
	border: 1px solid #442d04;
	margin: 0px;
	background: #442d04;
	color: white;
	padding: 3px;
}

.productDescription td
{
	border: 1px solid black;
	margin: 0px;
	padding: 3px;
}

.productDescription b, .productDescription strong
{
	margin-top: 10px;
	display: block;
}

.productImage{
	width: 600px;
	
}

.productCatMenu {
	width: 150px;
	float: left;
	background: #c5912b url('/siteimgs/productCatBg.gif') no-repeat ;
}

.productCatMenu h3{
	margin: 0px;
	padding: 4px;
	font-size: 14px;
	color: white;
}

.productCatMenu ul{
	list-style: none;
	margin: 0px;
	padding: 0px;

	background: #c5912b;
}

.productCatMenu li{
	margin: 0px;
	padding: 3px;
	border-top: solid 2px white;
	

}

.productCatMenu li li {
	margin-left: 2px;
	
}

.productCatMenu li li li{
	margin-left: 2px;
	padding-left: 15px;
	list-style-position: inside;
	/*background: url(siteimgs/listStar.gif) no-repeat ;*/
	/*background-position: 0% 8%;*/
	font-size: small;
}

.productCatMenu ul ul{
	background: white;
	
}

.productCatMenu a, .productCatMenu a:link, .productCatMenu a:visited {
	display: block;
	color: white;
	text-decoration: none;
	font-weight: bold;
}

.productCatMenu a:hover{
	color: #d1a2f2;
	background: #f8d693;
}

.productCatMenu ul ul a, .productCatMenu ul ul a:link, .productCatMenu ul ul a:visited {
	display: block;
	color:  #c5912b;
}

.productCatMenu ul ul a:hover{
	color: #d1a2f2;
}

.productPageContent{
	margin-left: 150px;
	
}



#productSearchForm{
	border-top: solid white 2px;
	
	padding: 3px;
}

#leftSide {
	width: 11px;
	height: 25px;
	background: url('siteimgs/searchLeft.gif');
	float: left;
	margin-left: 3px;
}

#searchBox {
	width: 100px;
	height: 20px;
	border: 0px;
	padding: 5px 0px 0px 0px; 
	margin: 0px;
	background: url('siteimgs/searchBg.gif');
	float: left;
}

#productSearchSubmit{
	width: 25px;
	height: 25px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	background: url('siteimgs/searchRight.gif');
	float: left;
}

#productSearchSubmit:hover{
	cursor: pointer;
	background: url('siteimgs/searchRightGlow.gif');
}

.productContent{
	width: 600px;
	margin: auto;
	
}
.productContent img{
	width: 250px;
	display: block;
	margin: auto;
	height: auto;
}



/******************************
IMAGE SEARCH DECORATION
******************************/

.searchContainer {
	border: none;
}

.searchContainer td {
	border: none;
	padding: 0px;
	margin: 0px;
}

.searchHeader {
	position: relative;
	margin: 0px -3px 0px 0px;
	padding: 0px;
}


.searchBox {
	height: 19px;
	margin: 0px 0px 0px 0px;
	padding: 1px 3px 1px 10px;

	
	
}

.searchSubmit {
	position: relative;
	margin: 0px 0px 0px -3px;
	padding: 0px;
	width: 26px;
	height: 25px;
	background: url(/siteimgs/imageSearchSubmit.jpg) no-repeat right;
	border: none;
	cursor: pointer;;
}

.searchSubmit:hover {
	background: url(/siteimgs/imageSearchSubmitHover.jpg) no-repeat center;
}

.pageSelectTable
{
	color: #442d04;
	margin-left: 73px;
	width: 650px;
}

.pageSelectTable a
{
	color: #442d04;
	
}

.pageSelectTable a:link
{
	color: #442d04;
	
}

.pageSelectTable a:visited
{
	color: #442d04;
	
}


.pageSelectTable a:hover
{
	color: #21512f;
	
}

/***********************
TESTIMONIALS PAGE
**********************/
.customerCommentTable td {
	padding: 3px;
	font-style: italic;
}

.customerCommentTable th {
	padding: 3px;
}


.customerCommentTable a { color: #c5912b; font-weight: bold; text-decoration: underline;; }
.customerCommentTable a:link { color: #c5912b; }
.customerCommentTable a:visited { color: #c5912b; }
.customerCommentTable a:hover { color: #21512f;}

/********************************
IMAGE PAGE
**********************************/

.pictureOptionTable{
	margin-top: 10px;
}

.idCell {
	display: table-cell;
	background: url(/siteimgs/pIdBg.gif) repeat-x top;
	height: 25px;
	vertical-align: middle;
	padding: 0px 10px 0px 10px;
	color: #442d04;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: smaller;
}

.printsLink {
	display:block;
	background: url(/siteimgs/pPurchasePrint.gif) no-repeat;
	width: 164px;
	height: 25px;
}

.printsLink:hover{
	background: url(/siteimgs/pPurchasePrintHover.gif) no-repeat;
}

.downloadLink {
	display:block;
	background: url(/siteimgs/pDownloadImage.gif);
	width: 159px;
	height: 25px;
}

.downloadLink:hover{
	background: url(/siteimgs/pDownloadImageHover.gif) no-repeat;
}

/********************************
IMAGE INFO PAGE
*********************************/

.infoChoice {
	position: relative;
	width: 650px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: -1px;
	
	
}

.infoLeadingTab {
	display: inline-block;
	position: relative;
	width: 190px;
	height: 26px;
	padding: 2px 10px 0px 10px;
	
	color: #c5912b;
	font-weight: bold;
}

.infoTabCurrent {
	
	display: inline-block;
	background: #fff;
	border-top:  1px solid  #c5912b;
	border-left:  1px solid  #c5912b;
	border-right:  1px solid  #c5912b;
	border-bottom: 1px solid #fff;
	margin: 0px 5px 0px 5px;
	padding: 2px 10px 0px 10px;
	font-variant: small-caps;
	font-weight: bold;
	color: #c5912b;
	
}

.infoTab {
	display: inline-block;
	background: #c5912b;
	border: 1px solid  #c5912b;
	margin: 0px 5px 0px 5px;
	padding: 2px 10px 0px 10px;
	font-variant: small-caps;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

.infoTab:hover {
	background: #21512f;
}

.infoBox {
	
	width: 630px;
	padding: 10px;
	border: 1px solid  #c5912b;
	margin-left: auto;
	margin-right: auto;
}

.noborder {border: none;}
.noborder img{border: none; float: none;}
.noborder img:hover{border: none;}
/***************
To make the site work with IE 5-6
**********************************/

.page, .bottomShadow, .topShadow, .tocBanner { behavior: url(/iepngfix.htc); }


.basketRequestBtn a, .basketRequestBtn a:link, .basketRequestBtn a:active, .basketRequestBtn a:visited   {
	padding-left: 10px;
	display: block;
	background: url("siteimgs/requestSample.png");
	width: 142px;
	height: 28px;
	line-height: 28px;
	color: #473203;
	text-decoration: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	
}

.basketRequestBtn a:hover{
	background: url("siteimgs/requestSampleHover.png");
}

