/* Basic stuff */

html {
	font-family: Georgia, "Bitstream Vera Serif", "Times New Roman", serif;
	font-size: 14px;
	background: #d7dace url("../img/bg.jpg") repeat top center;
	overflow-y: scroll;
	color: #2d2d2d;
}

body {
	margin: 0;
}

h1, h2, h3, h4, h5, h6, ul, li, p, img, form, fieldset, input, textarea, table, th, td, tr {
	border-width: 0;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	font-family: Georgia, "Bitstream Vera Serif", "Times New Roman", serif;
	text-align: left;
	font-weight: normal;
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	display: block;
}

a {
	color: #6d1514;
}

/* Extend after floats */

.spanfloats { height: 1%; }
.spanfloats:after { content: " "; height: 0; overflow: hidden; display: block; clear: both; }

/* Page */

div#page {
	width: 876px;
	margin: 30px auto 40px auto;
	padding: 0;
	z-index: 1;
	background: #c7cabc;
}

/* Header */

div#header {
	position: relative;
	height: 128px;
	background: #3a4122 url("../img/header_bg.jpg") no-repeat;
	border-bottom: 1px solid #898f75;
}

img#logo {
	position: absolute;
	top: 23px;
	left: 260px;
}

/* Menu */

ul#menu {
	height: 47px;
	background: #6d1514;
	list-style-type: none;
	height: 47px;
	z-index: 3;
}
ul#menu li {
	height: 47px;
	float: left;
	position: relative;
	z-index: 4;
}
ul#menu li a {
	height: 47px;
	float: left;
	position: relative;
	overflow: hidden;
	padding: 0 17px;
}
ul#menu li a img {
	position: absolute;
	left: 0;
	top: 0;
}

ul#menu li a#menu_ { width: 48px; padding-left: 24px; }
ul#menu li a#menu_ img { left: 2px; }

ul#menu li a#menu_coins-for-sale { width: 111px; }
ul#menu li a#menu_coins-for-sale img { left: -87px; }

ul#menu li a#menu_information-and-articles { width: 178px; }
ul#menu li a#menu_information-and-articles img { left: -231px; }

ul#menu li a#menu_services { width: 66px; }
ul#menu li a#menu_services img { left: -443px; }

ul#menu li a#menu_services { width: 66px; }
ul#menu li a#menu_services img { left: -443px; }

ul#menu li a#menu_news { width: 42px; }
ul#menu li a#menu_news img { left: -543px; }

ul#menu li a#menu_about-us { width: 74px; }
ul#menu li a#menu_about-us img { left: -618px; }

ul#menu li a#menu_contact-us { width: 86px; }
ul#menu li a#menu_contact-us img { left: -726px; }

ul#menu li a.selected img,
ul#menu li a:hover img {
	top: -47px;
}

/* sub menu */

ul#menu div.submenu {
	position: absolute;
	top: 47px;
	left: 0;
	background: #522020;
	width: 212px;
	display: none;
	z-index: 5;
}
ul#menu div.wider_submenu {
	width: 424px;
}
ul#menu li div.submenu ul {
	list-style-type: none;
	height: auto;
	padding-bottom: 20px;
}
ul#menu li div.wider_submenu ul {
	float: left;
}
ul#menu li div.submenu ul li {
	float: none;
	height: 26px;
}

ul#menu li div.submenu ul li a {
	display: block;
	color: white;
	text-decoration: none;
	height: 26px;
	line-height: 26px;
	width: 195px;
	padding: 0 0 0 17px;
	white-space: nowrap;
	cursor: pointer;
}
ul#menu li div.submenu ul li a:hover {
	background: #643737;
}

ul#menu div.wider_submenu li.heading {
	height: 30px;
	line-height: 24px;
	padding: 10px 0 0 17px;
	color: white;
	font-size: 16px;
}

ul#menu li a.link_recently_sold {
	width: 162px;
	height: 19px;
	position: absolute;
	right: 0;
	bottom: 24px;
}
ul#menu li a.link_recently_sold:hover img {
	top: auto;
}

/* Main */

div#main {
	padding: 11px 0 60px 0;
	z-index: 2;
}

/* Left */

div#left {
	width: 200px;
	float: left;
	margin-left: 10px;
	display: inline;
}

