/* @override http://server5.tpgsolutions.com/~riverrun/templates/riverrun/css/template.css */

@charset "UTF-8";


/* CSS Document */

/* Site Colors----------
"river" #4d442e
"run" #766e54
"river screen" #676049
"nav" #b2a67f
"tan" #dcd7cb
-----------------------*/

/* Global Elements
----------------------------------------------------*/

body {
	background: #3b3524 url(../images/riverrun_site_new_bg_stretch.png) no-repeat center top;
	text-align: center; /* IE 6 hack */
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

/* "wild card" - universal selector removes default padding and margins globally */
* {
	padding: 0px;
	margin: 0px;
}

/* Firefox link border remove
----------------------------------------------------*/

a:active { outline: none; }
a:focus { -moz-outline-style: none; }


/* Typography - global
----------------------------------------------------*/

h1 {
	font-size: 24px;
	color: #4d442e;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 10px;
	font-weight: normal;
	letter-spacing: .1em;
}

h2 {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #4d442e;
	margin-bottom: 10px;
	margin-top: 18px;
}

h3 {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	/* font-weight: normal; */
	color: #4d442e;
	margin-bottom: 10px;
	margin-top: 18px;
}

h2 + h3 {
	margin-top: -10px;
}

#rightColumn h3 {
	font-weight: normal;
}

p {
	font-size: 12px;
	margin-bottom: 10px;
}

a:link {
	color: #4d442e;
	text-decoration: underline;
}

a:visited {
	color: #4d442e;
	text-decoration: underline;
}

a:hover {
	color: #4d442e;
	text-decoration: none;
}

a:active {
	color: #4d442e;
	text-decoration: none;
}

h1 a:link {
	text-decoration: none;
}

h1 a:visited {
	text-decoration: none;
}

h1 a:hover {
	text-decoration: none;
}

h1 a:active {
	text-decoration: none;
}

img {
	border: none;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	color: #766e54;
	background-color: #766e54;
	margin-left: -20px;
	margin-right: -10px;
	margin-top: 16px;
	margin-bottom: 16px;

}

#mainContent ul {
	margin-bottom: 10px;
}

#mainContent ul li {
	font-size: 12px;
	margin-left: 24px;
}

#rightColumn ul {
	margin-bottom: 10px;
}

#rightColumn ul li {
	font-size: 12px;
	margin-left: 24px;
}

#mainContent ol {
	margin-bottom: 10px;
}

#mainContent ol li {
	font-size: 12px;
	margin-left: 24px;
}

#com-form-login fieldset {
	border: none;
}

/* Layout
----------------------------------------------------*/


#wrapper {
	width: 978px;
	margin: 0 auto; /* aligns page center - all but IE 6 */
	text-align: left; /* IE 6 hack */
	/* margin-top: 20px; */
}


#header {
	background: url(../images/header_bg.png);
	height: 144px;
	width: 978px;
	position: relative;
	/* border-top: 1px #6d6051 solid; */
}

#branding {
	position: absolute;
	height: 56px;
	width: 253px;
	top: 29px;
	left: 28px;
}

#branding h1 {
	float: left;
	margin-left: -5000px;
}

#dealer {
	position: absolute;
	top: 16px;
	right: 29px;
	width: auto;
	text-align: right;
}

#dealer h3 {
	margin-bottom: 0px;
}

#search {
	position: absolute;
	top: 60px;
	right: 29px;
}

#mainNav {
	background: #4d442e;
	position: absolute;
	top: 103px;
	left: 14px;
	width: 950px;
	height: 40px;
	border-top: 2px #766e54 solid;
}

#secondNav {
	position: absolute;
	top: 0px;
	left: 45px;
	background: url(../images/second_nav_rule.gif) no-repeat 0 0;
}

#swoosh {
	position: relative;
	background: url(../images/swoosh.png) no-repeat 0 0;
	height: 91px;
	width: 978px;
}

#content {
	background: url(../images/wrapper_bg.png) repeat-y;
	width: 978px;
	min-height: 380px;
}

#slideshow {
	background: #4d442e;
	height: 320px;
	width: 950px;
	border-bottom: 1px #766354 solid;
	margin-left: 14px;
}

#rightColumn {
	float: right;
	margin-right: 44px;
	margin-top: 18px;
	width: 280px;
	display: inline; /* IE6 hack */
}

#mainContent {
	float: left;
	margin-left: 68px;
	margin-top: 18px;
	width: 525px;
	display: inline; /* IE6 hack */
	line-height: 120%;
}

.clear {
	clear: both;
}


#footer {
	background: url(../images/footer_bg.png) no-repeat;
	height: 50px;
	width: 978px;
	color: #b2a67f;
	position: relative;
}

#copyright {
	font-size: 10px;
	position: absolute;
	top: 12px;
	left: 24px;
}

#footerNav {
	font-size: 12px;
	text-align: center;
	margin: 0 auto;
	width: 500px;
}

#nkbug {
	font-size: 10px;
	position: absolute;
	top: 12px;
	right: 24px;
}

#pageBottom {
	height: 30px;
}


/* mainNav
----------------------------------------------------*/

#mainNav ul {
	list-style: none;
	margin-top: 10px;
	margin-left: 8px;
}

#mainNav ul li {
	float: left;
	text-align: left;
	margin-left: 6px;
	margin-right: 6px;
	font-size: 13px;
	color: #b2a67f;
}

#mainNav ul li a:link {
	color: #b2a67f;
	text-decoration: none;
}

#mainNav ul li a:visited {
	color: #b2a67f;
	text-decoration: none;
}

#mainNav ul li a:hover {
	color: #fff;
}

