@charset "UTF-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-image: url(../Images/gray-web-pattern.png);
	background-repeat: repeat;
	background-attachment: fixed;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	color: #44555f;
}
.twoColFixLtHdr #container {
	width: 1000px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	overflow: visible;
} 
.twoColFixLtHdr #header {
	padding: 0;
	background-repeat: no-repeat;
	height: 206px;
	width: 1000px;
	text-align: left;
	background-image: url(../Images/header.png);
} 
.twoColFixLtHdr #sidebar1 {
	width: 285px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	background-image: url(../Images/main_background.png);
	background-repeat: repeat-x;
	height: 1200px;
	margin: 0px;
	text-align: left;
	overflow: hidden;
	float: left;
	background-position: top;
	background-color: #49a942;
}
.twoColFixLtHdr #mainContent {
	margin: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(../Images/main_background.png);
	background-repeat: repeat-x;
	width: 665px;
	float: left;
	height: auto;
	text-align: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	background-color: #49a942;
	color: 49a942;
	overflow: visible;
} 
#MainLeftshdadow {
	background-image: url(../Images/main_shadow_left.png);
	background-repeat: repeat-y;
	height: 1200px;
	width: 20px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#MainRightshadow {
	background-image: url(../Images/main_shadow_right.png);
	background-repeat: repeat-y;
	padding: 0px;
	height: 1200px;
	width: 20px;
	float: left;
	margin: 0px;
}
#MainContentLeftShadow {
	background-image: url(../Images/MainContentLeftShadow.png);
	background-repeat: repeat-y;
	float: left;
	height: 1185px;
	width: 10px;
}
.Products_SidebarInfoText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	color: #fffac8;
	margin-left: 40px;
}
#MainContentRightShadow {
	background-image: url(../Images/MainContentRightShadow.png);
	background-repeat: repeat-y;
	float: left;
	height: 1185px;
	width: 10px;
}
#leftnotch {
	background-image: url(../Images/left_notch.png);
	background-repeat: no-repeat;
	float: left;
	height: 1200px;
	width: 5px;
	background-color: #49a942;
}
#rightnotch {
	background-image: url(../Images/rightnotch.png);
	background-repeat: no-repeat;
	height: 1200px;
	width: 5px;
	float: left;
	background-color: #49a942;
}
#navcontainer {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 22px;
	padding-left: 25px;
	height: 240px;
	width: auto;
}
.twoColFixLtHdr #footer {
	padding: 0;
	background-image: url(../Images/main_bottom.png);
	background-repeat: no-repeat;
	margin: 0px;
	width: 1000px;
	height: auto;
	float: left;
} 
#MainContentBackground {
	background-image: url(../Images/MaincontentWindow_background.png);
	background-repeat: repeat-x;
	height: 1185px;
	width: 630px;
	background-color: #e1e1e1;
	float: left;
	overflow: visible;
}
#MainContentWindowBottom {
	background-image: url(../Images/maincontent_bottom.png);
	background-repeat: no-repeat;
	width: 650px;
	float: left;
	height: 15px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.Main_Headline {
	background-image: url(../Images/icon-2.png);
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	line-height: 50px;
	color: #44555f;
	height: 50px;
	width: auto;
	padding-left: 60px;
	margin-left: 35px;
}
#Pricing_FBPspacer {
	height: 25px;
	width: 630px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	color: #44555F;
	font-weight: normal;
}
.MiddleSection {
	text-align: left;
	margin: 0px;
	padding: 0px;
	width: 1000px;
	height: auto;
	float: left;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#MainImage {
	background-image: url(../Images/main_image.png);
	background-repeat: no-repeat;
	height: 325px;
	width: 590px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#InfoPanelStart {
	background-image: url(../Images/Panel_StartPage.png);
	background-repeat: no-repeat;
	height: 300px;
	width: 630px;
}
#SidebarContainer {
	height: 600px;
	background-image: url((URL)productsSB_template
.html);
}
.SidebarContent_lg {
	background-image: url(../Images/sidebar_content_large.png);
	background-repeat: no-repeat;
	width: 250px;
	margin-left: 25px;
	padding-top: 10px;
}
.SidebarNewsText {
	font-family: Tahoma, Geneva, sans-serif;
	color: #fffac8;
	margin: 10px;
	font-size: 80%;
	width: 230px;
	height: auto;
	text-align: left;
}
.SidebarHeaderText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	width: auto;
	color: #44555F;
	line-height: 65px;
	padding-left: 60px;
}
.SidebarHeader {
	background-image: url(../Images/sidebar_header.png);
	background-repeat: no-repeat;
	height: 55px;
	width: 260px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	margin-left: 15px;
	margin-top: 10px;
}
.SidebarContent_date {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 80%;
	color: #333;
	line-height: 22px;
	height: 22px;
	background-image: url(../Images/IconNotes.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	width: 205px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.SidebarNewsImage {
	background-image: url(../Images/Sidebar_NewsImageBorder.png);
	background-repeat: no-repeat;
	height: 120px;
	width: 230px;
	margin-left: 10px;
	background-position: bottom;
}
.SidebarContent_lg .SidebarNewsImage img {
	padding-top: 5px;
	padding-left: 5px;
}
.moreinfo_button {
	float: right;
	height: 25px;
	width: 75px;
}
#minibars101_small {
	background-repeat: no-repeat;
	width: 255px;
	margin-left: 25px;
	height: 180px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 80%;
	color: #b9de6c;
	text-align: center;
}
#spacer {
	background-image: url(../Images/bottom_spacer.png);
	background-repeat: repeat-y;
	width: 1000px;
	height: auto;
	float: right;
}
#minibars101_small div {
	width: 200px;
	margin-left: 25px;
	margin-top: 118px;
}
.Contact_SidebarInfo_Background {
	background-image: url(../Images/Contact_SidebarInfo_Background.png);
	background-repeat: no-repeat;
	background-position: top;
	height: 168px;
	width: 250px;
	margin-left: 25px;
}
#contact_top {
	background-image: url(../Images/Contact_Top.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 240px;
	width: 630px;
}
#Contact_infopanel {
	background-image: url(../Images/Contact_LocationPanel.png);
	background-repeat: no-repeat;
	height: 305px;
	width: 630px;
	z-index: auto;
}
#Contact_IRP_Sidebar {
	background-image: url(../Images/Contact_IRPsidebar.png);
	background-repeat: no-repeat;
	height: 270px;
	width: 240px;
	margin-left: 25px;
	padding-left: 22px;
	color: #44555F;
	padding-top: 15px;
}
#Contact_Sidebar_IRPtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	padding: 0px;
	color: #44555F;
	line-height: 16px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#Contact_IRW_Sidebar {
	background-image: url(../Images/Contact_IRWsidebar.png);
	background-repeat: no-repeat;
	height: 125px;
	width: 230px;
	padding-left: 25px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin-left: 25px;
	line-height: 17px;
	padding-top: 5px;
}
.Contact_TextBoldGREEN {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #49a942;
}
.Contact_TextBoldRED {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #d9541f;
}
.Contact_TextREGULAR {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #44555F;
}
#Products_Featured {
	height: auto;
	width: 630px;
}
#Products_Featured_header {
	background-image: url(../Images/icon-2.png);
	width: 220px;
	background-repeat: no-repeat;
	height: 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	color: #44555F;
	padding-left: 60px;
	margin-left: 40px;
	line-height: 50px;
}
#Products_Featured_subhead {
	width: 300px;
	height: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	margin-left: 40px;
	margin-top: 15px;
	text-decoration: underline;
	color: #49a942;
}
#Products_Featured_body {
	width: 340px;
	height: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	color: #44555F;
	margin-left: 40px;
	margin-top: 10px;
	line-height: 18px;
}
#Products_FeaturedImage {
	background-image: url(../Images/Products_FeaturedImage.png);
	background-repeat: no-repeat;
	height: 200px;
	width: 265px;
	padding: 0px;
	clear: right;
	margin-top: -40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#ProductsSidebarContent_Image {
	background-image: url(../Images/Products_Image_Background.png);
	background-repeat: no-repeat;
	width: 260px;
	height: 300px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#ProductsSidebarContent_text {
	width: 260px;
	height: 200px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	padding: 0px;
}
.Products_SidebarHeader {
	background-image: url(../Images/products_sidebarheader.png);
	background-repeat: no-repeat;
	height: 55px;
	width: 260px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	margin-left: 15px;
	margin-top: 10px;
}
.Products_SidebarProdName {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #44555F;
	line-height: 22px;
	height: 22px;
	background-image: url(../Images/IconNotes.png);
	background-repeat: no-repeat;
	padding-left: 30px;
	width: 205px;
	margin-right: 10px;
	margin-left: 25px;
	margin-bottom: 10px;
}
.moreinfo_buttonFeaturedProduct {
	float: right;
	height: 25px;
	width: 75px;
	margin-right: 20px;
	margin-top: 10px;
}
#Pricing_PGdownload {
	background-image: none;
	height: 200px;
	width: 265px;
	float: right;
	clear: right;
	margin-top: -40px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#Pricing_Header {
	background-image: url(../Images/icon-2.png);
	width: 260px;
	background-repeat: no-repeat;
	height: 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	color: #44555F;
	margin-left: 40px;
	line-height: 50px;
	padding-left: 60px;
}
.moreinfo_buttonPriceguide {
	float: right;
	height: 25px;
	width: 75px;
	margin-right: 20px;
	margin-top: 10px;
}
#Pricing_BodyCallout {
	width: 550px;
	height: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	margin-left: 40px;
	margin-top: 15px;
	line-height: 18px;
}
#Pricing_PGdownload_Body {
	width: 360px;
	height: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	color: #44555F;
	margin-left: 40px;
	margin-top: 8px;
	line-height: 18px;
}
#PriceguideLogin {
	margin-left: 25px;
	font-family: Tahoma, Geneva, sans-serif;
}
#Pricing_PGdownload_Left {
	height: auto;
}
#Pricing_PGdownload_Right {
	height: auto;
	width: 265px;
	float: right;
}
#Pricing_PGdownloadImage {
	height: 200px;
	width: auto;
	clear: right;
	margin: 0px;
	padding: 0px;
}
#Pricing_FBPheader {
	background-image: url(../Images/icon-2.png);
	width: auto;
	background-repeat: no-repeat;
	height: 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	color: #44555F;
	padding-left: 60px;
	margin-left: 40px;
	line-height: 50px;
	margin-top: 25px;
}
#Pricing_FBPbackground {
	background-image: url(../Images/Pricing_FBP_Background.png);
	background-repeat: no-repeat;
	height: 560px;
	width: 630px;
	margin-top: 50px;
}
#Pricing_FBPparagraph {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #44555f;
	height: auto;
	width: auto;
	margin-left: 40px;
	margin-right: 40px;
	line-height: 18px;
	margin-top: -10px;
}
#Pricing_FBPbullets {
	width: auto;
	margin-right: 40px;
	margin-left: 40px;
	margin-top: 12px;
	line-height: 16px;
	font-size: 14px;
}
.Pricing_SidebarPanel {
	background-image: url(../Images/Pricing_SidebarPanel.png);
	background-repeat: no-repeat;
	height: 45px;
	width: 220px;
	margin-bottom: 10px;
	margin-left: 25px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	font-size: 90%;
	text-decoration: underline;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#adobe_reader_download {
	margin-left: 40px;
	margin-top: 20px;
	width: 590px;
}
#adobe_reader_download_text {
	width: 500px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 70%;
	line-height: 150%;
	color: #44555F;
}
#mission_statement {
	height: auto;
	width: 630px;
	padding-bottom: 0px;
}
#About_Advantages_HeaderContent {
	background-image: url(../Images/icon-2.png);
	background-repeat: no-repeat;
	padding-left: 60px;
}
#About_mission_Body {
	width: 475px;
	height: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	color: #44555f;
	margin-left: 40px;
	margin-top: 5px;
	line-height: 20px;
	font-style: italic;
	padding-left: 30px;
}
#About_advantages_bullets {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	color: #48A941;
	line-height: 20px;
	width: auto;
	float: left;
	margin-left: 25px;
}
#About_advantages_bullets2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	color: #48A941;
	line-height: 20px;
	width: auto;
	height: auto;
	float: left;
	margin-left: 10px;
}
#About_Mission_Header {
	background-image: none;
	width: 325px;
	background-repeat: no-repeat;
	height: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	color: #44555F;
	margin-left: 40px;
	line-height: 40px;
}
#About_Middle_Panel {
	background-image: url(../Images/Panel_StartPage.png);
	background-repeat: no-repeat;
	height: 300px;
	width: 630px;
}
#About_Advantages_Back {
	background-image: url(../Images/About_Advantages_Background.png);
	background-repeat: no-repeat;
	height: 250px;
	width: 630px;
	margin-top: 30px;
}
#About_Advantages_Header {
	background-image: none;
	width: 500px;
	background-repeat: no-repeat;
	height: 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	color: #44555F;
	line-height: 50px;
	padding-left: 40px;
	padding-top: 25px;
}
.Sidebar_SmallBox {
	background-image: url(../Images/Sidebar_SmallBox.png);
	background-repeat: no-repeat;
	height: 92px;
	width: 230px;
	margin-left: 25px;
	padding-top: 20px;
	padding-left: 25px;
}
#Start_IRWlogo {
	background-image: url(../Images/Start_IRWlogo.png);
	background-repeat: no-repeat;
	height: 195px;
	width: 250px;
	float: right;
}
#Start_IRWabout {
	height: 195px;
	width: 380px;
}
#Start_IRWsubhead {
	width: 340px;
	height: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	margin-left: 40px;
	margin-top: 10px;
	color: #d9541f;
	line-height: 18px;
}
.moreinfo_buttonAbout {
	float: right;
	height: 25px;
	width: 75px;
	margin-right: 11px;
	background-position: bottom;
	margin-top: 5px;
}
p {
	font-size: 13px;
	color: #44555f;
	line-height: 17px;
}
#SidebarContainer .Pricing_SidebarPanel a {
	color: #FFF;
}
#PriceGuide_Login {
	width: 230px;
	margin-left: 25px;
	background-image: url(../Images/Pricing_LoginBackground.png);
	background-repeat: no-repeat;
	height: 235px;
	padding-right: 30px;
	padding-top: 5px;
}
#PriceGuide_LoginText {
	width: 195px;
	margin-left: 25px;
	background-image: none;
	background-repeat: no-repeat;
	height: auto;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	line-height: 16px;
}
#Start_IRPblurb {
	width: 300px;
}
#Start_IRP_TopSellers {
	width: 250px;
	float: right;
	height: 250px;
	padding-top: 50px;
	padding-left: 20px;
	background-image: url(../Images/Start_Top5.png);
	background-repeat: no-repeat;
	margin-right: 30px;
}
#Start_IRPblurbHeader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 225%;
	color: #49a942;
	width: 260px;
	margin-left: 40px;
	line-height: 115%;
}
#spacer_IRWstart {
	background-repeat: repeat-y;
	width: 380px;
	height: 25px;
}
#spacer_IRWblurb {
	background-repeat: repeat-y;
	width: 300px;
	height: 25px;
}
#Start_IRPblurb p {
	margin-left: 40px;
	font-size: 100%;
	padding-right: 10px;
	line-height: 22px;
}
#About_TeamSubhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	line-height: 22px;
	color: 49a942;
	height: auto;
	width: 550px;
	margin-left: 40px;
	margin-top: 5px;
	margin-bottom: 15px;
}
.About_Photo_Inactive {
	background-image: none;
	background-repeat: no-repeat;
	height: 120px;
	width: 120px;
	float: left;
	margin-top: 0px;
}
.About_Photo_Description {
	background-image: none;
	background-repeat: no-repeat;
	height: auto;
	width: 140px;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	line-height: 15px;
	margin-top: 5px;
	margin-bottom: 13px;
}
#About_TeamPhotos {
	text-align: center;
	height: auto;
	width: 630px;
	float: left;
	overflow: hidden;
}
#About_Team {
	height: auto;
	width: 630px;
}
#spacer_AboutTeam {
	background-repeat: repeat-y;
	width: 630px;
	height: 20px;
}
#spacer_AboutPhotos {
	background-repeat: repeat-y;
	width: 35px;
	height: 540px;
	float: left;
}
#Contact_IRWsidebarText {
	height: auto;
	width: 200px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 17px;
	margin-top: 20px;
}
.Sidebar_SmallBox_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 16px;
	height: auto;
	width: 200px;
}
#Minibars101_TopPanel {
	background-image: url(../Images/Minibars101_TopPanel.png);
	background-repeat: no-repeat;
	height: 160px;
	width: 630px;
	margin-bottom: 12px;
}
#Minibars101_Chalkboard {
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	background-image: url(../Images/Minibars101_Chalkboard.png);
	background-repeat: no-repeat;
	height: 660px;
	width: 630px;
	padding-top: 100px;
	padding-left: 85px;
}
#Minibars101_ChalkboardText {
	height: auto;
	width: 450px;
}
#Minibars101_TopParagraph {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #44555f;
	height: auto;
	width: auto;
	margin-left: 40px;
	margin-right: 40px;
	line-height: 18px;
	margin-top: 5px;
}
.Awards_PageTurn {
	text-align: right;
	width: 600px;
	margin-right: 30px;
}
#Awards_TextPage1 {
	width: 560px;
	margin-left: 40px;
	margin-top: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	line-height: 16px;
}
#Press_TopPanel {
	background-image: url(../Images/Minibars101_TopPanel.png);
	background-repeat: no-repeat;
	height: 140px;
	width: 630px;
	margin-bottom: 12px;
	padding-top: 20px;
}
#Press_TopParagraph {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #44555f;
	height: auto;
	width: auto;
	margin-left: 40px;
	margin-right: 40px;
	line-height: 18px;
	margin-top: 5px;
}
#Awards_TopPanel {
	background-image: url(../Images/Minibars101_TopPanel.png);
	background-repeat: no-repeat;
	height: 140px;
	width: 630px;
	padding-top: 20px;
}
#Awards_TopParagraph {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	color: #44555f;
	height: auto;
	width: auto;
	margin-left: 40px;
	margin-right: 40px;
	line-height: 18px;
	margin-top: 5px;
}
#History_TextPage1 {
	width: 560px;
	margin-left: 40px;
	margin-top: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	line-height: 16px;
}
#Terms_ImportantNotice {
	width: 220px;
	margin-left: 25px;
	background-image: url(../Images/Pricing_LoginBackground.png);
	background-repeat: no-repeat;
	height: 240px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 5px;
}
#Contacts_Body {
	width: 550px;
	height: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #44555F;
	margin-left: 40px;
	line-height: 18px;
	margin-top: 4px;
}
#Contact_IRPinfo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 20px;
	width: 200px;
	text-align: right;
	float: right;
	margin-top: 40px;
	margin-right: 40px;
}
#Contact_FormContainer {
	height: 282px;
	width: 630px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 21px;
}
#ContactForm {
	width: 550px;
	margin-right: 40px;
	margin-left: 40px;
}
#Contact_IRWinfo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 20px;
	width: 200px;
	float: left;
	margin-top: 40px;
	margin-left: 40px;
}
#spacer_ContactInfoPanel {
	background-repeat: repeat-y;
	width: 630px;
	height: 20px;
}
#spacer_ContactForm {
	background-repeat: repeat-y;
	width: 630px;
	height: 20px;
}
.ServicesPanel {
	background-image: url(../Images/ServicesPanel2.png);
	background-repeat: no-repeat;
	height: 150px;
	width: 590px;
	padding-left: 40px;
	padding-top: 20px;
}
.ServicesVoid {
	background-image: none;
	background-repeat: no-repeat;
	height: 150px;
	width: 590px;
	padding-left: 40px;
	padding-top: 20px;
}
.Services_Body {
	width: auto;
	height: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #44555F;
	margin-left: 40px;
	line-height: 18px;
	margin-top: 4px;
	margin-bottom: 25px;
	margin-right: 30px;
}
.Services_Bodyleft {
	width: 380px;
	height: 140px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #44555F;
	line-height: 18px;
	float: left;
}
.Services_Bodyright {
	width: 380px;
	height: 140px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #44555F;
	line-height: 18px;
	float: right;
	margin-right: 30px;
}
.Services_Headline {
	background-image: none;
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	line-height: 30px;
	color: #44555f;
	height: 50px;
	width: auto;
}
#gohere {
}
.Terms_Headline {
	background-image: none;
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	line-height: 30px;
	color: #44555f;
	height: 50px;
	width: auto;
	font-variant: small-caps;
}
#Terms_TextPage1 {
	width: 520px;
	margin-left: 40px;
	margin-top: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	line-height: 16px;
	height: 710px;
	padding: 15px;
	border: 1px solid #44555f;
	margin-right: 40px;
	margin-bottom: 15px;
	overflow: scroll;
}
#ContactForm_RightColumn {
	float: right;
	width: 320px;
	overflow: visible;
	height: 145px;
}
#ContactForm_LeftColumn {
	width: 230px;
}
#StartSeparaterRule {
	height: 240px;
	width: 1px;
	padding-top: 30px;
	padding-bottom: 30px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #44555f;
	clear: none;
	padding-right: 10px;
	padding-left: 10px;
	float: right;
}
#spacer_ProductsMiddle {
	background-repeat: repeat-y;
	width: 630px;
	height: 25px;
}
#spacer_ProductsInsideTab {
	width: 630px;
	height: 39px;
}
#spacer_Products_SnackSection {
	width: 630px;
	height: 32px;
}
#Products_TabsContainer {
	height: auto;
	width: 630px;
	margin: 0px;
	padding: 0px;
}
#Products_TabsHeader {
	height: 590px;
	width: 630px;
	background-image: url(../Images/Products_TabHeader.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}
