html,body{height:100%;}
body{
	background:#242b33 url(../images/bg-all.gif) repeat-x;
	font:12px Arial, Helvetica, sans-serif;
	margin:0;
	color:#444;
}
/* Default */
img{border-style:none;}
a{
	text-decoration:underline;
	color:#000;
}
a:hover{text-decoration:none;}
input,
textarea,
select{
	vertical-align:middle;
	font:11px Arial, Helvetica, sans-serif;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
/* Layouts */
#wrapper{
	width:904px;
	margin:0 auto;
	background: url(../images/bg-page.gif) repeat-y;
	min-height:100%;
}
* html #wrapper{height:100%;}
.page-holder{padding:0 0 4px;}
#main {
	margin: 0px;
	float: left;
	width: 669px;
	padding-left: 10px;
	padding-right: 10px;
}
#main .main-t{background: url(../images/bg-main-top.gif) no-repeat;}
#main .main-b{
	background: url(../images/bg-main-btm.gif) no-repeat 0 100%;
	overflow:hidden;
	height:1%;
	padding:0 3px 0 4px;
}
#header{
	margin:0 0 0 4px;
	background: url(../images/bg-header.gif) repeat-y;
	width:891px;
	padding:0 4px 0 2px;
	position:relative;
}
#header:after{
	content:"";
	clear:both;
	display:block;
}
.content{
	width:688px;
/*	float:right;*/
	margin:6px 0 0;
}
.sidebar{
	width:209px;
	float:left;
}
#footer{
	font-size:11px;
	width:904px;
	margin:0 auto;
	color:#fff;
	padding:14px 0;
}
#header .head{
	background:#252d36;
	min-height:33px;
	float:left;
	width:743px;
	padding:6px 148px 0 0;
	border-bottom:1px solid #5e6061;
}
* html #header .head{height:33px;}
.call-our-cold{
	background: url(../images/text-call-our-cold.gif) no-repeat;
	width:298px;
	height:27px;
	float:right;
}
.call-our-cold span{
	display:none;
	overflow:hidden;
	text-indent:-9999em;
}
#header .info{
	border:1px solid #393c3e;
	background:#232a30 url(../images/bg-header-body.gif) repeat-x;
	padding:0 152px 0 0;
	float:left;
	width:737px;
}
#header .info:after{
	content:"";
	clear:both;
	display:block;
}
.logo{
	background: url(../images/logo.gif) no-repeat;
	width:431px;
	height:132px;
	margin:0;
	float:left;
}
.logo a{
	display:block;
	height:100%;
	overflow:hidden;
	text-indent:-9999em;
}
.sign-up-form fieldset{
	float:right;
	margin:44px 0 0;
}
.sign-up-form .holder{
	float:left;
	width:217px;
}
.img-money{
	position:absolute;
	top:0;
	right:3px;
	clear:both;
}
* html .img-money{right:-3px;}
.sign-up-form input{
	margin:0;
	padding:0;
	float:left;
	border:0;
}
.sign-up-form .text{
	background: url(../images/bg-text-subscribe.gif) no-repeat;
	width:155px;
	height:18px;
	float:left;
	padding:5px 9px 0;
	margin:0 6px 0 0;
}
.sign-up-form .text input{
	float:left;
	color:#000;
	font-size:10px;
	width:100%;
}
.sign-up-form .sign-up-today{
	background: url(../images/text-sign-up-today.gif) no-repeat;
	width:217px;
	height:34px;
	overflow:hidden;
	text-indent:-9999em;
	display:block;
	margin:0 0 9px;
}
.header-nav-container, .main-nav{
	font-size:12px;
	color:#fff;
	background: url(../images/bg-main-nav.gif) no-repeat;
	width:897px;
	height:47px;
	font-weight:bold;
	margin:0 0 3px 4px;
}
.header-nav-container ul, .main-nav ul{
	margin:0;
	padding:0;
	list-style:none;
}
.header-nav-container li,.main-nav li{
	float:left;
	background: url(../images/divider-main-nav.gif) no-repeat;
}
.header-nav-container li.nav-home {
	background: none!important;
}
.main-nav li:first-child{background-image:none;}
.main-nav a{
	color:#fff;
	text-decoration:none;
	white-space:nowrap;
	letter-spacing:1px;
}
.main-nav li div.hover a,
.main-nav li div:hover a,
.main-nav .active,
.main-nav a:hover{color:#cde3f8;}
.main-nav li div{
	height:47px;
	line-height:47px;
	float:left;
	padding:0 25px;
	position:relative;
	z-index:1;
}
.main-nav li ul{
	position:absolute;
	left:0;
	top:42px;
	line-height:normal;
	font-size:13px;
	font-weight:normal;
	border-width:0 1px 1px;
	border-color:#1e1e1e;
	border-style:solid;
	width:191px;
	overflow:hidden;
	display:none;
}
.main-nav li div.hover ul,
.main-nav li div:hover ul{display:block;}
.main-nav li ul li{
	background:none;
	float:left;
	width:100%;
	margin:-1px 0 0;
}
.main-nav li div.hover ul a,
.main-nav li div:hover ul a,
.main-nav li ul a{
	display:block;
	background: url(../images/bg-sub-nav-link.gif) repeat-x 0 -230px;
	margin:0 0 0;
	color:#fff;
	padding:5px 0 4px 21px;
	height:1%;
	letter-spacing:normal;
	white-space:normal;
}
.main-nav li div.hover ul a:hover,
.main-nav li div:hover ul a:hover,
.main-nav li ul a:hover{
	background-position:0 0;
	color:#293036;
}
.breadcrumbs{
	margin:0 0 -1px 1px;
	padding:0 0 7px 14px;
	list-style:none;
	background:#FFFFFF;
	color:#1b1f24;
	font:10px Tahoma, Geneva, sans-serif;
	clear:both;
}
.breadcrumbs a{
	color:#1b1f24;
	text-decoration:none;
}
.breadcrumbs a:hover{text-decoration:underline;}
.breadcrumbs li{display:inline;}
.content-w1{ margin:0 15px 0 5px;}
.content .ad{
	margin:0 -4px 18px -4px;
	position:relative;
}
.entry{
	font-size:12px;
	border-bottom:1px solid #d6dce4;
	line-height:13px;
	margin:0 0 14px;
	padding:0 0 8px 15px;
}
.entry p{ margin:0 0 13px; }
.entry h1{
	font-size:18px;
	color:#2E305E;
	margin:0 0 18px;
}
.entry h2 {
	font-size:1.35em;
	color:#0A263C;
}
.featured-coins{
	border-bottom:1px solid #d6dce4;
	padding:0 0 38px;
	margin:0 0 1px;
}
.featured-coins h3{
	margin:0 0 16px;
	font-size:13px;
	color:#2e305e;
	padding:0 0 0 15px;
}
.featured-coins ul{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	height:1%;
}
.featured-coins li{
	float:left;
	width:160px;
}
.featured-coins li img{
	display:block;
	margin:0 auto 10px;
}
.featured-coins li a{
	display:block;
	text-align:center;
	color:#03008c;
}
.two-boxs{
	font-size:12px;
	background:#f5f6f8 url(../images/bg-two-boxs.gif) repeat-x 0 100%;
	border-bottom:1px solid #d6dce4;
	margin:0 0 12px;
	padding:16px 0 13px;
	width:648px;
	overflow:hidden;
	line-height:13px;
}
.two-boxs .holder{
	padding:0 0 0 16px;
	width:650px;
	overflow:hidden;
	height:1%;
}
.two-boxs .more{display:block;}
.two-boxs .more a{color:#345176;}
.two-boxs .image{
	display:block;
	margin:0 0 9px;
}
.two-boxs .col{float:left;}
.two-boxs .box1{
	width:310px;
	margin:0 24px 0 0;
}
.two-boxs .box2{width:290px;}
.two-boxs h3{
	margin:0 0 18px;
	font-size:13px;
	color:#2e305e;
}
.two-boxs p{margin:0 0 15px;}
.icons-box{
	padding:12px 0 0;
}
.icons-box .icons { text-align:center; vertical-align:top; }
.icons-box ul{
	margin:0;
	padding:0 0 0 0px;
	list-style:none;
	overflow:hidden;
	height:1%;
}
.icons-box li{
	float:left;
	margin:0 0 0 0;
}
/*.icons-box img{display:block;}*/
.sidebar .ad{margin:0 0 7px 2px;}
.sidebar .ad img{display:block;}
.search-form fieldset{
	width:197px;
	height:35px;
	overflow:hidden;
}
.search-form input{
	float:left;
	padding:0;
	margin:0;
	border:0;
}
.search-form .text{
	background: url(../images/bg-search-text-i.gif) no-repeat;
	height:18px;
	width:131px;
	padding:5px 8px 0;
	float:left;
	margin:0 5px 0 0;
}
.search-form .submit{margin:-2px 0 0;}
.spot-prices-placeholder { margin:0 auto; width:116px; }
.spot-prices-placeholder img{ display:block; }
.total-box{
	width:199px;
	margin:0 0 8px 2px;
	background-color: #000000;
}
.total-box-t{
	background: url(../images/bg-total-box-top.gif) no-repeat;
	background-repeat: no-repeat;
}
.total-box-b{
	background: url(../images/bg-total-box-btm.gif) no-repeat 0 100%;
	height:1%;
	padding:5px 1px 6px;
}
.total-box strong{
	display:block;
	padding:0 0 10px 9px;
	color: #FFFFFF;
}
.links-nav{
	background: url(../images/bg-links-nav-divider.gif) no-repeat;
	width:170px;
	margin:0 0 0 16px;
	padding:14px 0 0;
	font-size:9px;
	color:#434242;
}
.links-nav ul{
	margin:0;
	padding:0;
	list-style:none;
	background: url(../images/bg-links-nav-divider.gif) no-repeat 0 100%;
}
.links-nav li{
	overflow:hidden;
	height:1%;
	padding:0 0 9px;
}
.links-nav li span{
	float:left;
	margin:10px 12px 0 0;
}
.twitter{
	background: url(../images/ico-twitter.gif) no-repeat;
	width:107px;
	height:25px;
	overflow:hidden;
	text-indent:-9999em;
	float:left;
}
.share-link{
	background: url(../images/bg-share-sidebar.gif) no-repeat;
	width:125px;
	height:16px;
	display:block;
	text-indent:-9999em;
}
#footer a{
	color:#fff;
	text-decoration:none;
}
#footer a:hover{text-decoration:underline;}
#footer .head{
	overflow:hidden;
	height:1%;
	font-weight:bold;
	padding:0 2px 9px 0;
}
#footer .head ul{
	float:left;
	margin:0 0 0 -14px;
	padding:0;
	list-style:none;
}
#footer .head li{
	display:inline;
	background: url(../images/divider-footer-list.gif) no-repeat 0 3px;
	padding:0 7px 0 14px;
}
#footer .head p{
	text-align:right;
	margin:0;
	font-size:12px;
	color:#fff;
}
#footer .meta{
	border-top:1px solid #666b71;
	overflow:hidden;
	height:1%;
	padding:5px 0 0 3px;
}
#footer .meta .logo-gproxy{
	
	width:250px;
	height:26px;
	float:right;
	overflow:hidden;
	color:#FFFFFF;
}

