html, body {
	behavior: url(../css/../includes/csshover3.htc);
	font-size:100%;
	line-height:1;
	}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	padding: 0;	margin: 0;
	}
table {
	border-collapse: collapse; border-spacing: 0;
	}
fieldset,img { 
	border: 0;
	}
address,caption,cite,code,dfn,th,var {
	font-weight: normal; font-style: normal;
	}
ol,ul {
	list-style: none;
	}
caption,th {
	text-align: left;
	}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal; font-size: 100%;
	}
q:before,q:after {
	content:'';
	}
abbr,acronym { border: 0;
	}

	
html {
	z-index:-2;
}
body {
	background: #ffffff;
	font: normal small Arial, Georgia, serif;
	color: #8a7312;
	margin-top:0px !important;
	z-index:-2;
}
#body_bg {
	position:absolute;
	left:0px;
	top:0px;
	z-index:0; /* FF < 3 doesn't like -1 at all */
	background:#ffffff url(../css/../../images/body_bg.png) repeat-x;
	width:100%;
	min-width:962px;
	height:400px;
	margin:0px;
	padding-top:30px;
}
#header_bg {
	height:200px;
	width:100%;
	margin:auto;
	background:url(../css/../../images/swishy.png) no-repeat center top;
}

#container, #footer_content {
	position:relative;
	top:0px;
	width:960px;
	margin:auto;
}
#header {
	height:145px;
	padding-top:30px;
	margin-bottom:20px;
}
#header #header_logo {
	float:left;
	padding:0px;
	margin:0px;
	font-size:150%;
}
#header #header_logo a img {
	position:relative;
	left:-30px;
}
#header #header_logo img#number {
	position:relative;
	top:-35px;
	left:100px;
}
#header #header_moto {
	position:absolute;
	top:100px;
	left:120px;
	font-size:0.65em;
	font-weight:bold;
}
#top_menu {
	position:absolute;
	top:0px;
	width:100%;
	height:30px;
	line-height:30px;
}
#menu {
	position:absolute;
	top:130px;
	right:0px;
	height:2em;
	margin: 0 auto;
}

#content, #content #content_left, #content #content_right {
	min-height:600px;
	_height:700px;
	
}

#content {
	border:5px solid #cfcfcf;
	border-bottom:0px;
	background-color:#e5e5e5;
	border-radius:15px 15px 0 0;
	-moz-border-radius:15px 15px 0 0;
	-webkit-border-radius:15px 15px 0 0;
}

#content #content_left {
	background-color:#ffffff;
	width:610px;
	overflow-x:hidden;
	padding:10px 10px;	
	border-top:3px solid #e5e5e5;
	border-radius:10px 0px 0px 0px;
	-moz-border-radius:10px 0px 0px 0px;
	-webkit-border-radius:10px 0px 0px 0px;
}
#content #content_right {
	float:right;
	width:33%;
	background-color:#e5e5e5;
	border-radius:0px 10px 0px 0px;
	-moz-border-radius:0px 10px 0px 0px;
	-webkit-border-radius:0px 10px 0px 0px;
	height:100%;
}
#content_right {
	border:3px solid white;
	border-top:0px;
	border-left:0px;
	border-bottom:0px;
}

#footer {
	position:relative;
	z-index:99;
	margin-top:0px;
	color:#ffffff;
	background:#000000 url(../css/../../images/footer_bg.png);
}
#footer #footer_bg2 {
	position:absolute;
	top:-20px;
	left:0px;
	background:transparent url(../css/../../images/footer_bg2.png) repeat-x center top;
	height:20px;
	width:100%;
	margin:auto;
}
#footer_content, #footer_logo {
	position:relative;
	margin:auto;
	background:#282828;
	height:100px;
	padding-top:10px;
	overflow:hidden;
}
#footer_content_body {
	width:66%;
	float:left;
}

#footer_logo {
	text-align:center;
	width:33%;
	float:right;
}
#footer_logo  div#legal {
	background-color:#000000;
	padding:10px;
	margin:auto;
	width:180px;
	font-size:0.8em;
	font-weight:bold;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
}

