body {
	font-family: georgia, "times new roman", times, serif;
	color: #333333;
	font-size:13px;
	line-height: 20px;
	padding-top: 30px;
}
a:link, a:visited, a:active {
	color: #a3391b;
	outline: none;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #8b2827;
}
#splash_container, #splash_footer, #splash_header {
	width: 950px;
	margin: 10px auto 0 auto;
	text-align: center;
	overflow: hidden;
}
#splash_left {
	float: left;
	width: 385px;
	height: 440px;
	margin-top: 40px;
	background: #b1b593 url('/images/splash_page_left.gif') no-repeat;
}
#splash_left_inner {
	margin: 140px 40px 0 30px;
	text-align: left;
}
#splash_center {
	float: left;
	width: 415px;
	height: 520px;
	margin: 0 5px;
}
#splash_right {
	float: left;
	width: 130px;
	height: 440px;
	margin-top: 40px;
	background: #46677a url('/images/splash_page_right.gif') no-repeat;
}
#splash_right_inner {
	margin: 140px 0 0 15px;
	text-align: left;
}
#splash_footer {
	margin: 15px auto 0 auto;
	line-height: 12px;
	text-align: left;
	font-family: arial, helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
}
#splash_footer a:link, #splash_footer a:visited, #splash_footer a:active {
	font-size: 9px;
	color: #777777;
	text-decoration: none; font-weight:normal;
}
#splash_footer a:hover {
	text-decoration: underline;
	color: black;
	 font-weight:normal;
}







/* nav ---------- */
#splash_broadloom, #splash_rugs, #splash_about, #splash_whatsnew, #splash_locations, #splash_contact, #splash_search {
	display: block;
	height: 14px;
	padding: 0;
	margin: 6px 10px 0 0;
}
#splash_broadloom:hover, #splash_rugs:hover, #splash_about:hover, #splash_whatsnew:hover, #splash_locations:hover, #splash_contact:hover, #splash_search:hover {
	background-position: 0 -14px;
}
#splash_broadloom span, #splash_rugs span, #splash_about span, #splash_whatsnew span, #splash_locations span, #splash_contact span, #splash_search span {
	font-size: 10px;
	display: none;
}
#splash_broadloom {
	background: url("/images/splash_broadloom.gif") 0px 0px;
	width: 85px;
}
#splash_rugs {
	background: url("/images/splash_rugs.gif") 0px 0px;
	width: 85px;
}
#splash_about {
	background: url("/images/splash_about.gif") 0px 0px;
	width: 85px;
}
#splash_whatsnew {
	background: url("/images/splash_whatsnew.gif") 0px 0px;
	width: 85px;
}
#splash_locations {
	background: url("/images/splash_locations.gif") 0px 0px;
	width: 85px;
}
#splash_contact {
	background: url("/images/splash_contact.gif") 0px 0px;
	width: 85px;
}
#splash_search   {
	background: url("/images/splash_search.gif") 0px 0px;
	width: 85px;
}