@charset "utf-8";
/* CSS Document   HEP Sales*/

body {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    
    background-color: #FFFFFF;
    /*background-image: url(images/site_bg.png);*/
    background-position: center;
    background-repeat: repeat-n;
    /*background-repeat: repeat-y;*/
    color: #333333;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}


div#container {
	width: 900px;
	margin-left: 0;
	margin-right: 0;
}

div#frame {
	width: 776px;
	float:left;
/*	margin-right: 0;*/
}


div#mainframe {
	width: 560px;

}



div#header {
	width: 778px;
	height: 110px;
	/* sets height of header and how buttons line up on green color */
}

div#header img.logo {
    float: left;
}

div#headerMailingList {
    float: right;
    height: 30px;
    width: 205px;
    background-image: url(images/box_bg.png);
	border: 1px solid #DED9AF;

    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
}

div#headerMailingList form, div.box form {
    padding: 10px;
}

div#headerMailingList input[type=text], div.box input[type=text], div#search input[type=text] {
    border: 1px solid #DED9AF;

    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;

    height: 14px;
    font-size: 12px;
    color: #808080;
    padding: 2px;
}

div#search {
    float: right;
    padding: 7px;
    margin-right: 10px;
}

div#search input[type=text] {
    background-image: url(images/input_search_bg.png);
    background-position: 0% 50%;
    background-repeat: no-repeat;
    text-indent: 18px;
    border: 1px solid #2A5B1A;
}

div#productMenu {
/*    float: left;  */
      padding: 4px;
/*    margin-right: 12px;  */
}

div#productMenu a {
    display: block;
    text-indent: 8px;
    background-image: url(images/tab.png);
	/* green image used to created Navigational Menu bar */
    height: 35px;
    background-repeat: repeat-x;
/*    background-color: #316a20;  */
/*  green color   alternate: #006400  */
/*  old beige color--  background-color: #F6F6EA; */
    border-top: 1px solid #E7E5C7;
    text-decoration: none;
    height: 35px;
    line-height: 35px;
    color: #FEFDFC;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-bottomright: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-bottomleft: 2px;
    -webkit-border-bottom-left-radius: 2px;
}

div#productMenu a:hover {
    font-weight: bold;
}

div#productMenuNotice {
    text-align: center;
    text-indent: 20px;
    background-color: #FFFFFF;
    text-decoration: none;
    height: 10px;
    line-height: 10px;
    color: #333333;
}


div#menu {
    background-image: url(images/tab.png);
	/* green image used to created Navigational Menu bar */
    height: 35px;
    background-repeat: repeat-x;

    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
}

div#menu a {
    display: block;
    padding-left: 27px;
    padding-right: 27px;
    border-left: 1px solid #2A5B1A;
    border-right: 1px solid #5C9C4B;
	/* colors to define the left & right edges of the separate buttons in green bar */
    color: #FFFFFF;
    text-decoration: none;
    float: left;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
}

div#menu a:hover {
    background-image: url(images/tab_hover.png);
    color: #036903;
}


div#menuHeader {
	width: 778px;
	height: 205px;
}

div#menuHeaderMenu {
	background-image: url (images/mainMenuBG.png);
	width: 267px;
	height: 205px;
	float: left;
}

div#menuHeaderMenu a {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	display: block;
	padding-top: 10px;
	margin-left: 30px;
	margin-right: 30px;
	padding-bottom: 3px;
	text-indent: 10px;
	border-bottom: 1px dotted #FFFFFF;
}

div#menuHeaderMenu a:hover {
	text-decoration: underline;
}

div#mainHeaderBanner {
	width: 633px;
	background-color: #332C33;
	height: 205px;
	float: left;
}


div#contentMenu {
	width: 265px;
	border-right: 2px solid #D1C5AB;
	border-bottom: 2px solid #D1C5AB;
	background-color: #E2D9CA;
	float: left;
}

div#contentMenu div.contentMenuHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom: 1px dotted #000000;
	padding-top: 10px;
	margin-bottom: 5px;
	margin-left: 20px;
	margin-right: 20px;
	text-indent: 10px;
	font-size: 12px;
}


div#contentMenu a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	display: block;
	margin-left: 20px;
	margin-right: 20px;
	text-indent: 25px;
	color: #C04F00;
}

div#contentMenu a:hover {
	text-decoration: underline;
}


div#content {
	background-color: #EDE9DE;
	width: 620px;
	float: left;
	border-bottom: 2px solid #D1C5AB;
        padding-left: 13px;
}

div#content div.contentHeader {
    font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 10px;
	margin-bottom: 5px;
	text-indent: 10px;
	font-size: 14px;
}

div#content a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #C04F00;
        padding-left: 20px;
        padding-top: 10px;
}

div#content a:hover {
	text-decoration: underline;
}










div#left {
/*    float: left;*/
    width: 180px;
    margin-right: 20px;
}

div#left div.box {
    background-image: url(images/box_bg.png);
    border: 1px solid #DED9AF;

    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;

    margin-top: 10px;
    margin-bottom: 10px;
}

div#right {
    float: left;
    width: 556px;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 10px;
}

div#right a {
    color: #346D21;
    text-decoration: none;
}

div#right a:hover {
    text-decoration: underline;
}


h1 {
    font-size: 16px;
    color: #036903;
    padding: 0px;
    margin: 0px;
    padding-bottom: 5px;
}

h2 {
    font-size: 14px;
    color: #036903;
    padding: 0px;
    margin: 0px;
    font-style: italic;
    padding-bottom: 5px;
}

h3 {
    font-size: 12px;
    color: #036903;
    padding: 0px;
    margin: 0px;
    padding-bottom: 5px;
}

h9 {
    font-size: 12px;
    color: #ffffff;
    padding: 0px;
    margin: 0px;
    padding-bottom: 5px;
}


div#bottom {
	width: 900px;
	height: 100px;
}

div#bottomLeft {
	width: 267px;
	height: 100px;
	background-color: #D1C5AB;
	float: left;
}

div#bottomRight {
	width: 633px;
	height: 100px;
	background-color: #E2D9CA;
	float: left;
}










div#footerMenu {
    float: left;
    height: 20px;
    background-color: #F6F6EA;
    border-top: 1px solid #E8E5C7;
    border-bottom: 1px solid #E8E5C7;
    text-align: center;
    line-height: 18px;
    margin-top: 1px;
}

div#footerMenu a {
    text-decoration: none;
    color: #9D9D94;
    padding-left: 5px;
    padding-right: 5px;
}

div#footerMenu a:hover {
    text-decoration: underline;
}



div#footer {
	margin-top: 0px;
	font-size: 8px;
	color: #808080;
	line-height: 12px;
    float: left;
}

div#footer a {
    font-size: 10px;
    color: #808080;
}

div#developedBy {
    float: left;
    width: 250px;
    color: #C0C0C0;
    font-style: italic;
    padding-right: 10px;
    text-align: right;
}

div#developedBy a {
    text-decoration: none;
    color: #C0C0C0;
}

