body {
	background-color: #999966;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
.contentHome {
	font-family: Georgia1, Georgia, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	top: 5px;
	line-height: 20px;
	margin-left: 50px;
	padding-left: 50px;
	margin-right: 30px;
	margin-bottom: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
}

.content {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333;
	top: 5px;
	line-height: 20px;
	padding-left: 50px;
	padding-right: 15px;
	padding-bottom: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.content_hilltoppers {
	font-family:Georgia1, Georgia, serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	top: 5px;
	line-height: 20px;
	margin-left: 50px;
	padding-left: 50px;
	margin-right: 50px;
	margin-bottom: 20px;
	padding-right: 50px;
	padding-bottom: 20px;
}

.roomNav {
	font-family: Georgia1, Georgia, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	top: 5px;
	line-height: 20px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.form {
	padding:2px; 
	border:1px solid #CCCCCC; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

td {
	font-family: Garamond;
	font-size: 13px;
	color: #333333;
}

.specials {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 18px;
	line-height: 15px;
}

.specials a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	color: #336600;
}

.specials a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	color: #336600;
}

.specials a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	color: #336600;
	text-decoration:underline;
}


a:link {
	font-family:Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
	font-size: 12px;
	font-style: italic;
	color: #660000;
	text-decoration: underline;
}

a:active {
	color: #660000;
}

a:visited {
	color: #660000;
}

a:hover {
	color: #660000;
	text-decoration:none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
}


.headerHome {
	font-family: "Times New Roman", Times, serif;
	color: #660000;
	display: block;
	font-size: 18px;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	font-style: normal;
	line-height: normal;
}

.header {
	font-family: Amaze;
	color: #000;
	display: block;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	margin-bottom: 5px;
	padding-bottom: 5px;
	text-transform: capitalize;
	margin-top: 0px;
	padding-top: 0px;
}


/*START LEFT NAVIGATION */


#nav {
	width: 996px;
	padding-left: 5px;
	display: block;
	margin: 0 auto;
}

#nav li {
	list-style: none;
	float:left;

}


.navTitle{
	font-family: "Times New Roman", Times, serif;
	color: #660000;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	display: block;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.navTitle a{
	font-family: "Times New Roman", Times, serif;
	color: #660000;
	font-size: 15px;
	font-style: normal;
	display: block;
}

.navTitle a:visited{
	font-family: "Times New Roman", Times, serif;
	color: #660000;
	font-size: 15px;
	font-style: normal;
}

.navTitle a:hover{
	font-family: "Times New Roman", Times, serif;
	color: #660000;
	font-size: 15px;
	font-style: normal;
}		

.homeLink{
	font-family: "Times New Roman", Times, serif;
	color: #660000;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	display: block;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.wireframemenu{
	background-color: white;
	width: 185px;
	line-height: 25px;
}

* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 185px;
}

.wireframemenu ul{
	list-style-type: none;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}

.wireframemenu a{
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color: #003300;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
}

.wireframemenu a:visited{
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	color: #003300;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{
	font-family: "Times New Roman", Times, serif;
	color: #660000;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
}

.wireframemenuSelected{
	color: #660000;
	display: block;
	width: 100%; /*Define width for IE6's sake*/
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.top {
	font-style: italic;
	font-weight: bold;
	text-align: right;
	float: right;
}
.bldRed {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #660000;
	font-variant: normal;
	text-transform: capitalize;
}
.testimonial {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #566422;
	font-weight: normal;
	font-size: 14px;
	text-align: right;
}
.require {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #FF0000;
}
.specials li {
	margin: 0px;
	list-style-type: circle;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
.specials ul {
	margin: 0px;
	padding-top: 11px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 12px;
}
.content .linethrough {
	text-decoration: line-through;
}
.tastingdesc {
	font-style:italic;
	color: #660000;
	}
	
#specials-wrapper {
	float: left;
	height: auto;
	width: 985px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
	margin-bottom: 0px;
	padding: 0px;
}
#specials-wrapper p {
}

.clear {
	clear: both;
	text-align: center;

}

#specials-wrapper .lead-copy {
	width: 996px;
	height: 150px;
	text-align: center;
	
	
}

#specials-wrapper .lead-copy p {
	padding: 20px 174px 0px 174px;
	font-family: Georgia1, Georgia, serif;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	text-align: center;
}

#specials-wrapper #specials-footer {
	background-image: url(../images/bg-homepage-footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 165px;
	width: 985px;
	padding: 0px;
}




p {
	font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	color: #333;
	padding-top: 0px;
}
.content p {
	font-family: Amaze;
}
.content p .tastingdesc {
	font-family: Arial, Helvetica, sans-serif;
}
.content .content {
	font-family: Arial Black, Gadget, sans-serif;
}
.content .content {
	font-family: Verdana, Geneva, sans-serif;
}
.content p .header {
	font-family: Verdana, Geneva, sans-serif;
}
.content p .header #winter {
	font-family: Verdana, Geneva, sans-serif;
}
.content p .header #winter {
	font-family: Georgia, Times New Roman, Times, serif;
}
.content p .header #winter {
	font-family: Tahoma, Geneva, sans-serif;
}
.content .header {
	font-family: Courier New, Courier, monospace;
}
.content .header {
	font-family: Arial Black, Gadget, sans-serif;
}
.content .header {
	font-family: Times New Roman, Times, serif;
}
.content .content {
	font-family: Arial Black, Gadget, sans-serif;
}
.content .content {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}
.content .header {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}
.content p em {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
.content .content em {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
.content p em {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
.content p em {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
.content .content em {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
.content p .header {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
.content .header_img {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}
.content p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}
.content table tr td {
	color: #800000;
}
.content .header {
	font-family: Verdana, Geneva, sans-serif;
}
.content .header {
	font-family: Comic Sans MS, cursive;
}
.content .header {
	font-family: Georgia, Times New Roman, Times, serif;
}
.content h1 .style1 {
	font-size: 14px;
}
.content h1 .style1 {
	font-family: Script;
}
.content a {
	font-size: 12px;
}
.content a {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.content a {
	font-size: 12px;
}
.content a {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
}
