@import url("common.css");

/* home page */
/* flash holder */
.flash_holder{
	margin: 52px 0 0 77px;
}

/* about page */
/* slider */
.stripNav{
	display: none;
}
.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
	margin: 20px 0;
	position: relative;
	width: 100%;
}
/* 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; 
	margin: 10px 0 0 -27px;
	width: 994px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	height: 329px;
	clear: both;
}
	.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: 994px;
		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: 994px; /* 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 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: 34px;
		width: 44px;
	}
.stripNavL {
	margin: 150px 0 0 -50px;
	z-index: 999;
}
.stripNavR {
	margin: 150px 0 0 945px;
}
.stripNavL {
	background: url("../img/buttons/slide-left.png") no-repeat center;
}
.stripNavR {
	background: url("../img/buttons/slide-right.png") no-repeat center;
}
.slider_text{
	margin: 266px 0 0 5px;
	height: 31px;
	width: 962px;
	padding: 20px 0 7px 22px;
	position: absolute;
	background: url("../img/layout/back-slide-text.png") repeat-x;
}
	.slider_text p{
		float: left;
	}
	.slider_text div.btn_small{
		margin-top: -2px;
		width: 120px;
		float: right;
	}
	.slider_text .btn_small li.grey { background:url("../img/buttons/btn-a-grey-left-t.png") no-repeat left top; }
	.slider_text .btn_small li.grey a { background:url("../img/buttons/btn-a-grey-right-t.png") no-repeat right top; }


/* Contact */
.contact_left{
	float: left;
}
.contact_right{
	float: left;
	margin-left:55px;
}
form#contact div{
	clear: both;
}
	form#contact label{
		color: #7c7c7c;
		font-weight: bold;
		font-size: 14px;
		width: 165px;
		display: block;
		float: left;
		padding-bottom: 15px;
	}
	form#contact input{
		font-size: 12px;
		color: #000;
		padding: 0px;
	}
	form#contact textarea{
		margin-bottom: 10px;
	}
	img.captcha{
		margin-left: 165px;
		margin-bottom: 10px;
	}
#contact .error-message{ margin: -6px 0 15px 165px; }

.playbtn {
	width: 75px;
	height: 75px;
	margin: -129px 0 0 405px;
	z-index: 5;
}

.playbtn a {
	z-index: 10;
}

#btn_toptraders, #btn_events, #btn_newsletters, #btn_pressreleases{ margin: -33px 0 0 222px !important; }
