

/* Basic Tag Styles */

body {
	color: #444;
	font: 14px "Lucida Sans", "Lucida Grande", Lucida, Verdana, SansSerif, Arial, Helvetica;
	width: 97%;
}

body#util {
	background: url(../media/smallpipe.png) repeat-x 0 0;
}

body#most {
	background: transparent url(../media/pipesheader.png) repeat-x 0 0;
}

a {
	color: #32760e;
	font-weight: bolder;
	text-decoration: none;
}

a:visited {
	color: #6d9459;
	font-weight: bolder;
	text-decoration: none;
}

a:hover {
	color: #387d13;
	font-weight: bolder;
	text-decoration: underline;
}

a img {
	border: none
}

h1 {
	color: #b3b3b0;
	font-size: 1em;
	text-align: left;
	margin: 30px 20px 0 60px;
	border: 1px silver;
	top: 100px;
	left: 0;
	position: absolute;
	z-index: 200;
}

h2 {
	font-size: 1.2em;
	text-align: left;
	margin: 0px;
	border: none 1px silver;
	top: 0px;
	left: 0px;
	color: #474747;
}

h3 {
	color: #474747;
	font-size: 1em;
	text-align: left;
	border: none 1px silver;
	top: 0px;
	left: 0px;
	margin: 0px;
	margin-bottom: 10px;
	background-color: transparent;
}

h4 {
	font-size: 1em;
	position: absolute;
	left: 30px;
	bottom: 0;
	float: left;
}

h5 {
	color: #b3b3b0;
	font-size: 2em;
	text-align: left;
	margin: 20px;
	border: none 1px silver;
	top: 0px;
	left: 0px;
}

input {
	font-size: 1em;
}

select {
	font-size: 1em;
}

table {
	background-color: #fff;
	border: none 1px aqua;
	display: block;
	position: relative;
	font-size: inherit;
	
}

/* ID Styles */

#captionbox {
	background-color: white;
	position: absolute;
	z-index: 10;
	top: 240px;
	width: 280px;
	visibility: hidden;
	border: solid 10px #bbbbb2;
	height: auto;
	display: block;
	left: 40px;
	padding-left: 6em;
	padding-right: 2em;
	padding-top: 2em;
	padding-bottom: 2em;
	font-size: 90%;
}	

#maincontent {
	position: absolute;
	top: 16px;
	left: 50px;
	overflow: visible;
	visibility: visible;
	right: 55px;
	background: transparent url(../media/aologo4.gif) no-repeat 20px 0;
	margin: 2px;
	padding-top: 0;
	padding-bottom: 30px;
	border-color: silver;
	border-style: none;
	bottom: 10px;
	z-index: 100;
	display: block;
	max-width: 70em;
}

#main {
	position: absolute;
	top: 16px;
	left: 50px;
	overflow: visible;
	visibility: visible;
	display: block;
	right: 55px;
	background: url(../media/aologo6.png) no-repeat 20px 0;
	margin: 2px;
	padding-top: 0;
	padding-bottom: 30px;
	bottom: 10px;
	z-index: 100;
}

#noteslayer {
	font-size: 90%;
	background-color: #fbfafa;
	float: left;
	margin: 12px;
	border: 5px solid #c5bdb9;
	position: absolute;
	z-index: 200;
	top: 150px;
	width: 360px;
	height: auto;
	visibility: hidden;
	display: block;
	color: black;
	left: 6%;
}

#smallcontent {
	padding: 8px 20px 30px;
	position: absolute;
	z-index: 0;
	top: 30px;
	left: 6%;
	right: 6%;
	overflow: visible;
	visibility: visible;
	display: block;
	width: auto;
	border-color: silver;
	border-width: 1px;
	bottom: 6%;
	font-size:.8em;
}

#topnav {
	font-size: 1.0em;
	text-align: left;
	margin:9em 0 1em 6%;
	position: absolute;
	overflow: visible;
	width: 60em;
	z-index: 20;
}

#topnav ul {
	display: inline;
	border: 1px none #e2ffd4;
}

#topnav ul li:first-child {
	border-style: none;
}

#topnav ul li {
	display: inline;
	margin: 8px;
	border: 1px red;
}

#topnav a {
	color: #5c5c53;
	text-decoration: none;
}

#topnav a:hover {
	color: #93a19b;
	background-color: #eee;
}