#mainNav ul li a:active {
	color: #fff;
}

#mainNav ul li.active a:link {
	color: #fff;
	cursor: default;
}

#mainNav ul li.active a:visited {
	color: #fff;
	cursor: default;
}

/* secondNav
----------------------------------------------------*/

#secondNav ul {
	list-style: none;
	margin-top: 7px;
	margin-left: 58px;
}

#secondNav ul li {
	display: inline;
	text-align: left;
	margin-left: 6px;
	margin-right: 6px;
	font-size: 11px;
	color: #b2a67f;
}

#secondNav ul li a:link {
	color: #fff;
	text-decoration: none;
}

#secondNav ul li a:visited {
	color: #fff;
	text-decoration: none;
}

#secondNav ul li a:hover {
	color: #fff;
	text-decoration: underline;
}

#secondNav ul li a:active {
	color: #fff;
	text-decoration: underline;
}


/* Dealer Nav
----------------------------------------------------*/

#dealer ul {
	list-style: none;
	width: 120px;
}

#dealer ul li {
	display: inline;
}

#rightColumn fieldset {
	border: none;
}

/* Dealer Menu
----------------------------------------------------*/
#dealerMenu ul {
	list-style: none;
}


/* footerNav
----------------------------------------------------*/


#footerNav ul {
	list-style: none;
	padding-top: 10px;
}

#footerNav ul li {
	display: inline;
	text-align: left;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 12px;
	color: #fff;
}

#footerNav ul li a:link {
	color: #b2a67f;
	text-decoration: none;
}

#footerNav ul li a:visited {
	color: #b2a67f;
	text-decoration: none;
}

#footerNav ul li a:hover {
	color: #fff;
	text-decoration: none;
}

#footerNav ul li a:active {
	color: #fff;
	text-decoration: none;
}

#nkbug a:link {
	color: #000;
	text-decoration: none;
}

#nkbug a:visited {
	color: #000;
	text-decoration: none;
}

#nkbug a:hover {
	color: #000;
	text-decoration: underline;
}

#nkbug a:active {
	color: #000;
	text-decoration: underline;
}

/* search
----------------------------------------------------*/

#search input {
	width: 120px;
	font-size: 11px;
	font-style: italic;
	color: #766e54;
	text-align: right;
	border: 1px solid #766e54;
	padding: 2px;
	background-color: #ece9e2;
}


/* specials
----------------------------------------------------*/

.titleImage {
	margin-left: 0px;
	margin-bottom: -15px;
}

.imgLeft {
	float: left;
	margin-right: 10px;
}

.imgRight {
	float: right;
	margin-left: 10px;
}

.lightGreen {
	color: #766e54;
}

.btn {

}

a.btn:link {
	background: #4d442e;
	padding: 0px 3px 2px 3px;
	color: #b2a67f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	margin-top: -1px;
	margin-left: 2px;
	width: 14px;
}

a.btn:visited {
	background: #4d442e;
	color: #b2a67f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}

a.btn:hover {
	background: #4d442e;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}

a.btn:active {
	background: #4d442e;
	padding: 1px 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}

/* FPSS - Home and _gallery
----------------------------------------------------*/

#fpss-outer-container {
	border: none;
	padding: 0px;
	margin: 0px auto;
}

#slide-outer .slide-inner a.fpss_img {
	cursor: default;
}

._gallery #navi-outer {
	background: none;
	border: none;
	margin-top: 0px;
}

._gallery #navi-outer li.noimages a {
	color: #4d442e;
}

._gallery .fpss-introtext {
	background: none;
}

._gallery .fpss-introtext .slidetext p {
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}

._gallery #slide-wrapper #slide-outer .slide .slide-inner {
	background: none;
}

._gallery .slide-inner .fpss_img span span {
	position: absolute;
}

/* ._gallery #slide-wrapper #slide-outer .slide .slide-inner {
	background: none;
}

._gallery #slide-wrapper #slide-outer .slide .fpss-introtext {
	background: none;
}

._gallery #slide-wrapper #slide-outer .slide .fpss-introtext .slidetext p {
	color: #333;
} */

#navi-outer li a img, #navi-outer li a:hover img, #navi-outer li a.navi-active img { /*thumbnail display fix */
	margin: 0px 0px 0px 0px;
	width: 55px;
}

/* Gallery Menu
----------------------------------------------------*/

#_gallerymenu {
	font-size: 12px;
	padding: 10px 25px;
	border: 1px solid #b2a67f;
}

#galleryMenu ul {
	margin-bottom: 30px;
}

#rightColumn ul.menu {
	list-style: none;
}

#_gallerymenu .separator {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #4d442e;
	margin-bottom: 5px;
	margin-top: 5px;
	line-height: 25px;
}

#galleryMenu li.active a:link {
	color: #B2A67F;
	text-decoration: none;
	cursor: default;
}

#galleryMenu li.active a:visited {
	color: #B2A67F;
	text-decoration: none;
	cursor: default;
}

/* Dealer Menu
----------------------------------------------------*/

#_dealermenu {
	font-size: 12px;
	padding: 10px 25px;
	border: 1px solid #b2a67f;
}

#_dealermenu .separator {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #4d442e;
	margin-bottom: 5px;
	margin-top: 5px;
	line-height: 25px;
}

#dealerMenu ul li.active a:link {
	color: #B2A67F;
	text-decoration: none;
	cursor: default;
}

#dealerMenu ul li.active a:visited {
	color: #B2A67F;
	text-decoration: none;
	cursor: default;
}
	
/* Recaptcha
----------------------------------------------------*/

#recaptcha_widget_div {
	width: 200px;
}

.chronoform {
	display: none;
}



