

	
		
		* { 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/ */
		
		.header {
	margin-bottom: 0px; 
	
	padding: 00px 0 0px 0;
	text-align: center; width: 100%;
   /* border: 2px solid #f00; */  
	margin-top: 20px;
}
		
		p { text-align: left; margin: 15px 0 }
		
		p, ul {
	font: 11px/1.4em Arial;
} 
		
		p a, li a { color: #f00; text-decoration: none;
	font-size: 12px;
}
		
		p.intro { border-bottom: 1px solid #ccc; margin-bottom: 20px; padding: 20px 0 30px 0; text-align: center; width: 100% }
		
		p#cross-links { text-align: center;
	color: #f00;
}
		
		p#cross-links { border-bottom: 1px solid #ccc; margin-bottom: 30px; padding-bottom: 30px }
		
		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; }
		
		a:focus { outline:none }
		
		img { border: 0 ;}
		
		h3 { border-bottom: 1px solid silver; margin-bottom: 5px; padding-bottom: 3px; text-align: left }
		
		body {
			 
			
			width: 800px;
			margin: auto;
			text-align: center;
			padding-bottom: 20px;
	font: 10px arial;
	background: url(../images/lightgrey.png) repeat;
}
	
	.cartPicture {
	position: relative;
	left: 635px;
	top:  5px;
	/*border-style: solid;
	border-color: #f00;  */
	width: 110px;
	height: 20px;
/*z-index: 3; */
}	

.forumPicture {
	position: relative;
	left: 690px;
	top:  0px;
	/*border-style: solid;
	border-color: #f00;  */
	width: 45px;
	height: 20px;
	/*z-index: 3; */
}	

		.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: 0px 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; 
		/*	border: 1px solid #000000; 
			  this is the border. should have the same value for the links */
			margin: auto;
			width: 700px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 460px;
			clear: both;
	/*	background: #c7c7c7; */
			background: url(../images/innerback.png) no-repeat;
	color: #efefef;
	font: 11px arial;
}
.mainbanner {
	position: relative;
	left: 5px;
	top: 5px;
}	

.mediabanner {
	position: relative;
	left: 5px;
	top: 5px;
}			
		.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: 10px;
		}
		
		.stripViewer .panelContainer .panel .wrapper .bigPicture {
	/*border-style: solid;
	border-color: #f00; */
	float: left;
	
	width: 300px;
	height: 200px;
	left: 30px;
	top: 115px; 
	position: absolute;
	margin-top: 10px;
	/*border: 1px solid; */
	border-color: #ff1c00;
}

				
		
		.stripViewer .panelContainer .panel .wrapper .topRightBox {
	/*border-style: solid;
	border-color: #f00; */
	height: 50px;
	width: 150px;
	left: 500px;
	position: relative;
	margin-top: 15px;
}
.stripViewer .panelContainer .panel .wrapper .middleRightBox {
	margin-top: 10px;
	
	height: 50px;
	width: 150px;
	left: 500px;
	position: relative;
}


.stripViewer .panelContainer .panel .wrapper .bottomLeftBox {
	float: left;
	margin-top: -11px;
	margin-left: 15px;
	height: 50px;
	width: 200px;
	left: 5px;
	position: relative;
}

/* My Comment */

		
		
		
		
		
		
		.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: 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 */
		}
		
		.stripNav a {
	        
			color: #6a6a6a;
			/*font-weight: bold; */
			text-align: center;
		/*	background: #c6e3ff;*/
			
			text-decoration: none;
			display: block;
			padding: 3px 15px 0;
	font: 14px Arial;
}
		
		.stripNav li.tab1 a { /* background: #ff0d0d ; */
		color: #000000;/*url(../images/b_prod.png) no-repeat; */
	/*	background: url(../images/menuback1.png) repeat; /*
	
}
		.stripNav li.tab2 a {/* background: #d40000 */}
		.stripNav li.tab3 a {/* background: #ad0909 */}
		.stripNav li.tab4 a {/* background: #801a1a */}
		.stripNav li.tab5 a { /*background: #ff0d0d */ }
		
		.stripNav li a:hover {
		/*	background: #adadbd;
			font-size: 14; */
			color: #ff0000;
		}
		
		
		.stripNav li a.current {
	/*		background: #868796;*/
			color: #e3e3e3;
	background: url(../images/menuback1.png) repeat;
}
		
		.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;
		}
		
		.newsContainer {
	width: 100px;
	padding-right: 100px;
	
	position: relative;
	border-style: solid;
	border-color: #f00;
	text-align: left;
	direction: ltr;
}
		
	
	