#utilnav {
	font-size: 0.8em;
	text-align: left;
	margin-left:50%;
	border: 1px silver;
	position: absolute;
	overflow: visible;
	margin-bottom: 56px;
	top: 40px;
	width: 800px;
	z-index: 20;
}

#utilnav ul {
	display: inline;
	border: 1px none #e2ffd4;
}

#utilnav ul li:first-child {
	border-style: none;
}

#utilnav ul li {
	display: inline;
	margin: 8px;
	border: 1px red;
}

#utilnav a {
	color: #5c5c53;
	text-decoration: none;
}

#utilnav a:hover {
	color: #93a19b;
	background-color: #eee;
}



/* Classes */

.boxdetails p:first-line {
	border: 1px purple solid;
}

.chunk {
	line-height: 1.6em;
	text-align: left;
	margin:4em 12em 4em 12%;
	max-width:64em;
}

.closenotes {
	line-height: 1.2em;
	background-color: #fbfafa;
	text-align: center;
	border: none 1px silver;
	left: 12%;
	height: auto;
	margin-bottom: 1em;
	margin-top: 8px;
	font-size: .9em;
}

.doubleimage {
	margin-left: 6%;
	z-index: 4;
	height: 400px;
	width: 600px;
	margin-right: 1%;
	display: block;
	float: left;
	border: 1px dotted white;
	left: -20px;
	position: absolute;
}

.foliosample {
	float: left;
	width: 150px;
	margin-right: 1em;
	margin-left: 2em;
	margin-bottom: 1em;
}

.foliolist {
	margin:4em 8em 4em 12%;
	
}

.folioitem {
width:100%;
max-width:200em;
float:left;
margin:0 0 4em 0;	
}

.folionav {
	font-size: .8em;
	margin-left: 20%;
	margin-top: 20px;
}

.fl {
	float:left;
	margin-right:1em;
}

.fr {
	float:right;
	margin-left:1em;
	margin-bottom:1em;
}

.homeimageblock {
	display: block;
	float: left;
	position: absolute;
	margin-top: 36px;
	z-index: 10;
	margin-left: 160px;
}

.hometext {
	font-size: 1em;
	line-height: 1.6em;
	text-align: left;
	border: none 1px silver;
	top: 0;
	display: block;
	visibility: visible;
	position: absolute;
	z-index: 20;
	
	margin: 5% 5% 2% 12%;
	padding-top: 30px;
	padding-bottom: 10px;
	width: 53%;
	max-width:40em;
	
	}

.mainimage {
	border: none 1px #bee0b5;
	height: 400px;
	display: block;
	width: 400px;
	float: left;
	position: absolute;
	z-index: 10;
}

.mainimageblock {
	display: block;
	float: left;
	position: absolute;
	margin-top: 36px;
	z-index: 10;
	margin-left: 32%;
}

.notes {
	color: #747860;
	line-height: 1.2em;
	background-color: #fbfafa;
	text-align: left;
	margin: 15px;
	padding: 1em;
	border: 1px navy;
	left: 12%;
	height: auto;
	font-size: 0.9em;
}

.navlist {
	font-size: 1em;
	line-height: 15px;
	text-align: left;
	border: none 1px silver;
	top: 320px;
	display: block;
	float: left;
	visibility: visible;
	position: absolute;
	z-index: 40;
	background: url(../media/semitrans.gif) repeat;
	border-top: 2px none #c0b7aa;
	padding: 0 30px 10px 0px;
	margin: 0 20px 30px 4%;
}

.navmenu {
	font-size: 1em;
	line-height: 30px;
	text-align: left;
	border: none 1px silver;
	display: block;
	visibility: visible;
	height: 360px;
	position: absolute;
	z-index: 10;
	background: url(../media/semitrans.gif) repeat;
	border-top: 2px none #c0b7aa;
	padding: 30px 20px 10px 0px;
	margin: 20px 4% 30px;
}

.notice {
	margin-top: 100px;
	margin-bottom: 100px;
	text-align: center;
}

.pusher {
	line-height: 1.2em;
	background-color: white;
	height: 40px;
	position: relative;
	overflow: hidden;
	visibility: visible;
	display: block;
	right: 2px;
	left: 2px;
	width: 90%;
	margin-right: 40px;
	margin-left: 40px;
	/*

\*/width: 100%;
	right: 5%;
	left: 5%;
	border: dashed 1px olive;
/*

*/;
}

