* {
	margin: 0px;
	padding: 0px;
	font-family: Helvetica, Arial, sans-serif;
}

body, div, p, span, td {
	color: black;
	font-size: 12px;
}
a { color: #007ac3; }
a img {
	border: 0px;
}
img {
	border: 0px;
}
a.backlink {
	background-image: url(images/back-arrow.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 15px !important;
}
a.forelink {
	background-image: url(images/forward-arrow.gif);
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 15px !important;
}
a.backlink.separated {
	float: right;
	margin-bottom: 20px;
}

ul, li, ol {
	margin-left: 20px;
}

p {
	margin-bottom: 15px;
	line-height: 1.3em;
}
p.centercallout {
	margin-left: 50px;
	margin-right: 50px;
	padding: 20px;
	padding-right: 40px;
	background-color: #89a9be;
}


h1, h2, h3, h4, h5 {
	font-family: Helvetica, Arial, Sans-serif;
	color: #007ac3;
	margin-bottom: 10px;
	font-weight: bold;	
}
h1 { font-size: 20px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 12px; }

.indent {
	padding-left: 30px;
}

.nowrap {
	white-space: nowrap;
}

p {
	text-align: left;
}

.forbacknavlinks {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.separate {
	border-top: solid thin #007AC3;
	padding-top: 5px;
}

/* NAV BAR STYLES */

.nav_bar ul {
	margin: 0px;
	padding: 0px;
}
.nav_bar li.menu_tab {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style: none;
	display: block;
}
.nav_bar li.menu_tab a.menu_tab_link {
	display: block;
	height: 45px;
	width: 73px;
}
.nav_bar li.menu_tab a.menu_tab_link span {
	display: none;
}
#navbar_1 li.menu_tab a.menu_tab_link { 
	background-image: url(images/navbar_1.jpg);
}
#navbar_1 li.menu_tab a.menu_tab_link:hover { background-image: url(images/navbar_1_over.jpg); }
#home_tab a.menu_tab_link		{ width: 73px; background-position: 0px 0px; }
#about_tab a.menu_tab_link		{ width: 83px; background-position: -73px 0px;}
#products_tab a.menu_tab_link 	{ width: 109px; background-position: -156px 0px;}
#distributorlocator_tab a.menu_tab_link  { width: 192px; background-position: -265px 0px;}
#contact_tab a.menu_tab_link	{ width: 102px; background-position: -457px 0px;}
#login_tab a.menu_tab_link		{ width: 221px; background-position: -559px 0px;}

#navbar_2 {
	background-repeat: no-repeat;
	background-image: url(images/navbar_2.jpg);
	position: absolute;
	top: 445px !important;
	top: 447px; /* for ie5 */
	right: 0px;
}
#navbar_2 ul li a.menu_tab_link:hover 	{ background-image: url(images/navbar_2_over.jpg); }
#corrugated_tab a.menu_tab_link			{ width: 127px; background-position: 0px 0px; }
#stripwound_tab a.menu_tab_link			{ width: 116px; background-position: -127px 0px; }
#buytherighthose_tab a.menu_tab_link	{ width: 181px; background-position: -243px 0px; }

/* PAGE CONTENT STYLES */

#page_div {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}

#content_div {
	padding: 30px 30px 40px 30px;
/*	width: 450px;*/
}

#lang_menu {
   position: absolute;
   right: 12px;
   top: 5px;
   list-style: none;
   font-size: 10px;
}
#lang_menu li {
   margin: 0px;
   padding-left: 10px;
   display: inline;
}
#lang_menu a {
   text-decoration: none;
}
#lang_menu a:hover {
   text-decoration: underline;
}

#footer {
	clear: both;
	text-align: center;
	font-size: 11px;
}
#footer_nav_bar, #footer_nav_bar a {
	color: #007ac3;
	padding-left: 5px;
	padding-right: 5px;
}



.content_image {
	border: solid 3px #0079c2;
}

.content_box_right {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}
.content_box_left {
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
}

tr.altrow td {
	background-color: #E8E8E8;
}

#cmhinfo {
	padding-right: 30px;
}

