html, body, #wrapper {
	height:100%;
}
body, #wrapper, #logo {
	background-color:#FFFFFF;
	font-family:Verdana;
	font-size:11px;
}
body {
	margin:0px;
}
img {
	border:0px;
}
a:link {
	color:#330000;
	text-decoration:none;
}
ul {
	list-style:none;
}
#wrapper {
	background-color:#FFFFFF;
	width:100%;
	z-index:2;
}
#container-main {
	margin:0px auto;
	width:1000px;
}
#header {
	text-align:center;
}
#logo {
	background:url(../img/logo.jpg) right no-repeat;
	height:65px;
	overflow:hidden;
	width:100%;	
    margin-top:0px;   /* half of height */
}
#logoImg {
	height:65px;
	position:fixed;
	right:0%;
	width:282px;
}
#cart {
	color:#999999;
	font-size:13px;
}
#shoppingCart {
	color:#FFFFFF;
	padding:15px;
}
#shoppingCart table {
	width:100%;
}
#adminMenu div {
	float:left;
}
#myAccount {
	background: url(../img/topmenu.gif) 0 0 no-repeat;
}
#signUp {
	background: url(../img/topmenu.gif) -80px 0 no-repeat;
}
#wishList {
	background: url(../img/topmenu.gif) -140px 0 no-repeat;
}
.adminNav, .adminNavSmall {
	height:18px;
}
.adminNav {
	width:80px;
}
.adminNavSmall {
	width:60px;
}
#topMenu {
	width:100%;
}
#topMenu div {
	float:left;
}
#mainMenu, #mainMenu li {
border:1px solid green;
	margin:0px;
	padding:0px;
}
#mainMenu li {	
	display:inline;
}
#aperitifBut {
	background: url(../img/mainmenu.gif) 0 0 no-repeat;
}
#tusheBut {
	background: url(../img/mainmenu.gif) -100px 0 no-repeat;
}
#historyBut {
	background: url(../img/mainmenu.gif) -200px 0 no-repeat;
}
#pressBut {
	background: url(../img/mainmenu.gif) -300px 0 no-repeat;
}
#locationsBut {
	background: url(../img/mainmenu.gif) -400px 0 no-repeat;
}
#contactBut {
	background: url(../img/mainmenu.gif) -500px 0 no-repeat;
}
#cartBut {
	background: url(../img/mainmenu.gif) -630px 0 no-repeat;
}
.topNav, .topNavCart {
	height:23px;
}
.topNav {
	width:100px;
}
.topNavCart {
	width:115px;
}
#content {
	border-top:2px solid #CCCCCC;
	background-color:#FFFFFF;
	clear:left;
	height:450px;
	width:1000px;
}
#mainContent, #mainContent-home {
	background-color:#FFFFFF;
	color:#d8d2ce;
}
#mainContent-home {
	/*background:url(/img/home.jpg) no-repeat right;*/
	height:100%;
}
#mMenu2 {
	color:#FFFFFF;
}
#menuWrapper {
	width:400px;
}
#products {
	margin-top:12px;
	width:100%;
}
#lineDesc {
	background-color:#231f20;
	color:#d8d2ce;
	height:444px;
	width:286px;
}
#prodImg, #prodClose {
	background-color:#000000;
}
#prodZoom {
	background-color:#333333;
	height:100%;
	cursor:pointer;
	text-align:center;
	width:20px;
}
#prodInfo {
	color:#330000;
	height:425px;
	width:100%;
}
#footer {
	bottom:0px;
	height:20px;
	position:fixed;
	text-align:center;
	width:100%;
}
#footer a:link {
	color:#591548;
	text-decoration:underline;
}
.invisible {
	visibility:hidden;
}
.invisible {
	height:0px;
	width:0px;
}
.hide {
	overflow:hidden;
	opacity:0;
    -moz-opacity:0;
    -khtml-opacity:0;
    filter:alpha(opacity=0); 
}
.left {
	float:left;
}
.link {
	cursor:pointer;
}
.mainLink {
	background-color:#FFFFFF;
	color:#000000;
}
.menuS {
	float:left;
	width:200px;
}
.prodImg  {
	/*background-color:#000000;*/
	width:285px;
}
.prodDesc {
	padding-left:10px;
	width:250px;
}
.show {
	visibility:visible;
}