/**
	Main / Firefox Stylesheet 
**/

 a img {
 	border: none;
 }
 
#page_container {
	width: 1000px;
	height: 506px;
	margin: auto;
}

#title_banner {
	width: 100%;
	height: 100px;	
	clear: both;
}

/** menu styles **/
#menu {
	float: left;
	height: 400px;
	width: 200px;
	color: white;
}

#menu ul {
	padding-left: 0px;
}

#menu li {
	list-style-type: none;
	border-bottom: 1px ridge gold;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	font-family: 'Times New Roman';
	text-decoration: none;
	font-variant: small-caps;
	font-size: 16px;
	color: gold;
}

#menu li:hover {
	color: #CC6633;
	text-decoration: underline;
}

#menu a {
	font-family: 'Times New Roman';
	text-decoration: none;
	font-variant: small-caps;
	font-size: 16px;
	margin-left: 10px;
	color: gold;
}

#menu a:hover {
	color: #CC6633;
	text-decoration: underline;
}

#menu hr {
	color: #999;
}

.subMenu {
	border: 1px solid #000000;
	background-color: #999;
	position: absolute;
	z-index: 100;
	padding: 10px;
	width: 150px;
}

.subMenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.subMenu ul li {
	cursor: pointer;
	margin: 2.5px;
	font-variant: small-caps;
	font-family: 'Times New Roman';
	color: gold;
}

.subMenu ul li:hover {
	text-decoration: underline;
	color: #CC6633;
}

/** end menu styles **/

/** content div styles **/
#content {
	float: right;
}

#non_idx_content {
	float: right;
	width: 794px;
	background-color: #FFFFFF;
}

.content {
	position:relative;
	clear: both;
	padding: 0px 10px;
}

.top_left_corner {
	background: transparent url(/lib/img/top-left-corner.gif) no-repeat 0 0;
	height: 25px;
	width: 25px;
}

.top_right_corner {
	background: transparent url(/lib/img/top-right-corner.gif) no-repeat 0 0;
	float:right;
	height: 25px;
	width: 25px;
}

.bot_left_corner {
	background: transparent url(/lib/img/bottom-left-corner.gif) no-repeat 0 0;
	height: 25px;
	width: 25px;
	float: left;
}

.bot_right_corner {
	background: transparent url(/lib/img/bottom-right-corner.gif) no-repeat 0 0;
	float:right;
	height: 25px;
	width: 25px;
}

#image_overlay {
	height: 100px;
	background-color: white;
	border: 1px solid white;
	margin-bottom: -100px;
}

#banner_pics {
	position:absolute;
	margin:-35px 0 0 -15px !important;
	background-color:#000;
	text-align: left;
}

/** end content div styles **/

/** search div **/
#search {
	float: right;
}

#search * {
	font-size: 10px;
}
/** end search div **/

/** specials **/
#specials2 {
	/**background-color: #cd5555;**/
	background: white url(/lib/img/specials_back_light_gold.jpg) repeat-x bottom left;
}

#specials2 {
	float: left;
	width: 100%;
}

#specials2 h1 {
	margin-top: 0px;
}

#specials2 .content {
	height: 200px;
}
/** end specials **/

/** footer **/
#footer {
	height: 50px;
	clear: both;
	padding-top: 20px;
	color: #999;
	font-size: 12px;
}

#footer #copyright {
	float: right; 
	text-align:right;
}
/** end footer **/


/**
div {
	border: 1px solid red;	
}
**/

DIV.separator {
	clear:both;
	height: 10px;
}

#index_image_overlay {
	font-size: 20px;
	background-color: white;
	padding: 10px;
	-moz-opacity: .75;
	position: absolute;
	z-index: 10;
	margin: 10px;
	border-top: 3px ridge gold;
	border-bottom: 3px ridge gold;
}

td {
	vertical-align: top;
}

td.label {
	background-color: #d0d0d0;
	text-align: right;
	width: 150px;
}

#login {
	border: 1px solid #999;
}

#gallery table {
	width: 100%;
}

#gallery table td {
	text-align: center;
}

#gallery img, img.gallery {
	border: 1px solid #999;
	padding: 5px;
	margin: 5px;
}

table.users {
	width: 100%;
	table-layout: fixed;
}

table.users thead tr td {
	background-color: #f1f1f1;
	font-weight: bold;
}

.alt_row_one, .alt_bg_one {
	background-color: #ffffff;
}

.alt_row_two, .alt_bg_two {
	background-color: #c0c0c0;
}

 table.products {
 	width: 100%;
 	border: 1px solid #999;
 }
 
 table.products thead tr td {
 	background-color: 1px solid #c0c0c0;
 }
 
 table.pages {
 	width: 100%;
 	border: 1px solid #999;
 }
 
 table.pages thead * {
 	background-color: #f1f1f1;
 }