/***************************************
**	Global Styles
****************************************/
* {
	font-family: Arial;
	margin: 0px;
	padding: 0px;
}
a {
	text-decoration: none;
	color: #d1632f;
}
body {
	background-color: #262219;
	text-align: center;
}
h1 {
	font-family: arial;
	background: url('images/page-header-bg.png') no-repeat top left;
	color: #241c24;
	font-size: 30px;
	height: 55px;
	width: 900px;
	margin: 0px auto;
	line-height: 55px;
	text-align: center;
	text-transform: uppercase;
}
li {
	list-style-type: none;
}
img {
	border: 0px;
}
p {
	margin-bottom: 10px;
}

/***************************************
**	Site Structure
****************************************/
.wrap {
	margin: 0px auto;
	text-align: left;
	width: 900px;
}
#top-navigation {
	background: #262219;
	height: 32px;
}
#banner-wrap {
	position: relative;
	height: 424px;
/* 	background: #fffeed url('images/banner.jpg') no-repeat top center; */
	min-width: 960px;
}


/***************************************
**	Rotating Banners
****************************************/
#ff-x {
	background-image: url(../images/home-banners/home-banner-funfinderx.jpg);
}

#ff-xtra {
	background-image: url(../images/home-banners/home-banner-funfinderxtra.jpg);
}

#sc-head {
	background-image: url(../images/home-banners/home-banner-shadowcruiser.jpg);
}

#vf-head {
	background-image: url(../images/home-banners/home-banner-viewfinder.jpg);
}

#en-head {
	background-image: url(../images/home-banners/home-banner-enterra.jpg);
}

.rot-banners {
	background-color: #262219;
	background-repeat: no-repeat;
	background-position: top center;
	width: 100% !important;
	min-width: 900px;
	height: 424px;
	cursor: pointer;
	top: 0;
	left: 0;
	position: absolute;
}

/***************************************
**	Top Navigation Styles
****************************************/
#top-navigation ul {
	text-align: center;
	margin: 0px auto;
	width: 960px;
}
#top-navigation ul li {
	display: inline;
}
#top-navigation ul li a {
	color: #fffeed;
	display: inline-block;
	font-size: 11px;
	height: 32px;
	line-height: 32px;
	padding: 0px 7px;
	text-transform: uppercase;
	padding: 0px 5px\9
}
#top-navigation ul li a:hover {
	background: #514b3c;
}
#product-images {
	position: absolute;
	bottom: 15px;
	left: 25px;
}
#product-images li {
	display: inline;
}

/***************************************
**	Product
****************************************/
.absolute {
	position: absolute;
}

.shadow-cruiser {
	left: 184px;
	top: -253px;
}

.fun-finder {
	left: 413px;
	top:-250px;
}

.fun-finder-xtra {
	left: 576px;
	top: -259px;
}

.view-finder {
	left: -60px;
	top: -266px;
}

/***************************************
**	Content Styles
****************************************/
#content-wrap {
	padding-top: 20px;
	background: #fffeed url('images/content-bg.png') repeat-x top left;
	text-align: left;
}
#content-bg {
	background: url('images/content-bottom-bg.png') repeat-x bottom left;
	padding-bottom: 20px;
}
#content {
	
}
.tab-headers {
	border: 1px dashed #e0d3af;
	border-width: 1px 0;
	padding: 13px;
	line-height: 0px;
	font-size: 0px;
	position: relative;
}
.column {
	font-style: italic;
	float: left;
	width: 273px;
	margin-right: 40px;
}
.column-bodies {
	margin-top: 10px;
}
.last-column {
	width: 274px !important;
	margin-right: 0px !important;
}
.information-list {
	margin-bottom: 15px;
}
.information-list li {
	display: inline;
}
.information-list li a {
	font-size: 12px;
	color: #d1632f;
}
.buzz {
	margin-bottom: 15px;
}
.buzz p {
	margin-bottom: 3px;
	font-size: 13px;
}

/***************************************
**	Footer Styles
****************************************/
#footer {
	background-color: #262219;
	text-align: left;
	padding-top: 25px;
}
#footer, #footer a {
	font-style: italic;
	letter-spacing: 1.25px;
	font-size: 12px;
	color: #ada48a;
}
#bottom-nav {
	width: 435px;
	float: left;
}
#bottom-nav, #bottom-nav a {

}
#bottom-nav ul li {
	display: inline;
	padding-right: 5px;
}
#copyright {
	color: #665f4e;
	font-weight: italic;
	margin-top: 4px;
	font-size: 10px;
}
#subscribe-newsletter {
	color: #ada48a;
	padding: 0 15px;
	float: left;
	clear: none;
	border: 1px solid #433e31;
	border-width: 0 1px;
}
#connect-facebook {
	margin-left: 10px;
	float: left;
	width: 150px;
	text-align: right;
}
#connect-facebook img {

}
#footer p {
	margin-bottom: 4px;
}
#footer-padding {
	height: 50px;
	width: 100%;
	clear: both;
}

/***************************************
**	Other Styles
****************************************/
.relative {
	position: relative;
}
.button {
	padding: 7px;
	color: #ada48a;
	background-color: #262219;
	border: 1px solid #746f59;
}
.input-text input, .input-text-small input {
	border: none;
	background: transparent;
	font-size: 16px;
	color: #a5a19a;
}
.input-text input {
	width: 180px;
}
.input-text-small input {
	width: 85px;
}
.input-text {
	height: 31px;
	width: 180px;
	background: url('images/input.png') no-repeat top left;
	border: none;
	line-height: 31px;
	padding: 7px 5px 1px 5px;
}
.input-text-small {
	height: 31px;
	width: 83px;
	background: transparent url('images/input-small.png') no-repeat top left;
	border: none;
	font-size: 18px;
	line-height: 31px;
	padding: 7px 5px 0px 5px;
}
.clear-both {
	clear: both;
	line-height: 1px;
	font-size: 1px;
	height: 1px;
}
