/* -------------------------------- General ---------------------------------- */
body{
	margin: 0px;
	text-align: center;
	font: 10pt Arial, sans-serif;
	background: url(images/testbg.gif);
}
.hide{
	display: none;
}
.emphasis{
	font-weight: bold;
	text-decoration: underline;
}
.disclaimer{
	font-weight: bold;
}
.attention{
	font-weight: bold;
}
.attention a{
	color: black;
}

/* ---------------------------------- Container ----------------------------- */
#container{
	width: 775px;
	margin: auto;
	border: 2px solid #404040;
	text-align: left;
	background-color: #F7F7F7;
}

/* ---------------------------------- Header ------------------------------ */
#header{
	height: 150px;
	width: 775px;
	background: url(images/header2.gif);
}

/* --------------------------------- Navigation ----------------------------------- */
#navigation{
	height: 30px;
	width: 775px;
	background: url(images/navigation2.gif);
}
#navigation a{
	display: block;
	height: 30px;
	float: left;
}
#navigation a span{
	display: none;
}
#navigation a.home{
	width: 59px;
}
#navigation a.home:hover{
	background: url(images/navigationover2.gif);
}
#navigation a.whyuse{
	width: 78px;
}
#navigation a.whyuse:hover{
	background: url(images/navigationover2.gif) -60px;
}
/*#navigation a.sell7days{
	width: 120px;
}
#navigation a.sell7days:hover{
	background:url(images/navigationover2.gif) -145px;
}*/
#navigation a.sellcash{
	width: 121px;
}
#navigation a.sellcash:hover{
	background: url(images/navigationover2.gif) -136px;
}
#navigation a.market{
	width: 129px;
}
#navigation a.market:hover{
	background: url(images/navigationover2.gif) -257px;
}
#navigation a.donate{
	width: 146px;
}
#navigation a.donate:hover{
	background: url(images/navigationover2.gif) -387px;
}
#navigation a.location{
	width: 93px;
}
#navigation a.location:hover{
	background: url(images/navigationover2.gif) -531px;
}
#navigation a.faq{
	width: 42px;
}
#navigation a.faq:hover{
	background: url(images/navigationover2.gif) -625px;
}
#navigation a.contact{
	width: 107px;
}
#navigation a.contact:hover{
	background: url(images/navigationover2.gif) -666px;
}

/* --------------------------------------- Content ------------------------------ */
#content{
	width: 765px;
	background: url(images/contentbg.gif) no-repeat #F7F7F7;
	padding-top: 10px;
	color: #202020;
	padding-left: 5px;
	padding-right: 5px;
}
#content img{
	border: 3px double #404040;
	margin: 4px;
}
#content #entrytext div.floatleft{
	float: left;
	width: 35%;
	text-align: center;
}
#content #entrytext div.floatleft img{
	margin-top: 15px;
}
#content #entrytext div.floatright{
	float: right;
	width: 65%;
}
#content #entrytext div.floatright h2{
	font-size: 11pt;
	color: #181473;
}
#content #maincontent{
	clear: both;
	border-bottom: 1px solid #808080;
}
body.subpage #content #maincontent{
	border-bottom: 0px;
}
#content #bottomfix{
	clear: both;
}
#content #maincontent ul.checklist{
	list-style-image: url(images/checkmark.gif);
}
#content #maincontent ul.checklist li{
	padding-left: 15px;
	margin-bottom: 6px;
}
#content #maincontent div.didyouknow{
	background-color: #DEDFDE;
	color: #000;
	width: 200px;
	border: 3px double #404040;
	float: right;
	padding-bottom: 25px;
	margin: 4px;
}
#content #maincontent div.didyouknow h3{
	font-size: 10pt;
	font-style: italic;
	margin: 4px;
}
#content #maincontent div.didyouknow p{
	margin: 4px;
}
#maincontent .answer{
	display: block;
	margin-left: 20px;
}
/* --------------------------------------- Consignmentinfo -------------------------- */
#content #consignmentinfo{
	width: 50%;
	border-right: 1px dashed #808080;
	float: left;
	text-align: center;
}
#content #consignmentinfo p{
	text-align: left;
}
#content #consignmentinfo img{
	border: 1px solid black;
}

/* -------------------------------------- Appraisalinfo ------------------------------ */
#content #appraisalinfo{
	margin-left: 2px;
	float: right;
	width: 48%;
	text-align: center;
}
#content #appraisalinfo p{
	text-align: left;
}
#content #appraisalinfo img{
	border: 1px solid black;
}


/* ------------------------------------------ Footer ----------------------------------- */
#footer{
	width: 775px;
	background-color: #DEDFDE;
	text-align: center;
	color: #000000;
	clear: both;
	border-top: 1px solid #808080;
	padding-bottom: 5px;
	font: 8pt, Arial, sans-serif;
}
#footer a, #footer table td a{
	color: black;
}
#footer table{
	margin: auto;
	width: 750px;
	margin-bottom: 4px;
}
#footer table td{
	width: 20%;
	text-align: center;
	font: 8pt Arial, sans-serif;
}