/*** Core html setup stuff ***/

html {
	height: 100%;
	margin-bottom: 1px;
}

body {
	font-family: Arial,Helvetica,sans-serif;
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	color: #666666;
}

form {
	margin: 0;
	padding: 0;
	border: none;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #881604;
}

a:hover {
	text-decoration: underline;
	font-weight: normal;
}

input.button { 
	cursor: pointer; 
}

p { 
	margin-top: 0;
	margin-bottom: 5px;
}

img { 
	border: 0 none;
}

/*** Template specific layout elements ***/

#page_bg {
	padding: 0;
	margin-bottom: 1px;
}

#bodybg {
	width: 100%;
	height: 115px;
	background: url(../images/bg.jpg) top left repeat-x #fff;
	position: fixed;
	top: 0px;
	left: 0px;
}

#container {
	width: 874px;
	margin: 0 auto;
}

html*#container {
	width: 874px;
	margin: 0 auto;
}

html*#subcontainer{
	float:left;
	width: 874px;
	padding:0 0 150px 0;
}

#subcontainer {
	float:left;
	width: 874px;
	padding:0 0 35px 0;
}

#footerbar {
	width: 100%;
	background: #000;
	position: fixed;
	bottom: 0px;
	text-align: center;
	overflow:auto;
	z-index: 99;
}

#top {
	width: 874px;
	height: 115px;
	background: url(../images/header.jpg) top left no-repeat;
	border-bottom: 1px solid #d7d7d7;
	position: fixed;
	top: 0;
	z-index: 100;
}

#spotPrices {
	width: 340px;
	height: 45px;
	float: right;
	padding: 10px 0 0 0;
	color: #fff;
	text-align: right;
}

#menuArea {
	width: 635px;
	height: 52px;
	float: left;
	padding: 0;
}

#cartArea {
	width: 229px;
	height: 26px;
	float: right;
	color: #ffffff;
}

#signinArea {
	width: 239px;
	height: 26px;
	float: right;
	margin-top: 6px;
	line-height: 26px;
	color: #881604;
	text-align: right;
	font-weight: bold;
}

#banner {
	width: 874px;
	height: 300px;
	margin: 125px auto 0 auto;
	z-index: 1;
	position: relative;
}

#dealerText {
	width: 874px;
	margin-bottom: 20px;
}

#contentArea {
	width: 864px;
	overflow: hidden;
	margin-top: 125px;
	border: solid #f5f5f5 5px;
}

#contentAreaHome {
	width: 864px;
	overflow: hidden;
	border: solid #f5f5f5 5px;
	margin-top: 10px;
	padding-bottom:0;
}

html*#contentAreaHome {
	width: 864px;
	overflow: hidden;
	border: solid #f5f5f5 5px;
	margin-top: 10px;
}

#content_home {
	float: left;
	padding: 10px 5px 10px 5px;

}

#right {
	float: right;
	padding: 10px 5px 10px 5px;
	width: 274px;
}

#content {
	padding: 10px 5px 10px 10px;
	width: 560px;
	float:left;
}

#content2 {
	padding: 10px;
	width: 844px;
	float:left;
}

#footer {
	color: #c3c3c3;
	margin: 5px 0 5px 0;
}

#footerLinks {
	float: left;
	margin-left: 10px;
	line-height: 25px;
}

#linkbar{
	position:fixed;
	right:10px;
	margin-top: 4px;
}

/* redzCMS styling */

fieldset.input {
	border: 0 none !important;
}

.contentheading {
	color: #881604;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: bold;
}

.question_input {
	color: #999999;
	border: 1px solid #999999;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;	
}

/* HOMEPAGE BANNERS */

#content_home .moduletable_video {
	background: url(../images/videonew.jpg) top left no-repeat;
	border: 1px solid #cccccc;
	margin-bottom: 10px;
	padding: 10px;
	width: 252px;
	height: 279px;
	float: left;
	margin: 0 5px 10px 5px;
}

#content_home .moduletable_videoarchive {
	background: url(../images/videonew.jpg) top left repeat-x;
	border: 1px solid #cccccc;
	margin-bottom: 10px;
	padding: 10px;
	width: 536px;
	float: left;
	margin: 0 5px 10px 5px;
}

#content_home .moduletable_videoarchive H3 {
	margin-bottom: 15px;
	width: 450px;
}
#content_home .moduletable_videoarchive H1 {
	margin-bottom: 15px;
	width: 450px;
}
#content_home .moduletable_videoarchive .catthumb{
	margin: 7px 11px 12px 11px;
	padding-top:2px;
	width:110px;
	height: 102px;
	float: left;
	text-align:center;
	display:inline;
	border:1px solid #CCC;
}
#content_home .moduletable_videoarchive .catthumb:hover{
	border:1px solid #881604;
	text-decoration:none;
}

