/*  NTAR CSS Document  */
body {
	background-color:#CBE3F8; /*DBE9E9;*/
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	 }
#container {
	width: 1000px;
	margin-left: 20px;
	margin-right: 10px;
}
#content {
	width: 100%;
}
#footer {
	float: left;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-style: normal;
	color: #999999;
	font-weight: bold;
}
#select {
	width: 140px;
	margin-top: 50px;
	float: left;
}
#vehicle {
	width: 400px;
	height: 150px;
	margin-top: 50px;
	float: left;
}
#paints {
	width: 150px;
	margin-top: 155px;
	margin-left: 530px;
}
#photo {
	width: 300px;
	float: right;
	padding-bottom: 30px;
}
.style1 {
	color: #999999;
	font-size: 10px;
}
.style2 {
	color:#FF0000;
}
.style3 {
	color:#FFFFFF;
}
<!-- added
/*hoverpopups type 1*/

#popup { color: #000; 
		 background-color: #c0c0c0;
		}

#popup a, #popup a:visited {
position: relative;
display: block;
width: 90px;
line-height: 15px;
text-align: left;
padding: 0 5px;
margin: 0;
border: 1px solid #666;
font-family: Verdana, Geneva, sans-serif;
text-decoration: none;
font-size: 0.6em;
/*font-weight: bold;*/
background-color: #e9e9e2;
}
#popup a span {display: none;}
.blue {
	color: #3300FF;
	}
#popup.hover span, #popup.hovered span {
display: block;
z-index: 1;
width: 250px;
margin-left: 60px;
padding-left: 10px;
color: #335500;
font-weight: normal;
background: #e5e5e5;
text-align: left;
border: 1px solid #666;
}
#button {
	margin-left: 150px;
	margin-top: 25px;
}
#field {
	border: hidden;
}
#link {
	margin-left: 250px;
	margin-top: -73px;
}
