
	html, body {
		margin: 0px;
		padding: 0px;
	}
	
	body {
		background-color: #FDF5E6;
		background-image:  url("../../images/bgflowers.gif");
		color: #3F4554;
		font-family: Verdana, Arial, sans-serif;
		font-size: 62.5%;	/* 1 em = 10 pixels, 1 em = 100% */
		line-height: 1.8em;
		text-align: center;
	}
	
	#wrapper {
		border: solid 1px #C3AF73;
		border-bottom: solid 1px #C3AF73;
		margin: 1px auto 1px auto;
		padding: 0px;
		text-align: left;
		width: 760px;
	}
	
	#header {
		background-color: #FFFFFF;
		border-bottom: solid 1px #000000;
		width: 100%;
		height: 100px;
	}
	
	#header h1 {
		padding: 0;
		margin: 0;
		position: relative;
		top: 15px;
	}
	
	#header h2 {
		padding: 0;
		margin: 0;
		position: relative;
		top: -40px;
		left: 250px;
	}
	
	#logo {
		padding-left: 10px;
		margin: 0px;
		line-height: 15px;
		float: left;
	}
	
	#contact {
		padding-right: 10px;
		margin: 0;
		line-height: 15px;
		float: right;
	}
	
	/* Total Width: 175px */
	#selection {
		background-color: #F4EFD4;
		float: left;
		width: 160px;
		padding-top: 10px;
		padding-left: 5px;
		padding-right: 5px;
		height: auto;
		line-height: 14px;
		margin-right: 5px;
	}
	
	#selection a:link {
		color: black;
		text-decoration: none;
		text-indent: 15px;
		height: 14px;
		line-height: 14px;
		padding-left: 12px;
	}
	
	#selection a:visited {
		background: url("../../images/checked.gif") no-repeat left;
		color: Black;
		text-decoration: none;
		padding-left: 12px;
	}
	
	#selection a:hover {
		background: url("../../images/arrow.gif") no-repeat left;
		color: Blue;
		text-decoration: none;
	}
	
	/* Total Width 580px */
	#main {
		background-color: white;
		float: left;
		width: 570px;
		text-align: justify;
		padding-top: 10px;
		padding-bottom: 5px;
		padding-right: 0px;
		padding-left: 5px;	
	}
	
	#container {
		background-color: #FFA500;
		height: auto;
		margin: 0px;
		padding: 0px;
		text-align: center;
		width: 100%;
	}
	
	#content {
		background-color: white;
		border-bottom: 1px #000000;
		float: right;
		width: 760px;
		line-height: 16px;
	}
	
	.clearer {
		clear: both;
		display: block;
		font-size: 0px;
		height: 0px;
		width: 100%;
	}
	
	#footer {
		background-color: #ffffff;
		border-top: solid 1px #000000;
		margin: 0px;
		padding: 0px;
		text-align: center;
		clear: both;
	}
	
	#footer p {
		color: #AAAAAA;
		margin: 0px auto 0px auto;
		padding: 10px 0px 10px 0px;
	}
	
	#footer a:link, #footer a:visited, #footer a:active {
		color: #000000;
		text-decoration: none;
	}
	
	#footer a:hover {
		color: #D0A40B;
		text-decoration: none;
	}
	
	#MenuBar1 ul {
	#	background-color: transparent; /* background-color: #FFD700; */
		background-image: url("../../images/bkgrndm.gif");
		float: left;
		font: bold 100% Arial, Verdana, Helvetica, Geneva, sans-serif;
		margin: 0;
	/* margin-bottom: 1em; */
		padding: 0;
		width: 100%; /* border: 1px solid #625e00; */
		font-size: 12px;
		text-align: center;
		width: 760px;
	}
	
	#MenuBar1 ul li {
		display: inline;
	}
	
	#MenuBar1 ul li a {
		background: transparent center right no-repeat;
		color: #000000;
		padding: 2px 10px;
		text-decoration: none;
	}
	
	#MenuBar1 ul li a:visited {
		color: #000000;
	}
	
	#MenuBar1 ul li a:hover {
		background-color: transparent;
		background-image: url("../../images/bkgrnd2m.gif");
		color: #000000; /* background-color: #ffe84f; */
	}
	
	
	.box {
		position: relative;
		top: -10px;
		left: -5px;
		width: 170px;
		background: url("../../images/bottom-left.gif") no-repeat left bottom;
	}
	
	.box-outer {
		background: url("../../images/bottom-right.gif") no-repeat right bottom;
		padding-bottom: 5%;
	}
	
	.box-inner {
		background: url("../../images/top-left.gif") no-repeat left top;
	}
	
	.box h2 {
		background: url("../../images/top-right.gif") no-repeat right top;
		padding-top: 5%;
		font-size: 12px;
	}
	
	.box h2, .box h3 {
		padding-left: 5%;
		padding-right: 5%;
	}
	
	#leftsel {
		padding-left: 5px;
	}
	
	.fbox {
		/* float: left; */
		color: #000000;
		background: url("../../images/right-r.gif") no-repeat right top;
	}
	.title {
		margin: 0;
		padding: 10px 10px 10px 10px;
		background: url("../../images/left-r.gif") no-repeat left top;
	}
	.text {
		margin: 0;
		padding: 0px 10px 0px 10px;
		background: url("../../images/left-r.gif") no-repeat left bottom;
	}
	.text em {
		display: block;
		margin: 0 -10px 0 0 ;
		padding: 0px 0 0 0;
		background: url("../../images/right-r.gif") no-repeat right bottom;
	}
	
	.catad { 	/* Width: 210px */
		width: 210px;
		padding: 0px;
		float: left;
	}
	.salead { 	/* Width: 365px */
		width: 355px;
		float: left;
		padding-left: 5px;
	}
	
	.just {
		font-family: sans-serif;
		font-size: .90em;
		line-height: 1.1em;
		text-align: justify;
	}
	.left {
		font-family: sans-serif;
		font-size: .90em;
		line-height: 1.1em;
		text-align: left;
	}
	.center {
		font-family: sans-serif;
		font-size: .90em;
		line-height: 1.1em;
		text-align: center;
	}
	.sizex11 {
		font-size: 1.1em;
	}
	.sizex15 {
		font-size: 1.5em;
	}
	.sizex175 {
		font-size: 1.75em;
	}
	.sizex2 {
		font-size: 2em;
	}
	#DescCap {
		width: 95%;
		margin: 0 auto;
		font-family: sans-serif;
		font-size: 2em;
		text-align: justify;
		padding-top: 1em;
		padding-bottom: .5em;
	}
	#DescTxt {
		width: 95%;
		margin: 0 auto;
		font-family: sans-serif;
		font-size: 1.5em;
		text-align: justify;
		text-indent: 1em;
		padding-bottom: 1.5em;
	}
	#Notes {
		width: 95%;
		margin: 0 auto;
		font-family: sans-serif;
		font-size: 1.25em;
		text-align: justify;
	}
	.pricetab { 	/* Width: 365px */
		width: 570px;
		float: left;
		padding-left: 5px;
	}
	table.price {
		width: 95%;
		margin: 0 auto;
		font-family: sans-serif;
		font-size: 1.25em;
		line-height: 1.25em;
		border-collapse: collapse;
	}
	th.price {
		text-align: middle;
		border-bottom: 1px solid #00;
	}
	td.price {
		text-align: right;
		color: #333;
		border: 1px solid #ccc
	}
	td.first {
		text-align: left;
		color: #333;
		border: 1px solid #ccc
	}
	tr.odd {
		background-color: #dfdfdf;
	}
	.TableCap {
		font-family: sans-serif;
		font-size: 1.5em;
		padding-bottom: .5em;
	}
	pre {
		font-size: 1.5em;
	}

