body {
	background-color: #f3f3f3;
	margin: 0px auto;
	background-repeat: no-repeat;
	font-family: "ff-din-web", Lucida Sans Unicode, Lucida Grande,
		sans-serif;
	color: #989898;
	line-height: 18px;
	font-size: 13px;
}

p {
	color: #989898;
	line-height: 18px;
	font-size: 13px;
}

/* ---------- HEADLINE STYLES ---------- */
h1 {
	color: #cc9933;
	font-size: 34px;
	font-weight: 600;
}

h2 {
	color: #cc9933;
	font-size: 19px;
	font-weight: 400;
}

h3 {
	color: #cc9933;
	font-size: 17.5px;
	font-weight: 400;
	line-height: 20px;
	margin-top: 0;
}

h4 {
	color: #daba79;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
}

h5 {
	color: #989898;
	font-size: 15px;
	font-weight: 600;
}

/* ---------- LINK STYLES ---------- */
a {
	color: #69aae1;
	font-weight: 400;
	font-size: 13px;
	text-decoration: none;
	font-weight: 600;
}

a:visited {
	color: #69aae1;
}

a:hover {
	color: #5890be;
}

a:active {
	color: #4e81ac;
}

#footer a {
	color: #aaa;
	text-decoration: underline;
}

#footer a:hover {
	color: #5890be;
}

/* ---------- LAYOUT STYLES ---------- */
#top,#middle,#bottom {
	width: 100%;
}

#top {
	background-color: #1e1e1e;
}

#banner {
	background-image: url(../img/banner.jpg);
	height: 200px;
}

#logo {
	height: 155px;
	width: 150px;
	/*position: absolute;*/
	left: 0px;
	top: 0px;
}

#middle {
	background-color: #F3F3F3;
}

#bottom {
	height: 100px;
	background-color: #333;
}

#footer {
	padding-top: 10px;
	width: 100%;
	text-align: center;
	color: #aaa;
}

#social {
	width: 240px;
	height: 40px;
	text-align: right;
	float: right;
}

#social img {
	padding-left: 8px;
}

.wrapper {
	width: 1000px;
	margin: 0 auto;
}

#content {
	width: 960px;
	background-color: #fff;
	padding: 20px;
	min-height: 600px;
}

.col {
	width: 466px;
	float: left;
	border: 2px solid #ccc;
}

/* ---------- RESULTS STYLES ---------- */
#results_container {
	width: 100%;
}

#results,#notfound {
	display: none;
}

#results {

}

#results_data1,#results_data2,#results_data3,#results_data4 {
	width: 25%;
	float: left;
}

/* ---------- MODEL STYLES ---------- */
#model_view {
	display: none;
}

#model_info {
	width: 100%;
}

#specs_left,#specs_right {
	float: left;
}

#specs_left {
	width: 580px;
}

#specs_right {
	width: 360px;
	text-align: center;
	margin-top: 10px;
	padding: 10px;
}

/* ---------- PRODUCTLIST STYLES ---------- */
.product_list li {
	list-style-type: none;
	margin: 0;
	padding: 1px;
	border: none;
	clear: both;
	margin-top: 0px;
}

.product_list li .bold_prod {
	font-weight: 600;
	width: 200px;
	float: left;
	text-align: right;
	color: #cc9933;
	margin: 0;
}

.product_list li .normal_prod {
	width: 320px;
	float: left;
	margin: 0 0 0 10px;
}

/* ---------- FORM STYLES ---------- */
.search_box {
	padding: 20px;
	background-color: #F2F2F2;
}

/* input { */
/* 	border: 2px solid #daba79; */
/* 	background-color: #fbfbfb; */
/* 	padding: 2px; */
/* 	font-size: 11px; */
/* } */

/* input:hover { */
/* 	border-color: #cc9933; */
/* } */

/* input:active,input:focus { */
/* 	border-color: #82baea; */
/* } */