#footer a {
	text-decoration:none;
	color:#ffffff;
	font-weight:bold;
}
#footer a:hover {
	color:#999999;
}


	
#menu ul {
	list-style: none;
}
#menu li ul {
	display:none;
	width: 10em; /* Width to help Opera out */
}
#menu li:hover ul {
	display:block;
	position:absolute;
}
#menu li:hover li ul {
	display:none;
}
#menu li li:hover ul {
	display:block;
	position:absolute;
	left:100%;
	top:0px;
	*top:3px;

}
#menu li {
	float:left;
	zoom:1;
}
#menu li li {
	position:relative;
	zoom:1;
	*margin-top:-3px;
}
#menu li:hover li {
	float:none;
}
#menu li li a, #menu li li:hover li a {
	background:#444444;
	padding:5px;
}
#menu li li:hover a, #menu li li li:hover a {
	background:#111111;
}

#menu a {
	display: block; /* FF<3 */
	padding: 5px 8px;
	margin:3px 2px;
	/*background: url(../css/../../images/frame_menu.gif) no-repeat;*/
	text-decoration: none;
	font: bold 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ffffff;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
#menu a:hover {
	color: #886600;
	background-color: #ffffff;
	border:1px solid #999999;
	border-top:0px;
	border-left:0px;
	padding-right:7px;
}
#menu a.first {
	background: none;
}



div#top_menu p#user_greet {
	color:#8a7312;
	float:left;
	padding:0px;
	margin:0px;
	font-size:0.9em;
	line-height:30px;
}
div#top_menu div#user_menu  ul {
	float:right;
}
div#top_menu div#user_menu  ul li {
	float:left;
}
div#top_menu div#user_menu  ul a {
	display: block;
	*display: inline-block;
	text-decoration:none;
	font: bold 0.9em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#6e5e1e;
	line-height:30px;
	background-color: #dbd262;
	padding:0px 10px 0px 30px;
	margin:0px 1px;
}
div#top_menu div#user_menu  ul li#m_account a {
	background:#dbd262 url(../css/../../images/menu_account.png) 10px center no-repeat;
}
div#top_menu div#user_menu  ul li#m_submissions a {
	background:#dbd262 url(../css/../../images/menu_submissions.png) 10px center no-repeat;
}
div#top_menu div#user_menu  ul li#m_logout a {
	background:#dbd262 url(../css/../../images/menu_logout.png) 10px center no-repeat;
}
div#top_menu div#user_menu  ul a:hover {
	background-color:#f3e96c !important;
	border-bottom:2px solid #dbd262;
	line-height:28px;
}


div#top_menu div#user_login_form {
	float:right;
}
div#top_menu div#user_login_form  form {
	padding:0px;
	margin:0px;
}
div#top_menu div#user_login_form  form input {
	padding:2px;
	margin:0px;
}
div#top_menu div#user_login_form  form input#submit {
	cursor:pointer;
	height:20px;
	width:50px;
	line-height:10px;
	font-weight:bold;
	color:#555555;
	background-color:#ffffff;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border:1px solid #999999;
	border-top:0px;
	border-left:0px;
}
div#top_menu div#user_login_form  form input#submit:hover {
	border:1px solid #999999;
	border-bottom:0px;
	border-right:0px;
}
div#top_menu div#user_login_form  span.login_forgot_pw a {
	display:inline-block;
	position:relative;
	line-height:1em;
	text-decoration:none;
	color:#6e5e1e;
	font-size:0.8em;
	top:-10px;
	left:155px;
}
div#top_menu div#user_login_form  span.login_forgot_pw a:hover {
	font-weight:bold;
}




div#sell_now {
	float:left;
	margin-left:-20px;
	z-index:99;
}





div#alternative_words {
	font-size:1em;
	line-height:1em;
	color:#999999;
}

/*
this file is for styling changes that would be used universally throughout the site.
*/

h1, h2, h3, h4, h5 {
	margin:10px;
	color:#b19318;
	padding-left:10px;
}
h1, div#content_right h2 {
	font-size:176%;
}
h2, div#content_right h3 {
	font-size:125%;
	font-weight:bold;
	color:#8a7312;
}

div#content_right {
	font-size:0.94em;
}
div#content_right h1, div#content_right h2, div#content_right h3, div#content_right h4, div#content_right h5 {
	color:#444444;
}



.hr_gold {
	border:0px;
	border-top:1px solid yellow;
	width:80%;
}

p {
	color:#555555;
	text-align:justify;
	text-indent:20px;
	margin:20px 10px;
	padding:0 10px;
	line-height:1.5em;
	font-size:0.85em;
}
p.a_button {
	text-indent:0px;
}

.nice_link {
	text-decoration:none;
	color:black !important;
	font-size:0.85em;
	display:inline-block;
	padding:3px 15px;
	margin-left:20px;
	font-weight:bold;
	background-color:#ffffff;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border:1px solid #666666;
}
a.nice_link:hover {
	color:#999999 !important;
	border:1px solid #000000;
}


