body       {
	background-image:url(../images/bkgnd-titanium.jpg);
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:13px;
	color:#000000;
	background-color:#999999;
	padding:0px;
	margin-top:0px;
	text-align:left;
}


a     {
	color:#000000;
	text-decoration:none;
}


a:link     {
	color:#000000;
	text-decoration:none;
}


a:visited 	{
	color:#000000;
	text-decoration:none;
}


a:hover 	{
	color:#ffffff;
	text-decoration:none;
}


a.page-nav     {
	color:#FAB103;
	text-decoration:none;
}


a.page-nav:link     {
	color:#FAB103;
	text-decoration:none;
}


a.page-nav:visited 	{
	color:#FAB103;
	text-decoration:none;
}



a.page-nav:hover 	{
	color:#ffffff;
	text-decoration:none;
}


a.page-nav-admin     {
	color:#CCCCCC;
	text-decoration:none;
}


a.page-nav-admin:link     {
	color:#CCCCCC;
	text-decoration:none;
}


a.page-nav-admin:visited 	{
	color:#CCCCCC;
	text-decoration:none;
}



a.page-nav-admin:hover 	{
	color:#ffffff;
	text-decoration:none;
}


h1  {         /* this is only used for Detail.cfm and may be moved to .product-title */
	color:#000000;
}


h3   {
	font-size:24px;
	color:#000000;
	margin:0px;
}


h4   {
	font-size:20px;
	color:#000000;
	margin:0px;
}


h5   {
	font-size:16px;
	color:#000000;
	margin:0px;
}


p  {
	margin-top:0px;
}



div.page-body  {		/* document body - set cenetered/left here */
	position:relative;
	background-image:none;
	width:778px;
	padding:0px;
/*	margin:0px; 
	margin-left:30px; */
	margin:0px auto 0px auto;
}


div.home-box1  {		/* used for temporary home-page layout */
	text-align:left;
	font-size:large;
}


div.page-header  {		/* top of the page */
	position:relative; 
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	padding:0px;
}
	
	
div.page-content  {	/* most of the page */
	margin-left:auto;
	margin-right:auto;
}
	

div.page-footer  {	/* bottom of the page */
	position:relative;
	margin-left:auto;
	margin-right:auto;
	margin-top:40px;
}
	

div.top-nav  {
	position:absolute;
	top:64px;
	left:302px;
	margin:0px;
	width:auto;  
	z-index:3;
	color:#FFFFFF;
	font-size:12px;
}


div.top-nav-admin  {
	position:absolute;
	top:64px;
	left:302px;
	margin:0px;
	width:auto;  
	z-index:3;
	color:#FFFFFF;
	font-size:12px;
}


div.bottom-nav  {
	position:relative;
	width:700px;  
	margin-left:auto;
	margin-right:auto;
	color:#FFFFFF;
	font-size:12px;
	text-align:center;
}


.top-nav-btn     {
	float:left;  
	width:64px;
	margin-right:17px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	padding:2px 0px 2px 0px;
	color:#FAB103;
	background-color:#352822;
}


.top-nav-admin-btn     {  /* For gepp_admin pages only */
	float:left;  
	width:124px;
	margin-right:17px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	padding:2px 0px 2px 0px;
	color:#FAB103;
	background-color:#352822;
}


.top-nav-btn-narrow     {
	float:left;  
	height:34px;
	margin-right:17px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	padding:4px 3px 0px 3px;
	color:#FAB103;
	background-color:#352822;
}


.top-cart-btn     {			/* used for the top shopping cart button DIV only */
	position:absolute;
	top:13px;
/*	left:654px;
	text-align:left;  */
	right:77px;
	text-align:right;
	height:34px;
	font-size:14px;
	font-weight:bold;
	padding:4px 3px 0px 3px;
	color:#FAB103;
	z-index:4;
/*	visibility:hidden; */
}


.top-cart-btn a {
	color:#FAB103;
	text-decoration:none;
	font-weight:bold;
}

