@charset "utf-8";
body {
	/*background-image: url("/images/polka.png");*/ /* Background image for whole site.  Other images may be on top.  */
	background-repeat: no-repeat;
    /*background-size: 2000px;*/
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; /* font */
	background-color: #000;
	color:#000;
	margin: 0;
	padding: 0;
}

a:link {
	text-decoration: none;
	/*color: #E1DE12;*/
}

a:visited {
	text-decoration: none;
	/*color: #E1DE12;*/
}

a:hover {
	text-decoration: underline;
	/*color: #FFF91A;*/
}

a:active {
	text-decoration: none;
	/*color: #FFF91A;*/
}

.top_bar {
    /* background-image: url("/images/goldcoins.png");/* Background image for top*/
    background-size: 10%;
	position: relative;
	display: inline-block;
	width: 100%;
}

.header img{
	z-index: 10;
    float:left;
	margin:10px;
	height:100px;/* Size of the icon image*/
	}

.greeting P{
    float:left;
    padding:0;
    margin-left:20px;
    margin-top:1.3vw;
    margin-bottom:0px;
	font-size: 4vw;
	color: #F9C418;
}

.login_box {
	width: 410px;/* Width of Login */
	font-size: 12px;
	font-weight: bold;
    float:right;
	margin:20px;
	background-color: #000;
}

.cart_button{
    float:right;
	margin:10px;
	background-color: #F8DE89;
}

.cart_button img{
	width: 60px;/* Width of cart */
    float:right;
	margin-top:30px;
	margin-right: 20px;
	position: relative;
}

.cart_button p{
    top: 0px;
    right: 16px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	padding: 32px;
}

.exhibits{
    width: 80%;
    float:right;
    margin-top: 50px;
	margin-left:10%;
	margin-right:10%;
	margin-bottom: 50px;
}

.exhibits h1{
	margin-left:30px;
	color: #F9C418;
}

.exhibits tr:nth-child(odd){
	background-color: #F8DE89;
}

.exhibits tr:nth-child(even){
	background-color: #fff;
}

.exhibits p{
    margin: 20px;
}


.exhibits img{
	width: 120px;/* Width of images.  Amazon is 120px */
    float:right;
}

.status{
    width: 100%;
}

.status tr:nth-child(odd){
	background-color: #F8DE89;
}

.status tr:nth-child(even){
	background-color: #fff;
}

.about{
    width: 80%;
    float: left;
    margin-top: 50px;
	margin-left:10%;
	margin-right:10%;
	margin-bottom: 50px;
	position: relative;
    color: #F9C418;
}

.about p{
    font-size:1.75em;
}

.italics {
    font-style:italic;
}

.carousel {
    position: relative;
    width:100%;
}

.social {
	position: absolute;
	top:250px;
	z-index: 10;
	right:20px;
	height: auto;
}

.new_account {
	width: auto;
	float: left;
	font-size: 12px;
	height: auto;
	margin-left: 20px;
}

.calculator {
	margin: 2%;
	width: 100%;
	height: auto;
	float: left;
	overflow: hidden;
	font-size:150%;
}

.calcresult tr th, .calcresult tr td{
    border:1px solid black;
    text-align: right;
}

.singlecolumn {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 15px;
	overflow: hidden;
}

.twocolumns {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 15px;
	overflow: hidden;
}

.threecolumns {
	position: relative;
	width: 100%;
	height: auto;
	float: left;
	margin-top: 15px;
	overflow: hidden;
}

.forgot{
    min-height: 250px;
	margin-top: 15px;
	margin-left: 15%;
	width: 60%;
	overflow: hidden;
	font-size:20px;
	list-style-type:none;
	}

.newpassword{
	margin-top: 15px;
	margin-left: 5%;
	width: 80%;
	overflow: hidden;
	font-size:20px;
	list-style-type:none;
	}
	
.entry {
    font-family: "Georgia";/* EDIT / This is font of your top menu */
    font-size: 1em;
    font-weight: bold;
    line-height: 30px;
    width:400px;
}

.dropdown {
    font-family: "Georgia";/* EDIT / This is font of your top menu */
    font-weight: bold;
    line-height: 30px;
    font-size:30px;
	list-style-type:none;
}

.retail {
	margin-top: 15px;
	width: 100%;
	height: auto;
	float: left;
	overflow: hidden;
	}

.gallery {
	font-size: 20px;
	margin-top: 15px;
	height: auto;
	float: left;
	overflow: hidden;
	list-style-type:none;
	}

.gallery ul{
    width:100px;
}

.gallery li header {
    width: 100px;
}

.gallery li a img{
    display: block;
    height: 100px;
}

.managedatabase {
	margin-top: 15px;
	width: 100%;
	height: auto;
	float: left;
	overflow: hidden;
}

.googleresults {
	margin-top: 15px;
	width: 100%;
	height: auto;
	float: left;
	overflow: hidden;
}

.rss {
	margin-top: 15px;
	width: 100%;
	height: auto;
	float: left;
	overflow: hidden;
	}

.admin {
	margin-top: 15px;
	width: 5000px;
	height: auto;
	float: left;
	overflow: hidden;
	text-align: center;
	}

.editaccount {
	margin-top: 15px;
	width: 100%;
	height: auto;
	float: left;
	overflow: hidden;
	}

.createaccount {
	margin: 2%;
	width: 100%;
	height: auto;
	float: left;
	overflow: hidden;
	font-size:150%;
	}
	

