body {
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: 0px;
	background-color: #ffffff;
	background-image: url(../styleImages/backgrounds/bg.gif);
	background-repeat: repeat;
	background-position: top;

}



#mainSurround {
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	margin: 0px auto;
	padding-top: 68px;
	padding: 14px;
	width: 755px;


}
#pageSurround {
	background-color: #ffffff;
	margin: 0px auto;
	margin-top: 20px;


}
#topHeader {
	background-color: #ffffff;
	text-align: right;
	height: 90px;
	padding: 0px;
	padding-top: 60px;	
	padding-bottom: 0px;
	margin: 0px auto;
	/* SKIN VARIABLE IS cAsE SeNsItIvE */
	background-image: url(../../../skins/Sienna/styleImages/logo/default.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 100%;
}

#siteDocs{
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align:right;
	vertical-align:text-top;
	color: #000000;
	height: 50px;
	border-bottom: 1px solid #E1E1E1;

	
}

#siteFooter{
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	vertical-align:text-top;
	color: #000000;
	height: 80px;
	border-top: 1px solid #E1E1E1;
}

#extraDocs{
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	text-align:center;
}


#paymentaccept{
	margin-top: 10px;
	text-align:center;
	}

#copyright{
	margin-top: 10px;
	text-align:center;
	}
	
	
span.dropcap {
  display:block;
  float:left;
  width:77px;
  height:16px;
  margin-right:5px;
  background-image:url(../../../skins/Sienna/styleImages/welcome.png);
  background-repeat:no-repeat;
  }
span.dropcap span {display:none;}


.boxTitleLeft{
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #70cdcc;
	height: 15px;
	padding: 5px;
}
.boxContentLeft{

	background-color:#FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}


.boxCategories {
	background-color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.colLeft {
	position: relative;
	z-index:5;
	left: 0px;
	width: 110px; 
	float: left;
}
.colMid {
	position: relative;
	width: 100%;
	float: left;
}

.boxContent {
	background-color: #ffffff;
	color: #333333;
    margin-left: -20px;
	width: 100%;
}


.boxContentHome {
	background-color: #ffffff;
	color: #333333;
    margin-left: -20px;
	margin-top: -10px;
	width: 100%;
}





/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	z-index:5;
	left: 0px;
	width: 110px; 
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 100%;
	float: left;
}
/* END CHECK OUT PAGES */
.siteDocs {
	text-align:center;
	margin-top: 7px;
	margin-bottom: 20px;
}
.siteDocsFooter {
	text-align:center;
	margin-top: 7px;
	margin-bottom: 20px;
}
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	text-align:justify;
	background-color: #ffffff;
	text-align: center;
	border: 1px solid #e1e1e1;
	margin: 0px auto;
	padding: 3px;
	float: left;
	width: 99%;
	position:inherit;
}
.subCat {	
	text-align: center;
	padding: 8px;
	float: left;
	width: 110px;
	position:inherit;
}
.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
#imgThumbSpace{
	line-height: 0px;		
}
#imgThumbSpace img {
	padding-right: 3px;
	padding-bottom: 3px;		
}


/*
Start Homepage Link Scroller
*/


.infiniteCarousel {
  width: 565px;
  height: 80px;
  position: relative;


}

.infiniteCarousel .wrapper {
  width: 565px; /* .infiniteCarousel width - (.wrapper margin-left + .wrapper margin-right) */
  overflow: auto;
  height: 110px;
  margin: -30px 0px;
  position: absolute;
  top: 0;
}

.infiniteCarousel ul a img {
  border: 0px solid #000;
}

.infiniteCarousel .wrapper ul {
  width: 840px; /* single item * n */
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  margin:0;
  padding:0;
  position: absolute;
  top: 0;

}

.infiniteCarousel ul li {
  display:block;
  float:left;
  padding: 0px;
  height: 85px;
  width: 190px;
}

.infiniteCarousel ul li img {
}

.infiniteCarousel ul:hover li img {
  border-color: #000;
}

.infiniteCarousel ul:hover li:hover img {
  border-color: #333;
}

.infiniteCarousel ul li a img {
  display:block;
}

.infiniteCarousel .arrow {
  display: block;
  height: 36px;
  width: 37px;
  background: url(images/arrow.png) no-repeat 0 0;
  text-indent: -999px;
  position: absolute;
  top: 37px;
  cursor: pointer;
  outline: 0;
}

.infiniteCarousel .forward {
  background-position: 0 0;
  right: 0;
}

.infiniteCarousel .back {
  background-position: 0 -72px;
  left: 0;
}

.infiniteCarousel .forward:hover {
  background-position: 0 -36px;
}

.infiniteCarousel .back:hover {
  background-position: 0 -108px;
}

/*
End Homepage Link Scroller
*/


/*
Start Search by Price
*/

.catTreePrice {
	margin-bottom: 15px;
	margin-top: -15px;
	width : 150px;
	letter-spacing: 1px
}

.catTreePrice ul, catTree li {
	list-style-type:none;
	margin: 0px;
	padding: 0px;
}

.catTreePriceTop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: 65%;*/
	color: #FFFFFF;
	padding-left:0px;
}

a.catLevelPrice1, a.catLevelPrice2, a.catLevelPrice3, a.catLevelPrice4, a.catLevelPrice5 {
	/*padding:2px 0px;*/
	color: #FFFFFF;
	text-decoration: none;
	height: 18px;
	display: block;

}


a.catLevelPrice1 {
	border-top: 1px solid #FFFFFF;
	padding-left: 5px;
	font-weight: bold;

}
a.catLevelPrice2 {
	border-top: 1px solid #FFFFFF;
	padding-left: 15px;
	background: #B9C499;
}
a.catLevelPrice3 {
	border-top: 3px solid #FFFFFF;
	padding-left: 5px;
	background: #B9C499;
		
}

a.catLevelPrice4 {
	font-weight: bold;
	border-top: 1px solid #FFFFFF;
	padding-left: 5px;
	background: #55a0b2;
}
a.catLevelPrice5 {
	border-top: 1px solid #FFFFFF;
	padding-left: 15px;
	background: #79bbcb;
}

a.catLevelPrice0:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;

}

a.catLevelPrice1:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
a.catLevelPrice2:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.catLevelPrice3:hover {
	color: #FFFFFF;
	background-color: #B9C499;
	text-decoration: underline;

}
a.catLevelPrice4:hover {
	color: #FFFFFF;
	background-color: #55a0b2;
	text-decoration: underline;
}
a.catLevelPrice5:hover {
	color: #FFFFFF;
	background-color: #79bbcb;
	text-decoration: underline;
}
#catActive {
	color: #FFFFFF;
	

}

/*
End Search by Price
*/
