@charset "utf-8";
 @font-face {
 font-family: 'Museo700';
 src: url('fonts/museo700.eot');
 src: url('fonts/museo700.eot?#iefix') format('embedded-opentype'), url('fonts/museo700.woff') format('woff'), url('fonts/museo700.ttf') format('truetype');
 font-weight: normal;
 font-style: normal;
}

body {
	background:url(images/bg-main.jpg) repeat left top ;
	margin:0px;
	padding:0px;
	text-align:left;
}
p, h1, h2, h3, h4, h5, h6, a, ul, li, dt, dd, lo, address, td, div {
	margin:0px;
	padding:0px;
	text-align: left;
	font:normal 14px Tahoma;
	color:#464646;
}
p {
	margin:0 0 10px 0;
	font:normal 14px Tahoma;
	line-height:22px;
}
h1 {
	font:bold 18px Georgia;
	color:#2e2e2e;
	padding:0 0 10px 0;
	margin:0 0 15px 0;
	font-style:italic;
	border-bottom:1px solid #969a9c;

}
h1 span {
	font:bold 15px Georgia;
	
	}
h1.confirmation {
	background:url(images/main-head-bg.jpg) no-repeat 206px 16px;
}
h2 {
		font:normal 24px Georgia;
	color:#51010c;
	padding:0;
	margin:0 0 15px 0;
	background:url(images/sub-head-bg.jpg) no-repeat 150px 16px;
}

h3 {
	font:bold 19px Georgia;
	color:#88241c;
	margin:0;
	font-style:italic;
	padding:0;
    width: 240px;
	float:left;
}
h4{
color:#88241c;
font:bold 15px Georgia;
padding:0;
margin:0 0 15px 0;
font-style:italic;
}
address {
	color: #000000;
	float: left;
	font:normal 13px/18px Arial;
	margin: 6px 0 20px 0;
	padding: 0;
	*padding-bottom:20px !important;
	width: 245px;
}
address strong {
	color:#000;
}
address a {
	text-decoration:underline;
	font:normal 13px/18px Arial;
		color: #000000;
}
address a:hover {
	text-decoration:none;
}
.business{
font:bold 14px Georgia;
color:#8c0f0f;
}
.width{
width:48px;
float:left;
}
.width1{
width:100px;
float:left;
}
a {
	text-decoration:underline;
	color:#464646;
}
a:hover {
	text-decoration:none;
}
a img {
	border:none;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
div#main-wrapper {
	float:left;
	width:100%;
	margin:0;
	padding:0;
	background:url(images/main-wrapper-bg.jpg) repeat-x left top;
}
div#wrapper {
	float:left;
	width:100%;
	margin:0;
	padding:0;
	background:url(images/main-header-bg.jpg) no-repeat center top;
}
div#content-wrapper {
	float:left;
	width:100%;
	margin:0;
	padding:0;
	background:url(images/content-wrapper-bg.png) repeat-x left top;	
	}
.container {
	width:980px;
	margin:0px auto;
}
div#header {
	float:left;
	width:980px;
	height:363px;
	position:relative;
	background:url(images/header_bg.jpg) no-repeat left top;
}
img#logo {
	left: 25px;
	margin: 0;
	position: absolute;
	top: 125px;
}
#cta{
	color: #FFFFFF;
	font: bold 24px tahoma;
	position: absolute;
	right: 65px;
	top: 12px;
}
div#flash {
	float:left;
	width:980px;
	clear:left;
	height:399px
}

.cta {
	position:absolute;
	left:320px;
	top:10px;
	font:bold 22px Arial, Helvetica, sans-serif;
	color:#c9dced;
}
.cta span {
	color:#fff;
}

div#maincontent {
	float:left;
	width:980px;
	margin:30px 0 20px 0px;
	*padding-bottom:30px !important;
	padding:0;
	
}
div#sidebar {
	float:left;
	width:260px;
	margin:0;
	padding:0;
	border:5px solid #571a14;
	background:url(images/sidebar-bg.jpg) repeat left top;
}
div#content {
 float: right;
    margin: 0;
    padding: 10px 0 0 20px;
    width: 675px;
}
div#content ul {
	margin:0 0 15px 0;
	padding:0;
	list-style:none;
	
	}
div#content ul li {
	   background: url("images/content-bullet.jpg") no-repeat scroll left 10px transparent;
    line-height: 25px;
    list-style: none outside none;
    margin: 0;
    padding: 0 0 0 15px;
	}	