.contact {
	width: 75%;
	height: auto;
	float: left;
	overflow: hidden;
    padding-left: 10%;
	padding-right: 10%;
	color: #F9C418;
	}
	
.contact ul {
    list-style-type: none;
    font-family: "Georgia";/* EDIT / This is font of your contact */
    font-size:1.2em;
}

.survey {
	width: 50%;
	height: auto;
	float: left;
	overflow: hidden;
    padding-left: 10%;
	padding-right: 10%;
	color: #F9C418;
	}
	
.survey table {	
	background-clip: content-box;
	background-color:#F8DE89;
	color: #000;
}
	
.survey p {
    font-family: "Georgia";/* EDIT / This is font of your survey */
    font-size:1.2em;
}
	
.surveyform td {
    width: 0px;
}

.surveyform p {
    font-family: "Georgia";/* EDIT / This is font of your survey */
    font-size:1.2em;
    padding-left: 10px;
    padding-right:10px;
}

.surveyforminput p {
    width:0;
}

.surveyradio{
    width: 20px;
}

.account td {
    list-style-type: none;
    font-family: "Georgia";/* EDIT / This is font of your top menu */
    font-size:1.2em;
}

.forminput {
    width: 70%;
    height: 20px;
    float:right;
    font-family: "Georgia";/* EDIT / This is font of your top menu */
    font-size: 1em;
    font-weight: bold;
}

.forminputno {
    display:none;
}

.formtextarea {
    width: 100%;
    height: 200px;
    font-family: "Georgia";/* EDIT / This is font of your top menu */
    font-size: 1.2em;
    font-weight: bold;
}

.contactform {
    font-family: "Georgia";/* EDIT / This is font of your top menu */
    font-size: 1em;
    font-weight: bold;
    line-height: 30px;
}


.button {
    background-color: Gold;
    border: none;
    color: black;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 8px;
}

.frame {
	margin-top: 15px;
	width: 1550px;
	height: auto;
	float: left;
	overflow: hidden;
	position: relative;
	}

.blog {
	margin-top: 15px;
	width: 100%;
	height: auto;
	float: left;
	overflow: hidden;
	}

.title_1col {
	height: 40px;
	width: 100%;
	font-size: 24px;
	font-weight:Bold;
	color: #000;
	padding: 20px;
}

.title_1col.h1{
    font-family:'Comic Sans', cursive;}

.title_2col {
	height: 40px;
	width: 100%;
	background-color: #FC6;
	font-size: 24px;
	color: #333;
}

.title_2col Table {
	width: 100%;
}

.title_2col td {
	text-align: center;
}

.title_3col {
	height: 40px;
	width: 100%;
	background-color: #FC6;
	font-size: 24px;
	color: #333;
}

.title_3col Table {
	width: 100%;
}

.title_3col td {
	text-align: center;
}

.pic_box_2col {
	width: 95%;
}

.pic_box_3col {
	width: 95%;
}

.column_1col table{
	padding: 20px;
}

.column_2col table{
	width: 100%;
}

.column_2col th{
	text-align: left;
	padding-left:5%;
}

.column_2col td{
	padding-left:10%;
	padding-right:10%;
}

.column_3col table{
	width: 100%;
}

.column_3col th{
	text-align: left;
	padding-left:5%;
}

.column_3col td{
	padding-left:10%;
	padding-right:10%;
}

.form_box {
	float: left;
	width: auto;
}

.content_box_1col {
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
	padding-bottom: 3%;
	float: left;
	height: auto;
	font-size: 20px;
	background-clip: content-box;
	background-color:#F8DE89;
}

.content_box_2col {
	width: 49%;
	float: left;
	margin-right: 2%;
	height: auto;
	background-color: #444444;
	font-size: 16px;
}

.content_box_2col_r {
	width: 49%;
	float: left;
	margin-right: 0%;
	height: auto;
	background-color: #444444;
	font-size: 16px;
}

.content_box_3col {
	border: 0px solid;
	width: 32%;
	height: 100%;
	float: left;
	margin-right: 2%;
	height: auto;
	background-color: #444444;
	font-size: 16px;
}

.content_box_3col_r {
	border: 0px solid;
	width: 32%;
	height: 100%;
	float: left;
	margin-right: 0%;
	height: auto;
	background-color: #444444;
	font-size: 16px;
}

img.img_2col {
	border: 0px solid;
	width: 105.333%;
	height: auto;
	margin-right: 0%;
	Margin-left: 0%;
}

img.img_3col {
	border: 0px solid;
	width: 105.5%;
	height: auto;
	margin-right: 0%;
	Margin-left: 0%;
}

.content_box5 {
	float: left;
	width: 100%;
}




.footer {
	width: 100%;
	height: auto;
	background-color: #A9A290;
	margin-top: 15px;
    display:table;
}

.footerone ul{
    display:table-cell;
    width:25%;
    border:10px red;
}
.footertwo{
    display:table-cell;
    width:25%;
    border:10px red;
}
.footerthree{
    display:table-cell;
    width:25%;
    border:10px red;
}
.footerfour{
    display:table-cell;
    width:25%;
    border:10px red;
}

a.footerlink:link {
	text-decoration: underline;
	color: #000000;
}

a.footerlink:visited {
	text-decoration: underline;
	color: #000000;
}

a.footerlink:hover {
	text-decoration: underline;
	color: #000000;
}

a.footerlink:active {
	text-decoration: underline;
	color: #000000;
}

.copyright {
	text-align: center;
	float: left;
	width: 100%;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 5px;
}
