@charset "UTF-8";
body {
	font-size: 100.01%;
	font-family: Helvetica, Arial, Veranda, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center; 
	color: #606060;
	background-color: #bec0c5;
}
a {
	color: #606060;
	text-decoration: none;
	border-bottom: dotted 1px #606060;
}
a:hover {
	border-bottom: solid 1px #606060;
}
h1, h2 {
	color: #607fba;
	font-weight: 100;
	font-size: 18pt;
	font-family: "Helvetica Neue Light", "HelveticaNeue-Light", Hevetica, Arial, Veranda, sans-serif;
}
h3 {
	font-size: 12pt;
	margin-bottom: 0;
	padding-bottom: 0;
}
h3 a {
	color: #606060;
	text-decoration: none;
}
h3 a:hover {
	border-bottom: solid 1px #606060;
}

#container_top {
	margin: 0 auto;
	width: 990px;
	padding: 24px 0 0 0;
}
#container_bottom {
	background-image:url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 89px;
	margin: 0 auto;
	width: 960px;
	padding: 40px 15px 10px 15px;
	color: #FFF;
	font-size: 10pt;
}
.container_inside {
	width: 960px;  
	margin: 0 auto; 
	border: none;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-color: #f1f1f1;
	text-align: left; 
	padding: 18px 15px 0 15px;
}

#main_content {
	width: 960px;
	padding: 50px 0 0 0;
}
#left {
	float: left;
	width: 310px;
	padding: 25px 10px 25px 0;
	line-height: 120%;
}
#right {
	float: right;
	width: 630px;
	padding: 25px 0 25px 10px;
	line-height: 120%;
}
#clearer {
	clear: both;
}
#header {
	width: 960px;
	font-weight: bold;
	color: #616161;
	padding: 15px 0 0 0;
}
#footer {
	margin: 0 0 0 0;
	overflow: hidden;
	height: 77px;
	/*padding-top: 10px;*/
	background-repeat: no-repeat;
	background-image: url(images/btc_logo_bottom.gif);
	background-position: center;
}
#main_nav {
	list-style-type: none;
	text-align: center;
	margin: 0;
	padding: 0;
}
#main_nav li {
	display: block;
	float: left;
	height: 125px;
	width: 192px;
}
#main_nav li a {
	color: #FFF;
	text-decoration: none;
	border-bottom: none;
}
#main_nav li a:hover { 
	color: #606060;
}
#main_nav li #current {
	color: #FFF;
	border-bottom: solid 2px #FFF;
}
#main_nav img {
	margin-left: -4px;
}
#top_logo {
	display: inline;
	float: left;
	margin-top: -30px;
}
#top_logo a {
	text-decoration: none;
	border-bottom: none;
}
#top_nav {
	margin: 5px 0 25px 0;
	list-style-type: none;
	text-align: right;
}
#top_nav li {
	display: inline;
	padding-left: 90px;
	letter-spacing: 0pt;
}
#top_nav li a {
	color:#616161;
	text-decoration: none;
	border-bottom: none;
}
#top_nav li a:hover {
	border-bottom: solid 1px #616161;
}
#top_nav li #current {
	color: #616161;
	border-bottom: solid 3px #616161;
}
#menu {
	padding: 65px 0 140px 0;
	color: #CCC;
}
#copyright {
	float: left;
	margin: 0;
	padding: 0;
}
#sitemap {
	float: right;
	margin: 0;
	padding: 0;
}
#sitemap a {
	color:#FFF;
	text-decoration: none;
}
#sitemap a:hover {
	border-bottom: solid 1px #FFF;
}

#btc_address {
	padding-top: 180px;
}

.tbContactform {
	margin-top: -28pt;
	line-height: 100%;
	vertical-align: top;
}

.tbContactform .antispam {
	display:  none;
	visibility: hidden;
}
.tbContactform label {
	display: block;
	float: left;
	width: 110px;
	font-weight: bold;
	margin-right: 1em;
}
.tbContactform input.text,
.tbContactform textarea {
	background: #f1f1f1;
	width:  480px;
	border: 1px solid #606060;
	font: 14pt Arial, Helvetica, sans-serif;
	color: #606060;
}
.tbContactform textarea {
	height:  250px;
}
.tbContactform button.submit {
	border: none;
	background: none;
	cursor: pointer;
	display: block;
   	width:  auto;
   	margin-top: -50px;
}
.tbContactform .tbErrors p {
	color: #FF0000;
}

.customforms button {
	border: none; 
	background: none;
	cursor: pointer;
	display: block;
	width: auto;
}


img {
	border: none; 
}


#container {
	width: 1020px;
	background: url(images/background_shadow.gif);
	background-repeat: repeat-y;
	margin: 0 auto;
	overflow: hidden;
}