body {
	margin-top: 0px;
	background-image: url(images/brown_canvas_bg.jpg);
	background-repeat: repeat;
	color: #4F522B;
}
span {
	visibility: hidden;
	text-decoration: none;
}
.inline {
	display: inline;
}
.font {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
a:link, a:visited {
	border: 0px;
	color: #626635;	
}
a:hover {
	border: 0px;
	color: #0B31BA;	
}
img {
	border: none;
	margin: 0px;
}
h1, h2, h3, h4, h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
h5{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: left;	
}
li {
	text-decoration: none;
}
#container {
	margin-top: 0px;
	padding-top: 0px;
	margin-left: -380px;
	left: 50%;
	position: absolute;
}
#header {
	background-color: #FF8000;
	background-image: url(images/header6.jpg);
	height: 200px;
	width: 760px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#subheader {
	background-color: #46DD4A;
	background-image: url(images/sub_header1.jpg);
	height: 95px;
	width: 597px;
	margin-left: 81px;
	margin-top: -5px;
	margin-bottom: 0px;
}

		/* This is all for the navigation menu */

		#navigation1 {
			width: 150px;
			margin-top: 10px;
			padding: 0px;
			position: absolute;
			top: 300px;
			left: 0px;
		}
		#home a:link, #home a:visited {
			background-image: url(images/nav_home_static.jpg);
			margin: 0px;
			padding: 0px;
			height: 30px;
			width: 150px;
			text-decoration: none;
			display: block;
		}
		#home a:hover {
			background-image: url(images/nav_home_hover.jpg);
			margin: 0px;
			padding: 0px;
			height: 30px;
			width: 150px;
			text-decoration: none;
			display: block;
		}
		#products a:link, #products a:visited{
			background-image: url(images/nav_products_static.jpg);
			margin: 0px;
			padding: 0px;
			height: 30px;
			width: 150px;
			text-decoration: none;
			display: block;
		}
		#products a:hover {
			background-image: url(images/nav_products_hover.jpg);
			margin: 0px;
			padding: 0px;
			height: 30px;
			width: 150px;
			text-decoration: none;
			display: block;
		}
		#products1 a:link, #products1 a:visited {
			background-image: url(images/nav_products_active.jpg);
			margin: 0px;
			padding: 0px;
			height: 30px;
			width: 150px;
			text-decoration: none;
			display: block;
			}
		#services a:link, #services a:visited {
			background-image: url(images/nav_services_static.jpg);
			margin: 0px;
			padding: 0px;
			height: 30px;
			width: 150px;
			text-decoration: none;
			display: block;
		}
		#services a:hover {
			background-image: url(images/nav_services_hover.jpg);
			margin: 0px;
			padding: 0px;
			height: 30px;
			width: 150px;
			text-decoration: none;
			display: block;
		}
		#services1 a:link, #services1 a:visited{
			background-image: url(images/nav_services_active.jpg);
			margin: 0px;
			padding: 0px;
			height: 30px;
			width: 150px;
			text-decoration: none;
			display: block;
			}
		#about a:link, #about a:visited {
			background-image: url(images/nav_about_static.jpg);
			margin: 0px;
			padding: 0px;
			height: 30px;
			width: 150px;
			text-decoration: none;
			display: block;
		}
		#about a:hover {
			background-image: url(images/nav_about_hover.jpg);
			margin: 0px;
			padding: 0px;
			height: 30px;
			width: 150px;
			text-decoration: none;
			display: block;
		}
		#about1 a:link, #about1 a:visited{
			background-image: url(images/nav_about_active.jpg);
			margin: 0px;
			padding: 0px;
			height: 30px;
			width: 150px;
			text-decoration: none;
			display: block;
			}
		#contact a:link, #contact a:visited {
			background-image: url(images/nav_contact_static.jpg);
			margin: 0px;
			padding: 0px;
			height: 30px;
			width: 150px;
			text-decoration: none;
			display: block;
		}
		#contact a:hover {
			background-image: url(images/nav_contact_hover.jpg);
			margin: 0px;
			padding: 0px;
			height: 30px;
			width: 150px;
			text-decoration: none;
			display: block;
		}
		#contact1 a:link, #contact1 a:visited{
			background-image: url(images/nav_contact_active.jpg);
			margin: 0px;
			padding: 0px;
			height: 30px;
			width: 150px;
			text-decoration: none;
			display: block;
			}
		#navigation1 ul li {
			list-style: none;
			margin: 0px;
			padding: 0px;
		}
		#navigation1 ul {
			margin: 0px;
			padding: 0px;
			display: block;
		}
		#navigation1 ul li img {
			margin: 0px;
			padding: 0px;
			width: 150px;
			height: 30px;
		}
		#navigation2 {
			width: 150px;
			margin-top: 0px;
			padding: 0px;
			position: absolute;
			top: 70px;
			left: 0px;
		}
		#navigation2 ul{
			list-style: none;
			margin: 0px;
			padding: 0px;
		}
		
		/* That's it for the navigation menu */

