body {
	margin: 5px;
	background-color: #FFFFFF;
	background-image: url(../styleImages/backgrounds/bg_grad.jpg);
	background-repeat: repeat-x;
}

#pageSurround {	
		width: 900px;
		margin: 0px auto;
		padding: 0px;
		border: 2px solid #000000;
		background-color: #da941b;
}

#topHeader {
		text-align: right;
		height: 213px;
		padding-right: 0px;
}

.boxTitleLeft, .boxTitleRight {	
		font-family: Verdana, Arial, Helvetica, sans-serif;	
		font-size: 75%;	
		font-weight: bold;	
		color: #333333;	
		height: 15px;	
		padding: 5px;
}

.boxContentLeft, .boxContentRight {	
	background-image: url(../styleImages/backgrounds/left_panel.jpg);
	padding: 5px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;}

.colLeft {	
		position: relative;
		left: 0px;
		width: 200px;
	 	padding-left: 0px;	
		padding-right: 5px;
		float: left;
		background-repeat: repeat-y;
		background-image: url(../styleImages/backgrounds/left_panel.jpg);
}
.colMid {
position: relative;
width: 680px;
float: left;
}

.colRight {
	position: relative;	
	width: 160px; 	
	padding-left: 5px;	
	right: 0px;	
	float: right;}
	
.boxContent {
	border: 1px solid #000000;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #333333;
	margin-bottom: 5px;
	margin-top: 5px;
	width: 680px;
}
	
	/* CHECKOUT PAGES */
.colLeftCheckout {	
	position: relative;	
	left: 0px;	
	width: 200px; 	
	padding-left: 0px;	
	padding-right: 5px;	
	float: left;
	background-repeat: repeat-y;
	background-image: url(../styleImages/backgrounds/left_panel.jpg);
}
	
.colMainCheckout {	
	position: relative;	
	width: 668px;	
	float: left;
}
	/* END CHECK OUT PAGES */
	

.siteDocs {	
	text-align:center;	
	margin-top: 0px;	
	background-color: #000000;	
	height: 20px;	
	padding: 3px;
}
#searchbar {
	margin-top: 0px;
	height: 40px;
	color: #FFFFFF;
	background-color: #da941b;
}
.searchbarleftcol {
	background-image: url(../styleImages/backgrounds/left_panel.jpg);
	background-repeat: no-repeat;
}
.siteDocs2 {	
	text-align:right;	
	margin-top: 0px;	
	background-color: #000000;	
	height: 40px;	
	padding: 3px;
}

.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;
}
	
.regSep{	
	padding: 10px 0px 10px 0px;	
	margin: 10px 0px 10px 0px;	
	border-top: 1px solid #cccccc;	
	border-bottom: 1px solid #cccccc;
	}


/** TEXT INPUT FIELDS
********************/
#TextInputs {
	margin:20px;
	text-align:left;
	text-transform:uppercase;
	font-size:15px;
	font-weight:normal;
	width:auto;
	margin:0;
	padding:0;
	color: #663366;
	background: #FFFFFF;
	}
	
#Inputs {
	margin:-10px 0 0 0;
	padding:0 0 0 10px;
	text-transform:none;
	font-size:13px;
	font-weight:bold;
	color: #333333;
	background: #FFFFFF;
	}