.moduletable_videoarchivevert {
	background: url(../images/videonew.jpg) top left repeat-x;
	border: 1px solid #cccccc;
	padding: 10px;
	width: 252px;
	float: right;
	margin: 0 5px 10px 5px;

}

#right .moduletable_videoarchivevert H3 {
	margin-bottom: 15px;
}

.moduletable_videoarchivevert .catthumb{
	margin: 7px;
	width:110px;
	height: 104px;
	float: left;
	text-align:center;
	display:inline;
	border:1px solid #CCC;
}
.moduletable_videoarchivevert .catthumb:hover{
	border:1px solid #881604;
	text-decoration:none;
}

#content_home .moduletable_blog {
	background: url(../images/blognew.jpg) top left no-repeat;
	border: 1px solid #cccccc;
	margin-bottom: 10px;
	padding-left:5px;
	padding-bottom:10px;
	padding-top:10px;
	padding-right:10px;
	width: 257px;
	height: 279px;
	float: left;
	margin: 0 5px 10px 5px;
	font-weight: normal !important;
}

#content_home .moduletable_chart {
	background: url(../images/chart.jpg) top left no-repeat;
	border: 1px solid #cccccc;
	margin-bottom: 10px;
	padding: 10px;
	width: 252px;
	height: 279px;
	float: left;
	margin: 0 5px 10px 5px;
}

#content_home .moduletable_special  {
	background: url(../images/specials.jpg) top left no-repeat;
	border: 1px solid #cccccc;
	margin-bottom: 10px;
	padding: 10px;
	width: 252px;
	height: 279px;
	float: left;
	margin: 0 5px 10px 5px;
}

#right .moduletable_special  {
	background: url(../images/videonew.jpg) top left no-repeat;
	border: 1px solid #cccccc;
	padding: 10px;
	width: 252px;
	float: left;
	margin: 5px 5px 10px -5px;
}

	#right .moduletable_special H1 {
		margin-bottom: 5px;
	}

#right .moduletable_new {
	background: url(../images/newnew.jpg) top left no-repeat;
	border: 1px solid #cccccc;
	padding: 10px;
	width: 252px;
	float: right;
	margin: 0 5px 10px 5px;
	line-height: 18px;
}

#right .moduletable_new ul {
	padding-left:15px;
	margin-left: 0;
}

#right .moduletable_new ul li {
	padding: 0;
	margin-left: 10px;
}

html*#right .moduletable_new {
	background: url(../images/newnew.jpg) top left no-repeat;
	border: 1px solid #cccccc;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
    padding-top:10px;
	width: 242px;
	height: 580px;
	float: right;
	margin: 0 10px 10px 5px;
	line-height: 15px;
}

#right .moduletable_newaccount {
	background: url(../images/newaccount.jpg) top left no-repeat;
	border: 1px solid #cccccc;
	padding: 10px;
	width: 252px;
	float: right;
	margin: 0 5px 10px 5px;
	line-height: 18px;
}

#right .moduletable_newaccount ul {
	padding-left:15px;
	margin-left: 0;
}

#right .moduletable_newaccount ul li {
	padding: 0;
	margin-left: 10px;
}


#right .moduletable_shipping {
	background: url(../images/shipping.jpg) top left no-repeat;
	border: 1px solid #cccccc;
	padding: 10px;
	width: 252px;
	float: right;
	margin: 0 5px 10px 5px;
	line-height: 18px;
}

#content_home .moduletable_video H3 {
	margin-bottom: 15px;
}

#content_home H3, #right h3 {
	color: #881604;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0 0 135px 0;
	width: 252px;
	line-height: 14px;
}
#content_home H1{
	color: #881604;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0 0 135px 0;
	width: 252px;
	line-height: 14px;
}
#right h1 {
	color: #881604;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom:1px;
	margin-left:0px;
	margin-right:0px;
	margin-top:0px;
	padding-bottom:2px;
	padding-top:2px;
	width: 252px;
	line-height: 14px;
}

#archivemenu {
	margin-top: 10px;
}

#right .moduletable_blogright {
	background: url(../images/videonew.jpg) top left repeat-x;
	border: 1px solid #cccccc;
	padding: 10px;
	width: 252px;
	float: right;
	margin: 0 5px 10px 5px;

}
#right .moduletable_blogright h3 {
	margin: 10px 0px;
}

#content_home H4 {
	color: #881604;
	font-size: 14px;
	margin-top: 0;
}

.moduletable_video2 {
	background: url(../images/videonew.jpg) top left no-repeat;
	border: 1px solid #cccccc;
	padding: 10px;
	width: 252px;
	height:auto;
	float: left;
	margin: 0 5px 10px -5px;
}

.moduletable_video2 H3 {
	margin-bottom: 35px !important;
}

