@charset "utf-8";
/* 
CSS Document
Site: http://www.thegoldsuperstore.com
Author: Out West Branding
Date: December 24, 2008
*/


	
a.call {
	display: none;
	}
	
a img {
	border: none;
	}
	
p	{
	margin-bottom: 20px;
	}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #900;
	font-size: 18px;
	line-height: 1.3em;
	font-weight: bold;
	}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 15px;
	line-height: 1.3em;
	}

h3 {
	color: #238E23;
	font-size: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 15px 0 5px 0;
	}

h4 {
	color: #238E23;
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	}

span.small {
	color: #004812;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
html, body {
	height: 100%;
	}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
	line-height: 1.3em;
	clear: both;
	background: url(images/body_background.jpg) repeat-y #ffffff center top/*100px*/;
	float: left;		
	width: 100%;
	}
	
#container {
	width: 900px;
	background: #d2aa1b;
	margin: 0 auto;
	}

#wrapper {
	width: 880px;
	background: #ffffff;
	position: relative;
	margin: 0 10px;
	}
	
html>body #wrapper {
	height: 100%;
	}

#header {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #d2aa1b;
	}

#contentWrapper {
	width: 100%;
	padding: 10px 0 25px 0;
	float: left;
	}

#logo_footer {
	 width: 880px;
	 height: 100px;
	 border-bottom: 1px solid #d2aa1b;
	 background-image: url(images/footer_logos.jpg);
	 }

#left_column {
	width: 494px;
	margin: 0 10px 0 20px;
	padding: 0;
	float: left;
	}

/* Hides from IE5/Mac \*/
  *html #left_column { margin: 0 10px 0 10px; }
/* End hide from IE5/Mac */

#right_column {
	width: 292px;
	height: 600px;
	margin: 0 20px 20px 20px;
	padding: 0 10px;
	float: left;
	background: url(images/fake_form.jpg) no-repeat #FFC bottom;
	border: 1px solid #CCC;
	text-align: center;
	}
	
#right_column2 {
	width: 292px;
	height: 600px;
	margin: 0 20px 20px 20px;
	padding: 0 10px;
	float: left;
	background: url(images/fake_form2.gif) no-repeat #FFC bottom;
	border: 1px solid #CCC;
	text-align: center;
	}

/* Hides from IE5/Mac \*/
  *html #right_column #right_column2 { margin: 0 5px 20px 20px; }
/* End hide from IE5/Mac */


#right_column_upper {
	width: 292px;
	margin: 0 20px 20px 20px;
	padding: 0 10px;
	float: left;
	border: 1px solid #CCC;
	background: url(images/money_girl.jpg) no-repeat;
	}

#nav {
	background-color: #238E23;
	width: 830px;
	height: 20px;
	padding: 5px 25px;
	border-bottom: 1px solid #d2aa1b;
	}

#nav a {
	font-weight: bold;
	color: #d2aa1b;
	text-decoration: none;
	}

#nav a:hover {
	color: #ffffff;
	}

#copy {
	margin-top: 25px;
	margin-bottom: 20px;
	}

#content {
	margin: 0;
	padding-bottom: 20px;
	}

#processHome {
	float: left;
	width: 130px;
	height: 330px;
	margin-right: 10px;
	padding: 10px;
	font-weight: bold;
	border: 1px solid #238E23;
	}

#what_we_buy {
	width: 100%;
	background: url(images/what_we_buy.jpg) no-repeat right;
	}

#flash_inset {
	width: 680px;
	height: 311px;
	padding-bottom: 9px;
	}
	
.sub_text {
	color: #999999;
	padding-top: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	}

.sub_text a {
	color: #999999;
	text-decoration: none;
	}
	
.sub_text a:hover {
	text-decoration: underline;
	}

#break {
	padding: 5px 0 5px 0;
	}

.clear {
	clear: both;
	}
	
#footer {
	position: relative;
	bottom: 0;
	height: 75px;
	width: 880px;
	padding-top: 10px;
	text-align: center;
	color: #ffffff;
	font-size: 11px;
	background-color: #238E23;
	}

#footer a {
	color: #d2aa1b;
	text-decoration: none;
	}

#footer a:hover {
	color: #880e0e;
	text-decoration: underline;
	}

table.contactTbl {
	background: url(images/money.jpg) no-repeat top right;
	font-size: 110%;
	width: 100%;
	border: none;
	}

table.signupTbl {
	background: url(images/money.jpg) no-repeat top right;
	font-size: 110%;
	width: 100%;
	border: none;
	}

table.signupTbl td.left {
	width: 200px;
	height: 15px;
	padding-right: 20px;
	text-align: right;
	}

td.left {
	width: 150px;
	height: 20px;
	padding-right: 20px;
	text-align: right;
	}

/* -------------------------- Misc -------------------------- */


.bold { font-weight: bold; }

.italic { font-style: italic; }

.small {
	font-size: 10px;
	line-height: 1.3em;
	}

.number {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #900;
	font-size: 18px;
	font-weight: bold;
	}

td {
	padding: 10px 0;
	}

img.bbb {
	float: left;
	margin: 0 100px 0 700px;
	}
	
#foot, #head {
	width: 100%;
	display: block;
	font-size: 9x;
	padding: 0;
	text-align: center;
}
#foot h2 { font-size: 9px; margin: 0auto; }
#head h1 { font-size: 9px; margin: 0auto; color:#336633; }
