html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 102%;
	color: #545A2E;
	line-height: 102%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	background-position: left;
	background-repeat: repeat;
	color: #000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	line-height: 14px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
	background-image: url(sliced/images/comp2_31.jpg);
	margin-top: 60px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
/* Commonly used to style page titles. */
h1 {
	color: #545A2E;
	font-size: 16px;
	font-weight: bold;
	line-height: 120%;
	font-family: Tahoma, Geneva, sans-serif;
}
/* Commonly used to style section titles. */
h2 {
	color: #545A2E;
	font-size: 16px;
	font-weight: bold;
	line-height: 110%;
}
/* Sets the style for unvisited links. */
a,  a:link {
	color: #6D7661;
	font-weight: bold;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #000;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #000;
  outline:none; 
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #000;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	background-color: #fff;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 800px;
}
#outerWrapper #header {
	background-image: url(sliced/images/comp2_01.jpg);
	background-repeat: no-repeat;
	font-size: 18px;
	font-weight: bold;
	height: 14px;
	line-height: 15px;
	padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	position: relative;
	z-index: 4999;
}
#outerWrapper #contentWrapper {
	background-repeat: repeat-y;
	overflow: hidden;
	background-image: url(sliced/images/comp2_17.jpg);
	background-position: right;
}
#outerWrapper #contentWrapper #leftColumn1 {
	background-repeat: no-repeat;
	float: left; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 200px;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	padding: 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	height: 500px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 210px;
}
#outerWrapper #footer {
	background-image: url(sliced/images/comp2_18.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#namediv {
	background-image: url(sliced/images/images/comp2_02.jpg);
	width: 200px;
	height: 116px;
	background-repeat: no-repeat;
}
#leftpaneltop {
	background-image: url(sliced/images/comp2_04.jpg);
	background-repeat: no-repeat;
	height: 20px;
	width: 200px;
}
#cherries {
	width: 200px;
	height: 200px;
	background-image: url(sliced/images/cherries.png);
	background-repeat: no-repeat;
	position: relative;
	top: -100px;
	right: 750px;
}
#apDiv1 {
	height: 135px;
	width: 130px;
	position: relative;
	top: -40px;
	right: -680px;
	visibility: visible;
	z-index: 5000;
}
#leftcontent {
	height: 280px;
	width: 145px;
	padding-left: 40px;
	padding-top: 30px;
	padding-right: 15px;
	color: #707966;
	font-family: Tahoma, Geneva, sans-serif;
}
#footerlinks {
	height: 22px;
	background-image: url(sliced/images/comp2_31.jpg);
	background-repeat: repeat;
	margin-top: 7px;
	font-size: 12px;
	color: #FFF;
	padding-left: 20px;
}
#footerleft {
	padding-top: 5px;
	color: #ECEFB6;
	float: left;
	width: 300px;
	font-size: 95%;
}
#footerright {
	padding-top: 5px;
	color: #ECEFB6;
	float: right;
	width: 300px;
	text-align: right;
	padding-right: 15px;
	font-size: 95%;
}

p#cross-links { border-bottom: 1px solid #ccc; margin-bottom: 30px; padding-bottom: 30px }
.cross-link {
	font-family: Tahoma, Geneva, sans-serif;
	color: #98A089;
	font-size: 105%;
	line-height: 110%;
}	
.cross-link a {
	font-family: Tahoma, Geneva, sans-serif;
	color: #94A378;
	font-weight: bold;
}	
		
		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	position: relative;
	width: 560px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
	height: 510px;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {
	width: 100%;
	height: 510px;
	background: #fff;
	overflow: hidden
}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden;
	border: 0px solid #000; /* this is the border. should have the same value for the links */
	margin: auto;
	width: 560px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 510px;
	clear: both;
	background: #fff;
		}
		
		.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: 560px;
	list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	position: relative;
	width: 560px;
	height: 510px;
		}
.thumbs {
	float: left;
	height: 130px;
	width: 130px;
	padding-right: 10px;
	margin: auto;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
}

		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 10px;
		}
		
		.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 coda-slider.1.1.1.js */
		}
		
		.stripNav a { /* The nav links */
			font-size: 10px;
			font-weight: bold;
			text-align: center;
			line-height: 32px;
			background: #c6e3ff;
			color: #fff;
			text-decoration: none;
			display: block;
			padding: 0 15px;
		}
		
		.stripNav li.tab1 a { background: #60f }
		.stripNav li.tab2 a { background: #60c }
		.stripNav li.tab3 a { background: #63f }
		.stripNav li.tab4 a { background: #63c }
		.stripNav li.tab5 a { background: #00e }
		
		.stripNav li a:hover {
			background: #333;
		}
		
		.stripNav li a.current {
			background: #000;
			color: #fff;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 40px;
			width: 40px;
		}
		
		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			right: 0;
		}
		
		.stripNavL {
			background: url("images/arrow-left.gif") no-repeat center;
		}
		
		.stripNavR {
			background: url("images/arrow-right.gif") no-repeat center;
		}
	
	.stripNav { display: none }
.cross-link a:hover {
	font-family: Tahoma, Geneva, sans-serif;
	color: #79885E;
	text-decoration: underline;
}
.bold_features {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #707E65;
}
.panelrightimg {
	float: right;
	height: 480px;
	width: 210px;
	padding-left: 20px;
}
.paneltopimg {
	float: left;
	height: 210px;
	width: 560px;
	overflow: hidden;
	padding-bottom: 10px;
}
.leftinfo {
	font-family: Tahoma, Geneva, sans-serif;
	color: #98A089;
	font-size: 12px;
}
.panelleftimg {
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#footerright a{
	color: #ECEFB6;
}
#footerright a:hover {
	color: #ECEFB6;
	text-decoration: underline;
}
.rightform {
	float: right;
	height: 100px;
	width: 350px;
	padding-left: 5px;
}
#outerWrapper #contentWrapper #content2 {
	padding: 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	height: 600px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 210px;
}
.panelrightimgtop {
	float: right;
	height: 190px;
	width: 190px;
	padding-left: 20px;
	padding-bottom: 20px;
	overflow: hidden;
}
