html {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #222222;
	background: #ffffff;
	margin: 0px;
	padding: 0px;
	line-height: normal;
}
	
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin-top: 0px;
	text-align: left;
	line-height: 14pt;
}

p.center {
	text-align: center;
}

table.center {
	margin-left:auto;
	margin-right:auto;
}
	
a:link { 
	text-decoration: none; 
	color: #367EFF;
}

a:visited { 
	text-decoration: none; 
	color: #1E4C9F;
}

a:hover, a:active {
	text-decoration: underline;
}

#container {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px solid #1C4C68;
	border-right: 1px solid #1C4C68;
	border-bottom: none;
	border-left: 1px solid #1C4C68;
}
	
#t-b-padding {
	padding-top: 20px;
	padding-bottom: 40px;
	margin: 0px;
}

#contents {
	width: 489px;
	text-align: right;
	position: relative;
	top: 1px;
	margin-top: -137px;
	padding-top: 132px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #1c4c68;
	margin-left: 150px;
	background-image: url(http://www.abtproducts.com/images/header.png);
	background-repeat: no-repeat;
	background-position: right top;
}

*html #contents {
	top: 0px;			 /* for IE5/6 only */ 
}

*+html #contents {
	top: 2px;			 /* for IE7 only */ 
}

#contents-inside {
	background-color: #F4F8FB;
	padding-top: 18px;
}

#contents p, #contents ul li {
	padding-left: 20px;
	padding-right: 20px;
	color: #1c4c68;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
}

#footer {
	width: 640px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #1C4C68;
	border-bottom-color: #1C4C68;
	border-left-color: #1C4C68;
	background-color: #F4F8FB;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#footer p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
	width: 131px;
	background-color: #1C4C68;
	padding-right: 20px;
	line-height: 11px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: right;
	margin-bottom: 0px;
}

.footerbold {
}

.footerprint {
	display: none;
}

.footerscreen {
}

#logo {
	width: 150px;
	position: relative;
	top: auto;
	z-index: 5;
	padding-top: 10px;
	left: 0px;
	border: none;
	}
	
*html #logo {
	position: absolute;			 /* for IE5/6 only */ 
	top: 20px;
	left: auto;
	margin-left: -150px;
}
	
#image {
	right: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
	
#image img {
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #1C4C68;
}

ul.squarebullet {
	list-style-type: square;
	text-align: left;
	margin-left: 15px;
}

*html ul.squarebullet {			 /* for IE5/6 only */ 
	position: relative;
	left: 40px;
	margin-right: 30px;
}

*+html ul.squarebullet {			 /* for IE7 only */ 
	position: relative;
	left: 40px;
	margin-right: 30px;
}

#spacer {
	height: 200px;
}
	
/* Navigation bar */

#menu {
	margin: 0px;
	width: 150px;
	position: relative;
	top: auto;
	z-index: 10;
	float: left;
	padding-top: 15px;
	}
	
*html #menu {
	position: absolute;			 /* for IE5/6 only */ 
	top: 157px;
	left: auto;
	margin-left: -150px;
}

#menu ul {
	list-style: none;
	width: 150px;
	margin: 0px;
	padding: 0px;
	text-align: right;
	}

#menu ul li {
	position: relative;
	padding-bottom: 3px;
	}

#menu ul li a {
	display: block;
	text-decoration: none;
	color: #367EFF;
	padding: 2px 22px 2px 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	}

#menu a:hover {
	color: #1C4C68;
	background-color: #849EAD;
	}

#menu .currentmenu a {
	background-color: #367EFF;
	color: #FFF;
	}

#menu ul ul .currentmenu a {
	background-color: #1C4C68;
	color: #FFF;
	}

#menu .currentmenu a:hover {
	color: #FFF;
	}
	
* html #menu ul ul {
	position: relative;			 /* for IE5/6 only */ 
	left: 0px;
	}

#menu ul ul {
	border-bottom-style: solid;
	border-bottom-color: #1C4C68;
	border-bottom-width: 1px;
	padding-top: 3px;
	}

#menu ul ul li {
	padding-right: 10px;
	}

#menu ul ul a {
	color: #1C4C68;
	}

/* End navigation bar */

