* {margin:0; padding:0;}

#container_ss {
	width: 760px;
	margin: 0 auto;
	vertical-align: middle;
	overflow: hidden;
	background-color: #d8d2bc;
	display: block;
	}

#reflection {
	position:relative;
	height:auto;
	width:100%;
	}
	
.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
}

.slider-wrap { 
	margin: 5px 0;
	position: relative;
	width: 100%;
}

/* These 2 lines specify style applied while slider is loading */
.csw {width: 100%; height: 550px; background: #d8d2bc; overflow: scroll;}
.csw .loading {margin: 200px 0 300px 0; text-align: center}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	/*border-left: 6px solid #bfbfbf; 
	border-right: 6px solid #bfbfbf;*/ 
	border-bottom:6px solid #333;
	top:5px;
	margin: 0px auto 0;
	width: 740px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 500px;
	clear: both;
	background-image:url(../images/slidebg.jpg);
	background-repeat:no-repeat;
}

.stripViewer .panelContainer { /* big long container used to house 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; /*// This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox.*/ 
}

.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
	width: 740px; /* Also specified in  .stripViewer  above */
}

.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 nav (the UL generated at run time) */
	margin: 0 auto;
}

.stripNav ul { /* The auto-generated set of links */
	list-style: none;
}

.stripNav ul li {
	float: left;
	margin-right: 2px; /* If you change this, adjust the initial value of navWidth in coda-slider.1.1.1.js */
}

.stripNav a { /* The nav links */
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	line-height: 20px;
	background: #fff000;
	color: #000;
	text-decoration: none;
	display: inline;
	padding: 5px 5px;
	z-index:3000;
}

.stripNav li.tab1 a { background: #fff }
.stripNav li.tab2 a { background: #fff }
.stripNav li.tab3 a { background: #fff }
.stripNav li.tab4 a { background: #fff }
.stripNav li.tab5 a { background: #fff }
.stripNav li.tab6 a { background: #fff }
.stripNav li.tab7 a { background: #fff }
.stripNav li.tab8 a { background: #fff }
.stripNav li.tab9 a { background: #fff }
.stripNav li.tab10 a { background: #fff }


.stripNav li a:hover {
	background: #333;
	color:#fff;
}

.stripNav li a.current {
	background: #c55151;
	color: #fff;
}

/*Left and Right Arrows to left and right of slides are not seen on this webpage, ignore stripNavL and R*/
.stripNavL, .stripNavR { /* The left and right arrows */
	position: absolute;
	top: 230px;
	text-indent: -9000em;
}

.stripNavL a, .stripNavR a {
	display: block;
	height: 40px;
	width: 40px;
}

.stripNavL {
	left: 5px;
}

.stripNavR {
	right: 5px;
}

.stripNavL {
	background: url("js/codaslider/images/arrow-left2.jpg") no-repeat center;
	z-index:2000;
}

.stripNavR {
	background: url("js/codaslider/images/arrow-right.gif") no-repeat center;
}
	

div.slideholder {   /*holds slide images*/
	position:absolute;
	left:0;
	top:0;
	}


img {border:none}

div.buttonwrap {
	position:absolute;
	top:430px;
	left:630px;
	width:100px;
	height:50px;
	z-index:100000;
	}

/*==========SLIDES==============*/

div.contenttext { /*this will hold html text when added to the slides*/
	position:absolute;
	top: 10px;
	left:35px;
	width:530px;
	height:auto;
	z-index:500;
	} 

.contenttext li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	color:#717171;
	list-style-image:url(../images/check.png);
	}
	
.head1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#c55151;
	margin-bottom:10px;
	}
	
.head1a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#c55151;
	margin-bottom:10px;
	}
	
.head2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#717171;
	}
	
.head2sub {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#717171;
	margin-bottom:10px;
	}

.head3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#717171;
	margin-top:8px;
	}
	
.slide01 {  /*image position*/
	position:absolute;
	left:161px;
	top:115px;
	}
	
/*slide 02 - about*/

div.slide02 {
	position:absolute;
	left:130px;
	top:35px;
	width:480px;
	}
	
.slide02 ul {
	margin:10px 0;
	}
	
.slide02 li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#717171;
	list-style-image:url(../images/bulletarrow.gif);
	margin:10px 0;
	}
	
.slide02 strong {
	font-weight:bold;
	color:#c55151;
	}
	
	
div.slide_screenshot {
	position:absolute;
	left:15px;
	top:15px;
	width:675px;
	}
	
.slide_screenshot li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:18px;
	color:#717171;
	list-style-image:url(../images/check.png);
	}	
	
	
	
.slide02 a:link {
	color:#c55151;
	text-decoration:underline;
	}
	
.slide02 a:visited {
	color:#c55151;
	text-decoration:underline;
	}

.slide02 a:hover {
	color:#fdd275;
	text-decoration:underline;
	}
	
.slide02 a:active {
	color:#c55151;
	text-decoration:underline;
	}
	

a.packages:link {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#c55151;
	text-decoration:underline;
	}
	
a.packages:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#c55151;
	text-decoration:underline;
	}

a.packages:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fdd275;
	text-decoration:underline;
	}
	
a.packages:active {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#c55151;
	text-decoration:underline;
	}
	
	
