html {
    margin: 0;
    padding: 0;
    height: 100%;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 105%;
	color: #FFCC66; 
	background-color: #000000;
}

/*#main {
    position:relative; /* needed for footer positioning*/
/*    margin:0; /* center, not in IE5 */
/*    height:auto !important; /* real browsers */
/*    height:100%; /* IE6: treaded as min-height*/
/*    min-height:100%;} /* real browsers */

#content {
    margin: 10px 3% 0 3%;
   /* padding-bottom: 4em;*/
}

#footer {
    clear: both;
    margin-top: 1em;
    bottom:0; /* stick to bottom */
    padding: 1em 40px 0 40px;
    height: 4em;
}

#footer p {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 70%;
	color: #eeeeee;
	text-align: center;
}

#footer a {
	text-decoration: underline;
	color: #C18C11;
}

#footer a:hover {
    text-decoration: underline;
}
ul.catalog li{
    list-style: none;
    margin: 5px;
}
ul.catalog li a{
	font-weight: bold;
}
.searchbox {
    clear: both;
    padding: 0 30px;
}
.clear {
    clear: both;
}

h2 {
    margin-bottom: .8em;
    font-weight: normal;
}

h3 {
    font-weight: normal;
}

p {
    text-align: justify;
}

img {
	border: 1px solid #999999;
    margin: 5px;
	padding: 5px;
}


#title {
	margin-bottom: 1em;
	clear: left;
	text-align: center;
}
#title h1, h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	color: #FFFFFF;
	text-align: center;
    }
#title a {
    font-family: times,serif;
    font-size: 75%;
    background-color: #000066;
    padding: 0 5px;
    list-style-type: none;
    border: 1px solid #CCFFFF;
    text-decoration: none;
    white-space: nowrap;
    color: #EFFFFF;
}
#title img {
	border: none;
	float: left;
}

#logo {
    float: left;
    width: 240px;
    height: 50px;
}

table.management {
    margin: 10px;
    float: right;
}

#cat_title {
	float: right;
}

.center {
	text-align: center;
	margin: auto;
}
.clear {
	clear: both;
}
.floatleft {
	float: left;
	margin-right: 1em;
}
.floatright {
	float: right;
	margin-left: 1em;
}
a {
	color: #ffffcc;
}
a:hover {
	color: #FFFFFF;
}
#page_nav {
	margin-top: 1em;
	text-align: center;
	font-family:"Trajan Pro", Georgia, "Times New Roman", serif;
}
#page_nav p {
	text-align: center;
}
#page_nav a {
	text-decoration: none;
	font-size: 110%;
	font-weight: bold;
	padding: 0 1em;
}
#nav  {
    line-height: 120%;
    text-align: center;
	margin: auto;
	font-family:"Trajan Pro", Georgia, "Times New Roman", serif;
}

#nav ul {
    margin: auto;
    padding: 0;
}

#nav li {
    list-style-type: none;
    text-align: center;
	display: inline; 
	float: left; 
}
#nav a {
	font-size: 110%;
	font-weight: bold; 
	padding: 0 1em;
	list-style-type: none;
	text-decoration: none;
	white-space: nowrap;
}
#nav a:link, #nav a:active, #nav a:visited  {
	color: #ffffcc;
}

#nav p {
	text-align: center;
}

#nav a:hover {
	color: #FFFFFF;
}
.hometitle { 
	text-align: center;
	margin: auto;
}
.hometitle img{
	border: none;
}
.prod {
/*	background-color: #FFF1E6;
	float: right; */
}
.prod a {
	text-decoration: none;
	color: #FFE3AA;
	margin: auto;
	font-size: 80%;
}
.prod a:hover {
	text-decoration: underline;
}	
.prod li {
	text-align: center;
	width: 140px;
	height: 220px; 
	border: 1px solid #999999; 
	padding: .5em;
	display: inline;
	list-style: none;
	float: left;
	margin: .5em;
	vertical-align: middle;
	white-space: normal;
}
.page_img {
	border: none;
	padding: none;
}
/* this is a comment*/