.mainpanel
{
	background-color: #CDCD9D;
	border-color: #9E9E51;
	border-style: solid;	
	margin-left: auto;
	margin-right: auto;
}

.bottomborder 
{
	border-bottom: solid medium #9E9E51; 
	background-color: #CDCD9D;
}

.text
{
	color: #591755;
	text-align:justify;
	padding: 10px;
}

#ctl00_PageContent_ImageHolder img, .mainpagephoto 
{
	position: absolute;
	width: 800px;
	height: 250px;
	text-align: left;
}

#ctl00_PageContent_PageImageHolder img, .contentpagephoto
{
	width: 350px;
	height: 350px;
	position: absolute;
}

.panelborder 
{
	border: thick double #591755;
}

.heading
{	
	font-size: larger;
	padding-left: 10px;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 1px;
}

.subheading
{
	font-size: large;
	padding-left: 10px;
}

.storetitle
{
	font-size: x-large;
	float: left;
	color: #591755;
	padding: 10px;
}

.storebuttons
{
	float: right; 
	width: 280px;
	padding: 8px; 
	padding-right: 20px;
	text-align: right;
	font-size: large;	
}

.storebuttons .button
{
	padding: 1px;
	width: 135px;
}

.storeproduct
{
	background-color: #78AB46;
	color: #591755;
	border: double medium #591755;
	text-align: center;
	padding: 5px;
}

.productname
{
	font-size: large;
}

.imgbottle
{
	padding: 5px;
	float: left;
	width: 75px;
	height: 100px;
}

#productdetails div
{
	text-align: center;
	padding-top: 10px;
}

.imgpopup
{
	position: relative;
	z-index: 0;
}

.imgpopup:hover
{
	background-color: Transparent;
	z-index: 50;
}

.imgpopup span
{
	position: absolute;
	width: 250px;
	background-color: White;
	padding: 5px;
	left: 0px;
	visibility: hidden;
	border: double medium #591755;
	color: #591755;
}

.imgpopup:hover span
{
	visibility: visible;
	top: 0px;
	left: -126px;
}

.productpanel
{
	width: 250px;
	height: 200px;
	text-align: center;
	float: left;	
}

.toplink
{
	margin-left: 600px;	
}

#ctl00_PageContent_toplink
{
	float: right;
}

.cartitembutton
{
	width: 100px;	
}

.accountwizardmain
{
	background-color: White;
	border: solid thin #9E9E51;
	width: 775px;	
	padding: 5px; 
}

.accountwizardside
{
	background-color: #591755;
	width: 215px;
	vertical-align: top;
	text-align: left;
}

.accountwizardbuttons
{
	background-color: White;
	border: solid thin #9E9E51;
	padding: 1px;
	color: #591755;	
}

.accountwizarderror
{
	color: Red;
}

.picturegallerypict
{	
	position: relative;
	z-index: 0;
	width: 150px;
	height: 150px;
}

.picturegallerypict:hover
{
	background-color: Transparent;
	z-index: 50;
}

.picturegallerypict span
{
	position: absolute;
	left: 0px;
	visibility: hidden;
}

.picturegallerypict:hover span
{
	visibility: visible;
	top: -135px;
	#top: 0px;
	left: 0px;	
}

.picturegallerypanel
{
	float: left;
	width: 200px;
	height: 200px;
	padding: 0px 40px 0px 10px;
	text-align: center;	
}

#EventDescription1, #EventDescription2
{
	width: 320px;
	height: 160px;	
	border: double #591755;
	padding: 10px;
	background-color: White;
	text-align: justify;
}

.taborevent
{
	color: Blue;
	text-decoration: underline;
	cursor: pointer;
}

.accounttextentry
{
	position: absolute;
	margin-left: 200px;
	#margin-left: 15px;
}