@charset "utf-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	/*background-image: url(../images/bkgd.jpg);*/
	background-color:#0E0E0E;
	background-position:center;
	background-position:top;
	color:#FFFFFF;
	font-size:13px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#container {
	margin-left: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	width:900px;
	background-color:#000000;
	border:#333333;
	border-bottom-style:solid;
	border-left-style:solid;
	border-right-style:solid;
	border-width: 1px;
	padding-bottom:10px;
}
#logo {
	width:181px;
	height:91px;
	overflow:hidden;
	float:left;
}
#headerbkgd {
	width:719px;
	height:91px;
	overflow:hidden;
	float:right;
	background-image:url(../images/top-right-header.jpg);
}
#navContainer {
	width:870px;
	height:39px;
	overflow:hidden;
	clear:both;
	margin-top: 5px;
	padding-left: 15px;
	padding-right: 15px;
	background-image:url(../images/nav-bkgd.jpg);
}
#mainContainer {
	/*max-width: 870px;*/
	width:870px;
	clear:both;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 5px;
	margin-top:10px;
	height: 513px;
	overflow-y:auto;
	overflow-x:hidden;
}
#mainContainer a {
	color:#FFF;
}
.bottomGoldBar {
	width:870px;
	margin-left:auto;
	margin-right:auto;
	height:1px;
	clear:both;
	background-image:url(../images/bottom-bar.jpg);
	margin-top:8px;
	margin-bottom:8px;
}
.footer {
	width:870px;
	padding: 0 15px 0 15px;
	clear:both;
	text-align:center;
	font-size:12px;
}
.footer a {
	color:#B59630;
}
/*a {
	color:#B59630;
}*/
img {
	border:none;
}
#bottomLinks {
	width:870px;
	height: 23px;
	background-image:url(../images/bottom-footer-background.jpg);
	overflow:hidden;
	text-align:center;
	color:#FFFFFF;
	padding-top:8px;
	margin-top: 5px;
	font-size:12px;
	margin-left:auto;
	margin-right:auto;
}
#bottomLinks a {
	color:#FFFFFF;
	text-decoration:underline;
}
h1 {
	margin:0px;
	padding: 0px;
}
.dropdown {
	width:147px;
	background-image:url(../images/dropdown-background.jpg);
	color:#FFFFFF;
	text-align:center;
	color:#FFFFFF;
}
.dropdown a{
	text-decoration:none;
	color:#FFFFFF;
}
.dropdown a:hover{
	text-decoration:none;
	color:#CCCCCC;
}
.dropdownItem {
	padding:5px;
	color:#FFFFFF;
}
.dropdownItem:hover {
	padding:5px;
	background-color:#525557;
}
.dropdownDivide{
	width:141px;
	height: 1px;
	background-image:url(../images/dropdown-divide.jpg);
	margin-left:auto;
	margin-right:auto;
}
#horizLines {
	width: 431px;
	background-image:url(../images/under-title.jpg);
	height: 17px;
	margin-top: 5px;
}
.interior-nav {
	padding: 5px;
	border-bottom: #333 solid 1px;
	color:#FFFFFF;
}
.interior-nav:hover {
	padding: 5px;
	border-bottom: #333 solid 1px;
	background-color:#B7A332;
	cursor:pointer;
	color:#FFFFFF;
	text-decoration:none;
}
.interior-nav a {
	text-decoration:none;
}
.padding5 {
	padding: 0 5px 0 5px;;
}
.productSideTables {
	margin: 0 0 20px 0;
	font-size: 11px;
	color: #CCC;
}
.galleryThumbs {
	background-color:#363a39;
	padding:3px;
}