div#services {
 background: url("images/bullet-bg.jpg") repeat-x scroll left top #E2E2E2;
    border: 1px solid #CFCECE;
    float: left;
	  *float: none;
    margin: 0 0 12px;
    padding: 15px 0 0 23px;
    width: 650px;
}

div#services ul {
	float:left;
	width:33%;
	margin:0 0 15px 0;
	list-style:none;
}
div#services ul li {
background: url("images/content-bullet1.jpg") no-repeat scroll left 5px transparent;
font:normal 14px Arial;
	padding:0 0 8px 15px;
margin:0;
	width:auto;
	color:#2e2e2e;
}

div#services ul p{
font:bold 14px tahoma;
color:#770104;
margin:0 0 5px 0;
}

div#footer-wrapper {
	float:left;
	width:100%;
	background:url(images/footer-wrapper.png) repeat-x left top;
	margin:0;
	padding:0;
}
div#footer {
	overflow:hidden;
	width:980px;
	margin:0 auto;
	padding:20px 0 30px 0;
}
a#owner {
	float:left;
	width:auto;
	font:bold 12px Arial;
	color:#8b7f54;
	text-decoration:none;
	padding:0 0 0 25px;
	background:url(images/owner-login.jpg) no-repeat left 3px;
	text-transform:capitalize;
	margin-left:35px;
	clear:left;
	white-space:nowrap;
}
a#owner:hover {
	text-decoration:underline;
}
div.copyright {
	float:left;
	width:980px;
	text-align:center;
	padding:0px 0 0 20px;
	font:normal 12px tahoma;
	color:#464646;
}
div#copyright img {
	border: none;
	position:absolute;
	top:0px;
	left:0px;
}
div#copyright a {
	font:normal 12px Arial;
	color:#8b7f54;
	text-decoration: none;
}
div#copyright a:hover {
	text-decoration: underline;
}
/* ----------------- NAVIGATION ----------------- */
ul#mainnav {
	position:absolute;
	top:0;
	right:30px;
	width:auto;
}
ul#mainnav li {
	float:left;
	width:auto;
	list-style:none;
	background:url(images/nav-divider.jpg) no-repeat right top;
	padding-right:2px;
}
ul#mainnav li a {
	float:left;
	width:auto;
	display:block;
	font:bold 12px Arial;
	color:#FFFFFF;
	text-decoration:none;
	padding:16px 26px 15px;
}
ul#mainnav li a:hover, ul#mainnav li a.current {
	background: url(images/bg-nav-hover.jpg) repeat-x left top;
}
ul#mainnav li.last {
background:none;
border:none;
}
/* ----------------------------  NAVIGATION (HORIZONTAL) ----------------------------  */
ul#utilitynav {
	float:left;
	width:auto;
	list-style-type: none;
	text-align:center;
	padding:0px 0 15px 15px;
}
ul#utilitynav li {
	display:inline;
	width:auto;
	font-size:10px;
	line-height:10px;
	padding:0 7px;
	border-right:1px solid #93c1df;
}
ul#utilitynav li.last {
	border:none;
	padding-right:0;
}
ul#utilitynav li a {
	font:normal 12px Tahoma;
	text-decoration: none;
	color:#93c1df;
}
ul#utilitynav li a.active {

	text-decoration:underline;
}
ul#utilitynav li a:hover {
	text-decoration: underline;
}
ul#domain-club {
padding:0;
margin:0;
list-style:none;
float:right;
font:bold 12px Arial;
	text-decoration: none;
	color:#534d3a;

}
ul#domain-club li{
font:bold 12px Arial;
	text-decoration: none;
	color:#534d3a;
}
ul#domain-club li a {
	font:bold 12px Arial;
	text-decoration: none;
	color:#534d3a;
	text-transform:capitalize;
	text-decoration: underline;
}
ul#domain-club li a:hover {
text-decoration:none;
}
/* ----------------- CUSTOM CLASSES ----------------- */

