@charset "utf-8";
/* CSS Document */
/* green: #b4d23c */
/* dark green: #094128 */

* {
	padding: 0;
	margin: 0;
}

p {
	padding: 0.5em 0 1.2em;
	line-height: 1.7em;
}

a img {
	border: 0;
}


/* CSS Navigation */
#navigation .home_ul .home_li,
#navigation .about_ul .about_li,
#navigation .sell_ul .sell_li,
#navigation .acquire_ul .acquire_li,
#navigation .wanted_ul .wanted_li,
#navigation .contact_ul .contact_li {
	background: #b4d23c;
	color: #000;
}

#navigation .home_ul .home_li .nav_q,
#navigation .about_ul .about_li .nav_q,
#navigation .sell_ul .sell_li .nav_q,
#navigation .acquire_ul .acquire_li .nav_q,
#navigation .wanted_ul .wanted_li .nav_q,
#navigation .contact_ul .contact_li .nav_q {
	color: #fff;
}



html {
	font-size: 100%;
}

body {
	font-size: 62.5%;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #000 url(../images/bg.jpg) repeat-x 50% top;
	margin: 0;
	padding: 0;
}

a, a:link, a:active, a:visited {
	color: #b4d23c;
	text-decoration: none;
}

a:hover {
	color: #ccc;
}
h1, h2 {
	text-indent: -9999px;
}
h1 {
	height: 50px;
	width: 190px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: right top;
}
h2 {
	background: url(../images/top_tel.gif) no-repeat;
	height: 50px;
	width: 357px;
}
h3 {
	font-size: 1.8em;
	color: #B4D23C;
	margin: 0.5em 0 0;
	font-family: Arial, Helvetica, sans-serif;
}
h4 {
	font-size: 1.1em;
}
h5 {
	background-color: #B4D23C;
	color: #000;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0.2em;
	font-size: 1.2em;
	margin: 0 0 1.5em 0;
}







#wrapper {
	font-size: 1.2em;
	width: 800px;
	margin: 0 auto;
}
#header {
	border-top: 5px solid #b4d23c;
	padding: 10px 0;
}
.header_left {
	float: left;
}
.header_right {
	float: right;
}



#navigation {
	padding: 10px 0;
	border-bottom: 1px solid #333;
}
#navigation ul {
	list-style-type: none;
}
#navigation ul li {
	float: left;
	margin: 0 0.8em 0 0;
	border-bottom: 1px solid #094128;
}
#navigation ul li a {
	display: block;
	padding: 2px;
	color: #fff;
}
#navigation ul li a:hover {
	color: #b4d23c;
}
#sell_acquire {
	font-weight: bold;
	margin: 0 0 2em 0;
}


#sell_acquire p {
	padding: 0 0 0.5em 0;
	line-height: 1.3em;
}
#sell_acquire h4 {
	font-size: 2.1em!important;
	letter-spacing: 0px;
	line-height: 1.1em;
	padding: 0 0 0.5em 0;

}
#sell_acquire ul {
	margin: 1.2em;
}
#sell_acquire ul li {
	margin: 0 0 0.3em 0;
}




.sell_acquire_left {
	float: left;
	width: 47%;
	padding: 10px;
	background: #b4d23c;
	color: #000;
}
.sell_acquire_left h3 {
	height: 47px;
}

.sell_acquire_left strong {
	font-weight: bold;
	color: #fff;
}
.sell_acquire_left   a  {
	color: #fff!important;
	font-weight: bold;
	background: url(../images/arrow.gif) no-repeat 0 2px;
	padding: 0 0 0 20px;
	display: block;

}

.sell_acquire_right {
	float: right;
	width: 47%;
	padding: 10px;
	background: #fff;
	color: #000;
}
.sell_acquire_right h3 {
	height: 47px;
}
.sell_acquire_right strong {
	color: #B4D23C;
}
.sell_acquire_right a {
	padding: 0 0 0 20px;
	background: url(../images/arrow.gif) no-repeat 0px 2px;
	display: block;
	font-weight: bold;
}
.sell_acquire_right   a:hover, .sell_acquire_left a:hover {
	color: #666
!important;
}
.why_sell_ul {
	margin: 0 1em 0!important;
	padding: 0;
	display: block;
}
.why_sell_ul li {
	padding: 1.5em 0 0;
	display: block;

}