.top-cart-btn a:hover {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

.bottom-nav-btn     {
	float:left;  
	width:auto;
	margin-right:17px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	padding:2px 5px 2px 4px;
	color:#FAB103;
	background-color:#352822;
}


.bottom-nav-admin-btn     {   /* For gepp_admin pages only */
	float:left;  
	width:auto;
	margin-right:17px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	padding:2px 5px 2px 4px;
	color:#CCCCCC;
	background-color:#352822;
}


#page-title-image  {  /* title image needs to be accurately positioned */
	position:relative;
	top:0px;
	margin-bottom:0px;
}


#centered    {		/* for a centered div */
	position:relative;
	margin-left:auto;
	margin-right:auto;
}


.left-content  {	/* box with left-justified content */
	text-align:justify;
	padding-left:14px;
	margin:0px 0px 40px 0px;
}


.right-content  {	/* box with left-justified content */
	text-align:justify;
	padding-right:5px;
	margin:0px 0px 40px 0px;
}


.right-image   {
	float:right;
	margin-top:15px;
	margin-right:30px;
}
	

.left-image   {
	float:left;
	margin-top:0px;
}

	
.left-text   {
	margin-right:300px;
}
	

.right-text   {
	margin-left:220px;
	margin-right:30px;
}
	

#right-most  {		/* last element, left to right */
	margin-right:0px;
}



#left-most   {		/* first element, left to right */
	margin-left:0px;
}


.spacer {			/* used to force other items below  */
	clear:both;
}


#copyright  {       /* copyright line */
	font-size:12px;
	color:#000000;
	margin-top:45px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;
	width:600px;
	text-align:center;
}


#web-dev {
	font-size:11px;
	color:#666666;
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	width:600px;
	text-align:center;
}

div.entry-form  {	/* shows a fixed-size entry form background */
	position:relative;
	background-image:url(../images/entry-form.jpg);
	background-repeat:no-repeat;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	width:450px;
	height:340px;
	z-index:2;
	text-align:left;
}

form.entry  {
	position:inherit;
	padding-left:35px;
	padding-top:30px;
	width:220px;
}

div.search-form  {	
	vertical-align:baseline;
	font-size:10px;
	border:#000000;
	border-bottom-style:solid;
	border-bottom-width:1px;
	margin-bottom:15px;
	padding:10px;
}

input.search-form {
/* 	height:24px;  
	margin-left:8px;  */
}


.form-input {		/* used for form input fields */
	margin-left:6px;
	margin-bottom:8px;
	border:#333333 1px solid;
	font-size:12px;
}

img#either	{		/* include either e,mail or phone */
	position:absolute;
	top:88px;
	left:280px;
}


.list-item  {    /* for database lists - shows bottom border */
	vertical-align:baseline;
	font-size:12px;
	border:#000000;
	border-bottom-style:solid;
	border-bottom-width:1px;
	margin-bottom:8px;
	padding:4px;
}

span.list-column  {  /* one column in a database list */
	margin-right:8px;
	width:200px;
}


div.form-box {		/* used to enclose entry forms */
	margin-left:0px;
	margin-bottom:8px;
	border:#000000 2px solid;
	font-size:12px;
}

div.interior-box {	/* for boxes within boxes - imposes a margin and border */
	margin-left:10px;
	margin-right:10px;
	margin-bottom:8px;
	margin-top:8px;
	border:none;
	padding:5px;
	font-size:12px;
}

input.form-input {		/* use this for buttones and such on one of our forms */
	background-color:#999999;
}
	
#no-border { 
	border-bottom-style:none;
}

#red {
	color:#FF0000;
}


#courier  {
	font-family:"Courier New", Courier, monospace
}


/*-------------- CartWeaver pages ------------------------*/

.product-title  {		/* used for product details table TD */
	text-align:left;
	font-weight:bold;
	vertical-align:top;
/*	background-color:#A1978F; */
	color:#000000;
}
	
	
.product-info  {		/* used for product details table TD */
	text-align:left;
	vertical-align:top;
	border:#000000 thin solid;
	background-color:#E7E4E2;
}


.category-links  {		/* used to control appearance of category links in CWTagSearch.cfm */
	font-size:large;
}	


.cart-info       {		/* cart summary info and links appearance */
	font-size:medium;
	margin-bottom:10px;
}
