@charset "iso-8859-1";
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;	
	background-image: url(../styleImages/backgrounds/bodyBg.gif);
	background-repeat:repeat-y;
	background-position: left;
}
#pageSurround {
	min-width: 960px;
	min-height: 750px;
	background-attachment: scroll;
	background-image: url(../styleImages/backgrounds/pageBg1.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	border:3px solid #FFFFFF;
}
#subSurround {
	background-image: url(../styleImages/backgrounds/flowersBotBg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	min-width: 960px;
	min-height: 750px;
}
#topHeader {
	height: 69px;
	background-color:#EAEAEA;
	background-image: url(../styleImages/backgrounds/topHeader.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	margin: 0;
	padding:0;
}

.boxTitleLeft, .boxTitleRight {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #b29b97;
	background-image: url(../styleImages/backgrounds/titleBrownBg.gif);
	background-repeat:no-repeat;
	height: 21px;
	padding: 1px 0 0 25px;
	margin: 0 0 0 10px;
	font-weight: bold;
}

.boxContentLeft, .boxContentRight {
	padding: 8px;
	margin: 0;
}

.boxOrange {
	border-top:3px solid #FFFFFF;
	clear: both;
	width:182px;
	background-color:#e98931;
	padding: 0;
	margin: 0;
}
.boxOrange .title {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #edceaf;
	background-image: url(../styleImages/backgrounds/titleOrangeBg.gif);
	background-repeat:no-repeat;
	height: 21px;
	padding: 1px 0 0 25px;
	margin: 0 0 0 10px;
	font-weight: bold;
}

.boxBrown {
	border-top:3px solid #FFFFFF;
	clear: both;
	width:182px;
	margin: 0;
}
.boxBrown .title {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #b29b97;
	background-image: url(../styleImages/backgrounds/titleBrownBg.gif);
	background-repeat:no-repeat;
	height: 21px;
	padding: 1px 0 0 25px;
	margin: 0 0 0 10px;
	font-weight: bold;
}

.boxPink {
	border-top:3px solid #FFFFFF;
	clear: both;
	width:182px;
	background-color:#d32885;
	margin: 0;
}
.boxPink .title {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #e1aacd;
	background-image: url(../styleImages/backgrounds/titlePinkBg.gif);
	background-repeat:no-repeat;
	height: 21px;
	padding: 1px 0 0 25px;
	margin: 0 0 0 10px;
	font-weight: bold;
}

.colLeft {
	clear:left;
	width: 182px; 
	padding: 0px;
	float: left;
}
.colMid {
	background-image: url(../styleImages/backgrounds/colMid.gif);
	background-repeat:no-repeat;
	float: left;
	margin: 3px 0 0 3px;
	padding: 8px 15px 8px 15px;
	width: 485px;
	min-height: 200px;
}
.colRight {
	position: relative;
	width: 160px; 
	padding-left: 15px;
	padding-top: 15px;
	right: 9px;
	float: right;
	clear:right;
}
.boxContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
}
/* 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: 10px;
}
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	text-align: center;
	border: 0px solid #C9CEFC;
	margin-bottom: 4px;
	padding-bottom: 4px;
	float: left;
}
.subCat {	
	text-align: center;
	background-color: #FFFFFF;
	border: 1px solid #dcc397;
	margin: 4px;
	padding: 4px;
	float: left;
	width: 103px;
}
.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-right: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}