body {
	background-image: url(/lib/images/template/page_background.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	}
#container {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	width: 927px;
	top: 0px;
	margin: 0px auto;
	position: relative;
}
/*****************/
/* HEADER STYLES */
/*****************/
#header {
	width: 927px;
	height: 117px;
	border-bottom: 5px solid #FFFFFF;
	position: relative;
	z-index: 1;
	/*background-color: #3A2952;*/
	}
#logo {
	width: 254px;
	height: 57px;
	top: 37px;
	left: 22px;
	z-index: 2;
	position: absolute;
	}
#banner {
	width: 468px;
	height: 60px;
	top: 37px;
	left: 300px;
	z-index: 2;
	position: absolute;
	}
#phone {
	top: 6px;
	right: 142px;
	color: #DFBB24;
	font-size: 30px;
	font-weight: bold;
	z-index: 2;
	position: absolute;
	}
#madeinusa {
	display: none;
	width: 136px;
	height: 106px;
	top: 3px;
	left: 375px;
	z-index: 2;
	position: absolute;
	}
#overlay1 {
	width: 117px;
	height: 117px;
	top: 0px;
	right: 0px;
	z-index: 2;
	position: absolute;
	}
/*****************/
/* MIDDLE STYLES */
/*****************/
#main {
	width: 927px;
	position: relative;
	}
/**********************/
/* LEFT COLUMN STYLES */
/**********************/
#menu {
	width: 172px;
	height: 270px;
	border-bottom: 5px solid #FFFFFF;
	float: left;
	background-image: url(/lib/images/template/menu_background.jpg);
	}
.menuitem {
	margin-top: 8px;
	padding-left: 10px;
	background: none;
	cursor: pointer;
	}
.menuitem a {
	color: #3A2952;
	font-size: 18px;
	text-decoration: none;
	}
.menuitem a:hover {
	color: #3A2952;
	font-size: 18px;
	text-decoration: none;
	}
.menuitem_mouseover {
	margin-top: 8px;
	padding-left: 10px;
	background-color: #3A2952;
	cursor: pointer;
	}
.menuitem_mouseover a {
	color: #DFBB24;
	font-size: 18px;
	text-decoration: none;
	}
.menuitem_mouseover a:hover {
	color: #DFBB24;
	font-size: 18px;
	text-decoration: none;
	}
#menu_catalog {
	top: 229px;
	left: 5px;
	width: 162px;
	height: 36px;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	background: #FFFFFF;
	position: absolute;
	}
#menu_catalog_pdf {
	padding: 2px 2px 0px 2px;
	}
#left_bottom {
	width: 172px;
	height: 195px;
	clear: left;
	float: left;
	}
#left_links {
	width: 172px;
	height: 25px;
	clear: left;
	float: left;
	}
/******************/
/* CONTENT STYLES */
/******************/
#right {
	width: 755px;
	margin-left: 172px;
	background-color: #FFFFFF;
	position: relative;
	}
#right_background {
	width: 755px;
	height: 470px;
	top: 0px;
	left: 0px;
	border-left: 5px solid #FFFFFF;
	z-index: 1;
	position: absolute;
	}
#right_title {
	top: 229px;
	left: 45px;
	color: #EEEEEE;
	font-size: 48px;
	line-height: 48px;
	z-index: 2;
	position: absolute;
	}
#right_title_secondary {
	top: 52px;
	left: 45px;
	color: #EEEEEE;
	font-size: 48px;
	line-height: 48px;
	z-index: 2;
	position: absolute;
	}
#right_content {
	width: 725px;
	z-index: 2;
	padding: 278px 15px 15px 15px;
	position: relative;
	}
#right_content_secondary {
	width: 725px;
	z-index: 2;
	padding: 108px 15px 15px 15px;
	position: relative;
	}
#right_content_image {
	float: right;
	margin: 0px 5px 5px 5px;
	}
#right_bottom {
	width: 755px;
	height: 28px;
	margin-left: 172px;
	background-color: #FFFFFF;
	clear: both;
	position: relative;
	}
#right_corner {
	width: 28px;
	height: 28px;
	float: right;
	}
#left_corner {
	width: 28px;
	height: 28px;
	float: left;
	}
#printbutton {
	padding-top: 6px;
	padding-left: 5px;
	float: left;
}
#sendlinkbutton {
	padding-top: 6px;
	padding-left: 15px;
	float: left;
}
/*****************/
/* FOOTER STYLES */
/*****************/
#footer_phone {
	float: right;
	width: 172px;
	text-align: right;
	color: #3A2952;
	font-size: 24px;
	font-weight: bold;
	line-height: 40px;
	}
#footer_madeinusa {
	float: left;
	}
#footer {
	width: 755px;
	color: #000000;
	margin-left: 172px;
	margin-top: 10px;
	font-size: 12px;
	text-align: center;
	clear: both;
	position: relative;
}
/******************/
/* GENERAL STYLES */
/******************/
a {
	color: #005D3E;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #005D3E;
	font-weight: bold;
	text-decoration: none;
	}
img {
	border: 0px;
	}
h1 {
	font-size: 18px;
	font-weight: bold;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	}
.clearleft {
	clear: left;
	}
.clearright {
	clear: right;
	}
.clearboth {
	clear: both;
	}
.left {
	float: left;
	}
.right {
	float: right;
	}
.border {
	border: 1px solid #000000;
	}
ul.arrow {
	list-style-image: url(/lib/images/template/bullet.gif);
	/*list-style-type: square;*/
	/*text-indent: 25px;*/
	padding: 0px 0px 0px 25px;
	margin: 0px 0px 0px 25px;
	}
ul.arrow li {
	padding-left: 10px;
	padding-bottom: 10px;
	font-size: 16px;
	line-height: 16px;
	}
.alignCenter { text-align: center; }