@charset "utf-8";
/* CSS Document */


* { 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/ */

noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
noscript a { color: #a00; text-decoration: underline }
noscript ol { margin-left: 25px; }



.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 */
	margin: 20px 0;
	position: relative;
	width: 100%;
}

.slider-wrap a:link {
	color:#ffb300;
	text-decoration:none;
	}
.slider-wrap a:visited {
	color:#b6b6b6;
	text-decoration:none;
	}
.slider-wrap a:hover {
	color:#000;
	}
.slider-wrap a:active {
	color:#ffb300;
	}

/* These 2 lines specify style applied while slider is loading */
.csw {width: 100%; height: 460px; background: #fff; overflow: scroll}
.csw .loading {margin: 200px 0 300px 0; text-align: center}

.stripViewer { /* This is the viewing window */
	position: relative;
	overflow: hidden; 
	border: 3px solid #B6B6B6; /* this is the border. should have the same value for the links */
	margin: auto;
	width: 721px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 348px;
	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: 100%;
	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;
	height: 100%;
	position: relative;
	width: 721px; /* Also specified in  .stripViewer  above */
}

.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 0px;
}

.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin: auto;
	display: none; /* THIS REMOVES THE NAME TAB NAVIGATION DISPLAY ABOVE THE IMAGE SLIDER */
}

.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 */
}

.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: 0;
}

.stripNavR {
	right: 0;
}

.stripNavL {
	background: url(../images/arrow-left.gif) no-repeat center;
}

.stripNavR {
	background: url(../images/arrow-right.gif) no-repeat center;
}


/* new styles*/


		
.stepcarousel{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 610px; /*Width of Carousel Viewer itself*/
	height: 60px; /*Height should enough to fit largest content's height*/
	margin: 0 auto;
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
}

.stepcarousel .image-panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 0 15px; /*margin around each panel*/
	width: 104px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	height: 50px; /* should have the same height as the thumbnail. */
	border: 1px solid #ccc; /* this is the thumbnail border. */
}		
	
	
.footleg {
	width:160px;
	vertical-align:top;
	text-align:left;
}	
	
.slide {
	width:810px;


}		
		
.side {
	width:150px;
	vertical-align:top;

}		
		
#sidemenu {
	width: 150px;
	padding: 25px 0 0 0;
}	
		
.portfolio {
    list-style-type: none;
    margin: 0;
    padding: 0;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:normal;
	text-align:left;
	vertical-align:top;
	float:right;
}

.portfolio li {
    margin: 0 0 15px 0;
    padding: 0;
/*    border: 1px solid #FFFFFF;*/
	width: 125px;
}


.portfolio a:link {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	text-decoration: none;
	vertical-align:top;
}

.portfolio a:visited {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	text-decoration: none;
	vertical-align:top;
}

.portfolio a:hover {
	color: #faca0c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	text-decoration: none;
	vertical-align:top;
}		
.portfoliocat a {
	color: #faca0c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	text-decoration: none;
	vertical-align:top;
}
.portfoliocat {
	color: #ffb300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	text-decoration: none;
	vertical-align:top;
}
.topmenu {
    background-color:#212121;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:right;
	padding: 0 35px 0 0;
}

a:focus { outline:none }
