html, body {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: White;
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;	/* 1 em = 10 pixels, 1 em = 100% */
	line-height: 1.8em;
	text-align: center;
}

#wrapper {
	border: solid 0px #000000;
	border-bottom: solid 1px #000000;
	margin: 1px auto 1px auto;
	padding: 0px;
	text-align: left;
	width: 100%;
}

#header {
	background-color: White;
	background-image: url(../../images/logo.jpg);
	height: 100px;
	border-bottom: solid 1px #000000;
	width: 100%;
}

#head2 {
	background-color: #AAC4FF;
	height: 36px;
	border-bottom: solid 1px #000000;
}

#head3 {
	background-color: #E5E6FF;
	height: 8px;
	border-bottom: solid 1px #000000;
}

.menutop {
	float: right;
	margin-right: 10px;
	margin-top: 10px;
}

.menutop a {
	color: Blue;
	font-size: 14px;
	font-weight: bold;
	margin-left: 15px;
	text-decoration: none;
}

.menutop a:hover {
	color: White;
	text-decoration: none;
}

.menu {
	background-color: #D0DFFF;
	border: 1px solid #060C6F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	margin-top: -1px;
	margin-left: -1px;
	text-align: left;
	width: 158px;
}

.menu a {
	color: Black;
	text-decoration: none;
}

.menu a:hover {
	color: Red;
	text-decoration: none;
}

.submenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin-left: 20px;
	text-align: left;
	width: 160px;
	text-decoration: none;
}

.submenu a {
	color: Black;
	text-decoration: none;
}

.submenu a:hover {
	color: Blue;
	text-decoration: none;
}

ul, li  {
	line-height: 20px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#content {
	background-color: white;
	border-bottom: 1px #000000;
	float: right;
	width: 100%;
}

#selection {
	background-color: white;
	float: left;
	width: 160px;
	padding: 0px;
	height: auto;
}

#main {
	background-color: white;
	float: left;
	width: 75%;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
}

.tablebar {
	border: 1px solid #060C6F;
	margin-left: -1px;
	margin-top: -1px;
}

.clearer {
	clear: both;
	display: block;
	font-size: 0px;
	height: 0px;
	width: 100%;
}

#footer {
	background-color: #C6D4F8;
	border-top: solid 1px #000000;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	clear: both;
}

	.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: Arial, Helvetica, sans-serif;
		font-size: .90em;
		line-height: 1.1em;
		text-align: justify;
	}
	.just2 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: .90em;
		text-align: justify;
	}
	.left {
		font-family: Arial, Helvetica, sans-serif;
		font-size: .90em;
		line-height: 1.1em;
		text-align: left;
	}
	.center {
		font-family: Arial, Helvetica, 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: Arial, Helvetica, sans-serif;
		font-size: 2em;
		text-align: justify;
		padding-top: 1em;
		padding-bottom: .5em;
	}
	#DescTxt {
		width: 95%;
		margin: 0 auto;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 1.5em;
		text-align: justify;
		text-indent: 1em;
		padding-bottom: 1.5em;
	}
	#Notes {
		width: 95%;
		margin: 0 auto;
		font-family: Arial, Helvetica, 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: Arial, Helvetica, 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: 0px solid #ccc
	}
	td.first {
		text-align: left;
		color: #333;
		border: 1px solid #ccc
	}
	tr.odd {
		background-color: #dfdfdf;
	}
	.TableCap {
		font-family: Arial, Helvetica, 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, Helvetica, sans-serif;
	font-size: 13px;
}

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

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

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

	.arial1 {
		
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;	
		color: Black;
	}
	.arial1n {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;	
		color: Navy;
	}
	.arial1w {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;	
		color: White;
	}
	.arial2 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;	
		color: Black;
	}
	.arial2n {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;	
		color: Navy;
	}
	.arial2b {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;	
		color: Black;
	}
	.arial2w {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;	
		color: White;
	}
	.arial2sale {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;	
		color: Red;
	}
	.arial2new {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;	
		color: Blue;
	}
	.arial3 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;	
		color: Black;
	}
	.arial3n {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;	
		color: Navy;
	}
	.arial3w {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;	
		color: White;
	}
	.arial4 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;	
		color: Black;
	}
	.arial4n {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 18px;	
		color: Navy;
	}
	.arial5 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 24px;	
		color: Black;
	}
	.arial5b {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 24px;	
		color: Black;
	}
	.arial5n {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 24px;	
		color: Navy;
	}
	.arial6 {
		font-family: Arial, Helvetica, 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: Arial, Helvetica, sans-serif;
		font-size: 10px;	
		color: Black;
	}
	td.ship2n {
		border: 1px solid #ccc;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;	
		color: Black;
	}
	table.order {
		border-collapse: collapse;
		border: 1px solid #ccc;
	}

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

.boxb {
	background-color: transparent;
	border-color: #0001A8;
	border-style: solid;
	border-width: 1px;
	margin: 0em 0em 0em 0em;
	padding: 0.8em 0.8em 0.8em 0.8em;	
}

.StyleNo {
	font: Arial, Verdana, Helvetica, Geneva, sans-serif;	
	color: #000000;
	font-size:1em;
}

.Frame {
	background-color: transparent;
	border-color: #C3AF73;
	border-style: solid;
	border-width: 1px;
	margin: 0em 0em 0em 0em;
}

.Justify {
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: .8em;
	text-align: justify;
}

.Price {
	font-family: Arial, sans-serif;
	font-size: small;
	text-align: right;
}

td.DescH {
	text-align: left;
	width: 30%;
	font-family: Arial, sans-serif;
	font-size: small;
}

td.PriceH {
	font-family: Arial, sans-serif;
	font-size: small;
	text-align: right;
	width: 10%;
}

.Left {
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: .8em;
	text-align: left;
}