#footer .meta p{margin:6px 0 0;}

/******************
  ADDED BY GPROXY
*******************/

.submit-singup {
	background-image: url(/skin/frontend/URCGold/default/images/btn-go-subscribe.gif);
	background-repeat:no-repeat;
	background-position: top left;
	border:none;
	width:38px;
	height:22px;
	background-color:transparent;
	color:transparent;
	*color:#FFFFFF;
	cursor: pointer;
	font-size:1px;
}

#searchleft {
	height:60px;
	margin-left: -2px;
}

.newsblock { font-size:11px; vertical-align:top; width:301px; color:#444444; line-height:13px; }
.newsblock a { font-size:11px; color: #444444}
.newsblock a:hover { color: #444444}
.newsdescription { font-size:11px; vertical-align:top; }

table.coininfo {
	border-left:#e3e3e3 solid 1px;
	border-top: #e3e3e3 solid 1px;
	border-right: #e3e3e3 solid 1px;
}
.coininfo td.even , .coininfo td.odd {
	width: 223px;
	text-align: center;
	height: 250px;
	vertical-align: top;
}
.coininfo td {
	border-bottom: #e3e3e3 solid 1px;
}
.coininfo td.odd {
	background-color:#fafbfd;
}
.coininfo td.even {
	background-color:#FFFFFF;
	border-left:#e3e3e3 solid 1px;
	border-right:#e3e3e3 solid 1px;
}
.coininfo .catimg {
	padding-top:18px;
}
td .catname {
	color:#000000;
	font-weight:bold;
	padding-top: 18px;
}
h2.catname {
	color:#000000;
	font-weight:bold;
	padding-top: 18px;
	font-size: 12px!important;
}
td .catlink {
	padding-top:16px;
	font-weight: bold;
}

td .catlink a {
	text-decoration:underline;
	color: #1e7fc6;
}
td .catlink a:hover {
	text-decoration:underline;
	color: #db6908;
}
.learnmore {
	vertical-align:middle;
	text-align: left;
	font-weight: bold;
}
.learnmore a {
	color:#2f3060;
	text-decoration:underline;
}
.learnmore a:hover {
	color:#e2782a;
	text-decoration: underline;
}
.learnmore img {
	padding-right: 5px;
}

.product-specs {
	color:#494a4a;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
.sep {
	border-bottom-color: #d3d3d3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.sepf {
	clear: left;
	margin-bottom: 8px;
}
.contact-text {
	color: #777165;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 3px;
	padding-top: 2px;
}
.contact-info {
	color: #000000;
	font-weight: bold;
}
.ad { padding-bottom: 4px; }

.thanks { text-align:center; }
/*******************************
REQUEST FREE INVESMENT KIT FORM
*******************************/
#requestkit {
	background-color:#f2f2f2;
	padding-left: 10px;
}
#requestkit input, #requestkit #bettimetocallme , #requestkit #country{
	padding-top:2px;
	padding-bottom:2px;
	font-size:12px;
	height:24px;
}

.formsubtitle {
	color:#4b79b7;
	font-weight: bold;
}
#reqform {
	width:609px;
	padding-top: 10px;
}
#reqform #septop {
	height:12px;
	vertical-align:bottom;
}
#reqform #sepbottom { height:12px; vertical-align:top; }
#requestkit label {
	display: inline;
	margin: 0 10px 0 0;
	text-align: left;
	color: #4b79b7;
	font-weight: normal;
}
#requestkit td {
	padding-bottom:2px;
}
#requestkit #evening { padding-left:10px; }
#requestkit input {
	height:20px;
	padding-top:4px;
	border: 1px solid #ccc;
	vertical-align: middle;
	font-size:12px;
}
#requestkit .submit {
	background-color: #CDE3FA;
	border-color: #CCCCCC;
	color: #333333;
	font-weight: bold;
	padding-top:0px;
	padding-bottom:1px;
	cursor:pointer;
}
#requestkit .callus {
	color:#990000;
	font-weight:bold;
	text-transform: uppercase;
	padding-left: 10px;
}
#requestkit #requestbtn { padding-top:10px; }

#menucattitle {
	font-weight:bold;
	color: #1E7FC6;
	padding-bottom: 5px;
	padding-left: 10px;
}

.catalog-listing h3.namelist { color:#2E305E; font-size:15px; font-weight:bold; }
.catalog-listing h3.namelist a { color:#2E305E; font-size:15px!important; text-decoration:none; }
.catalog-listing h3.namelist a:hover { text-decoration:none; }
.wbg { background-color:#FFFFFF; background-image:none!important; }

.zoomtable {
	background-color: #FFFFFF;
	height: 270px;
	border-color:#000000;
	border-width: 1px;
	border-style: solid;
	width: 350px;
}
#popUpName {
	font-weight:bold;
	height: 22px;
	padding-left: 15px;
	vertical-align: middle;
	text-align: left;
}
.zoomcontent { text-align:center; }

.infotext2 {
	color: #7f9fcc;
	font-weight: bold;
}

.catalog-listing h3 {color:#2E305E; margin-bottom:.4em; font-size:1.5em; }
.catalog-listing h3 a, .catalog-listing h3 a:hover {
	color:#2E305E;
	text-decoration:none;
	height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration:none;
}