.bodytext {  font-family: arial; font-size: 8pt; font-style: normal; line-height: normal; font-weight: normal; text-decoration: none; color: #000000}
.bodytext a {  font-family: arial; font-size: 8pt; font-style: normal; line-height: normal; font-weight: bold; text-decoration: none; color: #363636}
.header1 {  font-family: arial; font-size: 12pt; font-style: normal; line-height: normal; font-weight: normal; text-decoration: none; color: #000000}
.header2 {  font-family: arial; font-size: 10pt; font-style: normal; line-height: normal; font-weight: bold; text-decoration: none; color: #b2ab75}
.header3 {  font-family: arial; font-size: 10pt; font-style: normal; line-height: normal; font-weight: bold; text-decoration: none; color: #000000}

.copyrighttext {  font-family: arial; font-size: 8pt; font-style: normal; line-height: normal; font-weight: normal; text-decoration: none; color: #ffffff}
a {text-decoration: none; font-family: arial; font-size: 10pt; font-style: italics; font-weight: bold; line-height: normal; color:#363636}
.bold {  font-family: arial; font-size: 8pt; font-style: normal; line-height: normal; font-weight: bold; text-decoration: none; color: #000000}
li {  list-style-image: url(images/bullet2.png); font-family: arial; font-size: 10pt; font-style: normal; line-height: normal; text-decoration: none; color: #000000; margin-left: 0px; }

li2 {  list-style-image: url(images/bullet.png); background: #ffffff; font-family: arial; font-size: 12pt; font-style: normal; line-height: normal; text-decoration: none; color: #000000}



.t01 {
	color : #ffffff;
	margin-top : 10px;
	padding-bottom : 10px;
	margin-bottom : 0px;
	margin-left : 15px;
	margin-right : 10px;
	font-size : 12px;
	font-family : Tahoma,Verdana,Arial;
	font-weight: normal;
}
.t01 a {
	color : #000000;
	text-decoration: none;
}
.t01 a:hover {
	color : #5a5b5b;
}

.menu01 {
	color : #b08615;
	margin-top : 0px;
	padding-bottom : 0px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	font-size : 14px;
	font-family : Tahoma,Verdana,Arial;
	text-align: center;
}
.menu01 a {
	color : #ffffff;
	text-decoration: none;
	font-size : 14px;

}
.menu01 a:hover {
	color : #dac488;
}







		* { margin: 0; padding: 0 }
		/* I've used a hard CSS reset above, but you should consider a more sophisticated reset, such as this one: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
				
		img { border: 0 }
		
		h3 { border-bottom: 1px solid silver; margin-bottom: 2px; padding-bottom: 1px; text-align: left;
		color : #000000;
		font-size : 15px;
		font-family : Tahoma,Verdana,Arial;
		font-weight: bold;}
		
		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 10px 0 20px;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			width: 100%;
			position: relative;
			margin: 10px 0;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 50px; height: 20px; background: #e8e8e8; overflow: hidden;}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			border: 1px solid #b2ab75; /* this is the border. should have the same value for the links */
			margin: auto;
			width: 375px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 275px;
			clear: both;
			background: #e8e8e8;
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			-moz-user-select: none; /* Stops the panels from highlighting/selecting, which I found problematic in Firefox. Also stops the CSS from validating though. Oh well. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			width: 375px; /* Also specified in  .stripViewer  above */
			height: 100%;
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 5px;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in slideviewer.js */
		}
		
		.stripNav a { /* The nav links */
			font-size: 11px;
			font-weight: bold;
			text-align: center;
			line-height: 15px;
			background: #e8e6d5;
			color: #000;
			text-decoration: none;
			display: block;
			padding: 10px;
		}
		
		.stripNav a:hover {
			background: #cdc8a5;
		}
		
		.stripNav a.current {
			background: #b2ab75;
			color: #fff;
		}
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 230px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 40px;
			width: 40px;
		}
		
		
		
		
		
#rotating-item-wrapper {
	position: relative;
	width: 550px;
	height: 315px;
}
.rotating-item {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
