/* AllPak CSS styles */
* { /* need to change url(../images) to url(/images) */
	margin: 0;
	padding: 0;
}
body {
	background-color: rgb(73.2%, 70%, 66.5%);
	text-align: center;
	font: 11px Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 15px;
}
h1, h2 {
	font-size: 11px;
}
h2 {
	margin-bottom: 10px;
}
ul {
	list-style: none;
}
#main {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 801px;
	background-color: transparent;
	text-align: left;
}
#header {
	position: absolute;
	left: 0;
	top: 0;
	width: 801px;
	height: 130px;
	background: transparent url(../images/header.jpg) no-repeat left top;
/*	border-bottom: 2px solid #fff; */
}
#header a {
	text-decoration: none;
	display: block;
	width: 801px;
	height: 130px;
}
#content {
	position: absolute;
	left: 0;
	top: 130px; /* used to be 133px based on gap and border-bottom from pdf design */
	background-color: rgb(39.1%, 36.6%, 33.5%);
	height: 500px;
	width: 801px;
/*	padding: 60px 0 65px 0; */
}
#info {
	position: absolute;
	left: 15px;
	top: 55px;
	padding-left: 5px;
	padding-bottom: 15px;
	background-color: #fff;
	z-index: 5;
	clear: both;
}
.indexInfo {
	float: left;
	margin-left: 15px;
	height: 345px;
	padding: 15px 10px 0 0;
	width: 165px;
	z-index: 6;
}
* html .indexInfo#info1 {
	margin-left: 10px;
}
.separator {
	float: left;
	margin-top: 32px;
	width: 2px;
	height: 290px;
	background-color: #BDB8B1;
}
#infoBot {
	clear: both;
}
#footer {
	position: absolute;
	bottom: 5px;
	left: 28px;
	color: #fff;
	font-size: 9px;
	background-color: transparent;
}
.external {
background :transparent url(../images/ext.gif) no-repeat right center;
padding-right:12px;
}
.popup {
background :transparent url(../images/pop.gif) no-repeat right center;
padding-right:12px;
}
/* -------------------------- navigation information ----------------------- */
#nav {
	position: absolute;
	left: 25px;
	top: 5px;
	bottom: 25px;
	width: 751px;
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
	z-index: 4;
	font-size: 11px;
}
* html #nav { /* * html hack for ie6 lack of absolute with three point absolute positioning */
	height: 470px;
}
* html body#products #nav { /* * html hack for ie6 lack of absolute with three point absolute positioning */
	height: 440px;
}
* html body#contact #nav { /* * html hack for ie6 lack of absolute with three point absolute positioning */
	height: 440px;
}
#nav ul {
	background: transparent url(../images/navbar.png) no-repeat right top;
	width: 326px;
	height: 26px;
	list-style: none;
	border-bottom: 1px solid #fff;
	clear: both;
	padding: 1px 0 0 425px;
}
* html #nav ul {
	height: 25px;
	background-image: url(../images/navbar.jpg);
}
* html body#products #nav ul {
	background-image: url(../images/navbarProducts.jpg);
}
* html body#contact #nav ul {
	background-image: url(../images/navbarContact.jpg);
}
#nav li {
	float: left;
	margin-right: 15px;
	width: 89px;
	height: 19px;
	padding: 2px 0 0 10px;
}
#nav li#aboutNav {
	width: 85px;
}
#nav li#contactNav {
	width: 80px;
	margin-right: 0;
}
#nav a {
	display: block;
	padding-top: 3px;
	height: 100%;
	width: 100%;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
/* ----------------------- index information -------------------------- */
body#index #info1 {
	background: #fff url(../images/info1.jpg) no-repeat center bottom;
}
body#index #info2 {
	background: #fff url(../images/info2.jpg) no-repeat center bottom;
}
body#index #info3 {
	background: #fff url(../images/info3.jpg) no-repeat center bottom;
}
body#index #info4 {
	background: #fff url(../images/info4.jpg) no-repeat center bottom;
}
/* ------------------------ about information ------------------------ */
body#about .indexInfo#info1 {
	width: 465px;
}
body#about .indexInfo#info2 {
	width: 249px;
}
body#about #info p {
	margin-bottom: 10px;
}
body#about #info1 p {
	color: rgb(39.1%, 36.6%, 33.5%);
	font-size: 13px;
}
body#about #info2 p {
	margin-right: 15px;
}
body#about #info1 h1 {
	color: #000;
	text-transform: uppercase;
}
body#about #info2 h1 {
	margin-bottom: 10px;
}
h1#today {
	margin-top: 17px;
}
body#about .separator {
	width: 1px;
	background-color: rgb(39.1%, 36.6%, 33.5%);
}
p.emphasis {
	font-style: italic;
}
/* -------------------------- products information --------------------- */
body#products #content {
	height: 473px;
	background: rgb(39.1%, 36.6%, 33.5%) url(../images/boxBkgrnd.jpg) no-repeat left top;
}
body#products #info {
	left: 25px;
	top: 35px;
	background-color: transparent;
}
body#products .indexInfo {
	width: 125px;
	margin-right: 0;
}
body#products #info h1 {
	font-size: 11px;
	color: rgb(85.3%, 84.4%, 80.2%);
	text-transform: uppercase;
}
body#products #info ul {
	color: #fff;
	margin-bottom: 13px;
	font-size: 11px;
	line-height: 13px;
}
/* #info {
	position: absolute;
	left: 15px;
	top: 55px;
	padding-left: 5px;
	padding-bottom: 15px;
	background-color: #fff;
	z-index: 5;
	clear: both;
}
.indexInfo {
	float: left;
	margin-left: 15px;
	height: 345px;
	padding: 15px 10px 0 0;
	width: 165px;
	z-index: 6
} */
/* --------------------------- contact information --------------- */
body#contact #content {
	height: 474px;
	background: rgb(39.1%, 36.6%, 33.5%) url(../images/greenBoxes.jpg) no-repeat left top;
}
body#contact #info {
	left: 8px;
	top: 185px;
	padding-left: 12px;
	padding-bottom: 15px;
	padding-right: 8px;
	border-top: 8px solid rgb(39.1%, 36.6%, 33.5%);
	border-bottom: 8px solid rgb(39.1%, 36.6%, 33.5%);
}
* html body#contact #info {
	padding-left: 5px;
	padding-right: 0;
}
body#contact .indexInfo {
	margin-left: 15px;
	height: 150px;
	padding: 15px 10px 0 0;
	width: 165px;
}
body#contact * html .indexInfo#info1 {
	margin-left: 10px;
}
body#contact .separator {
	margin-top: 15px;
	width: 2px;
	height: 150px;
	background-color: #BDB8B1;
}
body#contact #info a {
	color: #000;
}
li.phoneNums {
	margin-top: 15px;
}
body#contact #footer {
	bottom: 9px;
}
