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

#container {
	position: relative;
	margin: 100px auto;
	width:100%;
}

#header_box {
	margin: auto;
	width:780px;
	height:78px;
	position:relative;
}

#content {
	width:780px;
	height:342px;
	border-bottom:#666666;
	border-bottom-style:solid;
	border-bottom-width:thin;
	background-color:#000000;
	}
	
#buttonbox{
	margin: 0px 0px 0px 0px;
	width:780px;
	height:25px;
	}
	
#flashbox{
	width:490px;
	height:290px;
	margin: 3px 0px 0px 3px;
	background-color: #000000;
	float: left;
	}
	
#linkbuttonbox{
	height:302px;
	width:275px;
	float:right;
	margin: 2px 5px 0px 0px;
	}

#productselect{
	width:940px;
	height:300px;
	padding: 60px 0px 0px 0px;
	}
	
#footer_right {
	width:280px;
	height:35px;
	padding: 3px 5px 0px 0px;
	font-size:9px;
	float: right;
	}
	
#footer_left {
	width:380px;
	height:35px;
	padding: 5px 5px 0px 0px;
	font-size:9px;
	float:left;
	}
	
	
.productselect #content{
background-image:url(../images/background_test.gif);
	}
	



*{ 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/ */
		
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #FF6633;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

a:focus { outline:none }
h3 { 
	margin-bottom: 0px;
	margin-bottom:17px;
	padding: 0px 0px 4px 4px;
	text-align: left ;
	border-bottom: #333333 solid 1px;
	color:#CCCCCC;
	}			
		
body {
	font-family: Verdana, Arial;
	background-color:#000000;
	background-repeat:repeat-x;
	background-image:url(../images/background_main.gif);
	color:#999999;
	font-size:9px;
	width: 780px;
	margin: auto;
	padding-bottom: 20px;
	text-align: left;
	overflow:hidden;
		}
		
.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: 290px;
	background: #000000;
	overflow:hidden;
}
		.csw .loading {margin: 140px 0 300px 0; text-align: center}

.stripViewer { /* This is the viewing window */
		position: relative;
		overflow: hidden; 
		border: 0px solid #000000; /* this is the border. should have the same value for the links */
		margin: auto;
		width: 745px; /* Also specified in  .stripViewer .panelContainer .panel  below */
		height: 290px;
		clear: both;
		background-color:#fff;
		background-image:url(../images/background_mhoodies.jpg);
		}
		
		.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: 905px; /* 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 { /* 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 { /* The nav links */
			font-size: 9px;
			font-weight:100;
			text-align: center;
			line-height: 25px;
			color:#666666;
			text-decoration: none;
			display: block;
			padding: 0 5px;
		}
		
		
		.stripNav li a:hover {
			background: #000000;
			color:#cccccc;
		}
		
		.stripNav li a.current {
	background: #000;
	color:#cccccc;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 160px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 50px;
			width: 20px;
		}
		
		.stripNavL {
			left: 1px;
		}
		
		.stripNavR {
			right: 2px;
		}
		
		.stripNavL {
			background: url("../images/arrow-left.gif") no-repeat center;
		}
		
		.stripNavR {
			background: url("../images/arrow-right.gif") no-repeat center;
		}
		
		
		
	#navigation {
height:19px;
width:730px;
padding-top: 0px;
background-image:url(../images/background_buttons.jpg);
font-family:"Trebuchet MS";
font-weight:bold;
color:#FFFFFF;
padding: 6px 0 0 50px;
	}
	
#navlist {
margin: 0;
width: 120px;
height: 19px;
list-style: none;
display: inline;

	}

#navlist li {
margin: 40px; 
padding: 0;
list-style: none;
display: inline;
}
	
#navlist a {
padding: 0;
width /**/:12px; /* for IE5/Win only */
}
