body {
	border: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}

img {
	border: 0px;	
}

.bottleThumb {
	width: 249px;
	height: 156px;
	cursor: pointer;
	background-image: url('images/thumb_boxes_12.jpg');
	background-repeat: no-repeat;
    background-position: top center;
	position: relative;
	float: left;
}

.bottleThumbSelected {
	width: 249px;
	height: 156px;
	cursor: pointer;
	background-image: url('images/thumb_boxes_14.jpg');
	background-repeat: no-repeat;
    background-position: top center;
	position: relative;
	float: left;
}

.largeBottle {
	width: 249px;
	height: 564px;
	position: relative;
	float: left;	
}

.mainNav {
	font-family: Verdana; 
	font-size: 14px; 
	color: #FFF; 
	text-decoration: none;	
}

.mainNav:hover {
	font-family: Verdana; 
	font-size: 14px; 
	color: #CCC; 
	text-decoration: none;	
}

.mainNavOn {
	font-family: Verdana; 
	font-size: 14px; 
	color: #ccff33; 
	text-decoration: none;	
}

.mainNavOn:hover {
	font-family: Verdana; 
	font-size: 14px; 
	color: #68635D; 
	text-decoration: none;	
}

.myAccountNav {
	font-family: Verdana; 
	font-size: 12px; 
	color: #FFF; 
	text-decoration: none;	
}

.myAccountNav:hover {
	font-family: Verdana; 
	font-size: 12px; 
	color: #CCC; 
	text-decoration: none;	
}

.myAccountNavOn {
	font-family: Verdana; 
	font-size: 12px; 
	color: #ccff33; 
	text-decoration: none;	
}

.myAccountNavOn:hover {
	font-family: Verdana; 
	font-size: 12px; 
	color: #68635D; 
	text-decoration: none;	
}

