/* CSS Document */
body {
	background:#470534;	
	margin:0px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}
a {
	text-decoration:none;
	color:#0000CC;
}
a:hover {
	text-decoration:underline;
	color:#a21259;
}
p {
	text-align:justify;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:5px;
	margin-top:5px;
	font-size:14px;
	text-indent:15px;
}

p a{
	color:#0000CC;
}
p a:hover{
	color:#a21259;
}
h1 {
	text-align:left;
	margin-left:10px;
	margin-right:10px;
	margin-top:2px;
	margin-bottom:2px;
	font-size:18px;
}


.bodySurround {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	text-align:center;
}
.bodyMain {
	position:relative;
	top:0px;
	width:770px;
	margin: 0 auto;
}
/* MAIN BODY CONTAINER */
.bodyContainer {
	position:relative;
	float:left;
	top:0px;
	width:100%;
	text-align:left;
}
.east {
	position:absolute;
	top:0px;
	right:0px;
	width:13px;
	height:100%;
	background:url(images/elements/bodyshadow/east.gif) repeat-y top right;
}
.west {
	position:absolute;
	top:0px;
	left:0px;
	width:13px;
	height:100%;
	background:url(images/elements/bodyshadow/west.gif) repeat-y top left;
}
.south {
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:13px;
	background:url(images/elements/bodyshadow/south.gif) repeat-x bottom left;
}
.southWest {
	position:absolute;
	bottom:0px;
	left:0px;
	width:20px;
	height:20px;
	background:url(images/elements/bodyshadow/southwest.gif) no-repeat bottom left;
}
.southEast {
	position:absolute;
	bottom:0px;
	right:0px;
	width:20px;
	height:20px;
	background:url(images/elements/bodyshadow/southeast.gif) no-repeat bottom right;
}

/* HEADER */
.header {
	position:relative;
	top:0px;
	left:13px;
	width:744px;
	height:181px;
	background:url(images/elements/logo.gif) #f9fee4 no-repeat top left;
}
.headerPicture {
	position:absolute;
	top:0px;
	right:0pc;
	height:181px;
	width:455px;
	background:url(images/elements/headerimage.jpg) no-repeat top right;
}
.menu {
	position:absolute;
	bottom:0px;
	left:0px;
	height:33px;
	width:744px;
	background:url(images/elements/bodyshadow/menubottom.gif) #577a46 repeat-x bottom left;#577a46;
	border-top:1px black solid;
}
/* BUTTONS */
.buttonHolder {
	position:absolute;
	top:0px;
	left:16px;
	width:740px;
	height:24px;
}
.button {
	position:relative;
	top:1px;
	float:left;
	margin:0px 5px;
}
.break {
	position:relative;
	top:1px;
	float:left;
	height:24px;
	width:12px;
	margin-left:2px;
	margin-right:2px;
	background:url(images/buttons/break.gif) no-repeat top left;
}
#btHome {
	width:70px;
	height:24px;
}
#btHome a{
	position:absolute;
	width:70px;
	height:24px;
	background:url(images/buttons/homedown.gif) no-repeat top left;
}
#btHome a:hover{
	width:70px;
	height:24px;
	background:url(images/buttons/homeup.gif) no-repeat top left;
}
#btWine {
	width:67px;
	height:24px;
}
#btWine a{
	position:absolute;
	width:67px;
	height:24px;
	background:url(images/buttons/winedown.gif) no-repeat top left;
}
#btWine a:hover{
	width:67px;
	height:24px;
	background:url(images/buttons/wineup.gif) no-repeat top left;
}
#btNews {
	width:70px;
	height:24px;
}
#btNews a{
	position:absolute;
	width:70px;
	height:24px;
	background:url(images/buttons/newsletterdown.gif) no-repeat top left;
}
#btNews a:hover{
	width:70px;
	height:24px;
	background:url(images/buttons/newsletterup.gif) no-repeat top left;
}
#btContact {
	width:139px;
	height:24px;
}
#btContact a{
	position:absolute;
	width:139px;
	height:24px;
	background:url(images/buttons/contactdown.gif) no-repeat top left;
}
#btContact a:hover{
	width:139px;
	height:24px;
	background:url(images/buttons/contactup.gif) no-repeat top left;
}

#btWineclub {
	width:132px;
	height:24px;
}
#btWineclub a{
	position:absolute;
	width:132px;
	height:24px;
	background:url(images/buttons/wineclubdown.gif) no-repeat top left;
}
#btWineclub a:hover{
	width:132px;
	height:24px;
	background:url(images/buttons/wineclubup.gif) no-repeat top left;
}
#btHistory {
	width:96px;
	height:24px;
}
#btHistory a{
	position:absolute;
	width:96px;
	height:24px;
	background:url(images/buttons/historydown.gif) no-repeat top left;
}
#btHistory a:hover{
	width:96px;
	height:24px;
	background:url(images/buttons/historyup.gif) no-repeat top left;
}

/* EXTRA MENU */
.extraMenu {
	position:absolute;
	top:175px;
	right:13px;
	background:url(images/elements/bodyshadow/menutop.gif) #c3e7b2 repeat-x top left;
	border-bottom:1px black solid;
	border-left:1px black solid;
	padding-left:3px;
	padding-right:3px;
}
.extraMenu a{
	color:#000000;
	margin-left:4px;
	margin-right:4px;
	font-size:14px;
}
.extraMenu a:hover{
	color:#006600;
}


/* INFO */
.infoBody {
	position:relative;
	top:0px;
	left:13px;
	float:left;
	height:auto;
	width:724px;
	background:#ffffff;
	padding-left:10px;
	padding-right:10px;
}
.infoBody a{
	color:#0000CC;
}
.infoBody a:hover{
	color:#a21259;
}



/*Left Column*/
.leftColumn {
	position:float;
	float:left;
	margin-top:30px;
	background:#003333;
	width:145px;
	margin-left:0px;
	margin-bottom:10px;
}


/*Right Column*/
.rightColumn {
	position:float;
	float:right;
	top:0px;
	float:right;
	width:560px;
	margin-top:30px;
	margin-right:0px;
	margin-bottom:10px;
	background:#fdfff6;
	border:1px #006600 solid;
	padding:5px;
}

.rightColumn a{
	color: #000000;
	text-decoration: none;
}
.rightColumn a:hover{
	color: #a21259;
	text-decoration: underline;
}


/* The box that holds the featured product table */
.featuredProductColumn {
	position:float;
	float:right;
	margin-top:30px;
	
	width:145px;
	margin-left:0px;
	margin-bottom:10px;
}

/*This is almost identical to the other pages of text, except thinner*/
#homePageTextContainer {
	position:relative;
	top:0px;
	left:13px;
	float:left;
	height:auto;
	width:540px;
	background:#ffffff;
	padding-left:0px;
	padding-right:10px;
}

/* Footer */
.footer {
	position:relative;
	top:0px;
	width:100%;
	float:left;
	height:40px;
	text-align:center;
	color:#FFFFFF;
	margin-top:6px;
}
.footer a {
	margin-left:3px;
	margin-right:3px;
	color:#FFFFFF;
	
}
.footer a:hover {
	color:#AABBDD;
	
}

/* FUN WITH TABLES*/