#content {
	width: 400px;
	position: relative;
	left: 165px;
	top: 20px;
	margin-bottom: 30px;
	text-align: justify;
	}
#content p {
	font: 1em/1.4em Verdana, Helvetica, sans-serif;
	text-align: justify;
	}
#content h2 {
	background: url(images/content_header.jpg) center;
	height: 49px;
	width: 360px;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	font-style: italic;
	text-align: center;
	}
#content1 {
	width: 500px;
	position: absolute;
	left: 165px;
	top: 75px;
	margin-bottom: 30px;
	text-align: justify;
	font: 1em/1.4em Verdana, Helvetica, sans-serif;
	}
#content1 p {
	font: 1em/1.4em Verdana, Helvetica, sans-serif;
	text-align: justify;
	}
#content1 li {
	text-align: left;
	}
#content3 {
	width: 400px;
	position: relative;
	left: 165px;
	top: 20px;
	margin-bottom: 30px;
	text-align: justify;
	background-image: url(images/text_bg_leaves.jpg);
	background-repeat: no-repeat;
	background-position: center 30%;
	}
#content3 p {
	font: 1em/1.4em Verdana, Helvetica, sans-serif;
	text-align: justify;
	}
#content3 h2 {
	background: url(images/content_header.jpg) center;
	height: 49px;
	width: 360px;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	font-style: italic;
	text-align: center;
	}
#features {
	width: 175px;
	position: absolute;
	top: 310px;
	left: 585px;
	text-align: justify;
	}
#features p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	font-size: .8em;
	margin: 0px;
	padding: 0px;

	}
#newitems {
	background-image: url(images/latest_updates.jpg);
	padding: 0px;
	height: 30px;
	width: 150px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 13px;
}
#card-of-the-month {
	background-image: url(images/card_month_header.jpg);
	padding: 0px;
	height: 30px;
	width: 150px;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 13px;
}
#footer {
	background: url(images/footer_bg.jpg) no-repeat;
	position: relative;
	margin: 50px 0px 10px 180px;
	padding-top: 15px /*5px 20px 5px*/;
	text-align: center;
	width: 375px;
	height: 105px
	}
.center {
	margin=: 0px;
	font-style: italic;
	text-align: center;
	margin: 5px 0px 0px;
	padding: 0px;
}
.footer {
	font-size: .8em;
	color: #006600;
}
#header-small {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	height: 69px;
	width: 234px;
}
.small {
	font-size: 11px;
	text-align: center;
}
#cards-banner {
	width: 250px;
}
#design-your-own-banner {
	width: 250px;
}
#footer1 {
	background: url(images/footer_bg.jpg) no-repeat;
	position: absolute;
	margin: 50px 0px 10px 180px;
	padding-top: 15px;
	text-align: center;
	width: 375px;
	height: 105px;
	left: 0px;
	top: 450px;
}
#footer2 {
	background: url(images/footer_bg.jpg) no-repeat;
	position: absolute;
	margin: 50px 0px 10px 180px;
	padding-top: 15px;
	text-align: center;
	width: 375px;
	height: 105px;
	left: 0px;
	top: 570px;
}
#header-category {
	position: absolute;
	left: 300px;
	top: 0px;
}
#product-content {
	width: 600px;
	position: absolute;
	left: 150px;
	top: 80px;
	margin: 0px;
	padding: 0px;
}
#product-content ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#product-content ul li{
	display: inline;
	margin: 0px 0px 0px 35px;
	padding: 0px;
}
#product-content1 {
	width: 295px;
	position: absolute;
	left: 150px;
	top: 100px;
	margin: 0px;
	padding: 0px;
}
#product-content1 ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}
#product-content1 ul li {
	display: block;
	margin: 0px 0px 0px 35px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#product-content2 {
	width: 300px;
	position: absolute;
	left: 450px;
	top: 100px;
	margin: 0px;
	padding: 0px;
}
#product-content2 ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}
#product-content2 ul li {
	display: block;
	margin: 0px 0px 0px 35px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.product-space {
	margin: 10px 0px 10px 0px;
}
#cards-image {
	position: absolute;
	left: 35px;
}
#custom-image {
	position: absolute;
	left: 35px;
}
#cards-banner {
	background: url(images/products_cards_header.jpg);
	width: 250px;
	height: 79px;
	margin: 0px 0px 10px 0px;
	buffer: 0px;
	display: block;
}
#custom-banner {
	background: url(images/products_custom_header.jpg);
	width: 250px;
	height: 79px;
	margin: 0px 0px 10px 0px;
	buffer: 0px;
	display: block;
}
.float-left {
	float: left;
	position: relative;
	margin: 0px 15px 0px 0px;
	width: 125px;
	text-align: left;
}
.float-left a {
	text-decoration: none;
	font: .8em;
}
.float-right {
	float: right;
	position: relative;
	width: 125px;
	margin: 0px 0px 15px 15px;
	text-align: left;
}
.float-right a {
	text-decoration: none;
	font: .8em;
}
#custom-note {
	position: absolute;
	width: 600px;
	position: relative;
	left: 165px;
	top: 90px;
}
