body {
	font: 12px Verdana, Arial, sans-serif;
	color: #000;
	background: #fffbee url(../images/bg.gif) repeat-y;
	margin: 0;
}
body.popUp {
	background-image: none;
	text-align: center;
	width: auto;
}
h1 {
	margin: 0;
	background-color: #051539;
	font-size: 14px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-weight: bold;
	font-style: normal;
	text-align: left;
	margin-top: 0;
	font-size: 13px;
}

#nav {
	float: left;
	width: 85px;
	margin: 0;
	padding: 10px;
	font-size: 12px;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav li {
	list-style-type: none;
	border-bottom: 1px solid #051539;
}
#nav ul li {
	padding-left: 10px;
}
#nav a {
	display: block;
	color: #fffbde;
	text-decoration: none;
}
#nav a:hover, #nav a.selected {
	background: #fffbde;
	color: #051539;
}


#content {
	width: 770px;
	float: left;
	margin-bottom: 20px;
	margin-left: 10px;
	margin-left: 5px;
	margin-right: 5px;
}

#content.home {
	width: 573px;
}

#homePageImageSpacer {
	width: 593px;
	height:669px;
}

#footer {
	text-align: center;
	font-size: 10px;
	//clear: both;
	//width: 690px;
	margin-left: 0px;
	width:100%;
	//padding-bottom: 10px;
}
#catalog {
	width:770px;
}
#catalog td {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #000;
	/*width:215px;*/
	padding: 10px 5px;
	font-size: 11px;
}
#catalog td td {
	border: 0;
	padding: 0 5px;
	font-size: 11px;
}
#catalog img {
	border: 0;
	margin-bottom: 5px;
}
#catalog a {
	text-decoration: none;
	color: #051539;
}
#contactForm th {
	text-align: right;
}
#pagenote {
	float: right;
	width: 250px;
	margin-top: 5px;
}
.store {
	border-collapse: collapse;
	margin-bottom: 15px;
}
.store td {
	vertical-align: top;
	border: 1px solid #000;
	width:215px;
	padding: 10px 5px;
	font-size: 11px;
	text-align: center;
}
.store form {
	margin: 0;
	margin-top: 5px;
}
.store .items td {
	border-bottom: 0;
}
.store .forms td {
	border-top: 0;
}
.store td.hspacer {
	padding: 0;
	width: 3px;
	border: 0;
}
.store td.vspacer {
	padding: 0;
	height: 3px;
	border: 0;
}
.store img {
	border: 0;
	margin-bottom: 5px;
}
.store p {
	text-align: left;
}
.store h3 {
	font-size: 12px;
}
td.sectionHead {
	width: auto;
	text-align: center;
}
td.sectionHead img {
	position: relative;
}
table.container {
	border-collapse: collapse;
}
table.container td {
	padding: 0;
	vertical-align: top;
}
table.container thead td {
	background-color: #051539;
}
.padlow {
    margin-bottom: 20px;
}
