* {
  margin: 0;
  padding: 0;
}
body {

	background-position: top;
	background-image: url(../styleImages/stripe1.png);
}
#pageSurround {
	width: 915px;
	margin: 0px auto;
	background-color: #FFFFFF;	
}
#subSurround {

}
#topHeader {
	text-align: right;
	height: 116px;
	margin-bottom: 10px;
	padding-right: 9px;
	padding-top: 0px;
	background-image: url(../styleImages/backgrounds/topHeader.jpg);
	background-repeat: no-repeat;
}

#subHeader {
	text-align: right;
	height: 25px;
	background-color: #e9e9e9;
}

#footer {
	background-image: url(../styleImages/backgrounds/footer.jpg);
	background-repeat: repeat-x;
	height: 41px;
}
.boxTitleLeft, .boxTitleRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	background-image: url(../styleImages/backgrounds/contentBox_top.jpg);
	width: 165px;
	height: 17px;
	padding-left: 23px;
	padding-top: 2px;
	padding-right: 23px;
 	text-align: left;
	margin-top: 3px;
}
.boxContentLeft, .boxContentRight {
	background-image: url(../styleImages/backgrounds/contentBox_middle.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	width: 165px;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 23px;
	padding-right: 23px;
}

.boxBottomLeft, .boxBottomRight {
	margin-bottom: 15px;
}

.colLeft {
	position: relative;
	left: 0px;
	width: 197px; 
	padding-left: 0px;
	padding-right: 5px;
	float: left;
	margin-top: 3px;
}
.colMid {
	position: relative;
	width: 478px;
	float: left;
	margin-left: 15px;
}
.colRight {
	position: relative;
	width: 197px; 
	float: right;
	margin-right: 14px;

	
	
}

.welcomeTitle {
	background-image: url(../styleImages/backgrounds/welcomeTitle.jpg);
	background-repeat: repeat-x;
	width: 481px;
	height: 21px;
	margin-top: 3px;
}

.welcomeBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #333333;
	background-color: #FFFFFF;
	width: 451px;
	background-image: url(../styleImages/backgrounds/welcomeBox_middle.jpg);
	background-repeat: repeat-y;
	padding: 15px;	
}

p {
  line-height: 15px;
}

.welcomeFooter {
	background-image: url(../styleImages/backgrounds/welcomeBox_bottom.jpg);
	width: 481px;
	height: 5px;
	margin-bottom: 15px;
}

.boxContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #333333;
	background-color: #FFFFFF;
	margin-bottom: 5px;
	width: 481px;
}
/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 9px;
	padding-right: 10px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 558px;
	float: left;
}
/* END CHECK OUT PAGES */
.siteDocs {
	text-align:center;
	margin-top: 6px;
}
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	background-color: #EBEDFE;
	text-align: center;
	border: 1px solid #C9CEFC;
	margin: 0px;
	padding: 3px;
	float: left;
	width: 387px;
}
.subCat {	
	text-align: center;
	padding: 8px;
	float: left;
	width: 110px;
	height: 50px;
}
.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.latestProdWrapper {
  float: left;
}

.latestProdsTop {
  width: 481px;
  height: 19px;
  background-image: url('../styleImages/backgrounds/welcomeTitle.jpg');
}

.latestProds {
	width: 481px;
 	background-image: url('../styleImages/backgrounds/welcomeBox_middle.jpg');
	background-repeat: repeat-y;
}

.latestProdsBottom {
	width: 481px;
	height: 4px;
	background-image: url('../styleImages/backgrounds/welcomeBox_bottom.jpg');
	margin-bottom: 15px;
	clear: left;
}

.tab {
	margin-top: 62px;
	margin-right: 203px;
}

.tabLeft {
	background-image: url('../styleImages/tab_left.gif');
	height: 24px;
	width: 19px;
	float: right;
}

.tabRight {
	background-image: url('../styleImages/tab_right.gif');
	height: 24px;
	width: 19px;
	float: right;
	margin-right: 5px;
}

.tabContent {
	background-image: url('../styleImages/tab_middle.gif');
	height: 19px;
	float: right;
	color: #ffffff;
	font-family: arial, verdana;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
}

.tabLink {
	color: #ffffff;
	text-decoration: underline;
}

.tabLink:hover {
	color: #ffffff;
	text-decoration: none;
}

.catBGbox {
	background-image: url('../styleImages/backgrounds/catBox.jpg');
	background-repeat: no-repeat;
	height: 207px;
	width: 264px;
	float: right;
	margin-right: 1px;
}

.viewCatBGbox {
	background-image: url('../styleImages/backgrounds/viewCatBox.jpg');
	height: 184px;
	width: 264px;
	float: right;
	margin-right: 1px;
}

.catThumbs {
	margin-top: 12px;	
	width: 300px;
}

.marginRight10px {
	margin-right: 15px;
}