div.submit input {
	font-size:130%;
	color:#666666;
	font-weight:bold;
	width:150px;
	height:42px;
	border:0px solid blue;
	cursor:pointer;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	background:#ffffff url(../css/../../images/button.png);
}
div.submit input:hover {
	color:#444444;
	background:#ffffff url(../css/../../images/button_h.png);
}













a.button_sell img {
	vertical-align:top;
	margin-top:-14px;
	margin-left:15px;
	padding:0px;
}
ul.list {
	list-style:circle;
}
ul.list li {
	color:#555555;
	margin-left:30px;
	font-size:0.85em;
	line-height:1.5em;
}


div.center {
	text-align:center;
}
div.fieldset {
	text-align:center;
	margin:auto;
}
input {
	padding:8px;
	margin:2px;
	font-size:75%;
}
.error {
	color:red;
	font-size:smaller;
	font-weight:bold;
}
#content .login_forgot_pw {
	clear:both;
	text-align:right;
	margin-bottom:1em;
}

#content fieldset.form  {
	border:1px solid #666666;
	display:inline-block;
	display:-moz-inline-block;
	-moz-box-align: end;
	text-align:left;
	padding:10px 20px;
	margin:auto;
}
#content fieldset.form legend {
	font-size:larger;
	padding:0 10px;
	border:1px solid #666666;
}
#content fieldset.form label {
	float:left;
	clear:both;
	width:110px;
	vertical-align:top;
	*line-height:1.5em;
	margin:10px 0;
}
#content fieldset.form input {
	float:left;
	width:200px;
	margin:10px 0;
}
#content fieldset.form textarea {
	float:left;
	margin:10px 0;
}
#content fieldset.form input.submit {
	float:right;
}
#content fieldset.form .error {
	clear:both;
	text-align:right;
}
#content #contact_us {
	text-align:center;
}

#content #contact_us fieldset {
	*margin:auto;
	*width:470px;
}
#content #login_form fieldset {
	*margin:auto;
	*width:350px;
}



#h1_buy_gold {
	background:transparent url(../css/../../images/icon_buy_gold.png) no-repeat right center;
	height:70px;
	line-height:70px;
	width:530px;
}
#h1_sell {
	background:transparent url(../css/../../images/icon_sell.png) no-repeat right center;
	height:70px;
	line-height:70px;
	width:390px;
}
#h1_faq {
	background:transparent url(../css/../../images/icon_faq.png) no-repeat right center;
	height:70px;
	line-height:70px;
	width:380px;
}
#h1_what_to_know {
	background:transparent url(../css/../../images/icon_what_to_know.png) no-repeat right top;
	height:80px;
	line-height:80px;
	width:300px;
}
#h1_what_we_buy {
	background:transparent url(../css/../../images/icon_what_we_buy.png) no-repeat right center;
	height:80px;
	line-height:80px;
	width:250px;
}
#h1_testimonials {
	background:transparent url(../css/../../images/icon_testimonials.png) no-repeat right center;
	height:70px;
	line-height:70px;
	width:194px;
}




