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

/***************************************
**	Site Structure
****************************************/
#header_image {
	height: 228px;
	background-image: url('../images/landing-pages/fun-finder-x/funfinder_product.png');
	background-repeat: no-repeat;
	width: 356px;
	left: 315px;
	position: relative;
	top: -195px;
}

.wrap {
	margin: 0px auto;
	text-align: left;
	width: 900px;
}
#top-navigation {
	background: #262219;
	height: 32px;
}
#banner-wrap {
	position: relative;
	height: 175px;
	background: #fffeed url('images/banners/header_funfinder3.jpg') no-repeat top center;
	min-width: 960px;
}
#left-side-bar {
	width: 190px;
}
#content {
	float: right;
	width: 680px;
	padding-bottom: 25px;
	border-left: 1px dashed #e0d3af;
	padding-left: 15px;
	margin-top: 15px;
}
.inner-content {
	margin-left: 15px;
}

/***************************************
**	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;
}

/***************************************
**	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 {
	
}
.side-bar-nav {
	margin-top: 20px;
}
.side-bar-nav li {
	margin: 5px 0;
}

/***************************************
**	Model Line Up Styles
****************************************/
.model {
	text-align: center;
	float: left;
	width: 220px;
	margin-bottom: 20px;
}
.model img {
	background-color: #fff;
	padding: 5px;
	border: 1px solid #ccc;
}
.product-images {

}
.product-image {
	float: left;
	width: 145px;
	text-align: center;
	margin-bottom: 20px;
}
.product-image img {
	background-color: #FFF;
	padding: 5px;
	border: 1px solid #ccc;
}

/***************************************
**	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;
}
