/**************************
*
* Shop Shogun Splash CSS
*	Please don't steal.
*  	  
*                   -J.F.
*
***************************/


/************************** Structure */
* { padding: 0; margin: 0; }

#navigation a {color: #DF7401;}


body {
 background: #000;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px;
}
}

img { border: 0px; }
h2 { font-family: helvetica; font-size: 26px; color: #333; font-weight:bold; }
p { padding: 10px; }

#wrapper { 
 margin: 0 auto;
 width: 1024px;
}

#content { 
 float: left;
 color: #333;
 background: #FFFFFF;
 width: 790px/*824px*/;
 display: inline;
}

#header {
 color: #333;
 width: 1024px;
 float: left;
 height: 175px;
 background: #000;
}

#navigation {
 float: left;
 width: 1024px;
 height: 35px;
 color: #ccc;
 background: #333;
 margin-bottom: 3px;
}

#leftcolumn { 
 color: #fff;
 background: #000;
 width: 234px/*200px*/;
 float: left;
}

.twitter { margin-top: 3px; }
.stores { margin-top:265px; padding:35px; }

/************************** Store Images */
.img-desc {
	position: relative;
	display: inline-block;
	height:70px;
	width: 140px;
}
.img-desc cite {
	background: #000000;
	filter:alpha(opacity=100);
	opacity:.55;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 140px;
	padding: 0px;
	border-top: 1px solid #999;
}

/* Page Flip */
#pageflip {
	position: relative;
}
#pageflip img {
	width: 50px; height: 52px;
	z-index: 99;
	position: absolute;
	right: 0; top: 0;
	-ms-interpolation-mode: bicubic;
}
#pageflip .msg_block {
	width: 50px; height: 50px;
	position: absolute;
	z-index: 50;
	right: 0; top: 0;
	background: url(frontclick/subscribe.png) no-repeat right top;
	text-indent: -9999px;
}

/*************************** Image Flipper */

/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
}
/*--Window/Masking Styles--*/
.window {
	height:286px;	width: 790px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 40px; right: -7px;
	width: 178px; height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	background: url(frontclick/paging_bg2.png) no-repeat;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold;
	background: #920000;
	border: 1px solid #610000;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {font-weight: bold;}


/************************** Left Menu */

/* Menu */
	
#menu4 {
	width: 231px;
	/*margin: 10px;*/
	border-style: solid solid none solid;
	border-color: #000;
	/*border-size: 1px;*/
	border-width: 0px;
	}

#menu4 ul li { list-style-type: none;}	
	
#menu4 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
#menu4 li a:link, #menu4 li a:visited {
	color: #CCC;
	display: block;
	font-weight: bold;
	background:  url(frontclick/menu4.gif);
	padding: 8px 0 0 10px;
	}
	
#menu4 li a:hover {
	color: #FFF;
	background:  url(frontclick/menu4.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}	
	
/************************** <3 Jay */