/* CSS Document that only controls the basic page structure. It does not control the vehicle unit display*/


.footer {
	display:block;
	margin-right:auto;
	margin-left:auto;
	clear:both;
	width:984px;
	padding-bottom:7px;
}

.footer img, .headerimage {
	display:block;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:0px;
}


.ad {
	width:1000px;
	margin-right:auto;
	margin-left:auto;
	background-color:#d2d2da;
	border:3px solid #000;
	padding-top:5px;
	height:100%;
}

#ads-column br {
	clear:both;	
}

#buildheader h1 {
	margin:3px 0px 0px 5px;
	padding:0px;
	background-image:url(../images/builder_header_h1.gif);
	background-repeat:no-repeat;
	text-indent:-1000px;
	height:48px;
	width:285px;
	font-size:0.8em;
	float:left;
	position:absolute;
	left:5px;
	top:5px;
}

#buildheader p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	position:absolute;
	left:30%;
	top:20px;
}

#buildheader {
	background-image:url(../images/builder_header_bg.gif);
	background-repeat:repeat-x;
	height:65px;
	position:relative;
}
#buildheader ul, #buildheader ul li {
	margin:0px;
	padding:0px;
}


#buildheader ul {
	float:right;
	position:absolute;
	left:50%;
	top:18px;
}

#buildheader ul li {
	list-style-type:none;
	position:absolute;
	text-align:center;
}

#buildheader ul li a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000;
	text-decoration:none;
	display:block;
	height:100%;
	width:100%;
	padding-top:6px;
}

#buildheader ul li a:hover {
color:#FDBC0C;
}

#buildheader .configlink {
	background-image:url(../images/buildheader_config_bg.gif);
	background-repeat:no-repeat;
	height:26px;
	width:128px;
	left:0px;
}

#buildheader .logout {
	background-image:url(../images/buildheader_logout_bg.gif);
	background-repeat:no-repeat;
	height:26px;
	width:69px;
	left:150px;
}

#buildheader .update {
	background-image:url(../images/buildheader_update_bg.gif);
	background-repeat:no-repeat;
	height:26px;
	width:114px;
	left:243px;
}

#buildheader .saveAsPDF {
	background-image: url(../images/buildheader_update_bg.gif);
	background-repeat: no-repeat;
	height: 26px;
	width: 114px;
	left: 383px;
}

#select {
	position:absolute;
	left:49%;
	top:19px;
	z-index:3000;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	height:22px;
	width:127px;
}

#select label {
	height:30px;
	width:128px;
	display:block;
	background-image:url(../images/buildheader_config_bg.gif);
	background-repeat:no-repeat;
	cursor:pointer;
	text-align:center;
	padding-top:6px;
}

#select label:hover {
	color:#FDBC0C;
}

form#select:hover {
	color:#FDBC0C;
}

#select label input {
	position:absolute;
	left:-1000px;
}

#currentAd_nav {
	width:979px;
	height:36px;
	overflow:hidden;
	background:url(../images/iocom_header.gif) no-repeat;
	padding:10px 0 0 5px;
	margin:0 auto;
}
#currentAd_nav p {
	float:left;
	color:#fff;
	margin:0;
	padding:0;
	margin:3px 5px 0 0;
	font-weight:bold;
}
#currentAd_nav a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000;
	text-decoration:none;
	display:block;
	float:left;
	height:26px;
	width:29px;
	line-height:26px;
	background:url(../images/buildheader_page_bg.gif) no-repeat;
	text-align:center;
	margin-right:3px;
}
#currentAd_nav a.current {
	font-weight:bold;
}
#currentAd_nav a:hover {
	color:#FDBC0C;
}