/* SHOP STYLING */

.productcontainer {
	width:537px;
	overflow: hidden;
	padding: 10px;
	border: 1px solid #cccccc;
	margin-top: 10px;
	min-height: 90px;
}

.productimage {
	float: left;
	width: 110px;
	min-height: 90px;
}

.productimagebar {
	height: 20px;
	width: 90px;
	margin: 0;
	background: #881604;
	text-align: center;
	color: #fff;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
}

.productheading {
	float: left;
	width: 330px;
	height: 22px;
	font-size: 14px;
	font-weight: normal;
}

.productprice {
	float: left;
	width: 330px;
	height: 20px;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
}


.productdesc {
	float: left;
	width: 330px;
	min-height: 25px;
}

.producticons {
	float: right;
	width: 75px;
	min-height: 50px;
}

.productadd {
	float: right;
	width: 260px;
	height: 20px;
	margin: 0 0 0 0;
	text-align: right;
}

.productmore {
	float: left;
	width: 100px;
	height: 20px;
	line-height: 20px;
	margin: 0 0 0 0;
	text-align: left;
}

#catrsslink{
	margin:0px 0px 0px 10px;
}

.vmCartModule a, .vmCartModulea:link{
	color:#FFF;
}

#vmMainPage input[type=text]{
	margin-top:0px;
}

#vmMainPage input[type=image]{
	margin-top:-10px;
}

#vmMainPage H3, #vmMainPage H4 {
	color: #881604;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 14px;
	margin: 0;
}

#vmMainPage H1{
	color: #881604;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 14px;
	margin: 0;
}

H1.productName {
	text-transform: uppercase !important;
	font-family: Arial,Helvetica,sans-serif;
}

/******NEW CSS*********/
.xxx{
	float:left;
	width: 100%;
	border:none;
	margin: 0;
	text-align: left;
	margin-top: 5px;
	border-bottom:1px solid #cccccc;
}

html*.xxx{
	float:left;
	width: 100%;
	border:none;
	margin: 0;
	text-align: left;
}
H1
{
	margin-top: 20px;
	font-size:18px;
}

.chead{
    color: #881604;
    font-weight:bold;
	font-size: 16px;
	text-transform: uppercase;
	padding-bottom:10px;
	margin: 0 0 0 0;
	width: 252px;
	line-height: 14px;
}

.product-new-price{
	color:#881604;
	font-weight:bold;
	text-decoration:none;
}

.contentpaneopen .moduletable_videoarchive {
	background: url(../images/videonew.jpg) top left repeat-x;
	border: 1px solid #cccccc;
	margin-bottom: 10px;
	padding: 10px;
	width: 536px;
	float: left;
	margin: 0 5px 10px 5px;
}

.contentpaneopen .moduletable_videoarchive H3 {
	color: #881604;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 14px;
	margin: 0;
	margin-bottom: 15px;
}

.contentpaneopen .moduletable_videoarchive H1 {
	color: #881604;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 14px;
	margin: 0;
	margin-bottom: 15px;
}

.contentpaneopen .moduletable_videoarchive .catthumb{
	margin: 7px 11px 12px 11px;
	padding-top:2px;
	width:110px;
	height: 102px;
	float: left;
	text-align:center;
	display:inline;
	border:1px solid #CCC;
}

.contentpaneopen .moduletable_videoarchive .catthumb:hover{
	border:1px solid #881604;
	text-decoration:none;
}

/* WEBLINKS */

.linksContainer {
	border: 1px solid #cccccc;
	margin: 5px;
	padding: 10px;
	width: 100%;
}

h1.linkTitle {
	margin: 0 0 10px 0;
}


/* HOMEPAGE UPDATES */

#bannerarea {
	width: 874px;
	margin: 135px auto 0 auto;
	z-index: 1;
	position: relative;
}

#bannerarea #newsbar {
	height: 20px;
	width: 589px;
	background: #f3f3f3;
	clear: both;
	padding:5px 0px 0px 5px;
	overflow:hidden;
}

#bannerarea  #bannerleft {
	width: 586px;
	height: 333px;
	border: 4px solid #f5f5f5;
	float: left;
	margin-bottom: 10px;
}

#bannerarea  #bannerright1 {
	width: 258px;
	height: 167px;
	float: right;
}

#bannerarea  #bannerright1 img {
	border: 4px solid #f5f5f5;
}

#bannerarea  #bannerright2 {
	width: 258px;
	height: 165px;
	float: right;	
	margin-top: 5px;
}

#bannerarea  #bannerright2 img {
	border: 4px solid #f5f5f5;	
}

#bannerarea .textleft {
	float: left;
	line-height: 30px;
	text-indent: 4px;
}

#bannerarea .textright {
	float: right;
	line-height: 30px;	
}