.why_sell_ul  li strong {
	text-transform: uppercase;
	color: #B4D23C;
	font-family: Arial, Helvetica, sans-serif!important;
}


#main_content {
	margin: 20px 0 0;
	border-top: 1px solid #333;
	padding: 10px 0;
}
#main_content h4 {
	text-transform: uppercase;
	font-family: arial;
	font-weight: bold;
	font-size: 2.5em;
	letter-spacing: -0.1em;
}
#main_content .one {
	float: left;
	width: 48%;
	margin: 0 20px 0 0;
}
#main_content .two {
	float: left;
	width: 47%;
}
#forms {

}
#forms p {
	padding: 0.5em 0;
}

#forms h4 {
	padding: 0 0 0.3em 0;
}
#forms label {
	color: #B4D23C;
	display: block;
	width: 50%;
	float: left;
}
#forms input {
	width: 45%;
	border: 1px solid #B4D23C;
	padding: 0.1em;
	background: #fff!important;
}
#forms .smaller_input {
	width: 30%;
}
#forms textarea {
	width: 360px;
	padding: 0.5em;
	margin: 0 15px 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	float: right;
	height: 125px;
	font-size: 1em;
	border: 1px solid #B4D23C;
}
#forms .submit {
	clear: both;
	width: 80px;
	background: #cc0000!important;
	color: #fff;
	font-weight: bold;
	float: right;
	margin: 1em 1em 0 0;
	border: none;
}
#forms .submit:hover {
	background: #ff0000;
	cursor: pointer;
}
#forms .radio {
	background: #000!important;
	border: none;
	width: 20px;
}
#forms .textarea_acquire {
	height: 250px;
}
#wanted_wrap {
}
#wanted_wrap h3 {
	background-color: #B4D23C;
	color: #000;
	text-transform: uppercase;
	font-size: 1.2em;
	padding: 0.2em;
}
#wanted_wrap strong {
	text-transform: uppercase;
}
#wanted_wrap a {
	display: block;
	background: url(../images/wanted_a.gif) no-repeat 0 4px;
	padding: 0 0 0 1.4em;
}
#wanted_wrap a:hover {
	color: #fff;
}




.wanted_left {
	width: 48%;
	float: left;
	padding: 0 1em 0 0;
	border-right: 1px solid #333;
}
.wanted_right {
	float: right;
	width: 49%;
}
.wanted_ul {
	list-style-type: none;
}
#sitemap {
	margin: 0 1.5em;
}














.form1 {
	float: left;
	width: 49%;
	padding: 0 0.5em 0 0;
	border-right: 1px solid #666;
}
.form2 {
	width: 49%;
	float: right;
	padding: 0 0  0 0.5em;
}


#footer {
	clear: both;
	border-top: 1px solid #333;
	padding: 10px 0 0;
	margin: 2em 0 0;
}
#footer ul {
	list-style-type: none;
	float: left;
	width: 50%;
}
#footer ul li {
	float: left;
	display: block;
	margin: 0 1em 0 0;
	border-bottom: 1px solid #094128;
}
#footer ul li a {
	padding: 2px;
	display: block;
}

#footer p {
	float: right;
	text-align: right;
	font-size: 0.9em;
	line-height: 1.3em;
}













#flash {
	margin: 20px 0;
	border: 1px solid #333;
}
.green {
	color: #B4D23C;
}
.white {
	color: #fff;
}
.text_wrapper {
	clear: both;
	border-top: 1px solid #333;
}
.fixed_height {
	height: 355px;
}
a.white_link {
	color: #fff;
	text-decoration: underline;
}
a.white_link:hover {
	color: #B4D23C;
}


.large_white {
	color: #fff;
	font-size: 2em;
	font-family: Arial, Helvetica, sans-serif;
}







.clear {
	clear: both;
	height: 0px;
}
.click {
	cursor: pointer;
}
.nav_q {
	color: #B4D23C;
}