img.left {
	float: left;
	margin: 0px 5px 15px 0px;
	padding:3px;
	background:#FFFFFE;
	border:1px solid #9cabb8;
}
img.center {
	float: left;
	margin: 0px 15px 15px 129px;
	padding:3px;
	background:#FFFFFE;
	border:1px solid #9cabb8;
}
img.right {
	float: right;
	margin: 0 0 10px 0;
	padding:0;
}
.clear {
	clear:both;
}
.payment-options {
	float:left;
	margin:0 0 10px 0;
}
#map {
	width:606px;
	border:1px solid #9cabb8;
	margin-bottom:10px;
}
.social-networks {
	clear:both;
}
.facebook {
	background: url("images/fb-icon.gif") no-repeat scroll left top transparent;
	display: block;
	float: left;
	height: 40px;
	margin: 7px 0 0;
	width: 40px;
}
.facebook:hover {
	background: url("images/fb-icon.gif") no-repeat scroll left bottom transparent;
}
.twitter {
	display: block;
	float: left;
	height: 40px;
	margin: 7px 0 0 7px;
	width: 40px;
	background:url(images/twitter-icon.gif) no-repeat left top;
}
.twitter:hover {
	background:url(images/twitter-icon.gif) no-repeat left bottom;
}
.linkedin {
	display: block;
	float: left;
	height: 40px;
	margin: 7px 0 0 7px;
	width: 40px;
	background:url(images/linkedin-icon.png) no-repeat left top;
}
.linkedin:hover {
	background:url(images/linkedin-icon.png) no-repeat left bottom;
}
.map {
	border: solid 1px #999;
}
/*-----Form---------------*/

/* Form Styles */
 form {
	margin:0;
	padding:0;
	*margin-bottom:10px;
	float:left;
}
form label {
	width:66px;
	float:left;
	padding:5px 0 0 0;
	font:normal 13px/15px Arial;
	color:#000000;
}
form input {
 background: none repeat scroll 0 0 transparent;
    border: medium none;
    color: #000000;
    float: left;
    font: 12px tahoma;
    margin: 0 6px 1px 0;
    padding: 2px;
    width: 147px;
}
 .input {
  background: url("images/input-bg.jpg") no-repeat scroll left top transparent;
    color: #000000;
    float: left;
    font: 12px tahoma;
    height: 25px;
    margin: 0 5px 5px 0;
    padding: 2px 0 2px 4px;
    width: 156px;
	}
form textarea {
	background: none repeat scroll 0 0 transparent;
	border: medium none;
	clear: right;
	color: #323232;
	font: 12px Tahoma;
	overflow:hidden !important;
	width: 140px !important;
	height:60px !important;
	*width: 135px !important;
	*height:60px !important;
	margin: 0 5px 5px 0;

	padding: 4px 1px;


}
.textarea {
	background: url("images/textarea-bg.jpg") no-repeat scroll left top transparent;
	clear: right;
	color: #323232;
	font: 12px Tahoma;
	margin: 0 5px 5px 0;
	height:77px;
	overflow: auto;
	padding: 4px 5px;
	*width:146px;
	resize: none;
	width: 150px;
}
.submit-button {
	background:url(images/submit.jpg) no-repeat left top;
	float: left;
	cursor:pointer;
	height:27px;
	margin: 0 0 10px 66px;
	*margin-top:10px;
	font:bold 14px Arial;
	color:#fefefe;
	border:0px;
	padding:0 0 3px 0;
	width: 64px;
}
form label span {
	color:#FF0000;
}
.mandatory {
	margin:0 22px 0 0;
	padding:0px 0px 8px 0px !important;
	width:155px !important;
	font:normal 12px Tahoma;
	float:right;
}
.clear {
	clear:both;
}
#inline-image {
	margin: 0 0 15px;
	padding: 0;
}
.center {

text-align:center;
}
td {
font: 14px/22px Tahoma;

}
.content_images {
margin:5px 5px 5px 20px;
padding:0;
border:1px solid #000;
}
.content_images1 {
margin:5px;
padding:0;
border:1px solid #000;
}
img.left{float:left;}
img.right{float:right;}
.form-bg{
margin:7px 0 0 4px;
padding:12px 0 0 10px;
width:242px;
float:left;
}
.address{
	float: left;
	margin: 0 0 0 4px;
	padding: 0 0 0 10px;
	width: 242px;
}
.map{
margin:12px 0;
padding:0;
border:solid 1px #ffffff;
float:left;
}
.rare-coins{
font:normal 20px Georgia;
color:#000;
}
.higher-prices{
font:normal 18px Georgia;
color:#464646;
font-style:italic;
}
.width {
	width:350px !important;
	}
.float {
	float:left;
	}	
	