div#left ul,
div.link_col ul,
div#inner_menu ul {
	margin: 0;
	list-style-type: none;
	padding: 12px 0 30px 0;
}
div#left ul li,
div#inner_menu ul li {
	height: 1%;
	background: none;
	padding: 0;
}
div.link_col ul li {
	position: relative;
	left: -11px;
	height: 1%;
}
div#left ul li a,
div.link_col ul li a,
div#inner_menu ul li a {
	font-size: 15px;
	text-decoration: none;
	background: url("../img/left_bullet.png") no-repeat -27px 6px;
	display: block;
	padding: 3px 0 3px 30px;
}
div#inner_menu ul li a {
	background: url("../img/inner_bullet.png") no-repeat -27px 6px;
}
div#left ul li a:hover,
div.link_col ul li a:hover,
div#inner_menu ul li a:hover {
	text-decoration: underline; 
}
div#left ul li a.selected,
div#left ul li a:hover,
div.link_col ul li a.selected,
div.link_col ul li a:hover,
div#inner_menu ul li a.selected,
div#inner_menu ul li a:hover {
	background-position: 11px -32px;
}

#bnta {
	display: block;
	margin: 20px auto 10px auto;
}

/* Right */

div#right {
	width: 640px;
	float: left;
	margin-left: 16px;
	display: inline;
	overflow-x: hidden;
}

/* Newsletter box */

div#newsletter_box {
	background: #6d1514;
	padding: 14px 10px 0 12px;
	height: 160px;
	color: white;
	font-size: 12px;
}
div#newsletter_box p {
	margin: 18px 0 8px 0;
}
div#newsletter_box p a {
	color: white;
}

input#newsletter_email {
	border: 1px solid black;
	background: #d7dace;
	padding: 4px 4px 4px 6px;
	color: #911b1b;
	margin: 4px 0;
	width: 167px;
}
input#newsletter_submit {
	width: 96px;
	height: 27px;
	background: url("../img/button_subscribe.png") no-repeat;
	float: right;
	cursor: pointer;
}

/* Home */

div#quarter_coin {
	background: #898f75 url("../img/home_topper_bg.jpg") no-repeat top right;
	height: auto !important;
	height: 189px;
	min-height: 189px;
	padding: 22px 260px 20px 24px;
	line-height: 1.4;
}
div#quarter_coin h1,
div#quarter_coin h2,
div#quarter_coin h3,
div#quarter_coin h4 {
	color: white;
	font-weight: bold;
	font-size: 20px;
}
div#quarter_coin p {
	color: white;
	font-size: 15px;
	margin: 13px 0 0 0;
}

div#featured_coins {
	padding-top: 30px;
}
div#featured_coins h2 {
	padding-left: 24px;
}

div#bottom_links {
	padding-top: 40px;
}
div#bottom_links div.link_col {
	width: 274px;
	padding-left: 24px;
	float: left;
}

/* Coin */

#coin_list {
	clear: both;
}

div.coin {
	position: relative;
	background: #e6e8db url("../img/featured_coin_bg.png") repeat-y top right;
	margin-top: 10px;
	border-bottom: 1px solid #949982;
	padding: 20px 0 22px 24px;
	height: auto !important;
	height: 188px;
	min-height: 188px;
}
div#featured_coins div.coin {
	height: 150px;
	min-height: 150px;
	padding: 20px 0 60px 24px;
}
div#coin_list div.coin {
	background: #e6e8db url("../img/coin_list_bg.png") repeat-y top right;
	height: 100px;
	min-height: 100px;
	padding: 12px 0 32px 24px;
}
div#coin div.coin {
	height: 360px;
	min-height: 360px;
	padding: 20px 0 80px 24px;
}

div.coin img.coin {
	position: absolute;
	top: 0;
	right: 0;
}
div#coin div.coin img.coin2 {
	position: absolute;
	top: 230px;
	right: 0;
}
div#coin_list div.coin img.coin2 {
	position: absolute;
	top: 0;
	right: 143px;
}

div#coin div.coin img.clicktoenlarge {
	position: absolute;
	top: 4px;
	right: 131px;
}

div.coin div.info {
	width: 356px;
}
div#coin_list div.coin div.info {
	width: 312px;
}
div#coin div.coin div.info {
	padding-bottom: 10px;
}

div.coin h4 {
	color: #6d1514;
	font-size: 18px;
}
div#coin_list div.coin h4 {
	font-size: 15px;
}

div.coin h5 {
	color: black;
	font-size: 18px;
	padding-top: 3px;
}
div#coin_list div.coin h5 {
	font-size: 15px;
}

div.coin p {
	color: #3c3c3c;
	font-size: 14px;
	margin: 14px 0;
	line-height: 20px;
}
div#coin_list div.coin p {
	font-size: 12px;
	line-height: 17px;
	margin: 12px 0;
}
div#coin p.intro {
	color: #0c0c0c;
}
div#coin p.description {
	font-size: 12px;
	line-height: 17px;
}
div#coin p.provenance {
	font-size: 11px;
	line-height: 15px;
	font-style: italic;
}

