@charset "utf-8";
/* CSS Document */

#affiliate {position: absolute;left: -80px; bottom: 100px;}

/*========================================================*/
/* Sidebar jquery/ddaccordion Dropdown CSS ===============*/
/*========================================================*/

/* drop_item sets the sidebar headers */
.drop_item{ 
	width: 200px; padding-right: 10px; background-color: #D07210;
	/*cursor: hand;*/ cursor: pointer;
	float: right; clear: both;
	font-size: 12px; color: #663333; text-transform: uppercase; 	text-align: right;
	padding-top: 2px; padding-bottom: 2px;
	margin-bottom: 1px;
}

.open_drop_item{}
/* drop_content opens contents of sidebar items */
.drop_content{ 
	clear: both;
	margin-top: 0px; 
	padding-top: 5px;	
	}
.ie7 .drop_content{
	min-height: 100px; /* requires minimum height to render properly */
}
/*-------------------- ends here -------------------------*/	


/*========================================================*/
/* Showcase Thumbnail Menu ===============================*/
/*========================================================*/
#showcase_menu{
	position:relative;
	display: block;
	padding-left: 270px;
	height: 100px;
	padding-bottom: 35px;
}
/*.ie7 #showcase_menu {padding-bottom: 35px;}
.ff3 #showcase_menu, .opera9 #showcase_menu {padding-bottom: 35px;}
*/

/*========================================================*/
/* Showcase Arrow Navigation =============================*/
/*========================================================*/
.slide_thumb { /* thumbnail images are 58x58 pixels set in a 60x60 box to create a 1px border */
	border: 0px;
	}

.slide_thumb_nav{}
.slide_pagination, .slide_pagination a{}
.slide_pagination a{
	margin-left: 10px;
	float: left;
	height: auto;
	width: auto;
}
.ie7 .slide_pagination a{margin-top: 18px;}

/*.slide_pagination a:hover, .slide_pagination a.selected{
	background-color: #470401;

		
	filter: alpha(opacity=65); 	 MSIE/PC 
	-moz-opacity: 0.8; 			 Mozilla 1.6 and older
	opacity: 0.8;
	
}*/
#nav_arrows{
	width:auto; height:60px;
	display: block;
	float: right;
	margin-top: 5px; margin-bottom: 5px;
	position:relative;
	}
	
/*.ie7 #nav_arrows{
	margin-top: 40px;	
}*/


/*========================================================*/
/* Sidebar Content Slider CSS - (2nd) ====================*/
/* Main Slide Window 			      ====================*/
/*========================================================*/
.slides{
	position: relative; 	/* leave as is				  */
	overflow: hidden;		/* only show first slide      */
	width: 390px; 			/* width of Showcase slides   */
	height: 250px;			/* height of Showcase slides  */
	float: right;
	background-color: #1D1B1A;
	margin-top: 0px;
	padding-top: 0px;	
}
.slides .contentdiv{
	visibility: hidden; 	/* leave as is*/
	position: absolute;		/* leave as is*/
	left: 0; 			 	/* leave as is*/
	top: 0;
	height: 250px;
	width: 390px; 			/*width of content DIVs within slider, ie '.slides' class */	
}