/***********************************************/
/* Body CSS       		                       */
/***********************************************/

* html #navigation ul li a {padding: 0;}

body {
text-align:center;
font-family: Tahoma, Century Gothic, sans-serif;
font-size:12px;
margin: 0;
background-image:url("images/back_.png");
background-attachment: fixed;
}
h1 {
font-family: Tahoma, Century Gothic, sans-serif;
font-weight:bold;
font-size:14px;
color:#300e01;
margin: 0px;
text-align:center;
padding: 5px 0px 5px 0px;
}
h2 {
font-family: Tahoma, Century Gothic, sans-serif;
font-size:13px;
text-align:center;
color:#300e01;
margin: 0px;
padding: 5px 0px 0px 0px;
}
ul {
list-style: none;
margin: 0;
padding: 0
}
img {border: none;}
.PageHolder {width: 800px;margin:auto;}

/***********************************************/
/* Header CSS                        	       */
/***********************************************/

#header{
width:800px;
height:170px;
text-align:center;
padding: 0px 0px 0px 0px;
margin:0px;
float:left;
}
.Header1 {
font-family: Tahoma, Century Gothic, sans-serif;
font-size:10px;
float: right;
width:75px;
height:25px;
padding:3px 0px 0px 3px;
text-align:right;
}


/***********************************************/
/* brake CCS                                   */
/***********************************************/

#brake {
width:800px;
clear:both;
display:block;
height:10px;
}

/***********************************************/
/* Footer CCS                                  */
/***********************************************/

#FooterHolder {
width:800px;
margin:auto;
float:right;
clear:both;
background-color:transparent;
}

.Footer1 {
font-family: Tahoma, Century Gothic, sans-serif;
font-size:10px;
float: right;
width:100px;
height:25px;
padding:3px 3px 0px 3px;
text-align:right;
}

.Footer2 {
font-family: Tahoma, Century Gothic, sans-serif;
font-size:10px;
float:left;
width:630px;
height:20px;
text-align: left;
color:#3b1c0d;
padding:5px 0px 0px 5px;
}

/***********************************************/
/* Result CCS      				               */
/***********************************************/
#fader {
background-color:transparent;
margin:auto;
margin-top:10px;
margin-bottom:10px;
width:800px;
height:252px;
text-align:justify;
}

#content {
background: #ede9d6 url(images/content.png) no-repeat;
margin:auto;
margin-top:10px;
margin-bottom:10px;
width:798px;
height:250px;
text-align:justify;
border:#ab1c20 solid 1px;
overflow: auto;
overflow-y: auto;
overflow-x: hidden;
}
#gallery {
background: #ede9d6 url(images/content.png) no-repeat;
margin:auto;
margin-top:10px;
margin-bottom:10px;
width:798px;
height:300px;
text-align:justify;
border:#ab1c20 solid 1px;
}

#content .padding{
	padding: 10px 20px 10px 10px;
}

#content p{
	padding: 0px;
	margin:10px;
	font-size:11px;
}
/***********************************************/
/*      NAVIGATION			                       */
/***********************************************/

a:link, a:visited {
        color: #ab1c20;
				font-size:10px;
        text-decoration: none;
}
a:hover, a:active {
        color: #ab1c20;
        text-decoration: underline;
}
.navigation {
        margin: auto;
        padding: 0;
				width:800px;
				height:25px;
				line-height:25px;
				text-align:center;
				border-top:1px #3b1c0d solid;
				border-bottom:1px #3b1c0d solid;
}
.navigation ul {
        list-style: none;
        margin: 0;
        padding: 0;
}
.navigation a {
				font-size:14px;
        color: #3b1c0d;
				text-decoration: none;
				background-color:transparent;
				padding-top:3px;
				padding-bottom:3px;
}
.navigation li {
				display: inline;
				float: left;
				width: 13em;
				text-align: center;
}
.navigation a:hover {
				font-weight:bold;
				color: #3b1c0d;
				padding-left:20px;
				background: url(images/bullet.png) no-repeat left;
}
.navigation #current a {
        font-weight:bold;
				color: #3b1c0d;
				padding-left:20px;
				background: url(images/bullet.png) no-repeat left;
}

/***********************************************/
/* menu style       		                       */
/***********************************************/
.table {
font-size:12px;
vertical-align:top;
}
#tab {
margin:auto;
width:720px;
}
td.one {
text-align: left;
}
td.two {
text-align: left;
vertical-align: top;
color: #ab1c20;
border-bottom: 1px solid #ab1c20;
}
td.three {
border-top: 1px solid #ab1c20;
}
#wine {
margin:auto;
width:660px;
}

/***********************************************/
/* image gallery		                       */
/***********************************************/
.gImage {
  border-right:#ab1c20 solid 1px;
}
.gImageThumb {
	border:#ab1c20 solid 1px;
	margin:5px;
}
/***********************************************/
/* map border			                       */
/***********************************************/
.mapImage {
	border:#300e01 solid 1px;
}
/***********************************************/
/* topImage border			                       */
/***********************************************/
.topImage {
	border-bottom:#300e01 solid 1px;
}

