
/* ---------------------------- */
/* Masthead */

h1#masthead {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 0;
	background: url(../images/masthead.jpg) top left no-repeat transparent;
	width: 860px;
	height: 138px;
}

h1#masthead span {
	display: none;
	visibility: hidden;
}

h1#masthead div {
	position: absolute;
	bottom: 2px;
	left: 196px;
	width: 536px;
}

h1#masthead div a {
	font: 11px Verdana, Arial;
	font-weight: bold;
	text-decoration: none;
	color: #0073b5;
	padding-right: 14px;
	text-transform: uppercase;
}

h1#masthead div a:hover {
	color: #a61e22;
}

h1#masthead #store {
	position: absolute;
	left: 562px;
	top: 16px;
	width: 268px;
	height: 84px;
	z-index: 100;
	border: none;
}


/* ---------------------------- */
/* Content */

#content {
	padding: 10px;
}

#content * {
	/* font: 13px 'Times New Roman', Georgia, Times; */
}

#content h1 {
	font-weight: bold;
	font-size: 14px;
}


/* ---------------------------- */
/* Forms */

#content .textbox {
	width: 200px;
	border: 1px solid #f8cf35;
	border-style: inset;
}

#content button, #content .button {
	background-color: #f8cf35;	
	border: 1px solid #f8cf35;
	border-style: outset;
	color: #7b1500;
	font: 12px Georgia bold;
}



/* ---------------------------- */
/* Miscellaneous */

#content .left    { text-align: left; }
#content .right   { text-align: right; }
#content .center  { text-align: center; }
#content .error   { color: #7b1500; }
#content .b       { font-weight: bold; }


