@charset "UTF-8";
/* CSS Document */

#apWrapper {
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	z-index: 1;
	width: 780px;
	height: 100%;
	top: 0px;
	margin-top: 0px;
	padding: 0px;
	text-align: left;
}
#apHeader {
	z-index: 2;
	position: absolute;
	width: 780px;
	height: 150px;
	top: 0px;
	left: 0px;
}
#apFooter {
	z-index: 2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding-top:5px;
	background-color: #524d41;
	color: #FFFFFF;
	width: 100%;
	height: 25px;
	text-align: center;
	float:left;
}
#apBody {
	z-index: 2;
	position: absolute;
	top: 152px;
	left:0;
	width: 780px;
	padding:0;
	margin:0;
	background-color:#E2D8CD;
}

#apMenu {
	z-index: 3;
	position: relative;
	float:left;
	width: 150px;
	background-image: url("http://www.bowsupply.com/bowsupply/images/sidebar.jpg");
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 28px;
	/* color: #E0D5CA;  */
	vertical-align: top;
	text-align: left;
	margin:0;
	padding-left:10px;
	height: inherit;
}
#apMain {
	z-index:3;
	position:relative;
	float:left;
	width:580px;
	margin-right:-1px;
	padding-left: 20px;
	padding-right: 20px;
	height:inherit;
	background-color: #FFFFFF;
}
body,td,th, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
body {
	background-color: #000000;
}
p indent {
	text-indent:30px;
}
img {
	border: 0px none #FFFFFF;
}
a:link {
	color: #B35122;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #7E2B23;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #E48605;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #E48605;
	font-weight: bold;
}
a.small:link {
	color: #B35122;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px
}

a.small:visited {
	text-decoration: none;
	color: #7E2B23;
	font-weight: bold;
	font-size: 12px
}
a.small:hover {
	text-decoration: none;
	color: #E48605;
	font-weight: bold;
	font-size: 12px
}
a.small:active {
	text-decoration: none;
	color: #E48605;
	font-weight: bold;
	font-size: 12px
}
.outerborder {
	border: 1px solid #FFFFFF;
}
dt {
	font-weight: bolder;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 24px;
	color: #9E351B;
}
h2 {
	font-size: 18px;
	color: #D07023;
}
h3 {
	font-size: 16px;
	color: #E19116;
}
.sidebarText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 28px;
	color: #000000;
	vertical-align: top;
}
.priceTableHeading {
	font-size: 14px;
	color: #9E351B;
	font-weight: bold;
}
.priceTableText {
	font-size: 14px;
	color: #000000;
	font-weight: normal;
}