/* testimonials */
p.quote {
	padding:10px;
	padding-left:45px;
	margin-left:20px;
	background:#f0eee1 url('../css/../../images/bg_quote.png') no-repeat left;
	border:1px dashed #C5C5C5;
	border-left:0px;
	border-right:0px;
	height:40px;
}
div#content_right p.quote {
	background-position:left -50px;
	background-color:transparent;
	padding:0px;
	padding-left:10px;
	margin-left:10px;
	border:0px;
	height:auto;
}





	div#types_list label, div#makes_list label {
		display:-moz-inline-box;
		-moz-box-align: center; 
		display:inline-block;
		width:110px;
	}
	div#types_list, div#makes_list {
		width:400px;
		margin-left:65px;
	}
	div.description {
		margin:20px;
		margin-left:65px;
		zoom:1; /* hasLayout, fix double margin IE */
	}
	div.description label {
		display:block;
		width:395px !important;
	}
	div.description label textarea {
		width:100%;
		height:75px;
	}
	div#email_notice {
		width:400px;
		margin-left:65px;
		margin-bottom:20px;
		display:none;
	}
	div.email_pass, div.contact {
		margin-left:20px;
	}
	div.email_pass span.ff2_pos, div.contact span.ff2_pos {
		position:relative;
	}
	div.email_pass label, div.contact label {
		height:3.5em;
		line-height:2.7em;
		position:relative;
		display:-moz-inline-box;
		-moz-box-align: center; 
		display:inline-block;
		width:190px;
		margin-right:10px;
		padding-right:10px;
		margin-left:10px;
		margin-bottom:10px;
	}
	div.email_pass label input, div.contact label input, div.contact label span {
		width:100px;
		position:absolute;
		top:0px;
		right:0px;
		z-index:99;
	}
	div.contact label.address {
		padding-right:235px;
	}
	div.contact label.address input {
		width:325px;
	}
	div.contact  input#city, div.contact  input#state {
		background-color:#DDDDDD;
	}

	span#city, span#state {
		font-weight:bold;
		width:130px;
		text-transform:capitalize;
	}
	label.error {
		display:inline;
		line-height:1em !important;
		float:left;
		padding-right:300px;
		width:200px !important;

	}
	input.error, textarea.error {
		background-color:pink;
	}
	span.error {
		color:red;
	}
		
		
		
	div.subs span.title {
		display:inline-block;
		width:150px;
		font-weight:bold;
		margin: 5px;
	
	}
	div.subs {
		position:relative;
		border:5px solid #EFD47A;
		border-radius:15px;
		-moz-border-radius:15px;
		-webkit-border-radius:15px;
		padding:10px;
		margin:10px;
	}
	div.subs div.status {
		position:relative;
		float:right;
	}
	div#status_history {
		padding:30px;
		margin-top:10px;
	}
	
	
	div#sell_pay_box { /* pay box on first submit */
		margin-top:1em;
		position:relative;
		
	}
	div#sell_pay_box div#payselect {
		position:relative;
	}
	div#sell_pay_box div#payselect div.submit {
		position:relative !important;
	}
	
	div#payselect_box { /* pay box on submit page */
		position:relative;
		margin-top:30px;
		height:380px;
		width:300px;
		zoom:1;
	}
	div#pay_type_box {
		margin-bottom:10px;
	}
	div#pay_type_box input {
		*height:1.3em;
	}
	div#payselect {
		line-height:1em;
		margin-top:0.5em;
		padding-top:1.5em;
	}
	div#payselect h2 {
		font-size:125%;
		font-weight:bold;
	}
	div#payselect label {
		display:inline-block;
		width:130px;
		line-height:1.5em;
		vertical-align:top;
	}
	div#payselect .pay_options {
		white-space:nowrap;
		display:none;
	}
	div#payselect .pay_options input {
		width:140px;
	}
	div#payselect .pay_options textarea {
		padding:5px;
		font-size:0.9em;
		width:150px;
		height:4em;
	}
	div#payselect div.submit {
		position:absolute;
		bottom:0px;
		left:140px;
	}
	div#payselect div#pay_notice {
		position:absolute;
		top:0em;
	}

	#import_sort ul {
		cursor:pointer;
	}
	#import_sort ul li{
		position:relative;
		width:180px;
		font-weight:bold;
		font-size:110%;
		height:1.5em;
		line-height:1.5em;
		padding:5px;
		padding-left:30px;
		margin:10px 20px;
		background-color:#45AAFF;
		border:3px solid #5588C6;
		z-index:10;
	}
	#import_sort .import_column {
		float:left;
	}
	#import_sort .import_span {
		display:block;
		text-align:center;
		font-weight:bold;
		margin:10px;
		font-size:120%;
	}
	#import_sort #import_destination ul li {
		cursor:auto;
		background-color:#5588C6;
		border-color:#45AAFF;
	}
	#import_sort ul li.import {
		color:black;
	}
	#import_sort ul li.trash {
		color:green;
		
	}

/* ADD USERS step2: */
	.col_data, .row_data {
		width:20%;
		margin:10px;
	}

	.col_data {
		float:left;
		text-align:right;
		margin-left:25%;
	}

	.row_data {
		float:right;
		margin-right:25%;
	}
	.col_data ul , .row_data ul{
		/* position:relative; /**/
	}

	.row_data ul li {
		cursor:pointer;
		padding-left:25px;
		padding-right:0px;
		background:#e5fbc5 url(../css/../../images/arrow.png) no-repeat -2px 2px;
	}
	.middle_bar span {
		text-align:center;
		position:absolute;
		display:inline-block;
		height:1.5em;
		padding:5px 0px;
		top:0px;
		right:-43px;
		background-color:#E0E0FF;
		width:40px;
		z-index:-1;
	}
