/* Hummingbird Bows Related Pages CSS */

body
{
	background-image: url(grayback1.jpg);
	position: relative;
	text-align: center;
	
}
body a:hover
{
	color: #0066FF;
	font-weight: bold;
	text-decoration: underline;
}
body a
{
	text-decoration: none;
}
body a:visited
{
	color:#B4B4D0;
}
body a:visited, a:hover
{
	color:#4C67A3;
}
body h4
{
	
}
em
{
	font-family: Georgia,Arial Black,Arial,Courier New;
	font-weight: bold;
	font-size: 12px;
}
/* Div for maste page TOP Link Section */

.TopMainDiv
{
	background-color: White;
	background-image: url(images/rightdivbk.jpg);
	background-position: right;
	background-repeat: repeat-y;
	width: 800px;
	height: 180px;
	text-align: center;
	position:absolute;
	top:1%;
	/*left:10%;*/
}
.TopMainDiv2
{
	background-image: url(images/leftdivbk.jpg);
	background-position: left;
	background-repeat: repeat-y;
	width:200px;
	height: 120px;
	left:0px;
	position:absolute;
	padding-top:90px;
}

.linkabove /* links above*/
{
	font-family: Calibri, Helvetica, Verdana, Arial, Sans-Serif;
	font-weight: bold;
	text-transform: capitalize;
	padding-left: 10px;
	margin-right: 3px;
	margin-left: 0px;
	height: 28px;
	color: White;
}

.linkabove a:hover /*This is an ASP Button that is hovered over*/
{
	font-family: Calibri, Helvetica, Verdana, Arial, Sans-Serif;
	text-transform: capitalize;
	background: url(images/buttonmOver.jpg);
	padding-left: 10px;
	margin-right: 3px;
	margin-left: 20px;
	height: 28px;
}

/*div for  menuDropdown */
.divlinksTop
{
	margin-top:15px;
	text-align: center;
	width: 766px;
	height:40px;
	position:absolute;
	padding-top:2px;
	left:2%;
	top:1%;
	background-image:url(images/topdivbck.jpg);
	background-repeat:repeat-x;
}
/*the menu div class */
.divMenu
{
	position:absolute;
	height:20px;
	top:25%;
}

/*div for main header with in: menuDropdown*/
.divHeader
{
	background-image:url(images/btmdivbk.jpg);
	background-repeat:repeat-x;	
	position:relative;
	left:0px;
	top:90%;
	width:766px;
	height:40px;
}

/*Main Body section Div */
.divBody
{
	background-image:url(images/backmainDiv800.jpg);
	background-repeat:repeat-y;
	width: 800px;
	height:600px;
	background-color: White;
	position: relative;
	top:120px;
	padding: 0px;
	
}
/*Plain Text Divs, or center info div */
.DivsAnyText
{
	Position: absolute;
	height:242px;
	width:754px;
	text-align:center;
	padding-left:15px;
	Top: 115px;
	left: 18px;
}
h5
{
	color:#FF0000;
	font-weight:bold;
	text-decoration:line-through;
}
#inventory
{
	
	text-align:center;
	/*width:700px;*/
}
.tabletext
{
	border:groove;
	/*width:700px;*/
	border-width:2px;
	
}
.tabletext td
{
	color:#0000FF;
}

.tabletext h2
{
	text-align:center;
	color:#000099;
	text-decoration:underline;
}
/*bottom links only, begin*/

.divlinksbottom
{
	background-image:url(images/layerlow.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	border-width: 1px;
	position: absolute;
	padding: 0px;
	text-align: left;
	text-decoration: none;
	color:#B4B4D3;
	word-spacing: 20px;
	font-size: 12px;
	width: 100%;
	height: 20px;
	top: 100%;
	left: 0%;
	padding-left:5%;
}
.divlinksbottom a
{
	text-decoration: none;
	word-spacing: 2px;
}
.divlinksbottom a:link
{
	text-decoration: none;
	color:#B4B4D3;
	font-size: 12px;
}

.divlinksbottom a:visited
{
}

.divlinksbottom a:hover
{
	color: #0066FF;
	text-decoration: underline;
	font-size: 11px;
}

.divlinksbottom a:active
{
}

#logo
{
	background-image: url(images/hhbowlogosm.png);
	background-position: top;
	background-repeat: no-repeat;
	height:90px;
	width:40px;
	left:10%;
	top:12%;
	position: absolute;
	padding-top:65px;
	text-align:center;
}
