﻿html, body{
	height:100%
}

body{
	background-color: #F7F7F7;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background-image:url('image/nudeback.jpg');
	}

h1{
	font-size: xx-large;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-weight: bold;
	color: #190032;
	background-color: #ff6004;
	background-image: url('image/h1.gif');
	font-variant: small-caps;
	background-repeat: no-repeat;
}

h2{
	font-size:medium;
	font-weight:bold;
	margin-bottom:5px;
	padding-left:10px;
}

p{
	padding:0px 10px 0px 0px;
	margin-top:0px;
}


.ptab {
	width:815px;
	font-size:small;
	font-style:italic;
	border-top:2px gray ridge;
	border-bottom:2px gray ridge;
}

.ptab td {
	width:32%;
	text-align:center;
	padding:4px 20px 4px 20px;
	border-left:2px gray ridge;
	border-right:2px gray ridge;
	border-top:0px gray hidden;
	border-bottom:0px gray hidden;
}

.tab h2 {
	font-size:medium;
}


.pricetab {
	background-color:#CCCCCC;
	text-align:center;
	width:100%;
}


.pricetab td {
	text-align:right;
	padding:2px 5px 2px 8px;
	font-size:small;
}


 td .price{
	text-align:left;
}



.menuleft{
	width: 150px;
	height: 100%;
	position: relative;
	float: left;
	left: 0px;
	top: 2px;
	background-color: #4a176d;
	border-left:4px silver ridge;
	border-right:4px silver ridge;
}

.glossymenu{
	margin: 15px 0 5px 5px;
	padding: 0;
	width: 140px; /*width of menu*/;
	border-bottom-width: 0;
}

.glossymenu a.menuitem{
	background: url('image/b1.jpg') no-repeat left bottom;
	font: bold 16px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #111111;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/;
	width: auto;
	height: 30px;
	padding-top: 15px;
	padding-left: 38px;
	text-decoration: none;
}

.glossymenu a.menuitem:hover{
	background: url('image/b2.gif') no-repeat left bottom;
		color: #000000;

}



.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
}


.glossymenu div.submenu{ /*DIV that contains each sub menu*/
	background: #4a176d;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.glossymenu div.submenu ul li{
	border-bottom: 1px solid orange ;
}

.glossymenu div.submenu ul li a{
	display: block;
	font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #fdf408;
	text-decoration: none;
	padding: 2px 0;
	padding-left: 0px;
	text-align:center;
	padding-right:5px
}

.glossymenu div.submenu ul li a:hover{
	background:#660033;
	color:orange;
}

.product {
	background-color:silver;
	float:left;
	width:247px;
	border:2px gray ridge;
	height:auto;
	text-align:center;
	margin:5px 5px 5px 5px;
	padding :5px 5px 5px 5px;

}

.prod_des{
	position:relative;
	height:60px;
	font-size:x-small;
	padding-top:5px;
	
	
}

.product h2 {
	font-style:italic;
}


.mdiv {
	width:975px;
	left:50%;
	margin-left:-482px;
	position:relative;
	background:#FF9933;
	z-index:10;
	min-height:100%;
}

#footer {
	text-align:center;
	clear:both;
	position:relative;
	left:90px;
}

.price_info {
	font-size:xx-small;
	height:40px;
}

.page_info{
	font-size:x-small;
	padding-left:10px;
	margin:5px 5px 5px 5px;

}


.product_name{
	text-align:center;
	font-size:medium;
	height:40px;
}

.leftform {
	font-size:x-small;
}


.medform {
	font-size:small;
}



.page_text {
	font-size:small;
	font-style:italic;
	margin-bottom:5px;
	padding-left:10px;
}

.page_text h2 {
	padding-left:0px;
}

.right_photo {
	float:right;
	position:relative;
	padding-right:20px;
	padding-left:20px;
}

.buttons ul{
	list-style: none;
	padding:0 0 0 0px;
	margin:0 0 0 0;
}
.buttons ul li a{
	display: block;
	text-decoration: none;
	height: 100px;
	width: 210px;
}
.buttons a.wine{
	background: url('image/wine.png');
}
.buttons a.label{
	background: url('image/label.png');
}
.buttons a.bom{
	background: url('image/bom.png');
}
.buttons a.gift{
	background: url('image/gift.png');
}
.buttons a.stubby{
	background: url('image/stubby.png');
}
.buttons a.pens{
	background: url('image/pens.png');
}
.buttons ul li a.wine:hover{
	background: url('image/wine2.png');
}
.buttons a.label:hover{
	background: url('image/label2.png');
}
.buttons a.bom:hover{
	background: url('image/bom2.png');
}
.buttons a.gift:hover{
	background: url('image/gift2.png');
}
.buttons a.stubby:hover{
	background: url('image/stubby2.png');
}
.buttons a.pens:hover{
	background: url('image/pens2.png');
}

.homepage{
	color:black;
	text-decoration:none;
}

.homepage a, a:hover{
	text-decoration: none;
	color: #800080;
	
}

.homepage a, a:visited{
	text-decoration: none;
	outline:0px;
}

.cont {
	float:left;
	width:815px;
}

.cont p {
	padding-left:12px;
}