#Products_MainTab {
	height: 550px;
	width: 630px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	background-image: url(../Images/Products_TabPanelBackground.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
.Products_TabPanel_Background {
	background-image: url(../Images/Products_TabPanelBackground.png);
	background-repeat: no-repeat;
	height: 520px;
	width: 630px;
}
.Products_Thumb_NoBackground {
	height: 125px;
	width: 140px;
	float: left;
	text-align: center;
}
.Products_ThumbBackground {
	background-image: url(../Images/Products_Thumb_Inactive.png);
	background-repeat: no-repeat;
	height: 111px;
	width: 140px;
	float: left;
	text-align: center;
	padding-top: 14px;
}
.Products_ThumbBackground:hover {
	background-image: url(../Images/Products_Thumb_Active.png);
	background-repeat: no-repeat;
	height: 111px;
	width: 140px;
	text-align: center;
	padding-top: 14px;
}
.Products_ThumbBackgroundNEW {
	background-image: url(../Images/Products_Thumb_Inactive_NEW.png);
	background-repeat: no-repeat;
	height: 111px;
	width: 140px;
	float: left;
	text-align: center;
	padding-top: 14px;
}
.Products_ThumbBackgroundNEW:hover {
	background-image: url(../Images/Products_Thumb_Active_NEW.png);
	background-repeat: no-repeat;
	height: 111px;
	width: 140px;
	text-align: center;
	padding-top: 14px;
}
.Products_TabMainContents {
	height: 520px;
	width: 590px;
	margin-left: 20px;
	text-align: left;
}
#Products_BananaMoonThumbs {
	height: 480px;
	width: 590px;
	margin: 0px;
	padding: 0px;
}
.Products_BananaMoon_Nav {
	height: 40px;
	width: 590px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}
