/* Site created with unregistered version of StepZilla 3.0, www.stepzilla.com */

/* SET UP BODY, TABLE, and TD (table data) STYLE */
body,table,td {
	margin:0px;
	padding:0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align: left;
	color:#000000;
	background-image: url(ob06.jpg);
	background-attachment: fixed;

	
}

/* SET UP COLOURS FOR HYPERLINKS */

/* Colour of hyperlinks (Blue) */
a {
	color: #0000ff;
}

/* Colour of hyperlink when hovering over it (Red) */
a:hover {
color: #ff0000;
}

/* SET UP MENU STYLE */
.meny {
	font-size: 9pt;
	font-weight: bold;
	background-image: url(stepzilla_menubg.gif);
	height: 26px;
	width: 100%;
	display: block;
	padding-top: 4px;	
}


/* SET UP HEADING 1 STYLE */
h1 {
	font-weight: normal;
	font-size: 21pt;
	margin-bottom: 0px;
	margin-top: 2px;
	color: Black;
}

/* SET UP HEADING 2 STYLE */
h2 {
	font-weight:normal;
	font-size: 15pt;
	margin-bottom:0px;
	margin-top:2px;
}

/* SET UP HEADING 3 STYLE */
h3 {
	font-weight:normal;
	font-size: 13pt;
	margin-bottom:0px;
	margin-top:2px;
}

/* SET UP HEADER 1 */
/* This is the main header at top of page */
.header {
	padding-top: 20px;
	height: 144px;
	width: 100%;
	background-image: url(stepzilla_bgtop.jpg);
	background-repeat: no-repeat;
	z-index: 1;
}

/* SET UP HEADER 2 */
/*This is a second header that sits on top of the first 
  it displays the ABC image */
.header2 {
	padding-top: 20px;
	height: 144px;
	width: 100%;
	background-image: url(ABC transparent.gif);
	background-repeat: no-repeat;
	z-index: 2;
	top: 0;
	position: absolute;
	background-position: 50px;
}

/* SET UP HEADER 3 */
/* This is a third header that sits on top of the other two.
   It contains the lplate image */
.header3 {
	padding-top: 20px;
	height: 144px;
	width: 100%;
	background-image: url(lplate.gif);
	background-repeat: no-repeat;
	background-position: 94%;
	z-index: 3;
	top: 0;
	position: absolute;
	vertical-align: middle;
}


blockquote { padding-left: 3em }

/* SET UP CONTENT STYLE */
.content {
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	padding: 15px 10px 0px 10px;
}

/* SET UP SIZE AND ALIGNMENT FO CONTENT, MENY2 AND HEADER STYLES */
.content,.meny2,.header {
	width:100%;
	text-align: left;
}

.header h1 {
	margin-left:80px;
	margin-top:30px;
}

.header h2 {
	margin-left:80px;
	
}

.testimonial b {
	font-style: normal;
}