@charset "utf-8";
/* CSS Document */

/*
 * Project: John R Wood
 * 
 * landing pages style
 * css: landing.css
 * 
*/

.intro {
	/*width: 380px;*/
	float: left;
	text-align: justify;
	margin-bottom: 24px;
}

.intro a {
	font-weight: bold;
	color: #073768;
	text-decoration: underline;
}

.intro a:hover {
	color: #888;
}

.forms {
	float: right;
	width: 650px;
	margin: 0 -12px 0 0;
}

.quick_search {
	background: #7fbcdc;
	width: 158px;
	padding: 1px;
	float: left;
	margin-left: 2px;
	margin-bottom: 2px;
	padding-bottom: 10px;
}

.quick_search h3 {
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	text-align: center;
}

.quick_search .desc {
	font-size: 9px;
	color: #073768;
	text-align: right;
	margin-bottom: 10px;
}

.quick_search h4 {
	text-align: right;
	font-size: 12px;
	text-decoration: underline;
}

.quick_search h4 a {
	color: #073768;
}

.quick_search h4 a:hover {
	color: #888;
}
.quick_search a img {
	border: none;
}
.quick_search .price {
	text-align: right;
	font-size: 9px;
	margin-bottom: 10px;
	text-decoration: underline;
}

.quick_search .price a {
	color: #073768;
}

.quick_search .price a:hover {
	color: #888;
}

.quick_search .narrow {
	text-align: center;
	font-size: 10px;
	margin-top: 6px;
}

.quick_search .active {
	text-align: right;
	font-size: 10px;
}

.quick_search .form_checkbox {
	font-size: 9px;
	overflow: hidden;
	margin-top: 6px;
}

.quick_search .form_checkbox input {
	float: left;
	margin-left: 3px;
	width: 20px;
}

.quick_search .form_checkbox span.count {
	font-size: 10px;
	width: 40px;
	float: right;
	margin-right: 6px;
	text-align: right;
}

.quick_search .form_submit .submit {
	background-color: #76AFCC;
	border: 1px solid #000;
	color: #000;
	font-family: Arial;
	width: 128px;
	margin: 10px 0px 0px 15px;
	cursor: pointer;
}

.quick_search .form_submit a {
	display: block;
	background-color: #FFFFC1;
	border: 1px solid #000;
	color: #000;
	font-family: Arial;
	width: 128px;
	margin: 10px 0px 0px 15px;
	text-align: center;
	line-height: 20px;
	text-decoration: none;
}

.spotlight {
	/*width: 380px;*/
	/*
	float: left;
	*/
	color: #073768;
	font-size: 18px;
	text-align: center;
}

.spotlight h3 {
	margin-bottom: 10px;
}

.spotlight ul {
	margin-left: 20px;
}

.spotlight li {
	font-size: 9px;
	text-align: center;
	width: 100px;
	margin-right: 10px;
	float: left;
	min-height: 150px;
	margin-bottom: 5px;
}

.spotlight li a {
	color: #073768;
	text-decoration: underline;
}

.spotlight li a:hover {
	color: #073768;
	text-decoration: underline;
	color: #888;
}
.spotlight a img {
	border: none;
}
.landing_links {
	clear: both;
	font-size: 16px;
	text-align: center;
	padding-top: 14px;
}

.landing_links a {
	color: #073768;
	text-decoration: underline;
}

.landing_links a:hover {
	color: #888;
}