div.coin p.price {
	color: #6d1514;
	font-size: 15px;
	margin: 14px 0;
}
div#coin_list div.coin p.price {
	margin: 0;
	font-size: 15px;
	position: absolute;
	left: 24px;
	bottom: 19px;
}
div#coin div.coin p.price {
	font-size: 15px;
	position: relative;
}
div#coin div.coin p.price a {
	position: absolute;
	top: 2px;
	left: 120px;
}

div.coin img.more {
	position: absolute;
	bottom: 16px;
	left: 318px;
}
div#coin_list div.coin img.more {
	bottom: 13px;
	left: 268px;
}

span.sold {
	position: absolute;
	top: 12px;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	right: 298px;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0 9px;
	background: #6d1514;
}
div#coin span.sold {
	right: 240px;
}
span.sold_date {
	color: black;
	font-size: 12px;
}

div.coin table {
	font-size: 12px;
	position: absolute;
	left: 24px;
	bottom: 19px;
}
div.coin table a {
	text-decoration: none;
}
div.coin table a:hover {
	text-decoration: underline;
}
div.coin table th {
	color: #3a4122;
	width: 77px;
	padding-bottom: 3px;
}
div.coin table td {
	color: #6d1514;
	padding-bottom: 3px;
}

div#coin table th {
	width: 120px;
	padding-bottom: 7px;
}
div#coin table td {
	padding-bottom: 7px;
}

#coin_list div.pagination {
	margin: 8px 2px 0 0;
	clear: both;
	display: block;
	width: 100%;
}

/* Article */

h1#page_h1 {
	height: 36px;
	margin-top: 8px;
	margin-left: 24px;
}
h1#page_h1 img {
	float: left;
}
h1#page_h1 span {
	float: left;
	font-size: 19px;
	color: #6d1514;
	position: relative;
	top: -2px;
	width: 461px;
	white-space: nowrap;
	overflow: hidden;
}
div#article {
	background: #e6e8db;
	border-bottom: 1px solid #949982;
	padding: 4px 0 60px 24px;
}
div#article_inner {
	width: 392px;
}

/* Page */

div#apage {
	background: #e6e8db;
	border-bottom: 1px solid #949982;
	padding: 4px 30px 60px 24px;
}

/* News */

div.news_image {
	float: right;
	width: 200px;
	margin: 16px -10px 8px 14px;
}

div.content p.news_date {
	float: right;
	margin-right: 12px;
	margin-left: 10px;
	color: #3a4122;
	font-weight: bold;
	font-size: 12px;
}

/* Coin enlargement */

div#enlargement {
	display: none;
	height: 640px;
	margin-bottom: 10px;
	position: relative;
}

div#image_menu {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 138px;
}
div#image_menu a {
	float: right;
	height: 87px;
	width: 69px;
	cursor: pointer;
}
div#image_menu a.obverse {
	background: url("../img/label_obverse.png") no-repeat 0 69px;
}
div#image_menu a.selected.obverse {
	background: url("../img/label_obverse.png") no-repeat 0 51px;
}
div#image_menu a.reverse {
	background: url("../img/label_reverse.png") no-repeat 0 69px;
}
div#image_menu a.selected.reverse {
	background: url("../img/label_reverse.png") no-repeat 0 51px;
}

div#image_menu a img {
	border: 1px solid #666761;
	float: right;
}
div#image_menu a.selected img {
	border: 1px solid #c7cabc;
}

a.unlarge {
	position: absolute;
	top: 10px;
	left: 10px;
}

/* Pagination */

div.pagination {
	float: right;
	color: #6d1514;
	position: relative;
	right: -12px;
	top: 5px;
	width: 300px;
	text-align: right;
}
span.pagination_results {
	float: right;
}
div.pagination_nav {
	float: right;
	background: #c7cabc;
	padding: 6px 4px;
	margin-left: 12px;
	position: relative;
	top: -7px;
}

div.pagination select {
	float: left;
}
div.pagination a.arrow {
	background: url("../img/arrows.png") no-repeat;
	float: left;
	width: 28px;
	height: 20px;
	position: relative;
	top: 1px;
}
div.pagination a.arrow.next {
	background-position: top right;
	margin-left: 2px;
}
div.pagination a.arrow.prev {
	background-position: top left;
	margin-right: 2px;
}
div.pagination a.arrow.next_disabled {
	background-position: bottom right;
	margin-left: 2px;
}
div.pagination a.arrow.prev_disabled {
	background-position: bottom left;
	margin-right: 2px;
}

