body {
	margin: 0;
	padding: 0;
	background: #40526B;
}

#toptable {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0;
	margin: 0;
	width: 100%;
	background: url('topback.jpg') repeat-x;
	background-position: 660px 0px;
}

#topmain {
	padding: 0;
	margin: 0;
	width: 660;
	height: 155px;
	background: url('topmain.jpg') no-repeat left top;
}

#maintable {
	background: #FFFFFF;
}

#sitetitle {
	display: none;
}

#remainderempty {
	display: inline;
}

#menutop {
	width: 103px;
	height: 53px;
	background: url('menutop.jpg') no-repeat left top;
}

#menubottom {
	padding: 0 0 14px 0;
	margin: -6px 0 0 0;
	width: 104px;
	height: 102px;
	background: url('menubottom.jpg') no-repeat left top;
}

.menuitemtop {
	width: 161px;
	height: 9px;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 0;
	background: url('menuitemtop.jpg') no-repeat left top;
}

#menulist {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-position: outside;
}

.menuitem {
	width: 161px;
	height: 20px;
	background: url('menuitem.jpg') no-repeat left top;
	margin: 0 0 6px 0;
}

.menuitemtext {
	font-weight: bold;
	font-family: arial,verdana,helvetica,sans-serif;
	font-size: 8pt;
	margin-left: 22px;
	padding-top: 3px;
	list-style: none;
	list-style-position: inside;
}

.menuitemlink {
	z-index: 4;
	color: black;
	text-decoration: none;
}

#content {
	width: 100%;
	padding: 10px 10px 20px 10px;
}

#rightblock {
	position: absolute;
	height: 75px;
	top: 80px;
	width: 180px;
	background: #6C81A0 url('righttop.jpg') top repeat-x;
}

#rightcontent {
	background: #6C81A0;
	left: 0px;
	width: 180px;
	padding-top: 160px;
	text-align: center;
	color: white;
}

#rightcontent a {
	color: white;
}

#footerleft {
	left: 0px;
	width: 140px;
	height: 34px;
	background: url('footleft.jpg') no-repeat left top;
}

#footerright {
	right: 0px;
	width: 180px;
	height: 34px;
	background: #6C81A0 url('footright.jpg') no-repeat right top;
}

#loginform {
	display: block;
	color: white;
}

#loginform a {
	color: white;
	font-weight: bold;
}

#logintable {
	background: #6B7D9C url('loginback.jpg');
	width: 160px;
	border-style: solid;
	border-width: 1px;
	border-color: black;
	margin-left: 1px;
}

#logintable th {
	font-size: 120%;
	font-weight: bold;
}

#logintable td {
	font-size: 110%;
}

#logintitle {
	color: #FFFFFF;
}

#loginmessage {
	padding-left: 8px;
	padding-bottom: 10px;
}
	


/*********** e-commerce ***************/
.producttable {
	border-style: none;
	width: 96%;
}

.productheading {
	background: #6BD9FD;
	text-align: left;
	padding: 1px 4px 1px 4px;
}

.productcell {
	background: #BAEDFE;
}

.customertable {
	border-style: none;
	width: 75%;
}

.customerheading {
	background: #6BD9FD;
	text-align: left;
}

.customercell {
	background: #BAEDFE;
}

.carttable {
	border-style: none;
	width: 85%;
}

.cartheading {
	background: #FFDDFF;
	text-align: left;
}

.cartcell {
	vertical-align: top;
	background: #FFE4FF;
}

.previewtable {
	border-style: none;
}

.previewheading {
	background: #FFDDFF;
	text-align: left;
}

.previewcell {
	background: #FFE4FF;
}

.orderlabel {
	display: block;
	float: left;
	width: 200px;
}

.orderform label {
	display: block;
	float: left;
	width: 200px;
	line-height: 200%;
}

.orderform input {
	margin-bottom: 4px;
}

#signupform {
	text-align: center;
}

.signuptable {
	border-style: none;
	width: 70%;
}

.signupheading {
	background: #6BD9FD;
	text-align: left;
}

.signupcell {
	background: #BAEDFE;
	text-align: left;
}


.shippingmethod {
	list-style: none;
	margin: 0;
	padding: 0;
}

.shippingmethod li {
	margin: 0;
	padding: 0;
}

.shippingmethod .description {
	display: none;
	padding-left: 30px;
	padding-right: 20px;
	margin-top: 2px;
	margin-bottom: 8px;
	font-size: 0.8em;
}

.shippingmethod .shippinglink {
	font-size: 0.8em;
}


.paymentmethod {
	list-style: none;
	margin: 0;
	padding: 0;
}

.paymentmethod li {
	margin: 0;
	padding: 0;
}

.paymentmethod .description {
	display: none;
	padding-left: 30px;
	padding-right: 20px;
	margin-top: 2px;
	margin-bottom: 8px;
	font-size: 0.8em;
}

.paymentmethod .paymentlink {
	font-size: 0.8em;
}

/*************************************/
