body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* >>> ELEMENTS <<< */

body {
	background-color: #46412e;
	color: #333;
	font-family: arial, verdana, sans-serif;
	font-size: 82%;
	width: 100%
}

a {
	color: #333;
	font-weight: bold;
	text-decoration: none
}
a:hover {
	text-decoration: underline
}

/* >>> CONTAINERS <<< */
#print {
	display: none;
	}
#container {
	margin: 0 auto;
	min-width: 750px;
	width: 956px
}

#header, #menu, #menu_bottom, #content, #footer {
	border-right: 3px solid #c9c4a3;
	border-left: 3px solid #c9c4a3
}

#header {
	height: 176px
}
#header h1 span { display: none }
#menu {
	height: 30px;
	text-align: left
}
#menu_left {
	background-image: url(../images/navbar_left_side.jpg); background-position: 0 0);
	display: inline;
	float: left;
	height: 30px;
	width: 239px
}
#menu_right {
	background-image: url(../images/navbar_right_side.jpg); background-position: 0 0);
	display: inline;
	float: left;
	height: 30px;
	width: 249px
}

#menu_bottom {
	background-image: url(../images/navbar_bottom.jpg); background-position: 0 0);
	display: block;
	height: 9px
}

.hide {
	visibility: hidden;
}
ul#nav-main {
	float: left;
	display: inline;
	margin: 0;
	text-align: left
	}
	ul#nav-main li {
		display: inline;
		float: left;
		height: 30px
		}
		ul#nav-main li a {
			display: inline;
			float: left;
			height: 30px;
			text-decoration: none
		}

		li#apparel a { background-image: url(../images/apparel.jpg); background-position: 0 0; float: left; width: 126px }
		li#apparel a:hover { background-image: url(../images/apparel.jpg); background-position: 0 -30px; float: left; width: 126px }
		li#apparel a.active { background-image: url(../images/apparel.jpg); background-position: 0 -60px; float: left; width: 126px }
		
		li#navbar_sp1 { background-image: url(../images/navbar_spacer_1.jpg); background-position: 0 0; float: left; width: 32px }
		
		li#galleries a { background-image: url(../images/galleries.jpg); background-position: 0 0; float: left; width: 151px }
		li#galleries a:hover { background-image: url(../images/galleries.jpg); background-position: 0 -30px; float: left; width: 151px }
		li#galleries a.active { background-image: url(../images/galleries.jpg); background-position: 0 -60px; float: left; width: 151px }
		
		li#navbar_sp2 { background-image: url(../images/navbar_spacer_2.jpg); background-position: 0 0; float: left; width: 37px }
		
		li#comics a { background-image: url(../images/comics.jpg); background-position: 0 0; float: left; width: 116px }
		li#comics a:hover { background-image: url(../images/comics.jpg); background-position: 0 -30px; float: left; width: 116px }
		li#comics a.active { background-image: url(../images/comics.jpg); background-position: 0 -60px; float: left; width: 116px }
		

#content {
	background-color: #c5c0ad;
	padding: 10px 30px;
	overflow: auto;
}

#title {
	float: left;
	margin: 10px 0px 30px 0;
}
.clear { clear: both }

#footer {
	padding-top: 50px;
	padding-bottom: 15px;
	background-color: #c5c0ad;
	color: #666;
	clear: both;
	text-align: center
}


#footer a {
	color: #666;
	font-weight: normal;
	text-decoration:none
}
#footer a:hover {
	color: #eee;
}

/* >>> SUB CONTAINERS <<< */
* { }

/* >>> LISTS <<< */

/* >>> IMAGES <<< */

h1 {
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 10px	
}
h3 {
	font-size: 105%;
	font-weight: bold;
	margin-bottom: 10px
}
h4 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 12px
}
h5 {
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px 0;
}
.sold { color: #f00; font-weight: bold; padding: 15px 0 }
