/* ----------------- redefines the tag selectors ----------------- */

body {
	padding: 0px;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #BED8F8;
	margin-top: 0px;
}

body#webaudio {
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #000000;
}

/* this sets a default font for all of our tag selectors. we set the text align back to left so it won't center (based on the body tag to compensate for ie.) */

p, h1, h2, h3, h4, h5, a, ul, li, ol, td {
	text-align: left; /* not necessary if not using text-align center in body tag for older ie browsers. */
	text-decoration: none;
}

/* redefines the p tag */
p {
	font-size: 12px;
	color: #333333;
	text-transform: none;
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	line-height: 20px;
}

h1 {
	color: #085B08;
	font-size: 24px;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: auto;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	text-transform: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #085B08;
	padding-top: 0px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	padding-right: 0px;
	padding-left: 0px;
}

h2 {
	color: #0E5D04;
	font-size: 18px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	font-family: arial, helvetica, sans-serif;
	font-style: normal;
	text-align: left;
	margin-bottom: 5px;
	font-weight: normal;
}

div#flash {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 205px;
	left: 15px;
	text-align: left;
	width: 505px;
	height: 55px;
}
address {
	font-style: normal;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 109px;
	left: 34px;
	text-align: left;
	color: #FFFFFF;
	width: 216px;
	font-size: 12px;
	font-weight: bolder;
	line-height: 18px;
}
div#bushrs {
	font-style: normal;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 128px;
	left: 190px;
	text-align: left;
	color: #FFFFFF;
	width: 122px;
	font-size: 12px;
	font-weight: bolder;
	line-height: 18px;
}
address a:link, address a:visited {
	color: #ffffff;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
}
address a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

/* creates the general link style for the site. this is not the main navigation.  */
a:link, a:visited {
	color: #000000;
}
a:hover {
	text-decoration: underline;
}

/* ----------------- page layout elements ----------------- */

/* creates div container for header. setting the left and right margins to auto will center div. */
div#header {
	width: 800px;
	height: 300px;
	background-image: url(images/harrisonwholesale-header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	background-color: #BED8F8;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}

/* creates the div container for the site. */
div#container {
	width: 794px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-color: #E5E7DE;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

/* creates the div for the content */
div#content {
	width: 754px;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
div#content a:link, div#content a:visited {
	color: #000000;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
#content ul {
	font-size: 12px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin: 0px;
}
#content li {
	padding-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	list-style-image: url(images/bullet.gif);
	list-style-type: none;
	line-height: 20px;
}
/* creates the div container for the footer. */
div#footer {
	width: 794px;
	color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 10px;
	text-align: center;
	height: 20px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #85A157;
	border: 3px solid #FFFFFF;
}
div#footerend {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	height: 25px;
	background-color: #E3E5DB;
	background-image: url(images/harrisonwholesale-footer-end.gif);
	padding: 0px;
	background-repeat: no-repeat;
	background-position: center bottom;
}
div#footer a:link, div#footer a:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

div#footer a:hover {
	text-decoration: underline;
}

/* styles the copyright div */
div#copyright {
	text-align: center;
	color: #292315;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	width: 800px;
	background-color: #E3E5DB;
	background-image: url(images/harrisonwholesale-footer-bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

div#copyright a {
	font-size: 11px;
	color: #292315;
	font-weight: bold;
	text-align: center;
}

/********************** HORIZONTAL Navigation ***************************/
#mainnav {
	background-color:#85a157;
	width:794px;
	border: 3px solid #FFFFFF;
	position: absolute;
	right: 0px;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
#mainnav ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#mainnav li{
	float: left;
}
#mainnav li a:link,#mainnav li a:visited {
	display: block;
	padding-top: 7px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 7px;
	text-decoration: none;
	color: #FFFFFF;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #E3E5DB;
}
#mainnav li a:hover,#mainnav li a:active {
	color: #333333;
	background-color: #CC9933;
}
#mainnav li a.current {
	color: #333333;
	background-color: #CC9933;
	cursor: default;
}
#mainnav li a.end {
	border-right: none;
}
/* end navigation */

div#map {
	padding: 4px;
	border: 1px solid #502A17;
	float: right;
	margin-top: -220px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

div#contact {
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div#signin {
	width: 110px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #85A157;
	border: 1px dotted #292315;
	padding: 0px;
}

div#audio {
	position: absolute;
	top: 329px;
	height: 15px;
	width: 111px;
	margin: 0px;
	left: 665px;
	bottom: 0px;
	text-align: right;
	background-color: #FFFFFF;
	padding: 0px;
}

.clear {
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.rightimg {
	float: right;
	padding: 4px;
	border: 1px solid #85A157;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 20px;
	background-color: #ffffff;
	margin-bottom: 10px;
	clear: right;
}
