body {
 	margin:0px;
	font-family:Geneva, Tahoma, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:white;
	padding:0px;
	background-image:url(../images/body_bg.gif);
}

ul {
	margin:0px;
	padding-left:15px;
}

#container {
	margin: 1em auto 1em auto;
	text-align: left;
	background-color: black;
	width:800px;
}

#content {
	clear:both;
	padding:10px 10px 0px 10px;
}

#footer {
	clear:both;
	padding:0px 0px 5px 15px;
	font-size:10px;
	color:#737373;
	text-align:center;
}

#header {
	border-bottom:1px solid white;
	min-height:165px;
	height:auto !important;
	height:165px;
}

#logo {
	float:left;
	/* NEWLY ADDED TO REPLACE ANIMATED LOGO WITH GRAPHIC*/
	background:url(../images/mainmenu_bg.gif) no-repeat top center;
	height:127px;
	width:100%;
	text-align:center;
}

#mainmenu {
	/*background:url(../images/mainmenu_bg.gif) no-repeat top center;*/
	float:left;
	/*height:165px;
	width:495px;*/
	width:100%;
	text-align:center;
}

#mainmenu_items {
	position:relative;
	/*top:125px;*/
	/*height: 29px; */
	width: 495px; 
	padding-top: 5px; 
}

#mainmenu_items ul {
	padding:0px;
	padding-left:10px;
	margin:0px;
	list-style-type:none;
}

/* Don't apply padding here (offsetWidth will differ in IE) 
If you need padding add it to the child anchor */ 
#mainmenu_items li {
	float:left;
	margin:0px;
/*	padding-left:40px;*/
}

#mainmenu_items a {
	text-decoration:none;
	color:white;
	font-variant:small-caps;
	padding-left:10px;
	padding-right:20px;
	z-index: 10; 
	display: block; 
	float: left; 
	height: 30px; 
	position: relative; 
	top: 5px;
	overflow: hidden; 
}

#mainmenu_items li.background { 
	background: url('../images/bg_menu_right.gif') no-repeat top right !important; 
	z-index: 8; 
	position: absolute; 
	visibility: hidden; 
} 
  
#mainmenu_items .background .left { 
	background: url('../images/bg_menu.gif') no-repeat top left !important; 
	height: 30px; 
	margin-right: 9px; /* 7px is the width of the rounded shape */ 
} 

#subnav_left {
	font-variant:small-caps;
	width:205px;
	background-color:#171717;
	vertical-align:top;
	padding:20px 0px 5px 20px;
}

#subnav_left a{
	text-decoration:none;
	color:white;
}

#subnav_left a:hover{
	color:#c7a66b;
}

#subnav_left ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
	padding-left:10px;
	list-style:none;
}

#subnav_left li {
	display:block;
}

.product {
	float:left;
	background-color:#292929;
/*	height:200px; */
	width:261px;
	border:1px solid black;
	padding:10px 5px 5px 5px;
	font-variant:small-caps;
}

.productDesc {
        padding-bottom:5px;
        text-align:left;
        font-size:12px;
        color:white;
        font-family:Georgia, "Times New Roman", Times, serif;
        font-variant:normal;
}

.product img {
	width:150px;
	height:156px;
	text-align:center;
}

.productImage {
	padding-bottom:5px;
	text-align:center;
}

.productLinks {
	text-align:center;
	padding-bottom:10px;
}

.productLinks a {
	color:#E6C07C;
	text-decoration:none;
}

.productLinks a:hover {
	color:white;
}

.productTitle {
	padding-bottom:5px;
	padding-left:10px;
}

.grayText {
	color:#737373;
}

.goldText {
	color:#E6C07C;
}

.grayLink {
	color:#737373;
	text-decoration:none;
}

.goldLink {
	color:#E6C07C;
	text-decoration:none;
}

.goldFormLink {
	color:#E6C07C;
	text-decoration:none;
	text-transform:uppercase;
	font-size:10px;
}

.goldLink img {
	border:0px;
}

.indentLeft {
	padding-left:10px;
}

.genericBox {
	float:left;
	background-color:#292929;
}

.genericBoxContents {
	font-size:11px;
	padding:15px 5px 15px 15px;
	border-bottom:1px solid black;
	border-right:1px solid black;
	color:#8E8E8E;;
}

.genericBoxTitle {
	font-variant:small-caps;
	font-size:14px;
	padding-bottom:20px;
	color:white;
}

.genericBox img {
	margin-right:10px;
}

.form { 
	width:145px;
	height:20px;
	font-family:tahoma;
	font-size:11px;
	border-style: solid;
	border-width: 1px;
	border-color:#040201;
	/*background-color:#292929 !important;
	color:white;*/
	margin-left:0px;
	margin-right:0px
}
		
.textarea { 
	width:145px;
	height:59px;
	font-family:tahoma;
	font-size:11px;
	border-style: solid;
	border-width: 1px;
	border-color:#040201;
	/*background-color:#292929;
	color:#ffffff;*/
	margin-left:0px;
	margin-right:0px
}