#linknest {
	margin-top: 10px;
	padding: 20px;
	border-top: 1px solid #d7d7d7;
}

#footertext {
	margin-top: 10px;
	padding: 20px;
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	font-size: 9px;
	color:#999;
	line-height:11px;		
}

#content_home .moduletable_buyingbullion  {
	background: url(../images/buybullion.jpg) top left no-repeat;
	border: 1px solid #cccccc;
	padding: 10px;
	width: 252px;
	float: left;
	margin: 0 5px 0px 5px;
	min-height: 650px;
}

#right .moduletable_buyingbullion {
	background: url(../images/buybullion.jpg) top left no-repeat;
	border: 1px solid #cccccc;
	padding: 10px;
	width: 252px;
	float: right;
	margin: 0 5px 10px 5px;
	line-height: 18px;	
}

#content_home .moduletable_buyingbullion hr, #right .moduletable_buyingbullion hr {
	height: 1px;
	color: #cccccc;
}

#content_home .moduletable_managebullion  {
	background: url(../images/managebullion.jpg) top left no-repeat;
	border: 1px solid #cccccc;
	padding: 10px;
	width: 252px;
	min-height: 650px;
	float: left;
	margin: 0 5px 0px 5px;
}

#content_home .moduletable_new {
	background: url(../images/newnew.jpg) top left no-repeat;
	border: 1px solid #cccccc;
	padding: 10px;
	width: 252px;
	float: left;
	margin: 0 5px 0px 5px;
	min-height: 650px;	
}

#copyright {
	margin-bottom: 30px;
	margin-top: 20px;
	text-align: center;
}

#footerRight{
	float: right;
	margin-right:10px;
	line-height: 40px;
	color: #ffffff;
	text-align:right;
	white-space: nowrap;
}

#footerRight a {
	color: #fff;
}

#footerLeft{
	float: left;
	margin-left: 10px;
	line-height: 40px;
	color: #ffffff;
	width:25%;
	text-align:left;
	z-index: 99;
}

#footerLeft a {
	color: #fff;
}

#footerLeft .moduletable{
	float: left;
	z-index: 99;
}

#myvaultfooter {
	float: left;
	margin: auto;
	text-align: center;
	width:45%;
	overflow:hidden;
	margin-top:10px;
	color:#fff;
}

.homepagemodItems {
	border-bottom: 1px solid #ccc;
	padding-top: 7px;
	padding-bottom: 2px;
}

.homepagemodItems .homepagemodItemsText {
	text-indent: 8px;
	line-height: 14px;
}

.homepagemodItems .homepagemodItemsLink {
		line-height: 14px;
	
}


/**/

.page-nav {
	background: none !important;
	text-align: center !important;
}

.page-nav a {
 	color: #881604 !important;

}

.newsticker ul li{ 
	list-style:none; 
	display:block; 
	padding-bottom:1px; 
	margin-bottom:5px; 
}

/* Chart styles */

#chartbar{
	float:left;
	font-weight: bold;
	font-size:13px;
	background-color:#333;
	color: #FFFFFF;
	text-align:left;
	border-bottom: 2px solid #881604;
	padding:5px;
	margin-bottom:10px;
	width:800px;
}

.chartTitle {
	float: left;
	display:block;
	width:240px;
}

#chartfoot{
	float:left;
	font-weight: bold;
	font-size:13px;
	background-color:#333;
	color: #FFFFFF;
	text-align:left;
	border-top: 2px solid #881604;
	padding:5px;
	margin-bottom:10px;
	width:800px;
	height:10px;
}

#mvicons{
	overflow:auto;
	margin-top:0px;
	float:left;
}

/* LINK BOXES */

a.vault_box {
	margin: 17px 12px 12px 11px;
	width:90px;
	height: 83px;
	float: left;
	text-align:center;
	display:inline;
	border:1px solid #CCC;
}

a.vault_box_active{
	margin: 17px 12px 12px 11px;
	width:90px;
	height: 83px;
	float: left;
	text-align:center;
	display:inline;
	border:3px solid #881604;
	text-decoration:none;
}

a.vault_box1 {
	margin: 17px 12px 12px 11px;
	width:90px;
	height: 98px;
	float: left;
	text-align:center;
	display:inline;
	border:1px solid #CCC;
}
a.vault_box_active1 {
	margin: 17px 12px 12px 11px;
	width:90px;
	height: 98px;
	float: left;
	text-align:center;
	display:inline;
	border:3px solid #881604;
	text-decoration:none;
}
a.vault_box1:hover {
	border:1px solid #881604;
	text-decoration:none;
}

a.vault_box:hover {
	border:1px solid #881604;
	text-decoration:none;
}

a.vault_box img, a.vault_box_active img, a.vault_box1 img, a.vault_box_active1 img{
	width:90px;
}


