/* Visteon */
@charset "utf-8";
body  {
	background: #000000;
	margin: 0 auto; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 3px 30px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	min-width: 845px;
	max-width: 1200px;
}

#container {
	width: 98%;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFF; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	float: none;
	margin: 0 auto;
	text-align: center;
}
.vcorners{display:block}
.vcorners *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#FFFFFF}
.vcorners1{
	margin-left:3px;
	margin-right:3px;
	padding-left:1px;
	padding-right:1px;
	border-left:1px solid #ffb46d;
	border-right:1px solid #ffb46d;
	background:#ffdebf
}
.vcorners2{
	margin-left:1px;
	margin-right:1px;
	padding-right:1px;
	padding-left:1px;
	border-left:1px solid #ff8a19;
	border-right:1px solid #ff8a19;
	background:#ffe6ce
}
.vcorners3{
	margin-left:1px;
	margin-right:1px;
	border-left:1px solid #ffe6ce;
	border-right:1px solid #ffe6ce;
}
.vcorners4{
	border-left:1px solid #ffb46d;
	border-right:1px solid #ffb46d
}
.vcorners5{
	border-left:1px solid #ffdebf;
	border-right:1px solid #ffdebf
}
.vcornersfg{
	background:#FFFFFF;
  }
/*#logo {
	margin: 15px 15px 15px 15px;
	height: 78px;
	width: 135px;
	text-align: center;
	position: absolute;
	left: 25px;
	top: 52px;
	text-decoration: none;
	visibility: visible;
	border: 0;
} */
/*#header h1 {
	margin: 0; 
	padding: 10px 0; 
	background-image: url(../template/concept%20visteon/images/5row-color.png);
	font: 15;
}*/

/*#sidebar1 {
	float: left;
	width: 150px;
	background: #FFF;
	padding: 8px 0;
	text-align: left;
	position: absolute;
	left: 32px;
	top: 164px;
	font-weight: bold;
	text-decoration: none;
	visibility: visible;
}
#sidebar1 h3, #sidebar1 p {
	margin-left: 10px; 
	margin-right: 10px;
}*/

/*left margin changed from 13 to 1.3*/
#mainContent {
	margin: 0 1.3em 0 1.3em;
	text-align: left;
	position: static;
	border: 10px 10px 10px 10px;
} 
#topnav {
	color: #000000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(images/menumap.gif);
	background-repeat: no-repeat;
	height: 35px;
	text-align: left;
	background-position: 605px;
	float: left;
	top: 63px;
	position: absolute;
	width: 685px;
	left: 184px;
}

.class1 A:link {
	text-decoration: none;
	color: #000000;
}
.class1 A:visited {
	text-decoration: none;
	color: #000000;
}
.class1 A:active {
	text-decoration: none;
	color: #000000;
}
.class1 A:hover {text-decoration: none;
}

.class2 A:link {
	text-decoration: none;
	color: #ffffff;
}
.class2 A:visited {
	text-decoration: none;
	color: #ffffff;
}
.class2 A:active {
	text-decoration: none;
	color: #ffffff;
}
.class2 A:hover {text-decoration: none;
}

#footer {
	background-image: url(images/footer.png);
	position: relative;
	width: 504px;
	height: 26px;
	margin: 0 auto;
} 

#footer2 {
	background-image: url(images/footer2010.png);
	position: relative;
	width: 504px;
	height: 26px;
	margin: 0 auto;
} 


.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}