#Services_CustomDesign_Sidebar {
	width: 230px;
	margin-left: 25px;
	background-image: url(../Images/Pricing_LoginBackground.png);
	background-repeat: no-repeat;
	height: 235px;
	padding-top: 20px;
	padding-left: 25px;
}
.Products_TabInternal_Nav {
	height: 25px;
	width: 590px;
	padding-top: 20px;
}
.Products_Tab_Active {
	height: 30px;
	width: 148px;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 30px;
	color: #49a942;
	font-weight: bold;
}
.Products_Tab_Inactive {
	background-image: url(../Images/Products_Tab_Inactive.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 148px;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 30px;
	color: #44555f;
}
.Products_MainTabsContainer {
	text-align: center;
	height: 30px;
	width: 610px;
	padding-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 20px;
	margin: 0px;
}
.Products_SubTab_descriptions {
	float: left;
	height: 28px;
	width: 140px;
	margin-top: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: 44555f;
	text-align: center;
}
.Products_SubTab_Container {
	height: 470px;
	width: 560px;
	margin-left: 35px;
	padding-top: 5px;
}
.Products_TabIndent {
	float: left;
	height: 30px;
	width: 19px;
}
#ProductsTabs_Snacks {
	background-image: url(../Images/Products_Tab_Inactive.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 148px;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 30px;
	color: #44555f;
}
#ProductsTabs_Snacks:hover {
	color: #49a942;
}
#ProductsTabs_NonFood {
	background-image: url(../Images/Products_Tab_Inactive.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 148px;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 30px;
	color: #44555f;
}
#ProductsTabs_NonFood:hover {
	color: #49a942;
}
#ProductsTabs_BananaMoon {
	background-image: url(../Images/Products_Tab_Inactive.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 148px;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 30px;
	color: #44555f;
}
#ProductsTabs_BananaMoon:hover {
	color: #49a942;
}
#ProductsTabs_Logo {
	background-image: url(../Images/Products_Tab_Inactive.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 148px;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 30px;
	color: #44555f;
}
#ProductsTabs_Logo:hover {
	color: #49a942;
}
#ProductsTabs_Current {
	background-image: url(../Images/Products_Tab_Active.png);
	background-repeat: no-repeat;
	height: 30px;
	width: 148px;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 30px;
	color: #49a942;
	margin-top: 1px;
}
.Products_LogoTab_LabelText {
	float: left;
	height: 28px;
	width: 560px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #d9541f;
	text-align: center;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#spacer_ProductsBetweenTabs {
	background-repeat: repeat-y;
	width: 630px;
	height: 23px;
}
#Snacks {
	height: 495px;
	width: 630px;
}
#Logo {
	height: 510px;
	width: 630px;
}
#NonFood {
	height: 495px;
	width: 630px;
}
#BananaMoon {
	height: 495px;
	width: 630px;
}
#products_info {
}
#Start_IRP_TopSellers_Text {
	height: 225px;
	width: 230px;
	margin-top: 10px;
	font-size: 24px;
	text-align: center;
}
#Start_Top5_leftcolumn {
	float: left;
	height: 150px;
	width: 75px;
	padding-top: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #49a942;
	font-size: 13px;
	line-height: 30px;
	padding-right: 5px;
	font-weight: normal;
	text-align: right;
}
#Start_Top5_rightcolumn {
	float: left;
	height: 150px;
	width: 150px;
	padding-top: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #49a942;
	font-size: 13px;
	line-height: 30px;
	text-align: left;
}
.Services_imageleft {
	height: 140px;
	width: 180px;
}
.Services_imageright {
	height: 140px;
	width: 180px;
	float: right;
	margin-right: 30px;
}
.AwardsPanel {
	background-repeat: no-repeat;
	height: 150px;
	width: 505px;
	padding-left: 30px;
	padding-top: 18px;
	background-image: url(../Images/AwardsPanel.png);
}
.AwardsVoid {
	background-image: none;
	background-repeat: no-repeat;
	height: 150px;
	width: 505px;
	padding-left: 30px;
	padding-top: 18px;
}
#Awards_TextPage1 {
	width: 560px;
	margin-left: 35px;
	margin-top: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	line-height: 16px;
	overflow: scroll;
	height: 630px;
	border: 1px solid #44555f;
	padding-left: 5px;
}
.Awards_image {
	height: 140px;
	width: 140px;
}
.Awards_BodyCopy {
	width: 330px;
	height: 140px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #44555F;
	line-height: 17px;
	float: right;
	margin-right: 25px;
}
#Press_TextPage {
	width: 560px;
	margin-left: 35px;
	margin-top: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	line-height: 16px;
	overflow: scroll;
	height: 630px;
	border: 1px solid #44555f;
	padding-left: 5px;
}
.PressPanel {
	background-repeat: no-repeat;
	height: 150px;
	width: 505px;
	padding-left: 30px;
	padding-top: 18px;
	background-image: url(../Images/AwardsPanel.png);
}
.PressVoid {
	background-image: none;
	background-repeat: no-repeat;
	height: 150px;
	width: 505px;
	padding-left: 30px;
	padding-top: 18px;
}
.Press_image {
	height: 140px;
	width: 140px;
}
.Press_Body {
	width: 330px;
	height: 140px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #44555F;
	line-height: 17px;
	float: right;
	margin-right: 22px;
}
.About_IRP_Photo {
	background-image: url(../Images/About_IRPemployee_inactive.png);
	background-repeat: no-repeat;
	height: 120px;
	width: 140px;
	float: left;
	margin-top: 0px;
	background-position: center;
}
.About_IRP_Photo:hover {
	background-image: url(../Images/About_IRPemployee_hover.png);
	background-repeat: no-repeat;
	height: 120px;
	width: 140px;
	float: left;
	margin-top: 0px;
}
.About_IRW_Photo {
	background-image: url(../Images/About_IRPemployee_inactive.png);
	background-repeat: no-repeat;
	height: 120px;
	width: 140px;
	float: left;
	margin-top: 0px;
	background-position: center;
}
.About_IRW_Photo:hover {
	background-image: url(../Images/About_IRWemployee_hover.png);
	background-repeat: no-repeat;
	height: 120px;
	width: 140px;
	float: left;
	margin-top: 0px;
}
.About_IRP_PhotoBlank {
	height: 350px;
	width: 70px;
	float: left;
	margin-top: 0px;
}
.Text_Navigation_Container {
	text-align: center;
	width: 1000px;
	color: 44555f;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	margin-bottom: 200px;
}
#container .Text_Navigation_Container a {
	color: #44555f;
	font-size: 13px;
}

