@charset "utf-8";
/* CSS Document */

body {
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
	margin:0px;
	padding:0px;
	text-align:center;
	padding-bottom:20px;
	background:url(../images/background.gif) repeat-y top;
}
a:focus {outline:none;}
img {border:none;}
.clear {clear:both;}
a {
	color:#3051a5;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

.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 auto;
	position: relative;
	width: 970px;
}

/* 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: 1px solid #787878; /* this is the border. should have the same value for the links */
	margin: auto;
	width: 900px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 460px;
	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;
}

.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	position: relative;
	width: 900px; /* 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;
	text-align:left;
	font-size:0.8em;
}

.wrapper {overflow-y:scroll; height:440px; overflow-x:hidden;}

.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	margin: auto;
	width:900px !important;
	margin:0px;
	padding:0px;
}

.stripNav ul { /* The auto-generated set of links */
	list-style:none;
	margin:0px;
	padding:0px 0px 0px 34px;
}

.stripNav ul li {
	float: left;
}

.stripNav a { /* The nav links */
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	display: block;
	width:170px;
	line-height:55px;
	border-left:1px #FFF solid;
	border-right:1px #FFF solid;
	overflow:hidden;
	text-indent:-90000px;
	padding-top:5px;
}

.stripNav li.tab1 a {background:url(../images/home.png) no-repeat center;}
.stripNav li.tab2 a {background:url(../images/media.png) no-repeat center;}
.stripNav li.tab3 a {background:url(../images/downloads.png) no-repeat center;}
.stripNav li.tab4 a {background:url(../images/hexothermic.png) no-repeat center;}
.stripNav li.tab5 a {background:url(../images/contact.png) no-repeat center;}

.stripNav li a:hover {
	background-position:top;
}

.stripNav li a.current {
	background-color:#EFEFEF;
	border-top:1px #787878 solid;
	border-left:1px #787878 solid;
	border-right:1px #787878 solid;
}

.stripNav li a.current:hover {
	background-position:center;
}

.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 {background: url("../images/arrow-left.gif") no-repeat center; left:0px;}
.stripNavR {background: url("../images/arrow-right.gif") no-repeat center; right:0px;}

.wrapper form label {
	width:110px;
	display:block;
	float:left;
}

a.button {
	display:block;
	width:190px;
	height:30px;
	background:url(../images/button.gif) no-repeat top;
	overflow:hidden;
	text-decoration:none;
	color:#FFFFFF;
	line-height:30px;
	text-align:center;
}

#sentBox {
	margin:10px 0px;
	padding:10px;
	border:1px #787878 solid;
	background-color:#EFEFEF;
	color:#FF0000;
	font-size:1.2em;
	text-align:center;
}