.scrolllist {
	display:block;
	width: 100%;
	height:40em;
	overflow: scroll;
	border-color: #fbd4ff;
	border-style: none;
	line-height: 1.3em;
	text-align: left;
	font-size: .8em;
}

.searchcontent {
	position: relative;
	top: 140px;
	left: 40px;
	bottom: 10px;
	width: auto;	
	display: block;
	float: left;
	padding-left: 50px;
	padding-top: 20px;
	padding-right: 4%;
	line-height: 1.3em;
	text-align: left;
	font-size: .8em;
	
}

.smallt {
	position: static;
	left: 20%;
	top: 40px;
	bottom: 6%;
	display: block;
	margin-bottom: 20px;
	padding-bottom: 36px;
	padding-left: 20px;
	margin-top: 100px;
	right: 6px;
	width: 200px;
}

.smalltxt {
	position: static;
	left: 5%;
	top: 50%;
	right: 10%;
	bottom: 10%;
	width: 180px;
	float: left;
	margin-right: 50px;
	display: block;
	margin-bottom: 30px;
	margin-left: -20px;
}

.subcontent {
	height: auto;
	width: 90%;	
	text-align: left;
	display: block;
	float: left;
	position: relative;
	padding:1em 5% 10% 5%;
	
	top: 10em;
	left: 0;
	line-height: 1.3em;
	text-align: left;
	font-size: .9em;
	
	
}

.subchunk {
	height: auto;
	width: auto;
	text-align: left;
	display: block;
	float: none;
	padding-left: 50px;
	padding-top: 20px;
	margin-top: 30px;
	border-top-color: #c0b7aa;
	border-top-width: 1px;
}

.textcolumn {
	margin-right: 22%;
	margin-left: 2%;
	z-index: inherit;
}

.thumbcell {
	width: 150px;
	margin-right: 20px;
	margin-left: 0;
	text-align: center;
	height: 180px;
	float: left;
	padding-bottom: 2em;
}

.thumbcell img {
	clear:right;
}

.thumbnail {
	display: inline-block;
	width: 100%;
	text-align: left;
}

.thumbtxt {
	display:inline;
	position:relative;
	right: 10%;
	width: 140px;
	margin-left: 15%;
	float: left;
	text-align: left;
}

.stockcontent {
	height: 420px;
	width: auto;
	text-align: left;
	display: block;
	float: none;
	z-index: 20;
	top: 140px;
	left: 40px;
	padding-left: 10%;
	border-top-color: #aaa8a5;
	border-top-width: 1px;
	border-color: white;
	border-width: 1px;
	margin-top: 30px;
	padding-top: 20px;
}

.stocknavitems {
	left: 80px;
	width: 162px;
	height: 360px;
	display: block;
	position: absolute;
	padding-top: 32px;
	background: url(../media/semitrans.gif);
	z-index: 10;
}

.stocktitle {
	font-size: 1em;
	line-height: 16px;
	float: left;
	border: none 1px green;
	z-index: 50;
	top: 30px;
	left: 5%;
	width: 160px;
	height: 6em;
	display: block;
	position: absolute;
	text-align: center;
	background: none;
}

.stocknav {
	font-size: 1em;
	text-align: center;
	float: left;
	border: none 1px aqua;
	left: 5%;
	width: 160px;
	height: auto;
	line-height: 18px;
	z-index: 2;
	display: block;
	top: 16px;
	margin-top: 80px;
	position: absolute;
	background: none;
	overflow: visible;
}

.stockimage {
	font-size: 0.6em;
	border: dashed 1px white;
	height: auto;
	margin-top: 26px;
	position: absolute;
	display: block;
	z-index: 1;
	width: 500px;
	margin-left: 25%;
}

.stockimage img {
	border: white;
}

/* leftover styles from Google Checkout */
.product-image { 
	border:solid 0px #ccc; 
	}

.product-title, .product-price, .product-shipping {
	font-weight:bold; 
}

.data-cell { 
	font-size:12px;
	padding:0px 50px 0px 10px;
	border:solid 0px #fff;
	vertical-align:bottom;
}

.align-cart { 
	padding-left:500px
}

.product-title, .product-price, .product-shipping-first, .product-shipping {
	font-size:.8em;
}

