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

body{margin:0;padding:0; background: #fff; font-family: Arial, Helvetica, sans-serif; color:#333333; font-size:62.5%;}

html, body{ 
margin:0; 
padding:0; 
} 
 
a, a:link, a:visited {
text-decoration: none;
}
a:hover, a:active {
text-decoration: underline;
}
img {border:none;}

a:focus { 
    outline: none; 
}
button:focus { 
    outline: none; 
}


/*-------------------------------------------------
  Page STYLES
-------------------------------------------------*/	

body {
	background-image: url(../images/g_01.gif);
	background-repeat: repeat-x;
}

noscript p{
	margin: 5px 0 0 190px;
}
noscript ol{
	margin: 5px 0 40px 168px;
}
noscript ol li {
	margin: 5px 0 0 0;
	}
noscript a {
	color:#666666;
}
#nav {
	margin: 40px 0 40px 40px;
	height:29px;
}
#nav ul {
	list-style:none;
	margin:0; padding:0;
}
#nav li {
	margin:0; padding:0;
	list-style:none;
	width:160px;
	display: block;
	float:left;
}



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

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%;  background: #fff; overflow: auto}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			border-bottom: #CCCCCC solid 1px;
			margin: auto;
			width: 965px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			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: 965px; /* 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;
		}









.itm  {
	width:965px;
	margin:0 0 80px 40px;
}
.itm .cont {
	border-bottom: #CCCCCC solid 1px;
}
.itm p{
	margin: 0; padding:0;
}
.itm p img {
	float:left;
}
.itm p a img{
	float:none;
}
.itm a {
	float:right;
	display:inline;
}
