
body{
	font-family: Arial,sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background: white;
	
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

#content p{
 font: 100% Arial,sans-serif;
 color: #666666;
}

/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	position: absolute;
	top: 88px;
	width:760px;
	background-color: #ffffff;
	z-index: 99;


}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	position: absolute;
	top: 0px;
	width:760px;
	height: 97px;
	z-index: 110;
}



#content{
	padding: 0px;
	margin:0px 0px 0px 0px;
	border-left: 0px solid #ccd2d2;
	z-index: 2;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 0px 0px 0px 0px;
	color: #ffffff;
	font-weight: normal;
}

/************** utility styles *****************/

#utility{
	font: 10px Verdana,sans-serif;
	position: absolute;
	top: 5px;
	right: 10px;
	color: #919999;
	text-align: right;
	line-height: 14px;
	width: 300px;
}

#utility a{
	color: #385C86;
}

#utility a:hover{
	text-decoration: underline;
}

/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 14px 0px;
	margin: 0px;
	border-bottom:0px solid #ccd2d2;
}

#pageName h2{
	font: bold 120% Arial,sans-serif;
	color: #032659;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0px;
	margin: 0px;
}

/************* globalNav styles ****************/

#globalNav{
	position: relative;
	width: 100%;
	min-width: 640px;
	height: 27px;
	color: #cccccc;
	padding: 0px;
	margin: 0px;
	background-image: url(/images/fr/ca/fordcredit/top_nav/top-nav-back-1.gif);
	z-index : 109;
}
#Nav-Bottom{
position: relative;
width: 100%;
min-width: 640px;
height: 22px;
padding: 0px;
margin: 0px;
background-image:   url(/images/fr/ca/fordcredit/top_nav/nav-bottom.gif) top left;
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}


a.glink, a.glink:visited{
  	font-size: small;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image:   url(/images/fr/ca/fordcredit/common/glblnav_selected.gif);
	text-decoration: none;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 84px;
	left: 0px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: red;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #ffffff;
}

.subglobalNav a:hover{
	color: #cccccc;
}

/*************** search styles *****************/

#search{
	position: absolute;
	top: 35px;
	width: 200px;
	right: 10px;
	z-index: 101;
	text-align: right;
}

#search input{
  font-size: 70%;
  margin: 0px 0px 0px 0px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}
.searchbutton {
	Font-size: 80%;
	Font-weight: bold;
	border: 1px solid #9BBBEB;
	padding: 1px 5px 1px 5px;
	background-color: #B4CFF8;
	background-image: url(/images/fr/ca/fordcredit/search/search_back.gif);
	background-position: right;
	background-repeat: no-repeat;
	color: #274971;

}

/************** features styles ****************/

#features{
	position: relative;
	top: 5px;
	width: 760px;
	background: url(/images/fr/ca/fordcredit/homepage/features_back.gif);
	background-position : top left;
	background-repeat : no-repeat;
	padding: 0px;
	margin: 0px;
}
#featuresbottom{
	position: relative;
	background: url(/images/fr/ca/fordcredit/homepage/features_bottom.gif);
	background-position: bottom left;
	top: 0px;
	width:760px;
	height: 10px;
	line-height: 10px;
	background-repeat : no-repeat;

}
.table_features {
	margin: 5px;
	margin-bottom: 0px;
}

.features_blue {
	background: url(/images/fr/ca/fordcredit/homepage/features_blue_grad_back.gif);
	background-position: top left;
	background-repeat : no-repeat;
}
.features_white {
	background: url(/images/fr/ca/fordcredit/homepage/features_white_back.gif);
	background-position: top left;
	background-repeat : no-repeat;
}

#features h1{
	Font-family: Arial;
	color: #032659;
	font-size: 16px;
	Margin: 0px;
	text-align:center;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 15px;
}
#features p{
	Font-family: Arial;
	color: #000;
	font-size: 11px;
	Margin: 0px;
	padding: 0px 10px 2px 10px;
}
#features ul{
	font-family: arial;
	font-size: 11px;
	list-style : url(/images/fr/ca/fordcredit/homepage/arrow.gif);
	padding:0px;
	margin-top: 2px;
	margin-bottom: 0px;
	margin-left: 30px
}
.login {
	Font-size: 11px;
	Font-weight: bold;
	border: 1px solid #9BBBEB;
	padding: 1px 3px 1px 3px;
	background-color: #B4CFF8;
	background-image: url(/images/fr/ca/fordcredit/search/search_back.gif);
	background-position: right;
	background-repeat: no-repeat;
	color: #274971;
}
.text-field {
	padding: 1px;
	font-size: 11px;
	font-family: verdana;
}

/************** Special Offers nav styles ****************/


#specials-container{
	height: 205px;
	margin-left: 13px;
	width: 281px;
	background: white;
	padding-top: 0px;
}
#lyr0 {
	VISIBILITY: hidden;
	POSITION: absolute;
	Z-INDEX: 1;
	width: 281px;
}
#lyr1 {
	VISIBILITY: hidden;
	POSITION: absolute;
	Z-INDEX: 1;
	width: 281px;
}
#lyr2 {
	VISIBILITY: hidden;
	POSITION: absolute;
	Z-INDEX: 1;
	width: 281px;
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 0px solid #cccccc;
	font-size: 11px;
	font-family: arial;
	color: #575757;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	text-align:center;
}

#siteInfo a:link, #siteInfo A:visited{
    color: #575757;
	text-decoration: none;
}
#siteInfo a:hover{
    color: #005FA9;
	text-decoration: none;
}


/********************* end **********************/








