/* @group Global Reset */

* {
	font-weight: normal;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
}

img, a {
	border: none;
}

fieldset.input,fieldset {
	border: none;
}

body, html {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}

table {
	width: 100%;
	clear: both;
}

ul,ol {
	margin: 10px 0 10px 18px;
	padding: 0;
}

ul li {
	padding: 0;
	list-style-type: disc;
	margin: 0;
}

ol li {
	padding: 0;
	margin: 0;
	list-style-type: decimal;
}

/* @end */

body {
	margin: 0;
	padding: 0;
	color: #000000;
	background: #4f3639;
	text-align: center;
	font: 82%/1.8 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#outerwrap {
	margin: 0px auto;
	text-align: left;
	width: 800px;
	position: relative;
}

#header {
	width: 236px;
	height: 129px;
	background: url(../images/sw_header.png) no-repeat center;
	margin: 9px auto 2px;
	text-indent: -9000em;
}

a {
	outline: none;
	color: #ea6a3b;
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-decoration: none
}

a img {
	border: 0;
}

a:visited {
	color: #ea6a3b;
}

a:hover {
	color: #000;
}

p {
	text-align: left;
	margin: 15px 0
}
em {color: #5491b7; font-style: italic;}

#footer {
	text-align: center;
	color: #ccc;
	font-size: 10px;
	margin: 0 auto 10px;
	padding-bottom: 10px;
	width: 700px;
}

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;
}


.panel h2{
	color: #6276b3;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 15px;
}

.panel h3 {
	color: #808080;
	font-size: 18px;
	line-height: 27px;
	margin-bottom: 5px;
}

.panel p  {
	margin: 0 0 20px 0;
	font-size: 14px;
	line-height: 22px;
}
.panel li{
	list-style-type: none;
	margin-bottom: 0;
	line-height: 19px;
}

.panel strong {
	font-weight: bold;
}

.panel img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid #a09897;
	margin-top: 5px;
}

.clearing {
	clear: both;
	height: 0;
	overflow: hidden;
	margin: -1px 0 0 0;
}

.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 0 0 20px;
}

.slider-wrap {
/* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	margin: 0 0 20px;
	position: relative;
	width: 100%;
}

/* These 2 lines specify style applied while slider is loading */
.csw {
	width: 100%;
	height: 540px;
	background: #fff;
	overflow: scroll
}

.csw .loading {
	margin: 200px 0 300px 0;
	text-align: center
}

.stripViewer {
/* This is the viewing window */
	position: relative;
	overflow: hidden;
	margin: auto;
	width: 700px;
	/* Al

so specified in  .stripViewer .panelContainer .panel  below */
	height: 540px;
	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: 700px;
/* Also specified in  .stripViewer  above */
}

.stripViewer .panelContainer .panel .wrapper {
/* Wrapper to give some padding in the panels, without messing with existing panel width */
	padding: 35px;
}

.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-type: none;
}

.stripNav ul li {
	float: left;
	margin-right: 2px;
	list-style-type: none;
/* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
}

.stripNav a {
	
	text-align: center;
	color: #e25c23;
	text-decoration: none;
	display: block;
	padding: 0 15px;
	font: bold 12px/24px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.stripNav li.tab1 a {
	background: }

.stripNav li.tab2 a {
	background: }

.stripNav li.tab3 a {
	background: }

.stripNav li.tab4 a {
	background: }

.stripNav li.tab5 a {
	background: }

.stripNav li a:hover {
	color: #000;
;
}

.stripNav li a.current {
	color: #fff;
	border-bottom: 2px solid #000;
	border-color: #fff200;
}

.stripNavL, .stripNavR {


/* The left and right arrows */
			position: absolute;
	top: 350px;
	text-indent: -9000em;
}

.stripNavL a, .stripNavR a {
	display: block;
	height: 50px;
	width: 50px;
}

.stripNavL {
	left: 0;
}

.stripNavR {
	right: 0;
}

.stripNavL {
	background: url(../images/left.png) no-repeat center;
}

.stripNavR {
	background: url(../images/right.png) no-repeat center;
}

.stripNavL a:hover {
	background: url(../images/leftro.png) no-repeat center;
}

.stripNavR a:hover {
	background: url(../images/rightro.png) no-repeat center;
}
/* @group accordian */

.accordian {
	width: 600px;
}

.accordian li {
	list-style-type: none;
	padding: 0 5px;
}

.dimension {
	margin-top: 5px;
}
	
.even, .odd {
	font-weight: bold;
	height: 20px;
	padding-top: 3px;
	border-bottom: 1px solid #4092ba;
}
	
.even {
	color: #fe6d36;

}
	
.odd {

	color: #fe6d36;
}
/* @end */
