@import url("navigation.css");

/*dead centering site*/

html, body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	}
	
body {
	min-width: 626px;
	min-height: 400px;
	font: small/1.4em "Courier New", Courier, monospace;
	color: #000;
	text-align: center;
	background: #e8e4e1 url(/images/general/wall.jpg) fixed repeat top;
	}
	
#wrap {
	float: left;
	height: 50%;
	margin-top: -305px;/* half vertical height*/
	width: 100%;
	}

#container {
	width: 950px;
	height: 610px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	overflow: visible;
	text-align:left;
	border: #e8e4e1 1px solid;
	background-color: transparent; 
	}
	
/*selectors*/

a { 
	color: #000;
	text-decoration: underline;
 }
 
 a:hover { color: #FF3399; }
	
img { border: none; }

br { clear: both; }

/* span classes */

.name a { text-transform: uppercase; text-decoration: none; font-weight: bold; }
	
/*content*/

#content-home, #content-general, #content-shop {
	width: 880px; /*actual width 950*/
	height: 444px;
	margin: 0;
	padding: 0 35px;
	float: left;
	background: transparent url(/images/home/content-background.jpg) no-repeat top;
	}

#content-general { background: transparent url(/images/general/content-background.jpg) no-repeat top; }

#content-shop { 
	height: 404px; /*ACTUAL HEIGHT 410px*/ 
	padding: 6px 35px 0 35px; 
	background: transparent url(/images/shop/background-content.jpg) no-repeat top; 
	}

#content-shop .strip {
	width: 880px;
	height: 120px;
	margin-bottom: 15px;
	padding: 0;
	}		

#content-shop img {
	width: 120px; 
	height: 118px;
	margin: 0 32px 0 0;
	float: left;
	}

/*coda-slider*/

#slider-container { 
	width: 880px; 
	height: 440px; 
	float: left; 
	position: relative; 
	overflow: hidden; 
	background-color: transparent; 
	}
	
/* These 2 lines specify style applied while slider is loading */
.csw { width: 100%; height: 440px; background-color: transparent; overflow: scroll}
/*.csw .loading {margin: 150px 0; text-align: center}*/

#slider { 
	width: 880px; 
	height: 440px; 
	position: relative; 
	overflow: hidden;
	clear:both; 
	background-color: transparent; 
	}
	
.panelContainer {  width: 100%; position: relative; top: 0; left: 0; list-style-type: none; background-color: transparent;/* -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. */ }
.panelContainer .panel { width: 880px; height: 100%; position: relative;  float: left; background-color: transparent; }

.no-arrows .stripNavL, .no-arrows .stripNavR { display: none; } /* this turns off the left and right arrows */

.stripNav { display: none } /* this turns off the top-tabs */

.panelContainer p {
	width: 200px;
	height: 40px;
	margin: 400px 0 0 675px;
	text-align: right;
	background-color: transparent;
	}

/*shop*/
#header {
	width: 898px; /*ACTUAL WIDTH 950px*/
	height: 98px; /*ACTUAL HEIGHT 120px*/
	margin: 0;
	padding: 22px 35px 0 17px;
	float: left;
	background: #fff url(/images/shop/background-header.jpg) no-repeat top;
	}
	
/*footer*/

#footer-home, #footer-general, #footer-shop {
	width: 880px; /*actual width 950*/
	height: 80px;
	padding: 0 35px;
	float: left;
	background: #fff url(/images/home/footer-background.jpg) no-repeat top;
	}

#footer-general { background: #fff url(/images/general/footer-background.jpg) no-repeat top; }

#footer-shop { height: 79px; background: #fff url(/images/shop/background-footer.jpg) no-repeat top; }

#footer-home #top, #footer-general #top, #footer-shop #top {	
	width: 880px;
	height: 20px;
	margin: 0 auto;
	padding-top: 11px;
	background-color: transparent;
	}
	
#footer-home #bottom, #footer-general #bottom, #footer-shop #bottom {	
	width: 880px;
	height: 39px;
	margin-top: 2px;
	padding-top: 8px;
	background-color: transparent;
	} 

