html {
 overflow-y: scroll !important;
}

body {

	font-family:"Georgia", "New Century Schoolbook", serif;

	}

a {

	color:#2c1205;

	font-weight:bold;

	text-decoration:none;

	}

a:hover {

	text-decoration:underline;

	}

a img {

	border:none;

	}

#wrapper {

	width:953px;

	height:100%;

	margin:50px auto 0 auto;

}

#box {

	width:953px;
	
	min-height:401px;

	background:#2c1205;

	float:left;

	padding:4px 5px;

	}

#text-left {

	width:533px;

	height:100%;

	background:white;

	float:left;

	}

#title {

	height:70px;

	width:100%;

	text-align:center;

	color:#e188c2;

	background:#2c1205;

	font-size:1.4em;

	letter-spacing:-.8pt;

	font-weight:bolder;

	padding:20px 0 0 0;

	text-shadow:#000 0 0 2px;

	}
	
#product-title {

	height:50px;

	width:100%;

	text-align:center;

	color:#e188c2;

	background:#2c1205;

	font-size:1.5em;

	letter-spacing:-.8pt;

	font-weight:bolder;

	padding:20px 0 0 0;

	text-shadow:#000 0 0 2px;

	}

#logo {

	float:left;

	}

#menu {

	float:left;

	margin-top:144px;

	}

#menu ul {

	display:inline;

	list-style: none;

	padding:0;

	margin:0;
	
	float:left;

	}

#menu ul li {

	height:30px;

	background:url('../Images/mint_icon.gif') no-repeat left top;

	font-weight:bold;

	padding:5px 0 0 28px;

	margin:0 0 0 20px;

	color:#2c1205;

	font-size:10pt;
	
	float:left;

	}

.tbox {

	padding:20px 35px 0 35px;

	line-height:18pt;

	color:#2c1205;

	font-size:10pt;
	
	}
	
.tbox2 {

	padding:0px;

	line-height:18pt;

	color:#2c1205;

	font-size:10pt;
	
	min-height:199px;
	
	}
	
.product_desc {

	padding:20px 35px 0 35px;

	line-height:18pt;

	color:#2c1205;

	font-size:10pt;
	
	margin-bottom:20px;
	
	}

.vcard {

	font-weight:bolder;

	letter-spacing:-.5pt;

	line-height:14pt;

	}

#img-right {

	padding:0;

	float:right;

	}

#img-left {

	padding:0;

	float:left;

	}

#gallery {
	padding:0;
}

#gallery ul {
margin:0 auto;
padding:0;
list-style-type:none;
width:94%;
}
#gallery ul li {
float: left;
margin:5px;
}
#gallery ul li p {
text-align: center;
margin:5px;
width:170px;
}
.gallery-item {
	width:170px;
	height:170px;
	text-align:center;
	border:thin #000;
	border-style:solid;
	padding-top:10px;
	margin:20px 20px;
}

.gallery-item-text {
	min-height:75px;
	text-align:center;
}

.image-display {
	text-align:center;
	padding:0px;
	margin:20px 20px;
	position:relative;
}

.image-display img {
	border:solid thin #000;
}

.imageview {
	text-align:center;
	margin: 12px;
}

.thumb-display {
	position:relative;
	text-align:center;
	width:250px;
	padding:0px;
	
	margin-left: auto;
  	margin-right: auto;
}

.thumb-display img {
	border:solid thin #000;
	margin:5px;
	cursor:pointer;
	cursor:hand;	
}

#footer {

	float:left;

	color:#009534;

	font-size:8pt;

	width:100%;

	text-align:center;

	letter-spacing:1pt;

	font-weight:bold;
	
	margin-bottom:20px;
	
	padding:10px 0px;

	}

#footer a {

	color:#009534;

	}