
/* CSS Document */

.axcss_padding { 
	padding:15px; 
	z-index:1;
}

.axcss-category-top {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:100;
	
	padding:15px;
}

.axcss-nostyle {
	
}
.axcss-btn-1 {
	margin-left:75px;
}
.axcss-btn {
	margin-left:45px;
}

.axcss-marquis {
	border-style:solid;
	border-width:thick;
	height:25px;
	line-height:25px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
	/*THE BOTTOM MARGIN PUSHES THE CATEGORY BUTTONS DOWN*/
	margin-top:12px;
	margin-bottom:2px;
}

.axcss-marquis-rc {
	border-color:#B89E65;
}
.axcss-marquis-ph {	
	border-color:#D5F1D9;
}

.axcss-marquis-ax {	
	border-color:#F1E4A9;
}

.axcss_btn_border {
	border-color:#B89E65;
	border-style:solid;
	border-width:5px;
	
}

.indexpage {
        /*position: relative;*/
        /*margin-top: -40px;
        _margin-top: 10px;
        height: 684px;*/
		border-color: FFFFFF;
border-style: solid;
border-top-width: 10px;
border-right-width: 10px;
border-bottom-width: 10px;
border-left-width: 10px; 
}

.indexpage div {
        position: absolute;
		width:220;
		height:220;
        z-index: 8000;
}

/************************DROP DOWN MENU STYLES********************/
#axcss_navbar {
   margin: 0;
   padding: 0;
   height: 1em;
   z-index:9000; }
#axcss_navbar li {
   list-style: none;
   float: left;
   z-index:9000; }
#axcss_navbar li a {
   display: block;
   padding: 3px 8px;
   background-color: #fff;
   /*color: #EDEDED;*/
   color: #B89E65;
   text-decoration: none;
   z-index:9000; }
#axcss_navbar li ul {
   display: none; 
   width: 12em; /* Width to help Opera out */
   background-color: #EDEDED;
   z-index:9000;}
#axcss_navbar li:hover ul, #axcss_navbar li.hover ul {
   display: block;
   position: absolute;
   margin: 0;
   padding: 0;
   z-index:9000; }
#axcss_navbar li:hover li, #axcss_navbar li.hover li {
   float: none;
   z-index:9000; }
#axcss_navbar li:hover li a, #axcss_navbar li.hover li a {
   background-color: #EDEDED;
   border-bottom: 1px solid #EDEDED;
   color: #000;
   z-index:9000; }
#axcss_navbar li li a:hover {
   background-color: #CFCFCF;
   z-index:9000; }
