body {
	margin: 5px;
	background-color: #000;
}
#pageSurround {
	width: 748px;
	margin: 0px auto;
	padding: 0px;
	border: 1px solid #F0E68C;
	background-color: #000;	
}
#topHeader {
	text-align: right;
	height: 105px;
	margin-bottom: 10px;
	padding-right: 5px;
	padding-top: 0px;	
    background-color: #000;
    color: #F0E68C;
    /* SKIN VARIABLE IS cAsE SeNsItIvE */
    background-image: url(../../../images/getLogo.php?skin=Cavalos);
    background-repeat: no-repeat;
    background-position: 5px 0px;
            
}
.spacer {
    height:10px;
}
.boxTitleLeft, .boxTitleRight {
	color: #F0E68C;
	background-color: #800000; 
	/*background-image: url(../styleImages/backgrounds/boxTitleBg.gif);*/
	height: 15px;
    font-weight: bold;
	border-top: 1px solid #F0E68C;
	border-left: 1px solid #F0E68C;
	border-right: 1px solid #F0E68C;
	padding-left: 5px;
}
.boxContentLeft, .boxContentRight {
	border-left: 1px solid #F0E68C;
    border-right: 1px solid #F0E68C;
    border-bottom: 1px solid #F0E68C;
	background-color: #000;/*#EBEDFE;  */
	padding-left: 5px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
}
.colLeft {
	position: relative;
	z-index:5;
	left: 0px;
	width: 160px; 
	padding-left: 5px;
	padding-right: 5px;
	float: left;
}
.colMid {
	position: relative;
	width: 408px;
	float: left;
}
.colRight {
	position: relative;
	width: 160px; 
	padding-left: 5px;
	right: 5px;
	float: right;
}
.boxContent {
	border: 1px solid #F0E68C;
	padding: 3px;
	color: #333333;
	margin-bottom: 5px;
	margin-top: 0px;
	position: inherit;
    background-color: #F0E68C;
}
/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 5px;
	padding-right: 5px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 568px;
	float: left;
}
/* END CHECK OUT PAGES */
.siteDocs {
	text-align:center;
	margin-top: 10px;
    background-color: #000;
    padding-top:10px;
    height:25px;
}
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	text-align:justify;
	background-color: #000;
	text-align: center;
	border: 1px solid #F0E68C;
	margin: 0px;
    margin-bottom:5px;
	padding: 5px;
	float: left;
	width: 387px;
}
.subCat {	
	text-align: center;
	padding: 8px;
	float: left;
	width: 110px;
    height: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: 131px;
	height: 110px;
	float: left;
	overflow: hidden;
    padding-bottom:5px;
    padding-top:5px;
}
.txtNav, a.txtNav {
    color: #F0E68C;
    text-decoration:none;
}
.txtNav:hover, a.txtNav:hover {
    color: #fff;
    text-decoration:none;
}
/*
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: #000;
	width: 155px;
	display: block;
	text-indent: 2px;
	color: #F0E68C;
	text-decoration: none;
	margin: 0px;
}
.li-nav a:hover {
	background-color: #000;
	color: #FFF;
}

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

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

.li-nav {	
	float: left;
}

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

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

 /****** Adv Banner mod css *******/ 

 /* common banner css */ 
 .bannerBoxContent { 
  border: 0px solid #E1E1E1; 
  background-color: #000; 
  padding: 10px 0 10px 0; 
  margin-bottom: 10px; 
 } 
 /* banner box specific extra css */ 
 /* add your own css below to style each box independently */ 
 .LogoSub {padding: 25px 0px 0px 0;  } /* .logoSub does not use .bannerBoxContent class */ 
 .MainTop { } 
 .MainBottom { } 
 .MainCenter { } 
 .Right1 { } 
 .Right2 { } 
 .Right3 { } 
 .Right4 { } 
 .Right5 { } 
 .Left1 { } 
 .Left2 { } 
 .Left3 { } 
 .Left4 { } 
 .Left5 { } 