@import "base.css";
@import "content.css";
@import "shop.css";
html {
	font:62.5%/1.5 Helvetica, Arial, Verdana, Sans-Serif;
}

body {
	background:#330066;
	font-size:1.0em;
	color:#fff;
	margin:0em;
	padding:0em;
}

*{
	font:1.0em;
}

div#outer{
	display:block;
	margin:0em auto;
	width:99em;
	padding:0em 1em;
	background-color:#50247C;
	background-image: url(../images/shd/outer-bg.jpg);
	background-repeat:repeat-x;
}
div#header{
	float:left;
	width:99em;
	background-image:url(../images/shd/header-bg.jpg);
	background-repeat:repeat-x;
	min-height:10.9em;
}

div#header div#inner{
	float:left;
	width:40em;
}

div#header div#inner ul#global-menu{
	float:left;
	width:45em;
	list-style:none;
	font-size:1.2em;
	padding:1em 0em 0em 0em;
	margin:0em;
}

div#header div#inner h1 span{
display:none;
}

div#header div#inner h1{
	float:left;
	font-size:1em;
	margin:1em 1em 0em 1em;
	background-image: url(../images/shd/nekc-logo.gif);
	background-repeat:no-repeat;
	width:40em;
	height:10em;
}

img.header-img {
float:right;
margin:0em 0em;
}

div#header ul#global-menu li{
	float:left;
	padding:0em 1em;
	border-left:1px solid #fff;
}

div#header ul#global-menu li:first-child{
	border:none;
}

div#header ul#menu{
	float:left;
	width:98em;
	list-style:none;
	font-size:1em;
	padding:0.1em 0em 0.1em 1em;
	margin:0em 0em 0em 0em;
	background:#000;
	background-image:url(../images/shd/menu-bg.jpg);
	background-repeat:repeat-x;
	color:#fff;
}

div#header ul#menu li{
	float:left;
	font-size:1.2em;
	padding:0.5em 1em;
	color:#fff;
	background-image:url(../images/shd/menu-item-div.gif);
	background-position:left;
	background-repeat:repeat-y;
	line-height:1.1em;
}

div#header ul#menu li:first-child{
background-image:none;
}

div#header ul#menu li a{
	color:#fff;
	text-decoration:none;
	display:block;
}

div#header ul#menu li a.double{
	padding:0.5em 0em;
}

div#header ul#menu li a:hover{
	text-decoration:underline;
}

div#header ul#menu li:first-child{
	border:none;
}

div#content{
float:left;
width:99em;
padding:0em;
background:#fff;
}

div#content-left{
float:left;
width:22em;
padding:1em;
}
div#content-middle{
float:left;
width:52em;
padding:1em 0em 1em 0em;
}

div#content-middle-wide{
float:left;
width:74em;
padding:1em 0em 1em 0em;
margin:0em 0em 0em 0em;
}

div#content-right{
float:right;
width:20em;
padding:1em 2em 1em 0em;
}

div#footer{
float:left;
width:100%;
}
div#sub-footer{
float:left;
width:100%;
}