*, html{
	margin: 0;
	padding: 0;
}

body {
	background: #dddddd url(../images/background.jpg) repeat 0 0;
	
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	color: #FFFFFF;
	
}
#mainContent {
	width:320px;
	margin:auto;
}

#whiteHeader {
	
	height:59px;
	
	
}
.headerCopy {
	text-align:center;
}

#suzukilogo {
	
	height:59px;
	width:320px;
	background-position:0px 0px;
	background-repeat: no-repeat;
	z-index:1050;
	position:absolute;
	
}

h2.menuitem {
	background: url(../images/menubar.gif) repeat-x 0 0;
	height: 60px;	
	width: 400px;
	font-size: 1.5em;
	float: left;
	padding-left: 150px;
}

h2.menuitem a{
	background: url(../images/menustatus.gif) no-repeat 0 -57px;
	color: #4e4e4e;
	text-decoration: none;
	display: block;
	padding: 14px 0px 0px 25px;
}

h2.menuitem a:hover {
	color: #383838;
}

h2 .active{
	background-position: 0 0;
}

h3{
	font-size: 1em;
	color: #FFFFFF;
}

a{
	color: #ffa126;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: #a36718;
}
.cards {
	
	
	height: 11600px;
	width: 100%;
	margin: 0; 
	padding: 0;
	overflow: hidden;
	font-size: 1.2em;
	
	clear: both;
}
.cardholder {
padding-top: 10px;
}

.or {
padding-top: 10px;
}
.NBS {
	height:30px;
}
.contents {
	background: #dddddd url(../images/bgpattern.png) repeat 0 0;
	margin: 0; 
	padding: 0;
	overflow: hidden;
	font-size: 1.2em;
	width: 100%;
	clear: both;
}

p{
	font-size: .7em;
	line-height: 1.5em;
	padding-top: 10px;
}



