body {
	margin: 0;
	padding: 0;
	background-color: #666;
	background-image: url(/images/bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Verdana, Arial, Helvetica, serif;
	color: #333;
}

a:link, a:visited, a:active {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #f00;
	font-weight: bold;
	text-decoration: underline;
}

p {
	font: 12px/1.6em Verdana, Arial, Helvetica, serif; 
}

.inputtext { width: 350px; height: 20px; }

.inputcomments { width: 350px; height: 100px; }

hr {
	color: #6CB33E;
	background-color: #6CB33E;
	height: 1px;
	border: 0;
	margin: 10px 0 0 0;
	}

li {
	font-size: 12px;
	padding-bottom: 10px;
}

td {
	font-size: 12px;
	color: #006;
}

.small {
	font-size: 10px;
}

.form {
	border-style: solid;
	border-width: 1px;
	border-color: #000;
	color: #333;
	background-color: #fff;
	}

input {
	border-style: solid;
	border-width: 1px;
	border-color: #000;
	color: #333;
	background-color: #fff;
	}
	
textarea {
	border-style: solid;
	border-width: 1px;
	border-color: #000;
	color: #333;
	background-color: #fff;
	}

h1, h2, h3, h4, h5, h6	{
	padding: 0 5px 0 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	}

.photoborder {
	border: 1px solid #ccc;
	padding: 5px;
	background-color: #fff;
	margin: 4px 5px;
}

#header {
     width: 764px;
	 height: 122px;
     margin: 20px auto 0 auto;
     }

#contain {
     width: 764px;
	 margin: 0 auto;
     }

#content {
	width: 764px;
	margin: 0 auto;
	background-image: url(/images/content_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #fff;
	}

#header_image {
	padding: 10px 0;
	text-align: center;
}

#column_one {
	float: left;
	width: 355px;
	margin-left: 20px;
	min-height: 300px;
	border: 1px solid #fff;
	}

#column_two {
	width: 355px;
	margin-left: 387px;
	min-height: 300px;
	border: 1px solid #fff;
	}

#column_full {
     width: 724px;
	 margin-left: 20px;
	 min-height: 600px;
     }	
	 
#footer {
	width: 764px;
	margin: 0 auto 20px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #ff0;
	}

#footer a:link, #footer a:active, #footer a:visited {
	background-color: transparent;
	text-decoration: none;
	color: #ff0;
	font-weight: normal;
}	

#footer a:hover {
	background-color: transparent;
	text-decoration: underline;
	color: #ff0;
	font-weight: normal;
}

#footer_copy {
	text-align: right;
	margin: 0 15px 0 0;
}

.front_content {
	float: left;
	width: 545px;
	padding: 0 10px 10px 30px;
    margin: 10px 0 0 0;
	text-align: left;
    }

/* top navigation */

#navigationwrap {
	width: 764px;
	float: right;
	background-image: url(/images/content_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #fff;
}

#navigation {
	padding: 0 7px;
	
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	clear: left;
	}

#navigation li {
	display: inline;
	float: left;
}

#navigation a:link,
#navigation a:visited {
	height: 1.8em;
	float: left;
	width: 106px;
	color: #666;
	text-decoration: none;
	display: block;
	text-align: center;
	line-height: 1.8em;      
	voice-family: "\"}\"";   
	voice-family: inherit;   
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(/images/nav_bg.gif);
	background-repeat: repeat-x;
	background-position: left;
	border-right: 1px solid #eee;
	}
	
#07 a:link {
	width: 108px;
	border-right: none;
	}

#navigation a:hover {
	color: #000;
	background: #ff0;
	/*background-image: url(/images/bg_nav.gif);
	background-repeat: repeat-x;
	background-position: top;*/
	}

/* end top navigation */

/* Inventory List */

TABLE.InventoryList
{
	width: 175px;
	background-color: #f4f4f4;
	border: solid 1px silver;
}

TABLE.InventoryListDeleted
{
	width: 175px;
	background-color: papayawhip;
	border: solid 1px silver;
}

TD.InventoryPhoto
{
}

TD.InventoryDescription A
{
	font-weight: normal;
}

/* end Inventory Screen */

/* Admin Screens */

SPAN.Checkbox INPUT
{
	border: 0px;
}

INPUT.Required
{
	background-color: papayawhip;
}

/* end Admin Screens */
