@charset "utf-8";
/* CSS Document */

body {
	margin:0px;
	padding:0px;
	background: #D1CDCE;
}
a, a:visited, a:active, a:link {
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #595052;
	text-decoration: underline;
}
a:hover {
	color: #1D1B1B;
}
h1 {
	color: #595052;
	font: 36px Georgia, "Times New Roman", Times, serif;
}
h2 {
	color: #595052;
	font: 26px Georgia, "Times New Roman", Times, serif;
}
h3 {
	color: #595052;
	font: 20px Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding:5px 0px;
}
h4 {
	color: #595052;
	font: 16px Georgia, "Times New Roman", Times, serif;
}
p {
	color: #595052;
	padding-top:0px;
	margin-top:0px;	
	font: 16px Georgia, "Times New Roman", Times, serif;                               
}

img {
	border:0px;
}
div {
	padding: 0px;
	margin: 0px;
}
em {
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}
.left {
	float:left;
	margin-right:10px;
			border: 3px solid #fff;
	outline: 1px solid #ddd;
}
.right {
	float:right;
	margin-left:10px;
			border: 3px solid #fff;
	outline: 1px solid #ddd;
}
.floatRight {
	float:right;
	width:400px;
	display:inline-block;
}
.floatLeft {
	float:left;
	width:400px;
	display:inline-block;
}
.AbsWrap {
	width: 100%;
	position: relative;
}
.rowWrap {
	width: 100%;
}
.quickForm {width:100%; margin:5px 0px;}
.clearfloat {
	clear:both;
	height: 0;
	line-height: 0;
	visibility:hidden;
	font-size: px; /*for IE*/
}	
.bigQuote {
	color: #595052;
	font: 66px Georgia, "Times New Roman", Times, serif;
}
.tableRowA {
	background: #AB9A9E;
	font-weight: bold;
	color:#333
}
.tableRowA h3 {
	color:#333;
	padding: 1px;
	margin: 0px;
}
.drinkTable {
	color: #595052;
	font: 16px Georgia, "Times New Roman", Times, serif;
}
.img {
		border: 3px solid #fff;
	outline: 1px solid #ddd;
}
#main {
	width:1000px;
	margin: 0px auto 0px auto;
	background: #FFF;
	border: 0px solid #FFF;
	position:relative;

}
#header {
	width:1000px;
	padding-top:0px;
	height:119px;
	float:left;
	display:inline;
	background: #ab9a9e url(../images/headerBg.jpg) repeat scroll center center;
}

#main_nav {
	background: #42111B url(../images/nav_main_bg.jpg) repeat-x;
	width:1000px;
	padding:7px 0 7px 0;
	margin-left:0px;
	margin-top:5px;
	margin-bottom:0px;
	float:left;
	display:inline;
}
#main_nav ul{
	padding: 0;
	margin: 0;
	
}
#main_nav ul li{
	display: inline;
	padding: 0;
	margin: 0;

}
#main_nav ul li a{
	color: #F2EFF0;
	text-decoration: none;
	padding: 0 41px 0 41px;
	border-right: 1px solid #000000;
	text-align: center;
	width: 9em;
	font-size: 130%;
	outline:0;
}
#main_nav ul li a:hover{
	text-decoration: underline;
}
#content_holder {
	background: url(../images/contentBg.gif) repeat-y;
	min-height: 10%;
}
#content_box {
	width:620px;
	/*height:469px;*/
	float:left;
	display:inline;
	margin:0px; 
	padding-right: 15px;
	padding-left: 15px;
	border-top: 5px solid #FFF;
	background: #f2eff0;
}
#plainPage {
	padding:15px;
	background:#f2eff0;
}
#plainPage form {width:580px;}
#colwrap1 {
	float:left;
	width:350px;
	margin-top:0px;
	margin-left:0px;
	border: 0px solid #f0f0f0;
}
#mainImage {
	margin-left:5px;
	margin-top:0px;
	border-top: 5px solid #FFF;
	width:345px;
	height:300px;
	margin-bottom:0px;
	float:left;
	display:inline;
	border-bottom: 5px solid #FFF;
}

#breaking_news_box {
	background-color: #f2eff0;
	width:325px;
	padding:10px 0px 0px 10px;
	/*height:144px;*/
	margin-left:5px;
	margin-top:5px;
	margin-bottom:0px;
	float:left;
	display:inline;
}

#footer {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: center center;
	width:1000px;
	text-align:center;
	height:40px;
	margin-top:5px;
	float:left;
	display:inline;
}
#footer p {	
margin-top:10px;
font-size: 10px;
	color: #FFF;}

.centerAlign {
	text-align: center;
}
