/* CSS Document */
/* Award List UnOrdered List */
ul.awardlist {
	margin: 0px;
	padding: 0px !important;
}
ul.awardlist li {
	margin: 10px 0px 0px 0px !important;
	padding: 0px 20px 20px 40px !important;
	background-image: url(../images/trophy.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	border: 0 !important;
}
ul.awardlist li a {
}
ul.awardlist li a:hover {
}
/* /Award List UnOrdered List */
/* div#Main UnOrdered List */
#main ul {
	margin: 0px;
	padding: 0px;
}
#main ul li {
	margin: 0px;
	padding: 20px 40px 10px 40px;
	list-style: none;
	border-bottom: 1px dashed #4c4c4c;
}
#main ul li a {
	margin: 0px;
	padding: 0px;
}
#main ul li a:hover {
	margin: 0px;
	padding: 0px;
}
/* /div.#Main UnOrdered List */
/* Footer Navigation */
#navigation2 {
	padding: 0;
	margin: 0;
	width: 860px;
	height: 25px; /* Change height to whatever suits */
	float: left;
}
ul.menu2 {
	padding: 0;
	margin: 0;
	width: 860px; /* 100% fixed to containing divs width */
	height: 25px;
}
ul.menu2 li {
	padding: 0;
	margin: 0;
	float: left;
	list-style: none;
	height: 25px;
	line-height: 25px;
}
ul.menu2 li a {
	padding: 0;
	margin: 0;
	color: #4c4c4c;
	width: 95px; /* Change depending on amount of links in navigation */ 
	height: 25px; /* Change height to whatever suits */
	display: block;
	text-decoration: none;
	text-align: center;
	font-size: 0.8em;
	font-weight: normal;
	font-weight: bold;
}
ul.menu2 li a:hover {
	color: #CC9933; /*rollover text colour */
	font-size: 1.2em;
	font-weight: bold;
}
/* /Footer Navigation */
li.red-wine {
	background-image: url(/images/red-wine-glass.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
li.white-wine {
	background-image: url(/images/white-wine-glass.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
li.rose-wine {
	background-image: url(/images/rose-wine-glass.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
li.bytheglass {
	background-image: url(/images/wine-bytheglass.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
li.champagne-wine {
	background-image: url(/images/champagne-wine-glass.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
li.menu {
	background-image: url(/images/menu-icon.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
#imgright2 ul li {
	margin: 0px;
	padding: 10px 10px;
	list-style-type: square;
	list-style-position: inside;
	border: 0;
}
