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

/* Body and Basics */

* { margin: 0; padding: 0 }

body {
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	color: #000;
}

a {
	text-decoration:none;
	color:#9900FF;
}

a img, a:visited img {
	border:none;
	text-decoration: none;
	border: 0px;
}

a:hover {
	color:#FF0099;
}

h1 {
	font-size:30px;
	color:#666666;
	margin-left: 13px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: -10px;
}

.featured-left h1 {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
}

#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#content {
	width: 100%;
	height: 400px;
	z-index: 5;
}

/* Header */

#header {
	background-image:url(images/header2.jpg);
	height: 174px;
	width: 100%;
	z-index:2;
}

.tklink {
	position:absolute;
	top: 82px;
	left: 360px;
	width: 220px;
	height: 30px;
}


/* NavBar */

.navbar {
	padding-top: 136px;
	padding-left: 5px;
	color: #FFFFFF;
	height: 50px;
	width: 100%;
	font-size: 16px;
	z-index: 2;
}

.navbar a {
	color:#FFF;
}

.navbar a:hover, .navbar a.current {
	color:#FF0099;
}

.navbar ul {
	list-style-image: none;
	list-style-type: none;
	font-family:Arial, Helvetica, sans-serif;	
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-right: 20px;
	padding-left: 20px;
	clear: none;
	float: left;
	font-weight: bold;
}

.subscribe {
	float:right;
	height: 100%;
	width: 200px;
	z-index: 1;
}

.subscribe a {
	color:#9900FF;
	font-weight: bold;
}	


/* footer */

#footerwrap {
	position: fixed;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 24px;
	padding-top: 5px;
	padding-right: 20px;
	background-color:#000000;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color:#666;
	color:#FFFFFF;
	font-size:14px;
	font-weight: bold;
	z-index: 5;
}

#footerwrap a {
	color:#9900FF;
	font-weight: bold;
}

#footerwrap a:hover {
	color: #FF0099;
	font-weight: bold;
}

/* Floats */

.floatright {
	float:right;
}

#footerwrap .floatright {
	margin-right: 10px;
}

.floatleft {
	float: left;
}


/* full-width backgrounds */

#headerbg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 127px;
	background-color:#101010;
	z-index: -1;
}

#navbg {
	position: absolute;
	top: 125px;
	left: 0px;
	width: 100%;
	height: 36px;
	z-index: -1;
	background-color:#000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color:#292929;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #888;
}


/*Coda Slider Stuff::: */


p { text-align: left; margin: 15px 0 }

p a, li a { color: #39c; text-decoration: none }

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 }

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 }

.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 */
	position: relative;
	width: 100%;
	z-index: 3;
	padding: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 75px;
	margin-left: 0;
}

/* These 2 lines specify style applied while slider is loading */
.csw {width: 100%; height: 315px; 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: auto;
	margin-top: 0px;
	width: 900px; /* Also specified in  .stripViewer .panelContainer .panel  below */
	min-height: 400px;
	height: auto;
	clear: both;
	background-color: #fff;
	background-attachment: fixed;
	/* background-image: url(../images/watermark-bg.jpg); */
	background-repeat: no-repeat;
	background-position: 160px 275px;
	font-size: medium;
	color: #000000;
	text-align: left;
}

.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: 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-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
}
		
.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
	position: absolute;
	top: -39px;
	left: 0px;
	/* margin-top: -59px; */
	font-size: 16px;
	color: #FFFFFF;
	height: 30px;
	z-index: -1;
}
		
.stripNav ul { /* The auto-generated set of links */
	list-style: none;
	overflow: hidden;
	font-family:Arial, Helvetica, sans-serif;	
	margin: 0px;
	padding-top: 0px;
	margin-left: 13px;
	padding-bottom: 5px;
	font-weight: bold;
}
		
.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 */
	padding-right: 13px;
	padding-left: 13px;
}
		
.stripNav a { /* The nav links */
	color: #fff;
	text-decoration: none;
}

.stripNav li a:hover {
	color:#FF0099;
}
		
.stripNav li a.current {
	color:#FF0099;
}

.stripNavL, .stripNavR { /* The left and right arrows */
	position: fixed;
	top: 47%;
	margin-left: 6%;
	margin-right: 6%;
	text-indent: -9000em;
}
		
.stripNavL a, .stripNavR a {
	display: block;
	height: 90px;
	width: 40px;
}
		
.stripNavL {
	left: 0px;
}
		
.stripNavR {
	right: 0px;
}
		
.stripNavL {
	background: url("images/arrow-left.gif") no-repeat center;
}
.stripNavL:hover {
	background: url("images/arrow-left-2.gif") no-repeat center;
}
		
.stripNavR {
	background: url("images/arrow-right.gif") no-repeat center;
}
.stripNavR:hover {
	background: url("images/arrow-right-2.gif") no-repeat center;
}

/* Featured Tab */

.featured-left {
	height: 100%;
	width: 50%;
	text-align:center;
	float: left;
	clear:none;
	text-align:center;
}

.featured-right {
	height: 100%;
	width: 320px;
	margin-left: 75px;
	float: left;
	clear:none;
}

.product-small {
	background-image: url(images/products/product-small-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 90px;
	width: 275px;
	overflow: hidden;
	margin: 10px;
}

.product-small h2 {
	width: 175px;
	height: 50px;
	margin-top: 5px;
	margin-left: 5px;
	overflow: hidden;
	color:#FFFFFF;
	font-size:16px;
}

.product-small .floatleft {
	margin-left: 5px;
	margin-top: 2px;
}

.product-small .floatright {
	margin-right:10px;
	margin-top: 8px;
}

.product-small .price {
	float: left;
	margin-left: 2px;
	margin-top: 5px;
	font-weight: bold;
}

.soldout {
	float:right;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	margin-top: -3px;
	margin-right: 15px;
}

.goback {
	margin-left: -200px;
	background-color:#FF00FF;
	font-size:24px;
	color:#000000;
}

.goback a {
	color:#000000;
}