body {
	margin: 5px;
	background-color: #4c697b;
	background-attachment: fixed;
	background-image: url(../styleImages/backgrounds/pageBg_brianna.gif);
	background-repeat: repeat;
	background-position: top;
}
#pageSurround {
	width: 1000px;
	margin: 0px auto;
	padding: 3px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}

.topCats {
	text-align: center;
	background-color: #0a263c;
	height: 32px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	word-spacing: 3px;
	margin-top: 3px;
	padding-top: 6px;
}

.latestProds {
	float: left;
	text-align: center;
	width: 150px;
	height: 190px;
}

.topCats a{
	text-decoration:none;
		color: #a7c6dd;
}

.topCats a:visited{
	text-decoration:none;
		color: #a7c6dd;
}
.topCats a:hover,active {
	color: #d96708; 
	text-decoration: none;
}

.topCatsBgRight {
	background-color: #0a263c;
	background-repeat: no-repeat;
	background-position: right;

}

.topCatsBgLeft {
	float: left;
	background-color: #0a263c;
	background-repeat: no-repeat;
	background-position: left;


}

#subSurround {

	background-image: url(../styleImages/backgrounds/contentBg-brianna.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#topHeader {
	text-align: right;
	height: 112px;

	padding-right: 9px;
	padding-top: 0px;
	background-image: url(../styleImages/backgrounds/header_top.jpg);

} 
.boxTitleLeft, .boxTitleRight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-image: url(../styleImages/backgrounds/boxTitleBg_brianna.gif);
	width: 168px;
	height: 24px;
	padding-left: 5px;
	padding-top: 1px;
	background-color: #101f2b;
	background-repeat: repeat-x;
		border-left: 1px solid #4c697b;
	border-right: 1px solid #4c697b;
	border-top: 1px solid #4c697b;
}
.boxContentLeft, .boxContentRight {
	border-left: 1px solid #4c697b;
	border-right: 1px solid #4c697b;
	border-bottom: 1px solid #4c697b;
	background-color: #FFFFFF;
	padding-left: 5px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
}
.colLeft {
	position: relative;
	left: 0px;
	width: 195px; 
	padding-left: 9px;
	padding-right: 5px;
	float: left;
}
.colMid {
	position: relative;
	width: 560px;
	float: left;
}
.colRight {
	position: relative;
	width: 195px; 
	padding-left: 5px;
	right: 9px;
	float: right;
}
.boxContent {
	border-top: 2px solid #0a263c;
	border-right: 2px solid #0a263c;
	border-bottom: 2px solid #0a263c;
	border-left: 2px solid #0a263c;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	margin-bottom: 5px;
}
/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 195px; 
	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 {
	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: 195px;
}
.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
