body {
	width: 771px;
    margin-top:25px; 
    margin-left:auto; margin-right:auto;
    background-image: url('../images/blackrose.jpg');
    background-color: white;
	font-family:"trebuchet ms","nimbus sans l", sans-serif; font-size:11pt; color:#444;
}
#centerwrapper {
    background-image: url('../images/swatch-silver-repeat.JPG');
    /*padding-right:5px;*/
}

#banner { 
	width:100%; 
	margin:0px; 
	padding:0px; 
	/*height:126px;*/ 
	float:left; 
	/*background-color: white;*/
	border-bottom: 1px solid #888;
}
#banner img{}

/********************
** Navigation Menu **
********************/
.navbar { 
	width:100%; 
	font-size:14pt; 
	clear:both; 
	/*background-color:white;*/
}
.navbar table {
	width:100%;
	border-collapse:collapse; 
}
.navbar td { 
	margin:0; 
	padding:5px; 
	width:16%; 
	/*
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	*/
}
.navbar a, .navbar a:link:visited:active { 
	float:left; 
	width:100%; 
	/*background-color: white; */
	/*border:outset 1px green; */
	text-decoration:none; 
	text-align: center; 
	color:black;
	font-weight:bold;
}
.navbar a:hover, .navbar a.lmon { 
	/*background-color:#060;*/ 
	/*border:inset 1px green;*/
	color: red;
	/*font-style: italic;*/
	/*text-decoration:underline; */
}

.vnavbar { 
	text-align:center; 
	/*border: 1px black solid;*/
	padding-bottom: 10px;
	/*line-height: 115%;*/
}
.vnavbar a, .vnavbar a:visited {
	text-align:center; vertical-align:center;
	text-decoration:none;
	font-weight:bold;
	color: black; 
	display: block;
	width: 90%; min-height:1.45em;
	/*border:solid 1px #633;*/
	margin:2px auto;
}
.vnavbar a:hover, .vnavbar a.von {
	background-color:#BBB;
	/*border:inset 1px #58F;*/
}

.pagenav {
	color:#444;
	border: solid 1px #88A;
	text-decoration: none;
	padding: 0;
	margin: 0px 1px 3px 1px;
}
.pagenav:hover {
	background-color:#CCC;
}
.pagenav-active {
	border: solid 1px #88A;
	color:#CCC;
	text-decoration: none;
	padding: 1px;
	margin: 0px 3px;
	background-color:maroon;
}
.pagenav-disabled {
	color:#888;
	border: solid 1px #88A;
	text-decoration: none;
	padding: 0;
	margin: 0px 1px 3px 1px;
}