ul.news_list {
	list-style-type: none;
	width: 608px;
	position: relative;
	left: -10px;
	padding-top: 8px;
	clear: both;
	margin: 0;
}
div.content ul.news_list li {
	background: none;
	padding: 0;
}
ul.news_list li a {
	display: block;
	height: 27px;
	line-height: 27px;
	text-decoration: none;
	padding-left: 10px;
	position: relative;
	cursor: pointer;
}
div.content ul.news_list li a:hover {
	text-decoration: none;
}
ul.news_list li a.alt {
	background: #f7f8ee;
}
ul.news_list li a span {
	display: block;
	width: 380px;
	overflow: hidden;
}
ul.news_list li a span.date {
	position: absolute;
	left: 400px;
	width: 100px;
	top: 0px;
	color: #3a4122;
	font-weight: bold;
	font-size: 12px;
}

/* Content */

div.content h2 {
	font-size: 19px;
	color: #6d1514;
	margin: 14px 0 14px 0;
}
div.content h3 {
	font-size: 16px;
	color: black;
	margin: 18px 0 14px 0;
	font-weight: bold;
}
div.content p {
	font-size: 14px;
	color: #3c3c3c;
	margin: 16px 0;
	line-height: 19px;
}
div.content p.intro {
	font-size: 16px;
	color: #0c0c0c;
}

div.content ul {
	list-style-type: none;
	padding-top: 4px;
	margin: 14px 0;
}
div.content ul li {
	padding: 3px 0 3px 20px;
	background: url("../img/bullet.png") no-repeat 4px 10px;
}
div.content ul ul {
	margin: 0;
}
div.content ul li a {
	text-decoration: none;
}
div.content ul li a:hover {
	text-decoration: underline;
}

/* Inner menu */

div#inner_menu {
	width: 200px;
	float: right;
	margin: -4px 0 0 0;
}
div.content div#inner_menu h3 {
	margin: 0;
}

/* Footer */

div#footer {
	padding: 0 24px 30px 24px;
}
div#footer a {
	text-decoration: none;
	font-weight: normal;
	color: #6d1514;
}
div#footer a:hover {
	text-decoration: underline;
}

p#footer_links {
	float: right;
}
p#footer_contact {
	font-size: 19px;
}
p#footer_contact strong {
	font-weight: normal;
	color: #6d1514;
}
p#footer_address {
	font-size: 15px;
	padding-top: 10px;
}
p#footer_copyright {
	font-size: 11px;
	padding-top: 14px;
}

/* Contact details */

div.content p.contact_details {
	float: left;
	width: 200px;
	height: 70px;
	margin: 0;
}
p.contact_details a,
p.contact_details strong {
	text-decoration: none;
	font-weight: bold;
	color: #6d1514;
}

/* Misc */

div.clear {
	height: 0;
	overflow: hidden;
	clear: both;
}

/* Form */

form.form {
	margin: 0px;
	margin-bottom: 10px;
	border-top: 14px solid #c7cabc;
}

form.form fieldset {
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}

form.form input.text {
	border: 1px solid #909090;
	padding: 4px;
	font-size:12px;
	margin: 0px;
	width: 180px;
	background-color: white;
}

form.form textarea {
	border: 1px solid #909090;
	width: 416px;
	padding: 4px;
}

form.form div.input {
	padding-top: 6px;
}

form.form div.field {
	padding-top: 5px;
	background-color: #c7cabc;
}

form.form div.field_label {
	float: left;
	width: 150px;
}

form.form div.field_label label {
	display: block;
	padding-right: 10px;
	padding-top: 6px;
	text-align: right;
	color: #5a5a5a;
	font-size: 13px;
}

form.form div.field_input {
	margin-left: 150px;
}


form.form fieldset div.error  {
	margin-top: 5px;
}

form.form div.field.error {
	border: none;
	margin-top: 0px;
}

form.form div.field.error p.error {
	margin-top: 0px !important;
}

form.form div.error {
	background-color: #ffa79b !important;
	border: 1px solid #b91600;
	padding: 0px !important;
}

form.form div.error p.error {
	font-size: 13px !important;
	font-weight: bold !important;
	color: #b91600 !important;
	padding: 3px 0px 3px 26px !important;
	margin: 5px 10px 5px 6px !important;
	background-image: url("../img/backroom/error_icon.png") !important;
	background-position: 0px 0px !important;
	background-repeat: no-repeat !important;
}

form.form p.error a {
	color: #7b0f00;
}

form.form div.field_div {
	clear: both;
	padding-top: 5px;
}
form.form div.field_div.thicker {
	border-bottom: 2px solid #dfdfdf;
}

form.form div.field_div label {
	float: left;
}

form.form input.submit {
	margin-top: 6px;
	margin-right: 12px;
	margin-bottom: 10px;
	float: right;
}

form.form input.text {
	width: 260px;
}

form.form input.text:active,
form.form input.text:focus,
form.form textarea:active,
form.form textarea:focus {
	border-color: #6d1514;
}

.asterisk {
	font-size: 22px;
	font-weight: bold;
	color: #6d1514;
	line-height: 10px;
	position: relative;
	top: 3px;
	left: -1px;
}



