/* The Reset ---------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,
h6,pre,form,fieldset,input,p,blockquote,table,
th,td { margin: 0; padding: 0; }
fieldset,img,abbr { border: 0; }
address,caption,cite,code,dfn,h1,h2,h3,
h4,h5,h6,th,var { font-style: normal; font-weight: normal; }
caption,th { text-align: left; }
q:before,q:after { content: ''; }
a { text-decoration: none; }
body {
  width: 100%;
  height: 100%;
  overflow: auto;
  font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif;
  font-size: 10px;
  color: #000;
  background-color: #fff;
  text-align: left;
}

/* -------------------------------------------- */

#header {
	height: 30px;
	min-width: 700px;
	border-bottom: #000000 solid 2px;
}

#header h1 a {
	display: block;
	background: url(maltmaniacs.gif) center left no-repeat;
	margin-left: 5px;
	width: 250px;
	height: 32px;
	text-indent: -9999px;
	float: left;
}

#header span {
	display: block;
  margin-top: 7px;
	margin-left: 10px;
	width: 250px;
	height: 32px;
	float: left;
  font-size: 13px;
  font-weight: bold;
}

#header ul {
	margin-right: 8px;
	float: left;
	list-style: none;
	min-width: 350px;
}

#header ul li {
	float: left;
	position: relative;
	margin-right: 10px;
}

#header ul li a {
	font-family: Verdana,Tahoma,Arial,Helvetica,Sans-serif;
	font-weight: normal;
	display: block;
	/* line-height: 34px; */
	line-height: 30px;
	padding: 0 4px;
	/* font-size: 14px; */
	font-size: 12px;
	font-weight: bold;
	/* color: #666; */
	color: #CC6600;
	text-shadow: #eee 0px 1px 0px;
}

#header ul li a:hover {
	/* color: #d54e21; */
	color: #000000;
	background: #e5e5e5;
}

#header .nav-submenu {
	display: none;
	min-width: 0;
	-moz-border-radius-bottomright: 3px;
	-khtml-border-bottom-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-khtml-border-bottom-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;	
	/* background: #d6d6d6; */
	background: #e5e5e5;
	/* margin-top: -1px; */
	margin-top: -4px;
	/* border: #c6c6c6 solid 1px; */
	border: #000000 solid 2px;
	border-top: 0;
	height: 622px;
	width: 230px;
	max-width: 250px;
	overflow-y: scroll;
}

#header .nav-submenu li a {
	font-size: 11px;
	line-height: 22px;
}

#header .other {
	height: 185px;
	width: 330px;
	max-width: 500px;
	overflow-y: hidden;
}

#header ul li:hover .nav-submenu, #header ul li .nav-submenu:hover  {
	display: block;
	position: absolute;
	top: 34px;
	left: 0;
	z-index: 1;
}

/* #header ul li a.current + .nav-submenu {
	background: #FF0000;
	border: #c6c6c6 solid 1px;
	border-top: 0;
}

#header ul li a.current + .nav-submenu a {
	text-shadow:none;
	color: #FF0000;
} */

#header ul li .nav-submenu li {
	float: none;
}

/* */

#head-search {
	float: right;
	margin-right: 14px;
	height: 48px;
	padding-top: 6px;
}

#head-search input.text {
	background: #fff;
	/* border: 1px solid #bbb; */
	border: 1px solid #CC6600;
	margin-right: 6px;
	width: 120px;
	margin-top: 2px;
	/* color: #aaa; */
  color: #aaa;
	float: left;
}

#head-search .button {
	float: left;
	text-shadow: none !important;
}

.submit input, .button, .button-primary, .button-secondary, input[type=button], input[type=submit] {
	font: normal 11px/16px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	text-decoration: none;
	padding: 2px 8px !important;
	cursor: pointer;
	/* border: 1px solid #bbb; */
	/* border: 1px solid #999; */
	border: 1px solid #CC6600;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	-khtml-box-sizing: content-box;
	box-sizing: content-box;
	/* color: #464646; */
  color: #CC6600;
	text-shadow: rgba(255,255,255,1) 0 1px 0;
}

.button a, .button-secondary a {
	font-weight: normal !important;
}

.submit input:hover, .button:hover, .button-secondary:hover, input[type=button]:hover, input[type=submit]:hover {
	color: #000;
	border-color: #000;
}

.submit input, .button, .button-secondary, input[type=button], input[type=submit] {
	background: #f2f2f2;
}

.submit input:active, .button:active, .button-secondary:active, input[type=button]:active, input[type=submit]:active {
	background: #f2f2f2;
}

/* */
