#leftColumn
{
	background-image: url(../statimages/camouflage.png);
	background-repeat: no-repeat;
	background-position: top left;


}


.leftSidebarContainer {
	background-image: url(../statimages/cat_nav_back_70.png);
	background-repeat: repeat-y;
	background-position: top left;
	padding: 0;
	margin: 0 auto;
	width: 207px;
  /* for IE
  filter:alpha(opacity=70) !important;*/
  /* CSS3 standard
  opacity:0.7 !important; */
}
#leftColumn img.leftNavMenuEnds
{
	margin: 0 auto;
}

#leftColumn h2 {margin:0;padding:0;}
#leftColumn h2#catTitle {
	height: 31px;
	font-weight: 400;
	color: #FFF;
	font-size: 140%;
	margin: 0;
	letter-spacing: 1px;
	padding:0 0 0 18px;
	line-height: 22pt;
}
#newArrivals {
	border: 0px;
	margin: 12px auto 0;
}
#leftContact
{
	background-image: url(../statimages/contact_back.png);
	background-repeat: no-repeat;
	width: 177px;
	height:244px;
	margin: 12px auto 0;
	padding: 15px;
}

#leftColumn h2#addressTitle {
	font-weight: 400;
	color: #818284;
	font-size: 100%;
	margin:0 0 7px 0;
	padding:0;
}
#leftColumn p, #leftColumn form	{
	margin: 	0px;
}
#leftColumn h2
{
	font-family:Arial, Verdana, Helvetica, Times, sans-serif;
	margin:0;
	font-size:0.85em;
	color:#fff;
	font-weight:700;
}


#leftColumn address
{
	font-style:normal;
	color: #fff;
	padding: 0;
	margin: 0;
	font-size:95%;
}
#leftColumn address p {
	margin: 9px 0;
	color: #fff;
}
#leftColumn address span.title
{
	color: #b72025;
	font-weight: 700;
}
#leftColumn address p#contactFreecall {
	font-size:130%;
	color: #ccc;
}
#leftColumn address p#contactFreecall span
{
	font-size:105%;
	color: #f36f23;
	font-weight: 700;
}
#leftColumn address p#contactButtons
{
	margin: 17px 0 0 0 ;
}
#leftColumn address p#contactButtons img#contactenq
{
	display: inline !important;
	float:left;
}
#leftColumn address p#contactButtons img#contactmap
{
	display: inline !important;
	float:right;

}



#leftColumn .boxBody a,
#leftColumn address a
{
	color : #fe913c;
	text-decoration:underline;
}
#leftColumn ul {
	line-height:1.2em;
	font-size:85%;
	margin:0;
	padding:0 1px 12px 0px;
	list-style:none;
	font-family:Arial, Verdana, Helvetica, Times, sans-serif;
	font-weight:400;
}
#leftColumn ul li
{
	margin: 0px;
	padding: 0px;	
}
#leftColumn ul li a {
	display:block;
	font-size: 1.25em;
	display:block;
	color:#fff;
	padding:1px 2px;
	text-decoration:none;
	padding:3px 0 3px 15px;
}
#leftColumn ul li a:hover {
	color:#FFF;
	text-decoration:none;
}
#leftColumn .creditcards
{
	text-align:center;
	margin-bottom:10px;
	padding-bottom:10px;
}
#leftColumn .creditcards span
{
	font-size:0.7em;
	text-align:center;
	display:block;
}

/* *** SEARCH CSS *** */
.littleSearchBox {
  height:49px;
  background-color:transparent;
	color:#68572e;
	 padding:7px 15px 0 15px;
  font-size:85%;
margin: 12px 0;
}


.littleSearchBox #searchform
{
	margin: 7px 0 0 0;
}

.littleSearchBox span
{
	color:#b71e1c;
	padding: 0 0 0 7px;
}
.littleSearchBox label {
	font-weight:bold;
}
.littleSearchBox input#smallFormField {

	font-size:  			0.9em;
	margin: 				0px;
	display:				block;
	height: 21px;
	line-height: 21px;
	width: 157px;
	border: 1px solid #777373;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-left: 8px;
/* 
	This is the design background colour - I've lightened it up slightly so that the caret displays properly on IE. - BW
	background-color: #8b837f;
*/
	background-color: #a59d99;
}

#littleSearchBox  input#smallFormField {
    width:123px;
}
.littleSearchBox  .searchButton
{
  border-width:0 !important;
  	width:auto;
	display : inline;
	float : right;
}