table.tracing {
	border: 1px solid #000000;
}
td.head {
	font-family: Arial, sans-serif;
	font-size: 13px;
}

td.add {
	font-family: Arial, sans-serif;
	font-size: 13px;
}

td.ship {
	font-family: Arial, sans-serif;
	font-size: 13px;
}

td.line {
	font-family: Arial, sans-serif;
	font-size: 13px;
}

	.arial1 {
		font-family: sans-serif;
		font-size: 10px;	
		color: Black;
	}
	.arial11 {
		font-family: sans-serif;
		font-size: 11px;	
		color: Black;
	}
	.arial12 {
		font-family: sans-serif;
		font-size: 12px;	
		color: Black;
	}
	.arial1n {
		font-family: sans-serif;
		font-size: 10px;	
		color: Navy;
	}
	.arial1w {
		font-family: sans-serif;
		font-size: 10px;	
		color: White;
	}
	.arial2 {
		font-family: sans-serif;
		font-size: 13px;	
		color: Black;
	}
	.arial2n {
		font-family: sans-serif;
		font-size: 13px;	
		color: Navy;
	}
	.arial2b {
		font-family: sans-serif;
		font-size: 13px;	
		color: Black;
	}
	.arial2w {
		font-family: sans-serif;
		font-size: 13px;	
		color: White;
	}
	.arial2sale {
		font-family: sans-serif;
		font-size: 13px;	
		color: Red;
	}
	.arial2new {
		font-family: sans-serif;
		font-size: 13px;	
		color: Blue;
	}
	.arial3 {
		font-family: sans-serif;
		font-size: 16px;	
		color: Black;
	}
	.arial3n {
		font-family: sans-serif;
		font-size: 16px;	
		color: Navy;
	}
	.arial3w {
		font-family: sans-serif;
		font-size: 16px;	
		color: White;
	}
	.arial4 {
		font-family: sans-serif;
		font-size: 18px;	
		color: Black;
	}
	.arial4n {
		font-family: sans-serif;
		font-size: 18px;	
		color: Navy;
	}
	.arial5 {
		font-family: sans-serif;
		font-size: 24px;	
		color: Black;
	}
	.arial5b {
		font-family: sans-serif;
		font-size: 24px;	
		color: Black;
	}
	.arial5n {
		font-family: sans-serif;
		font-size: 24px;	
		color: Navy;
	}
	.arial6 {
		font-family: sans-serif;
		font-size: 32px;	
		color: Black;
	}
	table.sum {
		border: 1px solid #000000;
	}
	table.ship {
		border-collapse: collapse;
	}
	tr.ship {
		border: 1px solid #ccc;
	}
	td.ship1n {
		border: 1px solid #ccc;
		font-family: sans-serif;
		font-size: 10px;	
		color: Black;
	}
	td.ship2n {
		border: 1px solid #ccc;
		font-family: sans-serif;
		font-size: 13px;	
		color: Black;
	}
	table.order {
		border-collapse: collapse;
		border: 1px solid #ccc;
	}

	input.cssbut {
		background-color: #D4C187;
		font-weight: bold;
		font-size: 16px;
		color: Black;
	}
	input.cssbut:hover {
		background-color: #E4D6AB;
		font-weight: bold;
		font-size: 16px;
		color: Black;
	}	

	.boxf {
	background-color: transparent;
	border-color: #B8860B;
	border-style: solid;
	border-width: 1px;
	margin: 0em 0em 0em 0em;
	padding: 0.2em 0.2em 0.2em 0.2em;	


/* Feature section in ZoomEngine page */
.zoom-section {	
	clear:both;	
	margin-top:20px;
}

* html .zoom-section { 
	display:inline;
	clear:both;
}
/* Feature descriptions in ZoomEngine page */
.zoom-desc {
	float:left;
	margin-left:10px;
	width:310px;
	margin-bottom:20px;
}

.zoom-small-image {
	border:4px solid #CCC;
	float:left;
	margin-bottom:20px;
}
.zoom-tiny-image {
	border:1px solid #CCC;
	margin:0px;
	
}
.zoom-tiny-image:hover {
	border:1px solid #C00;		
}

/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
	border: 4px solid #888;
	margin:-4px;	/* Set this to minus the border thickness. */
	background-color:#fff;	
	cursor:move;		
}

/* This is for the title text. */
.cloud-zoom-title {
	font-family:Arial, Helvetica, sans-serif;
	position:absolute !important;
	background-color:#000;
	color:#fff;
	padding:3px;
	width:100%;
	text-align:center;	
	font-weight:bold;
	font-size:10px;
	top:0px;
}

/* This is the zoom window. */
.cloud-zoom-big {
	border:4px solid #ccc;
	overflow:hidden;
}

/* This is the loading message. */
.cloud-zoom-loading {
	color:white;	
	background:#222;
	padding:3px;
	border:1px solid #000;
}
