#wrapper {
  width: 890px;
  margin: 0 auto;
  text-align: left;
  background-color: #ffffff;
}

#login {
	float: right;
	margin-right: 10px;
}

/* --- HEADER structure --- */
#header {
	position: relative;
	left: 0;
	top: 0;
	background-image: url(images/TopNav.jpg);
	background-repeat: no-repeat;
	clear: both;
	width: 890;
	height: 72;
	min-height:72px;
	height:auto !important;
	height:72px;
}

.navRevolution {
	position: absolute;
	left:265px;
	top: 18px;
}

.navSentinel {
	position: absolute;
	left:374px;
	top: 18px;
}

.navTacc {
	position: absolute;
	left:469px;
	top: 18px;
}

.navDropSafes {
	position: absolute;
	left:543px;
	top: 18px;
}

.navShoppingTools {
	position: absolute;
	left:651px;
	top: 18px;
}

.navSupport {
	position: absolute;
	left:788px;
	top: 18px;
}

#login {
	font-size: 80%;
	margin-top: 10px;
	padding-right: 5px;
}

/*--- SUBNAV structure --- */

#product_subnav {
	position: absolute;
	top: -5px;
	left: 19px;
	width: 890px;
	min-height: 27px;
	height: auto !important;
	height: 27px;
	background-image: url(images/SubNav_CompInfo.gif);
	background-repeat: no-repeat;
}

.subnav_history {
	position: absolute;
	top: 6px;
	left: 13px;
}

.subnav_industry {
	position: absolute;
	top: 6px;
	left: 180px;
}

.subnav_quality {
	position: absolute;
	top: 6px;
	left: 78px;
}

.subnav_customers {
	position: absolute;
	top: 6px;
	left: 337px;
}


/* --- CONTENT structure --- */

#contentboxtop {
	height: 25px;
}

#contentboxbottom {
	height: 25px;
}

#content_wrapper {
	position: relative;
	left: 0;
	top: 0;
	min-height:432px;
	height:auto !important;
	height:432px;
	width: 890;
	background: url(images/whiteBoxMiddle.gif) top left repeat-y;
	margin-top: 0;
}

.pageTitle {
	position: absolute;
	top: 35px;
	left: 28px;
}

#text_body {
	font-size: 80%;
	margin-left: 58px;
	padding-top: 85px;
	width: 460px;
}

#text_body p {
	margin-top: 10px;
}

.image_info {
	margin-left: -10px;
	text-align: center;
	font-size: 70%;
}

#inner_content {
	padding-left: 20px;
	padding-right: 20px;
}

.mainImage {
	position: absolute;
	top: 95px;
	right: 70px;
}

.awardsImage {
	position: absolute;
	top: 58px;
	right: 119px;
}

#text_body ul {
	margin-top: 20px;
	margin-left: 20px;
}

#text_body li {
	padding: 5px;
}

#text_customer {
	font-size: 80%;
	margin-left: 58px;
	padding-top: 85px;
	width: 460px;
}

#text_customer ul {
	list-style: none;
	margin-top: 20px;
	font-weight: bold;
}

/* --- HEADLINES structure --- */

/* --- FOOTER structure --- */

#footer {
	font-size: 75%;
	margin-top: 10px;
	padding-top: 5px;
	position: relative;
	left: 0;
	top: 0;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	width: 890px;
	height: 27px;
	min-height: 27px;
	height: auto !important;
	height: 27px;
}

/*
#footer a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #4a4a4a;
}
*/

#footer_address {
	float: left;
}

#footer_address ul {
	margin-left: 20px;
	list-style-type: none;
}

#footer_address li {
	display: inline;
	margin-left: 10px;
}

#footer_links {
	float: right;
}

#footer_links ul {
	list-style-type: none;
}

#footer_links li {
	display: inline;
	margin-right: 30px;
}


.currentPage {
	color: white;
	font-weight: bold;
}

