html,body {
	margin: 10px;
	padding: 0;
}

body {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
}

p {
	margin: 0 10px 5px;
}

a {
	color: #330066;
	text-decoration: none;
}

.materials {
	color: #330066;
	text-decoration: underline;
	font-weight: bold;
}

.date {
	color: #330066;
	text-decoration: none;
	font-weight: bold;
	display: block;
	float:right;
}

a:hover {
	color: #990000;
}

.cart input{
	display: block;
	width: 140px;
	height: 27px;
	overflow: hidden;
}

.cart input:hover {
	display: block;
	margin: 0px 0px -140px 0px;
}

#container {
	text-align:left;
	width: 960px;
	margin: 0 auto;
}

#header {
	height: 70px;
	margin: 0;
	padding-left: 10px;
	background-image: url(../images/bgd/header.jpg);
	color: #79B30B;
}

#navbar {
	height: 30px;
	margin: 0;
	background-image: url(../images/bgd/navbar.jpg);
}

#navbar ul {
	list-style-type:none;
	padding: 0;
	margin:	0px 0px 0px 60px;
}

#navbar li {
	float: left;
	position: relative;
	width: 150px;
	z-index: 100;
	margin-right: 25px;
	margin-top: 3px;
}

#navbar li a {
	font-size: 14px;
	font-weight: 900;
	padding: 5px 10px 0px 0px;
	display: block;
	height: 32px;
	background-image: url(../images/menu.gif);
	background-repeat: no-repeat;
	filter: shadow(color=#777777, direction=135);
	text-align: center;
}

#navbar ul li.submenu ul {
	display:none;
}

#navbar ul li.submenu:hover ul {
	display: block;
	position: absolute;
	width: 150px;
	background-image: url(../images/submenu1.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	filter: shadow(color=#777777, direction=135);
	top: 27px;
	right: 4px;
	padding: 0px 0px 29px;
}

#navbar ul li.subhead {
	text-decoration: underline;
	font-size: 12px;
	font-weight: 900;
	text-align: center;
	padding: 5px 0px 8px 0px;
}

#navbar ul li a.sub1 {
	display: block;
	background-image: none;
	font-size: 11px;
	font-weight: 900;
	text-align: center;
	width: 110px;
	height: 15px;
	padding: 0px 20px;
	margin: 0px;
	filter: none;
}

#navbar ul li a.sub2 {
	display: block;
	background-image: none;
	font-size: 11px;
	font-weight: 900;
	text-align: center;
	width: 110px;
	height: 15px;
	padding: 8px 20px 0px;
	margin: 0px;
	filter: none;
}

#breadcrumb {
	height: 30px;
	margin: 0px;
	background-image: url(../images/bgd/breadcrumb.jpg);
}

#breadcrumb p {
	padding: 7px 60px 0px 50px;
}

#content {
	float: left;
	width: 150px;
	height: 370px;
	position: relative;
	background-image: url(../images/bgd/menu2.jpg);
}

#content li a {
	font-size: 14px;
	font-weight: 900;
	padding: 5px 10px 0px 0px;
	display: block;
	height: 22px;
	text-align: center;
}

#content ul {
	list-style-type:none;
	padding: 0;
	margin:	0px;
}
	

#content ul li.subhead {
	text-decoration: underline;
	font-size: 12px;
	font-weight: 900;
	text-align: center;
	padding: 5px 10px 10px 0px;
}

#content ul li a.sub1 {
	display: block;
	background-image: none;
	font-size: 11px;
	font-weight: 900;
	text-align: left;
	width: 100px;
	height: 19px;
	padding: 0px 20px;
	margin: 0px;
}

#content ul li a.sub2 {
	display: block;
	background-image: none;
	font-size: 11px;
	font-weight: 900;
	text-align: left;
	width: 100px;
	height: 19px;
	padding: 14px 20px 0px;
	margin: 0px;
}

#content ul li a.sub3 {
	color: #990000;
	display: block;
	background-image: none;
	font-size: 11px;
	font-weight: 900;
	text-align: left;
	width: 100px;
	height: 19px;
	padding: 0px 20px;
	margin: 0px;
}

#content ul li a.sub4 {
	color: #990000;
	display: block;
	background-image: none;
	font-size: 11px;
	font-weight: 900;
	text-align: left;
	width: 100px;
	height: 19px;
	padding: 14px 20px 0px;
	margin: 0px;
}


#contentmd {
	float: left;
	width: 570px;
	height: 370px;
	background-image: url(../images/bgd/largecontent2.jpg);
}

#contentmd p {
	margin-left: 15px;
	margin-right: 15px;
}

#contentmd h3 {
	margin: 5px 15px 5px 15px;
	text-align: center;
}

.rightimg {
	height: 370px;
	width: 240px;
	float: right;
	border: 0;
}

#footer {
	height: 70px;
	background-image: url(../images/bgd/footer.jpg);
	color: #000;
	margin: 0;
	padding: 0px;
	clear: both;
	width: 100%;
}

#footer img {
	border: 0;
	margin: 0px 60px;
}

