body {
	margin: 0px;
	background-color: #000000;
	background-attachment: fixed;
	background-image: url(../styleImages/backgrounds/pageBg.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#pageSurround {
	width: 1076px;
	margin: 0px auto;
	padding: 0px;
	border: 0px;
	
}
#topHeader {
	text-align: left;
	height: 196px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-top:0px;
	background-color:#000;

}
.boxTitleLeft,  {
	color: #FFFFFF;
	background-color: #031074;
	background-image: url(../styleImages/backgrounds/boxTitleBg.gif);
	height: 15px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	padding-left: 5px;
}
.boxContentLeft,  {
	border: 1px solid #000000;
	background-color: #EBEDFE;
	padding-left: 5px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
}
.colLeft {
	position: relative;
	z-index:5;
	left: 0px;
	width: 232px; 
	padding-left: 0px;
	padding-right: 0px;
	float: left;
}
.colMid {
	position: relative;
	width: 843px;
	float: left;
	background-color:#000;
}

.boxContent {
	border: 1px solid #000000;
	padding: 3px;
	color: #333333;
	margin-bottom: 5px;
	margin-top: 0px;
	position: inherit
	
}
/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 232px; 
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	background-image:url(http://www.bkalley.com/skins/main/styleImages/custom/cartmenubg.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
.colMainCheckout {
	position: relative;
	width: 843px;
	float: left;
	background-color:#000;
}
/* END CHECK OUT PAGES */
.siteDocs {
	text-align:center;
	margin-top: 10px;
}
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	text-align:justify;
	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;
}
#imgThumbSpace{
	line-height: 0px;		
}
#imgThumbSpace img {
	padding-right: 3px;
	padding-bottom: 3px;		
}

div.latestProds {
	text-align: center;
	width: 190px;
	height: 230px;
	padding-left:14px;
	float: left;
	overflow: hidden;
}

/*
Start Cross-Browser DHTML Menu
*/

#mainmenu-nav {
	list-style: none;
	list-style-type: none;
	width: 158px;
	padding: 0px;
	margin: 0px;
}

.li-nav a {
	padding: 2px 1px;
	background-color: #EBEDFE;
	width: 148px;
	display: block;
	text-indent: 2px;
	color: #070F72;
	text-decoration: none;
	margin: 0px;
}
.li-nav a:hover {
	background-color: #FFFFFF;
	color: #FF6600;
}

.ul-nav, .li-nav {
	display: block;
	list-style: none;
}

.ul-nav {
	width: 150px;
	padding: 0px;
}

.li-nav {	
	float: left;
}

.li-nav .ul-nav  {
	display: none;
	position: absolute;
	margin-left: 100px;
	margin-top: -19px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-top: 4px solid #0858B6;
	z-index: 99;
}

a.hassubmenu {
	background-image: url(../styleImages/more.gif);
	background-repeat: no-repeat;
	background-position: 143px 6px;
}
/*
End Cross-Browser DHTML Menu
*/



/* custom */

.cartstyle{
	border-left:1px;
	border-left-color: #313131;
	border-right:1px;
	border-right-color: #313131;
}
	
	
	
	/**
 * Vista theme for jixedbar
 * written by Ryan Yonzon, http://ryan.rawswift.com/
 */

				
/*----- bar style -----*/
.jx-bar {
	height:30px;
	padding:0px;
	width:80%;
	background-color:#666666;
	border:#666666 solid 1px;
}

	/* rounded top-left corner */
	.jx-bar-rounded-tl {
		-webkit-border-top-left-radius:5px;
		-khtml-border-radius-topleft:5px;	
		-moz-border-radius-topleft:5px;
		border-top-left-radius:5px;
	}

	/* rounded top-right corner */
	.jx-bar-rounded-tr {
		-webkit-border-top-right-radius:5px;
		-khtml-border-radius-topright:5px;	
		-moz-border-radius-topright:5px;
		border-top-right-radius:5px;
	}

/*----- bar separator -----*/
	.jx-separator-left {
		float:left;
		width:1px;
		height:100%;
		background-color:#999999;
	}
	
	.jx-separator-right {
		float:right;
		width:1px;
		height:100%;
		background-color:#999999;
	}

/*----- bar button -----*/
.jx-bar-button ul {
	margin:0px;
	padding:0px;
}

.jx-bar-button li {
	float:left;
	list-style:none;
}

.jx-bar-button-right li {
	float:right;
	list-style:none;	
}

.jx-bar-button li {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CCCCCC;
	cursor:pointer;
	padding:4px 8px 4px 8px;
	border:#666666 solid 1px;
	margin:2px;
}
	
	/*	button hover effect	*/
	.jx-bar-button li:hover {
		color:#FFFFFF;
		background-color:#999999;
		border:#999999 solid 1px;
		padding:4px 8px 4px 8px;
		margin:2px;
	}

	/* rounded button corners */
	.jx-bar-button-rounded li:hover {
		-webkit-border-radius:5px;
		-khtml-border-radius:5px;	
		-moz-border-radius:5px;
		border-radius:5px;
	}
	
	/* default button's anchor text style */
	.jx-bar-button li a:link, .jx-bar-button li a:visited {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#CCCCCC;
		text-decoration:none;
	}

	.jx-bar-button li a:hover {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#FFFFFF;
		text-decoration:none;
	}

/*----- bar text container -----*/
.jx-bar-button div {
	float:left;
}

.jx-bar-button-right div {
	float:right;
}

.jx-bar-button div {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CCCCCC;
	padding:4px 8px 4px 8px;
	margin:4px 8px 4px 8px;	
	border:#999999 solid 0px;
}

	.jx-bar-button div a:link,  .jx-bar-button div a:visited {
		color:#CCCCCC;
		text-decoration:none;
	}

	.jx-bar-button div a:hover {
		color:#FFFFFF;
		text-decoration:underline;
	}

/*----- button tooltip -----*/
.jx-bar-button-tooltip {
	height:auto;
	padding:5px 10px 5px 10px;
	color:#FFFFFF;
	background-color:#36393D;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

