/* Page Layout
------------------------------------------------------------------------------------------------- */
/* this puts the scroll bar on the page */
html {
	overflow-y: scroll;
	height: 100%;
}

body {
	font: .7em verdana, helvetica, arial, sans-serif;
	color: #FFF;
	height: 100%;
	background: #FFF;
}

/* Sticky Footer */
#wrapper {
	position: relative;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    width: 990px;
	margin: 0px auto;
	margin-bottom: -90px;
	background: #FFF url(images/big-lazy-background.jpg) no-repeat top center;
 }
#push {
	height: 90px;
}


/* Character Styles
------------------------------------------------------------------------------------------------- */

.bold {
	font-weight: bold;
}

.supers {
	font-size: .8em;
	vertical-align: top;
}

.ital {
	font-style: italic;
}

.center {
	text-align: center;
}

object {
	outline: none;
}

.small-caps {
	font-variant: small-caps;
	font-size: .8em;
}

.space-nowrap {
	white-space: nowrap;
}

.ackey {
	text-decoration: underline;
}

table {
	margin-bottom: 1em;
	border-spacing: 0;
	border-collapse: collapse;
	border: 2px solid #000;
	font-size: 1em;
	width: 100%;
}

table.times {
	margin-top: -.3em;
	border: none;
	font-size: .9em;
}

table.times td {
	padding: .3em .5em 0 0;
	border: none;
}

table .titles {
	font-size: .95em;
}

th {
	padding: 1px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

td {
	padding: 3px 6px 2px 3px;
	border-right: 1px solid #000;
}

tr {
	color: #A7A9B1;
}

.shade {
	color: #A7A9B1;
	background-color: #333;
}
#menu-info img, #menu-classes img {
	display: block;
}
img.right {
	float: right;
	margin-left: 5px;
	border: 1px solid #711515;
}

hr {
	margin-top: 10px;
	margin-bottom: 15px;
}

h1 {
	font-size: 1.5em;
	padding-bottom: 5px;
}
h2 {
	font-size: 1.25em;
	margin-top: 5px;
	padding-bottom: 2px;
}

a {
	color: #00F;
	outline: none;
}

a:visited {
	color: #A0A;
}

a:hover {
	text-decoration: underline;
	cursor: pointer;
}

p {
	padding-bottom: 8px;
}

ol {
	margin: 0 0 1em 2em;
	list-style-type: decimal;
}

ol ol {
	list-style-type: lower-alpha;
}

ol ol ol {
	list-style-type: lower-roman;
}

ul {
	margin: 0 0 0 0;
}

ul.bullet {
	list-style-type: disc;
}

ul.bullet ul {
	list-style-type: circle;
}

input {
	background: #CCC;
}

fieldset {
	border: 1px solid #777;
	margin-bottom: 8px;
}

.f-left {
	float: left;
	padding-left: 10px;
	padding-top: 6px;
}

.f-right {
	float: right;
	padding-right: 10px;
}

.righty {
	text-align: right;
}

.pdf {
	padding-left: 22px;
	background:  url(/images/icon-pdf.gif) left top no-repeat; 
}

.txt {
	padding-left: 22px;
	background: url(/images/icon-txt.gif) left top no-repeat; 
}

#grey-btn{
	cursor: default;
	text-decoration: none;
}

/* header
------------------------------------------------------------------------------------------------- */

#header {
	height: 330px;
}

#logo {
	position: absolute;
	top: 25px;
	left: 106px;
}

/* navigation
------------------------------------------------------------------------------------------------- */


#menu {
	position: absolute;
	top: 212px;
	left: 58px;
}

#menu li {
	display: inline;
	margin: 0;
	padding: 0;
}

#menu-info {
	position: absolute;
	top: 49px;
	left: 76px; 
	display: none;
}
.menu-info-item {
	display: block;
}
#menu-classes {
	position: absolute;
	top: 49px;
	left: 153px; 
	display: none;
}
.menu-classes-item {
	display: block;
}

#nav {

}

/* Content Stuphs 
------------------------------------------------------------------------------------------------- */
#content {
	margin-left: 58px;
	width: 458px;
	padding: 5px 10px;
	min-height: 410px;
}

.store-item {
	width: 130px;
	float: left;
	margin-top: 4px;
	margin-right: 11px;
	margin-left: 11px;
}

.input-stuphs {
	width: 340px;
	text-align: right;
	padding-top: 8px;
}

.confirm-stuphs {
	padding-top: 6px;
	padding-left: 5px;
}

.item-qty-input {
	float: right;
}

.item-cost {
	padding-top: 4px;
}

.clear-both {
	clear:both;
}
#output-total {
	position: absolute;
	top: 1094px;
	right: 472px;
	display: none;
}

.radio-btn {
	margin-left: 25px;
}

/* Foot Stuphs
------------------------------------------------------------------------------------------------- */

#footer {
	position: relative;
	width: 990px;
	margin: 0px auto;
	background: #FFF url(images/lazy-foot-background.jpg) no-repeat top center;
	height: 90px;
	color: #000;
}

#foot-content {
	text-align: center;
	padding-top: 65px;
}