/* CSS Document */

/* Replace Printsheet styles --------------------------------------------------------------------- */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 140%;
	background: #898989 url('../../images/backdrop_bg.jpg') repeat-x left top;
}
/* Formats --------------------------------------------------------------------------------------- */
div, p, span {
	margin: 0;
	padding: 0;
}
h1, h2 {
	font-size: 11pt;
	margin: 15px 0 10px 0;
	border: none;
	color: #000;
}
h3 {
	font-size: 8pt;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #000;
}
a { text-decoration: underline; }
a:hover { text-decoration: none; }
/* Begin Stylesheet ------------------------------------------------------------------------------ */
body {
	margin: 0;
	width: auto;
}
#wrapper {
	width: 100%;
	margin: 0;
}
#container {
	width: 772px;
	margin: 0 auto;
	background: transparent;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}
/* Header ---------------------------------------------------------------------------------------- */
#header {
	width: 772px;
	height: 165px;
	background: #49ACD6 url('../../images/header_bg2.jpg') no-repeat left top;
	padding-top: 1px;
}
#header marquee {
	width: 500px;
	margin-top: 5px;
	bottom:  5px;
	position: relative;
}
#header h1 {
	float: left;
	text-indent: -10000px;
}
#heading_quote {
	margin: 80px 0 0 200px;
	color: #FFF;
	font-size: 8pt;
	text-indent: 25px;
}
/* Top Nav --------------------------------------------------------------------------------------- */
#navcontainer {
	height: 22px;
	padding: 5px 0 0 25px;
	background: url('../../images/main_nav_bg.jpg') no-repeat left top;
	font-size: 10px;
}
#navlist, #navlist ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navlist a {
	display: block;
	padding: 0 10px;
	text-decoration: none;
	font-weight: bold;
}
#navlist a:hover { background: #CEEDCB; }
#navlist li {
	float: left;
	border-left: 1px solid #000;
}
#navlist li ul {
	position: absolute;
	width: 160px;
	left: -999em;
	margin-left: auto;
	border: 1px dashed #999;
}
#navlist li ul li {
	float: none;
	border: none;
}
#navlist li ul li a {
	display: block;
	background: #FFF;
	width: 140px;
	font-weight: normal;
}
#navlist li:hover ul, #navlist li.sfhover ul { left: -999px; }
#navlist li:hover ul, #navlist li.sfhover ul { left: auto; }
/* Content Body ---------------------------------------------------------------------------------- */
#content_body, #db_body, #pre_footer, #db_pre_footer {
	width: 772px;
	background: #FFF url('../../images/body_bg.jpg') repeat-y left top;
}
#db_body { background-image: none; }
#content, #content_index, #db_content {
	width: 508px;
	padding: 0 15px;
	color: #333;
}
#content, #db_content {
	background: url('../../images/db_content_bg2.jpg') repeat-x left top;
	padding-top: 75px;
}
#content_index {
	background: url('../../images/content_yellowbox_bg2.jpg') no-repeat left top;
	padding-top: 10px;
}
#db_content { width: 742px; }
#content p, #content_index p, #db_content p, #content h3 { margin: 15px 10px 0 10px; }
#yellow_box { height: 270px;/*overflow: hidden;*/ }
#yellow_box a#custserv {
	display: block;
	float: right;
	color: #FFFFFF;
	margin-bottom: 20px;
	font-size: 14px;
}
#yellow_interior {
	clear: both;
	padding-top: 15px;
	padding: 5px 0 15px 0;
}
#yellow_images {
	width: 302px;
	clear: both;
	float: left;
}
#yellow_text {
	float: left;
	width: 180px;
	padding-left: 10px;
	font-size: 8pt;
	color: #FFF;
}
#side_bar {
	width: 203px;
	padding: 96px 12px 0 19px;
	background: url('../../images/side_bar_bg2.jpg') no-repeat left top;
	font-size: 8pt;
	color: #FFF;
	position:relative;
}
#side_bar span {
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: transparent;
	font: small;
	display:block;
	font-size: 14px;
}
#side_bar a { color: #FFF; }
#side_bar img { border: none; }
#feature_1, #feature_2 {
	border: 1px solid #000;
	width: 200px;
	height: 150px;
}
.feature_info {
	margin-bottom: 38px;
	text-align: center;
}
#contact {
	margin-bottom: 20px;
	width: 185px;
	padding: 0 12px 0 25px;
	font-size: 8pt;
	color: #FFF;
}
#contact a { color: #FFF; }
.listing_link { background: url('../../images/listing_bg.jpg') repeat-y left top; }
.listing_link a {
	display: block;
	width: 700px;
	margin: 20px 0;
	text-decoration: none;
}
.listing_link a:hover {
	background: url('../../images/listing_bg_over.jpg') repeat-y left top;
	text-decoration: none;
	cursor: pointer;
}
.listing_wrapper {
	width: 700px;
	border: 1px solid #000;
	margin: 0;
}
.listing_price, .listing_home, .listing_address, .listing_img { float: left; }
.listing_price { width: 149px; }
.listing_img {
	width: 201px;
	border: none;
	line-height:0px !important;
}
.listing_home { width: 350px; }
.listing_price div, .listing_home div, .listing_address div { margin: 0 5px; }
.listing_price {
	color: #FF0000;
	font-weight: bold;
}
#db_pre_footer { background-image: none; }
#prod_images {
	width:202px;
	padding:5px;
	margin-right: 25px;
	border:1px solid #000;
	float:right;
}
.thumbs {
	float:left;
	width:67px;
	height:45px;
	padding-top:5px;
	margin:0;
	text-align:center;
}
/* Bottom Nav ------------------------------------------------------------------------------------ */
#bottom_nav {
	width: 772px;
	background: #FFF url('../../images/body_bg.jpg') repeat-y left top;
}
#navcontainer_bottom {
	width: 539px;
	height: 22px;
	margin-top: 51px;
	border-top: 1px dashed #999;
}
#navlist_bottom, #navlist_bottom ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navlist_bottom {
	width: 515px;
	margin: 0px 0 0 20px;
}
#navlist_bottom a {
	display: block;
	padding: 0 6px;
	background: #FFF;
	text-decoration: none;
}
#navlist_bottom a:hover { background: #CEEDCB; }
#navlist_bottom li {
	float: left;
	border-left: 1px solid #000;
}
#navlist_bottom li ul {
	position: absolute;
	width: 113px;
	left: -999em;
	margin-left: auto;
	margin-top: -100px;
	border: 1px dashed #999;
}
#navlist_bottom li ul li {
	float: none;
	border: none;
}
#navlist_bottom li ul li a {
	display: block;
	width: 93px;
	font-weight: normal;
}
#navlist_bottom li:hover ul, #navlist_bottom li.sfhover2 ul { left: -999px; }
#navlist_bottom li:hover ul, #navlist_bottom li.sfhover2 ul { left: auto; }
/* Footer ---------------------------------------------------------------------------------------- */
#footer {
	width: 772px;
	height: 56px;
	background: url('../../images/footer_bg2.jpg') no-repeat left top;
}
/* Float left ------------------------------------------------------------------------------------ */
#content_body, #db_body, #pre_footer, #db_pre_footer, #footer, #content, #content_index, #side_bar, #yellow_images, #yellow_text, #navcontainer_bottom, #contact {
	float: left;
	display: inline;
}
/* Misc. Styles ---------------------------------------------------------------------------------- */
.clear {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}
img { border: 1px solid #999; }
.listing_img img {
	margin: 0 !important;
	padding: 0;
	border-right:none !important;
	border-left:1px solid black !important;
	border-top:none !important;
	border-bottom:none !important;
}
img.floatright {
	margin: 1px 0px 0px;
	border: 0px none;
	float: right;
}