@charset "utf-8";
/* CSS Document */
.con_nav_div {
	color: #fff;
	width: 760px;
	margin:0 auto;
	background-color: #000;
	text-align: left;
}
.con_nav_div ul{
	margin: 0;
	padding:0;
}
.con_nav_div li{
	list-style: none;
	padding: 7px;
}
.con_nav_div li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}
.modelname {
	color: #fff;
	font-family: Geneva, Arial, Helvetica, san-serif;
	font-size: 24px;
	text-align: right;
	padding: 20px;
}
.con_dlr_div {
	color: #000;
	width: 760px;
	margin:0 auto;
	background-color: #bcaf82;
	text-align: left;
	font-size: 12px;
	height: 30px;
	padding-top: 5px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.dfbartext {
	color: #333;
	font-weight: bold;
	font-size: 12px;
	padding: 0px 0px 0px 10px;
}
.dfbartext a{
	color: #333;
	text-decoration: none;
}
.dfbartext select{
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
.dfbartext input{
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}
.dfsubmitbutton{
	font-size: 10px;
	background-color: #ffffff; 
	padding:2px; 
	margin-top: 3px; 
	height:18px;
	border: none;
}
#dfsubmit{
	background-color: #ffffff;
	border: 1px solid #333333;
	height: 14px;
	text-align: center;
	margin-top: 2px;
	padding: 2px 4px 0px 4px;
}
#dfsubmit a{
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
}
#dfsubmit a:hover{
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
}
.con_feature_div {
	color: #000;
	width: 760px;
	margin:0 auto;
	background-color: #e9e5d9;
	border-bottom: solid 15px #363636;
	text-align: left;
}
.featuretitle {
	color: #bcaf82;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	padding: 15px 5px;
}
.featurelist {
	font-size: 11px;
	color: #71706c;
}
.featurelist ul {
	margin: 10px;
	padding:0;
}
.featurelist li{
	padding-bottom: 5px;
	margin: 0;
	list-style: none;
}
.featurelist li a{
	color: #71706c;
	display: block;
	padding: 3px;
}
.featurelist li a:hover{
	color: #fff;
	background-color: #71706c;
}
.featureimg {
	text-align: center;
}
.featureimg img{
	border: 1px solid #333;
}

