@charset "utf-8";

img {border:none;}

.twoColFixRtHdr a:link {color:#CFAA47;}
.twoColFixRtHdr a:visited {color:#CFAA47;}
.twoColFixRtHdr a:hover {color:#FFFFFF;}

body  {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(images/body-bg.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #ccc;
	line-height:20px;
}

.twoColFixRtHdr #container { 
	width: 916px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(images/main-bg.jpg);
	background-repeat:repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

p { margin:10px 0 10px 0;}

hr {
	border: 0;
	color:#8B5831;
	background-color: #8B5831;
	height: 1px;}

/*--------------------------------------header-------------------------------------------*/

.twoColFixRtHdr #header {
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	height:128px; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

.twoColFixRtHdr #flasholder {
	background-image:url(images/flash-img.jpg);
	width:898px;
	height:210px;
	margin: 0 auto;}
	
.twoColFixRtHdr .top-shado-divider {
	background-image:url(images/top-shadow-divider.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	width:898px;
	height:50px;
	margin: 0 auto;
	} 


/*--------------------------------------Nav-------------------------------------------*/
	
#nav { 
	background-image:url(images/nav-bg.jpg);
	width:898px;
	height:36px;
	margin: 0 auto;
	padding: 0;	
}

#nav ul{ 
	list-style: none;
	margin: 0 auto;
	padding: 0;	
	width: 100%;	
} 

#nav li{ 
	background:url(images/nav-divider.jpg) top right no-repeat;
	float: left;
	margin: 0 auto;
	padding: 0;	
}

#nav .last{ 
	background: none;
	float: left;
	margin: 0 auto;
	padding: 0;	
}

#nav .last a{
	font-family:Trebuchet MS, Arial;
	font-size:12px; 
	color: #FFFFFF;
	text-decoration: none;
	width:106px;
	display: block;
	height: 36px;
	line-height: 35px;
	text-align: center;	 }
	
#nav .last a:hover{
	background-image:url(images/wine-hover.jpg);
	background-repeat:repeat-x;
	font-family:Trebuchet MS, Arial;
	font-size:12px; 
	color: #FFFFFF;
	text-decoration: none;
	width:106px;
	display: block;
	height: 36px;
	line-height: 35px;
	text-align: center;	 }



#nav .wine{ 
	background:url(images/nav-divider.jpg) top right no-repeat;
	float: left;
	margin: 0 auto;
	padding: 0;	
}

#nav .wine a{
	font-family:Trebuchet MS, Arial;
	font-size:12px; 
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 79px;
	height: 36px;
	line-height: 35px;
	text-align: center;	 }
	
#nav .wine a:hover{
	background-image:url(images/wine-hover.jpg);
	background-repeat:no-repeat;
	font-family:Trebuchet MS, Arial;
	font-size:12px; 
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 79px;
	height: 36px;
	line-height: 35px;
	text-align: center;
	text-decoration: none;	 }
	
#nav .packages{ 
	background:url(images/nav-divider.jpg) top right no-repeat;
	float: left;
	margin: 0 auto;
	padding: 0;	
}

#nav .packages a{
	font-family:Trebuchet MS, Arial;
	font-size:12px; 
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 119px;
	height: 36px;
	line-height: 35px;
	text-align: center;	 }
	
#nav .packages a:hover{
	background-image:url(images/packages-hover.jpg);
	background-repeat:no-repeat;
	font-family:Trebuchet MS, Arial;
	font-size:12px; 
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 119px;
	height: 36px;
	line-height: 35px;
	text-align: center;
	text-decoration: none;	 }

#nav li a{
	font-family:Trebuchet MS, Arial;
	font-size:12px; 
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 99px;
	height: 35px;
	line-height: 35px;
	text-align: center;	
} 

#nav li a:hover{
	background-image:url(images/nav-hover.jpg);
	background-repeat:no-repeat; 
	font-family:Trebuchet MS, Arial;
	font-size:12px; 
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	width: 99px;
	height: 35px;
	line-height: 35px;
	text-align: center;	
}

#nav .dropmenu{
	position:absolute;
	top: 0;
	border: 1px solid #B7922F; 
	border-width: 0 1px;
	font:normal 11px Arial, Helvetica, sans-serif;
	line-height:16px;
	z-index:100;
	background-color: #230C14;
	width: 136px;
	visibility: hidden;
}

#nav .dropmenu a{
	width: auto;
	display: block;
	text-indent: 5px;
	border: 0 solid #B7922F; 
	border-bottom-width: 1px;
	padding: 2px 0;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}

* html #nav .dropmenu a{ 
	width: 100%;
}
#nav .dropmenu a:hover{ 
	background-color: #421726;
	color: #FFFFFF;
}	
	
	
/*--------------------------------------Sidebox-------------------------------------------*/

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 240px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-right:20px;
	padding-left:20px;
	background-image:url(images/divider.gif);
	background-position:top left;
	background-repeat:repeat-y;
	text-align:center;
	
}

.twoColFixRtHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 240px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding-right:20px;
	padding-left:20px;
	background-image:url(images/divider.gif);
	background-position:top left;
	background-repeat:repeat-y;

	
}

/*--------------------------------------Content-------------------------------------------*/

.twoColFixRtHdr #mainContent { 
	margin: 0 0 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.twoColFixRtHdr #mainContent-subpage { 
	margin: 0 290px 0 30px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
} 

.subpage-divider {
	background-image:url(images/subpage-content-divider.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:17px;}

.text-content-home{
	text-align:center;}
	
.welcome-img {
	background-image:url(images/welcome-header.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	line-height:20px;
	height:20px;
	margin-top:15px;}

.Accommodation-img {
	background-image:url(images/headings/accommodation.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	line-height:20px;
	height:20px;
	margin-top:15px;}
	
.shocase-main-holder {
	width:832px;
	margin: 0 auto;
	}
	
.showcase-holder-left {
	text-align:center;
	float:left;
	width:240px;
	margin-right:52px;}
	
.showcase-holder-right {
	text-align:center;
	float:left;
	width:240px;
	}
	
.showase-header-image {
	margin-bottom:10px;}
	
.showase-image-border {
	border:solid 1px #A0793C;}
	
.testimonial-text {
	font-style:italic;}
	
.testimonial-text2 {
	font-style:italic;
	font-weight:bold;
	color:#CFAA47;}
	
	

/*--------------------------------------Footer-------------------------------------------*/

.twoColFixRtHdr #footer { 
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image:url(images/footer-bg.jpg);
	background-repeat:no-repeat;
	font-size:10px;
	height:40px;
	padding-top:43px;
	text-align:center;
	color:#999999; 
}

.twoColFixRtHdr #footer a{
	font-size:10px;
	color:#999;
	text-decoration:none;}
	
.twoColFixRtHdr #footer a:hover{
	font-size:10px;
	color:#C18917;}
 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.copyright {
	margin-top:10px;
	font-size:10px;
	text-align:center;}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}