#dealeroptions{
	background-color: #f5f5f5;
	border: 1px solid #cccccc;
	overflow: auto;
	padding: 5px;
	margin: 10px;
	float: left;
}
#computerimage{
	margin-top: 20px;
	background-image: url(images/computer.gif);
	background-repeat: no-repeat;
	width: 213px;
	height: 110px;
	float: right;
}
.doption{
	width: 230px;
	float: left;
}
.doption a{
	font-size: 20px;
	color: #444444;
	text-decoration: none;
}
.doption a:hover{
	color: #ed0677;
}
.clearall{
	clear: both;
	margin: 0px;
	padding: 0px;
}
#dealerpage{
	background-image: url(images/dealerbackground.png);
	background-repeat: no-repeat;
	position: relative;
	left: -5px;
	top: -5px;
	padding: 5px;
	padding-left: 75px;
	overflow: auto;
}
#dealerpage h1{
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 1px solid #cccccc;
	color: #444444;
}
#dealerpage p{
	font-size: 12px;
	line-height: 19px;
	padding-top: 0px;
	margin-top: 0px;
}
#downloadheader{
	border-top: 1px solid #cccccc;
	margin-bottom: 10px;
	float: left; 
	width: 100%;
	overflow: auto;
}
#downloadheader h1{
	float: left;
	width: 200px;
	color: #444444;
	background-color: #cccccc;
	padding-left: 5px;
	height: 110px;
}
#downloadheader table{
	float: left;
}
#downloadheader table td{
	font-size: 11px;
	width: 50px;
}
#downloadheader td.emp{
	font-weight: bold;
	width: 180px;
}
#downloadheader .note{
	float: left;
	width: 350px;
	font-size: 11px;
	padding-left: 5px;
}

	
	
