.page #container
{
	width: 600px;
/*using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar*/
	background: #FFFFFF;
	margin: 0 auto;
/*the auto margins (in conjunction with a width) center the page*/
	border: 0px solid #000000;
	text-align: left;
/*this overrides the text-align: center on the body element.*/
}
.page #mainContent
{
	padding: 0px;
	position: relative;
/*remember that padding is the space inside the div box and margin is the space outside the div box*/
}
#nav1
{
	left: 295px;
	width: 132px;
	z-index: 1;
	display: inline;
	top: 433px;
	position: absolute;
	height: 55;
}
#nav1 A
{
	display: block;
	background-image: url(../images/backs/nav1_04.png);
}
#nav1 A:hover
{
	background-image: none;
}
#nav2
{
	position: absolute;
	left: 168px;
	top: 465px;
	width: 129px;
	z-index: 3;
	height: 91;
}
#nav2 A
{
	display: block;
	background-image: url(../images/nav2_07.png);
}
#nav2 A:hover
{
	background-image: url(none);
}
#nav3
{
	position: absolute;
	left: 259px;
	top: 488px;
	width: 207px;
	z-index: 99;
	height: 59px;
}
#nav3 A
{
	display: block;
	background-image: url(../images/nav3_11.png);
}
#nav3 A:hover
{
	background: none;
}
#nav4
{
	position: absolute;
	left: 243px;
	top: 549px;
	width: 245px;
	z-index: 4;
}
#nav4 A
{
	display: block;
	background-image: url(../images/nav4_16.png);
}
#nav4 A:hover
{
	background: none;
}
#nav5
{
	position: absolute;
	left: 242px;
	top: 662px;
	width: 245px;
	z-index: 100;
	height: 302px;
}
#nav5 A
{
	display: block;
	background-image: url(../images/nav5_20.png);
}
#nav5 A:hover
{
	background: none;
}
#nav6
{
	position: absolute;
	left: 243px;
	top: 964px;
	width: 245px;
	z-index: 101;
	height: 120px;
}
#nav6 A
{
	display: block;
	background-image: url(../images/nav6_24.png);
}
#nav6 A:hover
{
	background: none;
}
.bottleslider
{
	text-decoration: none;
	background-attachment: scroll;
	background-color: #999999;
	background-repeat: repeat-y;
	background-position: center;
	overflow: auto;
	visibility: visible;
	width: 600px;
	display: block;
	background-image: url(../images/backs/backgr_03.png);
	padding-bottom: 20px;
}
A
{
	border: 0px none #000000;
}
#paypal
{
	position: absolute;
	left: 192px;
	top: 86px;
	width: 204px;
	height: 164px;
	z-index: 102;
	text-align: center;
}
#paypal IMG:hover
{
	width: 142px;
	height: 142px;
}
#paypal2
{
	height: 168px;
	left: 240px;
	position: absolute;
	top: 56px;
	width: 267px;
	z-index: 102;
	text-align: center;
}
#paypal2 .button
{
	background-image: url(../notplastic/images/npbutton.png);
	background-repeat: no-repeat;
	width: 156px;
	height: 156px;
	/*+placement:anchor-top-left 0px 0px;*/
	position: absolute;
	left: 0px;
	top: 0px;
}
#paypal2 .button:hover
{
	background-image: url(../notplastic/images/npbutton2.png);
}
#paypal2 .selector
{
	table-layout: auto;
	color: #EFED00;
	text-align: center;
	font-family: Helvetica, Arial, Trebuchet;
	/*+placement:shift -50px -56px;*/
	position: relative;
	left: -50px;
	top: -56px;
}
SELECT
{
	background-color: #9CA57A;
	color: #0C1FC9;
	font-weight: bold;
	border: 2px solid #EEEC00;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