/*********************
** Page Information **
*********************/
#pagetitle, h1 {font-size:20pt; font-weight:bold; margin-top:0px; margin-bottom:0; }
form {margin-bottom:0px; margin-top:0px;}
h2 {font-size:16pt; margin-top: 0px; margin-bottom:0;}
h3 {font-size:14pt; margin-top: 0px; margin-bottom:0;}
textarea, input, select, file, input[type="file"] {
	font-family:"trebuchet ms", "nimbus sans l",sans-serif; 
	border: solid 1px #88A; #86F;
	margin: 1px;
}
.category_description {border: 2px solid #BBB;}
.inputnoborder { border: none; text-align:center;}
hr { size:1px; width:90%; text-align:center; }
em { color: black; font-weight: bold; font-style: italic; }
ul {padding-left:1em;}

/* Displays */
.error {color:red;}
.title {font-size:larger; font-weight:bold;}

/* Links */
.email { color:black; text-decoration:none;}
.email:hover {text-decoration:underline;}
.help-link { color:#633; text-decoration:none; }
.help-link:hover { text-decoration:underline; }
.minimenu { color:#444; text-decoration:none; padding:0 2px;}
.minimenu:hover {background-color:#CCC;}
.links, .links:active:link:visited {
	color: green;
	text-decoration: none;
	text-weight: bold;
}
.links:hover {
	text-decoration: underline;
	color: red;
}


#pagetable {
	border-collapse:collapse;
	empty-cells: show;
}
.sidebar { 
	margin:0px; padding:0px;
	vertical-align:top;
	/*background-color:#dfd; */
	width: 187px; 
	border-right: 1px solid #633;
	border-bottom: 1px solid #633;
}
.mainpage { 
	vertical-align:top;
	padding: 0 5px 10px 0;
}

/*******************
** Article Styles **
*******************/
.article {
	margin-top:0px;
	margin-bottom:1em;
}
p.article:first-letter {
	font-size:large; 
	font-weight:bold; 
	font-family:'times new roman', serif;
}
	
/****************
** Cart Styles **
****************/
.cart-table { border-collapse: collapse; width:100%;}
.cart-table td { vertical-align: top;/*border: solid 1px #888;*/ }
.cart-title { font-weight:bold; text-align:center; }
.cart-price {text-align:right;}


/*******************
** Catalog Styles **
*******************/
.newitem { /*background-color: yellow;*/ color:#060; font-weight:bold; }
.solditem {color: red; font-weight: bold; }
.catalog-highlight {
	background-color:yellow;
	font-weight: bold;
	color:blue;
	/*text-decoration: underline;*/
}

.catalog-select-active {
	float: left;
	clear: left;
	display: block;
	margin-bottom: 10px;
	padding:5px;
	width:97%; 
	border: solid 1px #BBB;
	text-decoration: none;
	color: #444;
}
.catalog-select-active:hover{
	background-color:#CCC;
}
.catalog-select-inactive {
	float: left;
	clear: left;
	display: block;
	margin-bottom: 10px;
	padding:5px;
	width:97%; 
	border: solid 1px #F88;
	text-decoration: none;
	color: #444;
}
.catalog-select-inactive:hover{
	background-color:#FCC;
}
.catalog-select-in-cart {
	float: left;
	clear: left;
	display: block;
	margin-bottom: 10px;
	padding:5px;
	width:97%; 
	border: solid 1px #8F8;
	text-decoration: none;
	color: #444;
}
.catalog-select-in-cart:hover{
	background-color:#CFC;
}


.indexLink {
	display: block;
	float: left;
	width:30%;
	color: #444;
	text-align: center;
	text-decoration: none;
	padding:2px 0 10px 0;
	margin:10px 3px;
	/*border: solid 1px #BBB;*/
}
.indexLink:hover {
	background-color:#CCC;
}
.indexLink img { border: none; }
.index-cat-name {font-weight: bold; color: black;}
.index-cat-desc {font-size: smaller; color: #444;}

.catalogItemShow{ 
	margin:0 10px 10px 10px;
	border: solid 1px white;
	/*background-color:yellow;*/
	color:blue;
}
.catalogItemCode { font-weight: bold; }
.catalogItemTitle, .catalogItemPrice{float:left;margin:0px;font-size: larger; font-weight:bold;}
.catalogItemPrice {float: right; margin-right:0px;}
.catalogThumb { 
	float: left;
	text-align: center;
	vertical-align: top;
	font-size:9pt;
	font-weight: bold;
	//width:130px;
	border: none;
	margin-right: 5px;
}
.catalogDescription {
	vertical-align: top;
}
.catalogItemDescription p {margin-top:0px;}
.catalogClear { clear: both;}

/*********************
**   Image Styles   **
*********************/
#image-header{
	padding-left:7px;
}
#image-display{
	clear: both;
	width: 570px;
	padding:0;
	text-align: center;
	margin-top:5px;
	margin-left: auto; margin-right: auto;
	/*border: green 1px solid;*/
}
#image-header-table{
	width: 565px;
	border-collapse: collapse;
	border: 1 green solid;
}
#image-header-table td { text-align:center; padding:0; margin:0; }
.image-button-cell {width: 80px;}
#image-property-table{
	width: 405px;
	border-collapse: collapse;
}
#image-thumb-table {
	width: 565px;
	border-collapse: collapse;
	font-size:smaller;
}
#image-thumb-table td{ width:25%; text-align: center; vertical-align: top; border: 0px solid green;}
#image-title{ font-weight: bold; display: block; margin-top:5px; margin-bottom:10px;}
.info-title { font-size: larger; text-align: center; }

/****************
** Item Styles **
****************/
.showitem-table { width:100%; }
.showitem-rightcolumn { text-align: right; vertical-align:top;}


/*********************
** Sidebar Features **
*********************/
#container {
	float: left;
	clear: both;
	border-collapse: collapse;
	width:100%;
	margin-bottom:20px;
}
#sidebar{
	width: 180px;
	vertical-align: top;
	border-right:1px solid #bbb; 
	color: #900;
	/*background: #DDD; white;*/
}
#mainpage{
	/*background: orange;*/
	vertical-align: top;
	padding-left:7px;
	padding-right: 7px;
}

/*******************
** Table Features **
*******************/
#invoice {
	/*width:100%;*/
	table-collapse: collapse;
}

/**********************
**  Footer Features  **
**********************/

.addressblock{ text-align:center; }

#footer { clear:both; font-size:10pt; text-align:center;}

#hosting { margin-top:0px; float:right; clear:right; text-align:right; font-size:8pt; }
#hosting a, #hosting a:link:visited:active { color:white; text-decoration:none; }
#hosting a:hover  { text-decoration:underline; }
