@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color: #003C00;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FF0000;
}
.tjwholesale_main #container {
	width: 1000px;
	height: 670px;
	background-image:url(../Images/background.jpg);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	position: relative;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.tjwholesale_main #longcontainer {
	width: 1000px;
	background: #14006C;
	background-image:url(../Images/background.jpg);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	position: relative;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#ap_table {
	position:absolute;
	width:880px;
	border: 1px solid #000000;
	z-index:2;
	left: 60px;
	top: 135px;
}
#ap_header {
	position:absolute;
	width:880px;
	height:82px;
	border: 1px solid #000000;
	z-index:2;
	left: 60px;
	top: 5px;
}
#ap_menubar {
	position:absolute;
	width:880px;
	height:24px;
	border: 0px;
	text-align: center;
	font-size: 12px;
	z-index:3;
	left: 60px;
	top: 95px;
}
#ap_home {
	position:absolute;
	width:175px;
	height:24px;
	z-index:2;
}#ap_about {
	position:absolute;
	width:175px;
	height:24px;
	z-index:2;
	left: 176px;
}
#ap_products {
	position:absolute;
	width:175px;
	height:24px;
	z-index:2;
	left: 352px;
}
#ap_services {
	position:absolute;
	width:175px;
	height:24px;
	z-index:2;
	left: 528px;
}
#ap_contact {
	position:absolute;
	width:175px;
	height:24px;
	z-index:2;
	left: 704px;
}
#ap_menupanel {
	position:absolute;
	width:200px;
	height:400px;
	background-color: #003C00;
	color: #E40045;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	z-index:2;
	left: 60px;
	top: 130px;
}
#ap_image {
	position:absolute;
	width:675px;
	height:400px;
	border: 1px solid #000000;
	z-index:2;
	left: 265px;
	top: 130px;
}
#ap_scroller {
	position:absolute;
	width:880px;
	height:100px;
	border: 1px solid #000000;
	z-index:2;
	left: 60px;
	top: 535px;
}
#ap_footer {
	position:absolute;
	width:880px;
	height:15px;
	border: 1px solid #000000;
	text-align: center;
	font-size: 12px;
	z-index:2;
	left: 60px;
	top: 645px;
}
#nav, #nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
#nav a {
    display: block;
    width: 175px;
	color:#FFF;
	text-decoration:none;
	text-align:center;
	background-color:#C00;
}
#nav li {
    float: left;
    width: 175px;
	line-height:2;
}
#nav li ul {
    position: absolute;
    width: 175px;
    left: -999em;
}
#nav li:hover ul, #nav li.sfhover ul {
    left: auto;
	font-weight:bold;
}
#nav a:hover {
	background-color:#06F;
}
