/* ------------------------------- formatting ----------------------------- */

body {
	margin: 0px;
	padding: 0px;
	background-color:#000000;
	color: #FFFFFF;
}
h1 {
	font: bold x-large Arial, sans-serif;
	color: #43616B;
	margin-top: 0px;
	}

#center p {
	font: 0.8em Verdana, sans-serif;
	}

.salesBlock p.salesText {
	padding-left: 0px;
	padding-right: 20px;
	padding-top: 2px;
	color:#FFFFFF;
	background-color: transparent;
	clear: none;
	}
	
.salesBlock p.salesText  a{
	color:#43616B;
	decoration: none;
	font-weight: bold;
}

.salesBlock p {
clear: both;
}

p.sale_ad a {
	clear: right;
	font: bold small Verdana, sans-serif;
	color: #43616B;
	}

.headshot {
	display: inline;
	float: left;
	margin: 0px 0.5em 0.5em 0px;
	}

.askprice {
	display: block;
	text-align: right;
	color: #A5B5C6;
	font: x-small Verdana, sans-serif;
	}
.description {
	display: block;
	color: #5C6F90;
	font: x-small /2 Verdana, sans-serif;
	}

/* 

------------------------------- layout ----------------------------- 

*/


#top {
	background: #374641 url(images/running_hdr.gif) repeat-x;
}

#center {
	margin: 0px 25% 10%; 
	padding: 10% 3% 1% 10%;
	background: #000000;
	}
	
#footer {
	clear: both;
	border-top: 1px solid #5C6F90;
	border-bottom: 1px solid #5C6F90;
	background-color: #000000;
}

#footer p {
	font-color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: center;
}

#footer a:link{
	font-color: #999999;
	color: #FFFFFF;
}

#footer a:hover{
	font-weight: bolder;}

div#top a {
	display: block;			/* makes the background hover effect work in Mozilla */
	width: 153px;
	background-color: #5C6F90;
	}

div#top a:hover {
	background-color: #43616B;
	}
	
div#hdr_content {
	position: absolute;
	top: 50px;
	right: 50px;
	width: 80%;
	}
	
div#hdr_content ul {
	position: absolute;
	top: 40px;
	right: 0px;
	list-style: none;
	margin: 0px 0px 40px 0px;
	}
div#hdr_content ul li {
	font: 0.7em/1 verdana, sans-serif;
	color: #CCCCCC;
	display: inline;
	padding: 0 0.5em;
	border-left: 1px solid #CCCCCC;	
	}
div#hdr_content ul li.first {
	border-left: 0px none;
	}

div#hdr_content ul li a {
	color: #CCCCCC;
	}
	
.salesBlock {
	margin-top: 10px;
	margin-bottom: 10px;
	border-bottom-width: thin;
	border-bottom-style: groove;
	border-bottom-color: #999999;
	min-height: 185px
	}

.salesBlock img{
	float: left;
	border: none:;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 4px;
	margin-left: 2px;
	padding: 0px;
	position: relative;
	height: 180px;
}

.main_page_text {
	margin-bottom: 0px;
	}

.speciallink {
	font: 0.7em/1 verdana, sans-serif;
	color: #6699CC;
	text-decoration: none;
	background: #000000;
	text-align: left;
	text-indent: 20px;
}

.section_text {
	display: block;
	color: #5C6F90;
	font: x-small /2 Verdana, sans-serif;
	}

.section_text a{
	color: #5C6F90;
	}

.section_text a:link{
	color: #5C6F90;
}

.section_text a:hover{
	font-weight: bold;
}
.saleSheetHead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #D3D3D3;
	text-align: right;
	font-weight: bold;
	margin-top: 30px;
	margin-right: 20px;
}
.saleSheetDescription {
	display: block;
	color: #5C6F90;
	font: x-small/normal Verdana, sans-serif;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 20px;
}
.saleSheetFooter {
	display: block;
	color: #5C6F90;
	font: x-small/normal Verdana, sans-serif;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 20px;
	text-align: center;
	border-top-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
}
.saleSheetFooter a {
	display: block;
	color: #5C6F90;
	font: x-small/normal Verdana, sans-serif;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 20px;
	text-align: center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.saleSheetAskprice {
	display: block;
	text-align: right;
	color: #A5B5C6;
	font: x-small Verdana, sans-serif;
	margin-right: 20px;
}
.saleSheetHeadshot {

	display: inline;
	float: left;
	margin: 20px 0.5em 0.5em 15px;
}
/* 

------------------------------- form ----------------------------- 

*/

form {
	width:500px;
	margin:15px auto 10px 20px;
	}
form_center {

	}
label {
	display:block;
	font-weight:bold;
	left: auto;
	}
textarea {
	width:400px;
	height:150px;
	}
.textInput {
	width:250px;
	}
.warning {
	font-weight:bold;
	color:#FF0000;
	}
div#form_center {
	float: none;
	position: relative;
	width: auto;
	left: auto;
	margin-right: 20px;
	margin-left: 20px;
}
